Remove custom pthread_once implementation on sh.
[glibc.git] / ChangeLog
blob7cd1a45ea3c8f44da0e2032a830ac1d098e4ed34
1 2014-12-09  Torvald Riegel  <triegel@redhat.com>
3         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
5 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
8         stack variable alignment.
10 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
12         [BZ #17682]
13         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
14         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
15         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
16         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
17         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
18         __getrlimit instead of getrlimit.
19         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
20         __gettimeofday instead of gettimeofday.
21         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
22         Likewise.
23         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
24         Likewise.
25         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
26         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
27         Remove variable.
28         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
29         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
31 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
34         for wide-character tests.
36 2014-12-04  Roland McGrath  <roland@hack.frob.com>
38         * io/openat64.c: #include <libc-internal.h>
39         (__openat64): Prototypify.  Use ignore_value on MODE.
40         * io/openat.c: Likewise.
41         * misc/reboot.c: #include <libc-internal.h>
42         (reboot): Prototypify.  Use ignore_value on HOWTO.
43         * misc/ptrace.c: #include <libc-internal.h>
44         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
46 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
48         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
49         XPG4, UNIX98 and XOPEN2K.
50         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
51         Remove variable.
52         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
54 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
56         * libio/fileops.c: Use ISO C style for function definitions.
57         * libio/iofopen.c: Likewise.
58         * libio/wfileops.c: Likewise.
60         [BZ #17653]
61         * libio/fileops.c (_IO_new_file_underflow): Unset cached
62         offset on EOF.
63         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
64         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
65         (fgets_func): Function pointer to fgets and fgetws.
66         (do_ftell_test): Add test to verify ftell value after read
67         EOF.
68         (do_test): Set fgets_func.
70         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
71         O_TRUNC flag for w and w+ modes.
72         (do_rewind_test): Likewise.
73         (do_ftell_test): Likewise.
74         (do_write_test): Likewise.
76         [BZ #17647]
77         * libio/fileops.c (do_ftell): Seek only when there are
78         unflushed writes.
79         * libio/wfileops.c (do_ftell_wide): Likewise.
80         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
81         test case.
82         (do_one_test): Call it.
84 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
86         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
87         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
88         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
89         Remove variable.
90         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
91         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
92         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
94 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
96         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
97         Remove variable.
98         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
100         [BZ #17668]
101         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
102         as weak alias of __getifaddrs.  Use libc_hidden_weak.
103         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
104         __freeifaddrs.  Use libc_hidden_weak.
105         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
106         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
107         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
108         __freeifaddrs.  Use libc_hidden_weak.
109         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
110         __getifaddrs and define as weak alias of __getifaddrs.  Use
111         libc_hidden_weak.
112         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
113         __freeifaddrs.  Use libc_hidden_weak.
114         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
115         Remove variable.
116         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
117         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
119 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
121         [BZ #17601]
122         * sysdeps/mips/start.S (__start): Use indirect jump to call
123         __libc_start_main.
125 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
127         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
129         * nptl/tst-mutex1.c: Include <stdbool.h>.
130         [!ATTR] (ATTR_NULL): New macro.
131         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
132         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
133         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
135         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
136         to char *.
138         [BZ #17665]
139         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
140         Change conditional to [__USE_MISC].
142         [BZ #17664]
143         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
144         fgets_unlocked.
145         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
146         __fgets_unlocked.
147         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
148         fgets_unlocked.
149         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
150         Remove variable.
151         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
152         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
153         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
154         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
155         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
156         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
157         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
158         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
159         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
161         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
163 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
165         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
166         Remove strpbrk objects.
167         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
168         (__libc_ifunc_impl_list): Remove strpbrk implementation.
169         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
170         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
171         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
172         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
174         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
175         Remove strcspn objects.
176         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
177         (__libc_ifunc_impl_list): Remove strcspn implementation.
178         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
179         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
180         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
181         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
183         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
184         Remove strspn objetcs.
185         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
186         (__libc_ifunc_impl_list): Remove strspn implementation.
187         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
188         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
189         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
190         * sysdeps/powerpc/powerpc64/strspn.S: New file.
192 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
194         [BZ #17581]
195         * malloc/hooks.c
196         (mem2mem_check): Add a terminator to the chain of checking blocks.
197         (malloc_check_get_size): Use it here.
198         (mem2chunk_check): Ditto.
200 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
202         * sysdeps/powerpc/powerpc64/strtok.S: New file.
203         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
205 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
207         * bits/ioctl-types.h: Indent preprocessor directives correctly.
209         * nptl/nptl-init.c: Include libc-internal.h.
210         (__pthread_initialize_minimal_internal): Use ROUND_UP.
212         * elf/ldconfig.c (search_dir): Expand comment.
214 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
216         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
217         variable.
218         (linknamespace-symlist-stdlibs-tests): Likewise.
219         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
220         instead of $(objpfx)symlist-stdlibs.
221         (linknamespace-libs-isoc): New variable.
222         (linknamespace-libs): Use $(linknamespace-libs-isoc).
223         (linknamespace-libs-ISO): New variable.
224         (linknamespace-libs-ISO99): Likewise.
225         (linknamespace-libs-ISO11): Likewise.
226         (linknamespace-libs-XPG3): Likewise.
227         (linknamespace-libs-XPG4): Likewise.
228         (linknamespace-libs-POSIX): Likewise.
229         (linknamespace-libs-UNIX98): Likewise.
230         (linknamespace-libs-XOPEN2K): Likewise.
231         (linknamespace-libs-POSIX2008): Likewise.
232         (linknamespace-libs-XOPEN2K8): Likewise.
233         ($(objpfx)symlist-stdlibs): Replace by
234         $(linknamespace-symlist-stdlibs-tests).  Use
235         $(linknamespace-libs-$*) as set of libraries.
236         ($(linknamespace-header-tests)): Update dependencies.  Use
237         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
238         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
239         * conform/linknamespace.pl: Remove comment about considering
240         definitions of symbols from irrelevant libraries.
242 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
244         [BZ #13862]
245         * elf/dl-tls.c: Include <atomic.h>.
246         (oom): Remove #ifdef SHARED/#endif.
247         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
248         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
249         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
250         big enough.
251         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
252         * nptl/Makefile (tests): Add tst-stack4.
253         (modules-names): Add tst-stack4mod.
254         ($(objpfx)tst-stack4): New.
255         (tst-stack4mod.sos): Likewise.
256         ($(objpfx)tst-stack4.out): Likewise.
257         ($(tst-stack4mod.sos)): Likewise.
258         (clean): Likewise.
259         * nptl/tst-stack4.c: New file.
260         * nptl/tst-stack4mod.c: Likewise.
262 2014-11-27  J. Brown  <jb999@gmx.de>
264         * sysdeps/x86/bits/string.h: Add recent CPUs.
266 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
268         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
269         sigblock.
271         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
272         feof.
274         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
275         variable.
277 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
279         * nscd/connections.c: Include libc-internal.h because of macro
280         usage ignore_value.
282 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
284         * string/bits/string3.h (__warn_memset_zero_len): Don't
285         declare for gcc newer than 5.0.
286         (memset): Don't test for zero-length __LEN for gcc newer than
287         5.0.
289 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
291         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
292         size_t for %zu format.
294         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
295         difference, not %ju.
297 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
299         * include/libc-internal.h (ignore_value): New macro.
300         * nscd/connections.c (restart): Wrap calls to setuid and setgid
301         with ignore_value.
303         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
304         definition.
306         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
307         pthread_cleanup_push to void *.
309         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
310         Undefine.
312         [BZ #16619]
313         [BZ #16740]
314         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
315         instead of 1L << 52.
317         * libio/bug-rewind.c (do_test): Check fwscanf return values.
318         * libio/bug-rewind2.c (do_test): Likewise.
320         * debug/test-stpcpy_chk-ifunc.c: Remove file.
321         * debug/test-strcpy_chk-ifunc.c: Likewise.
322         * wcsmbs/test-wcschr-ifunc.c: Likewise.
323         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
324         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
325         * wcsmbs/test-wcslen-ifunc.c: Likewise.
326         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
327         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
328         * Rules [$(multi-arch) = no] (tests): Do not filter out
329         $(tests-ifunc).
330         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
331         * debug/Makefile (tests-ifunc): Remove variable.
332         (tests): Do not add $(tests-ifunc).
333         * wcsmbs/Makefile (tests-ifunc): Remove variable.
334         (tests): Do not add $(tests-ifunc).
335         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
336         [TEST_IFUNC]: Remove conditionals.
337         * string/test-string.h (TEST_IFUNC): Remove macro.
338         [TEST_IFUNC]: Remove conditionals.
340         * string/test-strchr.c [!WIDE] (L): New macro.
341         [WIDE] (L): Likewise.
342         (check1): Use CHAR instead of char.  Use L on string and character
343         constants.
345 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
347         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
348         tests.
349         * sysdeps/powerpc/bits/atomic.h
350         (__arch_atomic_exchange_and_add_32_acq): Add definition.
351         (__arch_atomic_exchange_and_add_32_rel): Likewise.
352         (atomic_exchange_and_add_acq): Likewise.
353         (atomic_exchange_and_add_rel): Likewise.
354         * sysdeps/powerpc/powerpc32/bits/atomic.h
355         (__arch_atomic_exchange_and_add_64_acq): Add definition.
356         (__arch_atomic_exchange_and_add_64_rel): Likewise.
357         * sysdeps/powerpc/powerpc64/bits/atomic.h
358         (__arch_atomic_exchange_and_add_64_acq): Add definition.
359         (__arch_atomic_exchange_and_add_64_rel): Likewise.
361 2014-11-26  Torvald Riegel  <triegel@redhat.com>
363         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
364         Change synchronization of __sched_fifo_min_prio and
365         __sched_fifo_max_prio.
366         * nptl/pthread_mutexattr_getprioceiling.c
367         (pthread_mutexattr_getprioceiling): Likewise.
368         * nptl/pthread_mutexattr_setprioceiling.c
369         (pthread_mutexattr_setprioceiling): Likewise.
370         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
371         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
372         Likewise.
374 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
376         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
377         void.
379 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
381         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
382         third argument const.
384 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
386         fnmatch: work around GCC compiler warning bug with uninit var
387         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
388         This works around a bug with x86-64 GCC 4.9.2 and earlier
389         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
390         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
391         used uninitialized in this function [-Wmaybe-uninitialized]".
393 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
395         * posix/bug-regex31.c (main): Return RES not 0.
397 2014-11-25  Anton Blanchard <anton@samba.org>
399         * sysdeps/powerpc/bits/atomic.h
400         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
402 2014-11-24  Sterling Augustine  <saugustine@google.com>
404         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
406 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
408         [BZ #17608]
409         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
411 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
413         [BZ #17633]
414         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
415         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
416         variable.
417         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
418         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
420 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
422         * string/strncpy.c (strncpy): Improve performance by using memset.
424 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
426         * string/strcpy.c (strcpy):
427         Improve performance by using strlen and memcpy.
429 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
431         * string/strcoll_l.c (get_next_seq): __always_inline.
432         * string/strcoll_l.c (do_compare): __always_inline.
434 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
436         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
437         defined.
438         * include/mqueue.h: Likewise.
439         * include/stdlib.h: Likewise.
441         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
442         (get_null_defines): Adjust.
443         * sunrpc/Makefile: Adjust comment.
444         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
445         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
446         (CFLAGS-interp.c): Likewise.
447         (CFLAGS-ldconfig.c): Likewise.
448         (CPPFLAGS-.os): Likewise.
449         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
450         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
451         * extra-modules.mk (extra-modules.mk): Likewise.
452         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
453         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
454         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
455         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
456         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
457         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
458         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
459         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
460         * iconvdata/Makefile (CPPFLAGS): Likewise.
461         (cpp-srcs-left): Add libof for all iconvdata routines.
462         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
463         * include/assert.h: Likewise.
464         * include/ctype.h: Likewise.
465         * include/errno.h: Likewise.
466         * include/libc-symbols.h: Likewise.
467         * include/math.h: Likewise.
468         * include/netdb.h: Likewise.
469         * include/resolv.h: Likewise.
470         * include/stdio.h: Likewise.
471         * include/stdlib.h: Likewise.
472         * include/string.h: Likewise.
473         * include/sys/stat.h: Likewise.
474         * include/wctype.h: Likewise.
475         * intl/l10nflist.c: Likewise.
476         * libidn/idn-stub.c: Likewise.
477         * libio/libioP.h: Likewise.
478         * nptl/libc_multiple_threads.c: Likewise.
479         * nptl/pthreadP.h: Likewise.
480         * posix/regex_internal.h: Likewise.
481         * resolv/res_hconf.c: Likewise.
482         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
483         * sysdeps/arm/memmove.S: Likewise.
484         * sysdeps/arm/sysdep.h: Likewise.
485         * sysdeps/generic/_itoa.h: Likewise.
486         * sysdeps/generic/symbol-hacks.h: Likewise.
487         * sysdeps/gnu/errlist.awk: Likewise.
488         * sysdeps/gnu/errlist.c: Likewise.
489         * sysdeps/i386/i586/memcpy.S: Likewise.
490         * sysdeps/i386/i586/memset.S: Likewise.
491         * sysdeps/i386/i686/memcpy.S: Likewise.
492         * sysdeps/i386/i686/memmove.S: Likewise.
493         * sysdeps/i386/i686/mempcpy.S: Likewise.
494         * sysdeps/i386/i686/memset.S: Likewise.
495         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
496         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
497         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
498         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
499         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
500         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
501         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
502         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
503         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
504         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
505         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
506         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
507         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
508         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
509         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
510         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
511         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
512         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
513         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
514         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
515         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
516         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
517         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
518         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
519         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
520         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
521         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
522         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
523         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
524         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
525         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
526         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
527         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
528         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
529         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
530         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
531         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
532         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
533         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
534         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
535         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
536         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
537         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
538         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
539         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
540         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
541         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
542         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
543         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
544         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
545         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
546         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
547         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
548         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
549         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
550         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
551         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
552         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
553         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
554         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
555         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
556         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
557         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
558         * sysdeps/nptl/bits/libc-lock.h: Likewise.
559         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
560         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
561         * sysdeps/posix/closedir.c: Likewise.
562         * sysdeps/posix/opendir.c: Likewise.
563         * sysdeps/posix/readdir.c: Likewise.
564         * sysdeps/posix/rewinddir.c: Likewise.
565         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
566         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
567         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
568         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
569         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
570         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
571         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
572         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
573         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
574         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
575         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
576         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
577         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
578         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
579         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
580         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
581         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
582         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
583         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
584         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
585         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
586         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
587         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
588         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
589         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
590         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
591         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
592         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
593         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
594         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
595         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
596         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
597         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
598         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
599         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
600         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
601         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
602         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
603         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
604         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
605         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
606         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
607         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
608         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
609         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
610         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
611         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
612         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
613         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
614         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
615         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
616         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
617         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
618         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
619         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
620         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
621         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
622         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
623         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
624         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
625         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
626         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
627         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
628         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
629         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
630         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
631         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
632         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
633         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
634         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
635         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
636         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
637         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
638         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
639         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
640         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
641         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
642         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
643         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
644         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
645         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
646         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
647         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
648         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
649         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
650         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
651         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
652         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
653         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
654         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
655         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
656         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
657         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
658         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
659         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
660         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
661         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
662         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
663         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
664         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
665         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
666         * sysdeps/unix/alpha/sysdep.S: Likewise.
667         * sysdeps/unix/alpha/sysdep.h: Likewise.
668         * sysdeps/unix/make-syscalls.sh: Likewise.
669         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
670         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
671         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
672         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
673         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
674         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
675         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
676         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
677         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
678         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
679         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
680         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
681         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
682         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
683         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
684         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
685         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
686         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
687         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
688         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
689         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
690         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
691         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
692         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
693         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
694         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
695         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
698         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
699         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
700         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
701         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
702         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
703         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
704         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
705         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
706         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
707         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
708         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
709         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
710         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
711         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
712         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
713         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
714         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
715         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
716         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
717         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
718         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
719         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
720         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
721         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
722         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
723         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
724         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
725         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
726         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
727         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
728         * sysdeps/x86_64/memcpy.S: Likewise.
729         * sysdeps/x86_64/memmove.c: Likewise.
730         * sysdeps/x86_64/memset.S: Likewise.
731         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
732         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
733         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
734         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
735         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
736         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
737         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
738         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
739         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
740         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
741         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
742         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
743         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
744         * sysdeps/x86_64/multiarch/memset.S: Likewise.
745         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
746         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
747         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
748         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
749         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
750         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
751         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
752         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
753         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
754         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
755         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
756         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
757         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
758         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
759         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
760         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
761         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
762         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
763         * sysdeps/x86_64/strcmp.S: Likewise.
765         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
767         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
768         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
769         * elf/rtld-Rules: Likewise.
770         * elf/setup-vdso.h: Likewise.
771         * include/assert.h: Likewise.
772         * include/bits/stdlib-float.h: Likewise.
773         * include/errno.h: Likewise.
774         * include/sys/stat.h: Likewise.
775         * include/unistd.h: Likewise.
776         * sysdeps/aarch64/setjmp.S: Likewise.
777         * sysdeps/alpha/setjmp.S: Likewise.
778         * sysdeps/arm/__longjmp.S: Likewise.
779         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
780         * sysdeps/arm/setjmp.S: Likewise.
781         * sysdeps/arm/sysdep.h: Likewise.
782         * sysdeps/generic/_itoa.h: Likewise.
783         * sysdeps/generic/dl-sysdep.h: Likewise.
784         * sysdeps/generic/ldsodefs.h: Likewise.
785         * sysdeps/i386/dl-tls.h: Likewise.
786         * sysdeps/i386/setjmp.S: Likewise.
787         * sysdeps/m68k/setjmp.c: Likewise.
788         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
789         * sysdeps/mach/hurd/opendir.c: Likewise.
790         * sysdeps/posix/getcwd.c: Likewise.
791         * sysdeps/posix/opendir.c: Likewise.
792         * sysdeps/posix/profil.c: Likewise.
793         * sysdeps/powerpc/dl-procinfo.h: Likewise.
794         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
795         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
796         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
797         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
798         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
799         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
800         * sysdeps/s390/dl-tls.h: Likewise.
801         * sysdeps/s390/s390-32/setjmp.S: Likewise.
802         * sysdeps/s390/s390-64/setjmp.S: Likewise.
803         * sysdeps/sh/sh3/setjmp.S: Likewise.
804         * sysdeps/sh/sh4/setjmp.S: Likewise.
805         * sysdeps/unix/alpha/sysdep.h: Likewise.
806         * sysdeps/unix/arm/sysdep.S: Likewise.
807         * sysdeps/unix/i386/sysdep.S: Likewise.
808         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
809         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
810         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
811         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
812         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
813         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
814         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
815         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
816         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
817         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
818         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
819         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
820         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
823         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
824         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
825         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
826         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
827         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
828         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
829         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
830         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
831         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
832         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
833         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
834         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
835         * sysdeps/unix/x86_64/sysdep.S: Likewise.
836         * sysdeps/x86_64/setjmp.S: Likewise.
838         * include/math.h: Use IS_IN instead of IS_IN_libm.
839         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
840         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
841         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
842         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
843         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
844         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
845         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
846         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
847         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
848         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
849         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
850         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
851         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
852         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
853         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
854         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
855         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
856         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
857         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
858         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
859         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
860         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
861         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
862         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
863         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
864         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
865         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
866         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
867         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
868         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
869         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
870         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
871         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
873         Likewise.
874         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
875         Likewise.
876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
877         Likewise.
878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
879         Likewise.
880         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
881         Likewise.
882         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
883         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
884         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
885         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
886         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
887         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
888         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
889         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
890         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
892         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
893         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
894         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
895         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
896         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
897         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
898         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
899         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
900         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
901         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
902         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
903         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
904         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
905         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
906         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
907         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
908         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
910         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
911         * nptl/pthreadP.h: Likewise.
912         * nptl_db/structs.def: Likewise.
913         * sysdeps/arm/sysdep.h: Likewise.
914         * sysdeps/nptl/bits/libc-lock.h: Likewise.
915         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
916         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
917         * sysdeps/unix/alpha/sysdep.h: Likewise.
918         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
919         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
920         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
921         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
922         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
923         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
924         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
925         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
926         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
927         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
928         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
929         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
930         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
931         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
934         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
935         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
936         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
937         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
938         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
939         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
940         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
941         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
942         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
943         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
945         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
946         * nptl/pthreadP.h: Likewise.
947         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
948         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
949         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
950         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
951         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
952         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
953         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
954         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
955         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
956         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
957         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
958         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
960         Likewise.
961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
962         Likewise.
963         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
964         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
965         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
966         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
967         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
968         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
969         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
970         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
972         * dlfcn/dladdr.c: Use IS_IN.
973         * dlfcn/dladdr1.c: Likewise.
974         * dlfcn/dlclose.c: Likewise.
975         * dlfcn/dlerror.c: Likewise.
976         * dlfcn/dlinfo.c: Likewise.
977         * dlfcn/dlmopen.c: Likewise.
978         * dlfcn/dlopen.c: Likewise.
979         * dlfcn/dlsym.c: Likewise.
980         * dlfcn/dlvsym.c: Likewise.
982         * include/ifaddrs.h: Use IS_IN.
983         * inet/check_pf.c: Likewise.
984         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
985         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
987         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
988         IS_IN_ldconfig.
989         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
990         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
992         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
993         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
994         IS_IN (libc).
996         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
998         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
999         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1000         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1001         * include/libc-symbols.h (IS_IN_LIB): New macro.
1002         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1003         * include/netdb.h: Likewise.
1004         * include/stap-probe.h: Remove all uses of IN_LIB.
1006         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1007         instead of IN_MODULE.
1008         * include/libc-symbols.h (IN_MODULE): Define using
1009         MODULE_NAME.
1010         (PASTE_NAME, PASTE_NAME1): New macros.
1011         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1012         of IN_LIB.
1013         (STAP_PROBE_ASM): Likewise.
1015 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1017         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1018         __mach_init in dlopened libc.
1020 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1022         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1023         * sysdeps/arm/preconfigure: Regenerate.
1025 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1027         * nptl/pthread_create.c (__pthread_create_2_1): Set
1028         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1029         when copying values from IATTR into PD.
1031 2014-11-21  Will Newton  <will.newton@linaro.org>
1032             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1034         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1035         Refactor inline-asm.  Also add comment.
1037         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1038         ElfW macro instead of hardcoded Elf64 types.
1039         (la_aarch64_gnu_pltenter): Likewise.
1040         * sysdeps/aarch64/dl-machine.h
1041         (elf_machine_runtime_setup): Use ElfW(Addr).
1043         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1044         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1045         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1046         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1047         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1048         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1049         (R_AARCH64_TLS_DTPMOD): This.
1050         (R_AARCH64_TLS_DTPREL64): Rename to ...
1051         (R_AARCH64_TLS_DTPREL): This.
1052         (R_AARCH64_TLS_TPREL64): Rename to ...
1053         (R_AARCH64_TLS_TPREL): This.
1054         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1055         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1056         R_AARCH64_TLS_TPREL64.
1057         (elf_machine_rela): Likewise.
1059 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1061         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1062         by setting it to 0.  64b atomics are not supported currently.
1064 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1066         [BZ #16469]
1067         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1068         search domain names.
1070 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1072         [BZ #16469]
1073         * NEWS: Update.
1074         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1075         trailing dot.
1076         * posix/tst-getaddrinfo5.c: New.
1077         * posix/Makefile (tests): Add it.
1079 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1081         [BZ #14498]
1082         * NEWS: Fixed.
1083         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1084         after parsing line but before break_if_match.
1085         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1086         if there is a protocol mismatch.
1088 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1090         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1091         because the potential race is on the user-supplied stream.
1093 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1095         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1096         string literal if not passed a buffer.
1097         * manual/job.texi (ctermid): Update reasoning, note deviation
1098         from posix, suggest mtasurace when not passed a buffer, for
1099         future non-preliminary safety notes.
1101 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1103         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1104         of not passing it a buffer.
1105         Reported by Peng Haitao.
1107 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1109         * manual/Makefile ($(objpfx)stamp-summary): Require
1110         check-safety.sh to pass.
1111         * manual/check-safety.sh: Wish for verification that every
1112         @deftypefn and @deftypefun is followed by a @safety remark.
1114 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1116         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1118         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1119         PTHREAD_CANCEL_ASYNCHRONOUS.
1120         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1121         send SIGCANCEL.
1123         * nptl/default-sched.h: New file.
1124         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1125         * nptl/pthread_create.c: Include it.
1126         (__pthread_create_2_1): Use collect_default_sched instead of making
1127         Linux syscalls here directly.
1129 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1131         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1132         __pthread_once): Use C11 atomics.
1134 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1136         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1138 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1140         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1141         atomic_thread_fence_acquire, atomic_thread_fence_release,
1142         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1143         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1144         atomic_compare_exchange_weak_relaxed,
1145         atomic_compare_exchange_weak_acquire,
1146         atomic_compare_exchange_weak_release,
1147         atomic_exchange_acquire, atomic_exchange_release,
1148         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1149         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1150         atomic_fetch_and_acquire,
1151         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1153 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1155         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1156         USE_ATOMIC_COMPILER_BUILTINS): Define.
1157         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1158         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1159         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1160         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1161         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1162         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1163         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1164         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1165         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1166         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1167         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1168         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1169         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1170         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1171         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1172         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1173         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1174         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1175         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1176         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1177         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1178         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1179         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1180         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1181         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1182         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1183         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1184         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1185         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1186         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1187         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1188         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1189         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1190         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1191         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1192         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1193         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1194         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1195         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1196         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1198 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1200         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1201         the sched_priority value here.  It was already checked when the user
1202         called pthread_attr_setschedparam.
1204         * nptl/tst-bad-schedattr.c: New file.
1205         * nptl/Makefile (tests): Add it.
1207 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1208             Florian Weimer  <fweimer@redhat.com>
1209             Joseph Myers  <joseph@codesourcery.com>
1210             Adam Conrad  <adconrad@0c3.net>
1211             Andreas Schwab  <schwab@suse.de>
1212             Brooks  <bmoses@google.com>
1214         [BZ #17625]
1215         * wordexp-test.c (__dso_handle): Add prototype.
1216         (__register_atfork): Likewise.
1217         (__app_register_atfork): New function.
1218         (registered_forks): New global.
1219         (register_fork): New function.
1220         (test_case): Add 3 new tests for WRDE_CMDSUB.
1221         (main): Call __app_register_atfork.
1222         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1223         fork count is non-zero fail the test.
1224         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1225         is set.
1226         (parse_dollars): Remove check for WRDE_NOCMD.
1227         (parse_dquote): Likewise.
1229 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1231         * Makeconfig (built-modules): List non-library modules to be
1232         built.
1233         (module-cppflags): Include libc-modules.h for
1234         everything except shlib-versions.v.i.
1235         (CPPFLAGS): Use it.
1236         (before-compile): Add libc-modules.h.
1237         ($(common-objpfx)libc-modules.h,
1238         $(common-objpfx)libc-modules.stmp): New targets.
1239         (common-generated): Add libc-modules.h and libc-modules.stmp.
1240         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1241         * include/libc-symbols.h: Don't include libc-modules.h.
1242         * include/libc-modules.h: Remove file.
1243         * scripts/gen-libc-modules.awk: New script to generate
1244         libc-modules.h.
1245         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1246         Depend on libc-modules.stmp.
1248         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1250         * Makeconfig (in-module): Get value of libof set for the
1251         translation unit.
1252         (CPPFLAGS): Use $(in-module).
1253         * Makerules: Don't suffix routine names for nonlib.
1254         * include/libc-modules.h: New file.
1255         * include/libc-symbols.h: Include libc-modules.h
1256         (IS_IN): New macro to replace IS_IN_* macros.
1257         * elf/Makefile: Set libof-* for each routine.
1258         * elf/rtld-Rules: Likewise.
1259         * extra-modules.mk: Likewise.
1260         * iconv/Makefile: Likewise.
1261         * iconvdata/Makefile: Likewise.
1262         * locale/Makefile: Likewise.
1263         * malloc/Makefile: Likewise.
1264         * nss/Makefile: Likewise.
1265         * sysdeps/gnu/Makefile: Likewise.
1266         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1267         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1268         * sysdeps/s390/s390-64/Makefile: Likewise.
1269         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1270         CPPFLAGS for nscd instead of nonlib.
1272 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1274         * nptl/createthread.c: New file.
1276         * nptl/createthread.c: Moved ...
1277         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1279         * nptl/createthread.c: Add proper top-line comment.
1280         (do_clone): Folded into ...
1281         (create_thread): ... here.  Take new arguments STOPPED_START and
1282         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1283         increment __nptl_threads, do event-reporting logic, do
1284         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1285         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1286         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1287         just send SIGCANCEL.
1288         * nptl/pthread_create.c: Forward-declare create_thread before
1289         including createthread.c.
1290         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1291         declaration, and new macro START_THREAD_SELF to replace argument.
1292         Remove return statement.
1293         (report_thread_creation): New function.
1294         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1295         synchronization logic, and __nptl_nthreads increment here, around
1296         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1297         PD->parent_cancelhandling here, before create_thread.  When
1298         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1299         __deallocate_stack, and ENOMEM translation here.
1301 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1303         [BZ #17616]
1304         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1305         (mptwo): Rename to __mptwo.
1306         (__inv): Use __mptwo instead of mptwo.
1307         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1308         (mptwo): Rename to __mptwo.
1309         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1310         of mpone and __mptwo instead of mptwo.
1311         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1312         instead of mpone.
1313         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1314         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1315         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1316         of mpone and __mptwo instead of mptwo.
1317         (__mpranred): Use __mpone instead of mpone.
1318         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1319         variable.
1320         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1321         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1322         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1323         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1324         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1325         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1326         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1327         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1328         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1329         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1330         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1331         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1332         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1333         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1334         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1335         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1336         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1337         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1338         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1340 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1342         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1343         replace BSD Handler xref with BSD Signal Handling.
1345 2014-11-17  Richard Henderson  <rth@redhat.com>
1347         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1348         (_FP_PACK_RAW_2): Remove.
1349         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1350         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1351         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1352         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1353         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1354         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1355         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1356         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1357         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1358         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1359         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1360         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1361         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1362         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1363         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1364         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1366 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1368         * signal/signal.h [__USE_MISC]
1369         (struct sigvec): Remove type.
1370         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1371         (sigvec): Remove declaration.
1372         * sysdeps/posix/sigvec.c: Moved ...
1373         * signal/sigvec.c: ... here, replacing old file.
1374         (struct sigvec): New type, copied from old signal.h definition.
1375         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1376         (__sigvec): Convert definition to prototype.
1377         (sigvec): Replace weak_alias with compat_symbol.
1378         * signal/Versions (libc: GLIBC_2.21): New version set.
1379         * include/signal.h: Remove __sigvec declaration.
1380         * sysdeps/unix/bsd/sigvec.c: Remove file.
1381         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1382         * manual/signal.texi (BSD Handler): Remove subsection.
1383         Move siginterrupt up to ...
1384         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1385         (Blocking in BSD): Fold subsection into its parent.
1386         * NEWS: Mention sigvec removal.
1388 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1390         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1391         (DLA_FMS): Make definition conditional only on [__FMA4__].
1392         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1393         definition.
1395         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1396         Make definition conditional only on [PROF].
1397         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1398         definition.
1399         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1400         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1402         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1403         !__GNUC__].
1404         * include/signal.h (__sigpause): Move declaration above call to
1405         libc_hidden_proto.
1406         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1407         variable.
1408         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1409         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1411 2014-11-14  David S. Miller  <davem@davemloft.net>
1413         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1414         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1416 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1418         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1419         * configure: Regenerated.
1420         * manual/install.texi (Tools for Compilation): Document a
1421         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1422         compiler verified to work.
1423         * INSTALL: Regenerated.
1425         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1426         redeclare with asm name.
1427         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1428         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1429         including <string.h>.
1430         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1431         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
1432         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1433         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
1434         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1435         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
1436         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1438 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
1440         * stdlib/strtol.c (__strtol): Use prototype definition.
1442         [BZ #17594]
1443         * stdlib/strtol.c (SYM__): New macro.
1444         (SYM__1): Likewise.
1445         (__strtol): Likewise.
1446         (strtol): Rename to __strtol and define as weak alias of
1447         __strtol.  Use libc_hidden_weak.
1449 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1451         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
1452         Use numbered labels in inline assembly.
1454 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1456         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
1457         Add setjmp LIBC_PROBE.
1458         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
1459         Likewise.
1460         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
1461         Add longjmp, longjmp_target LIBC_PROBE.
1462         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
1463         Likewise.
1465 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1467         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1468         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
1469         to get rid of unused variable warning.
1471 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1473         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
1474         Check for unwind_backtrace ==  NULL only in SHARED case.
1475         (__backchain_backtrace): Compile only in SHARED case.
1476         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
1477         Likewise.
1478         (__backchain_backtrace): Declare as static.
1480 2014-11-12  Roland McGrath  <roland@hack.frob.com>
1482         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
1483         (__libc_multiple_threads_ptr): Variable moved ...
1484         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
1486 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
1488         * conform/GlibcConform.pm: New file.
1489         * conform/conformtest.pl: Use GlibcConform module.
1490         * conform/linknamespace.pl: New file.
1491         * conform/list-header-symbols.pl: Likewise.
1492         * conform/Makefile (linknamespace-symlists-base): New variable.
1493         (linknamespace-symlists-tests): Likewise.
1494         (linknamespace-header-base): Likewise.
1495         (linknamespace-header-tests): Likewise.
1496         (tests-special): Add new tests.
1497         ($(linknamespace-symlists-tests)): New rule.
1498         (linknamespace-libs): New variable.
1499         ($(objpfx)symlist-stdlibs): New rule.
1500         ($(linknamespace-header-tests)): Likewise.
1501         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
1502         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
1503         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
1504         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
1505         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
1506         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
1507         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
1508         (test-xfail-ISO/math.h/linknamespace): Likewise.
1509         (test-xfail-ISO/signal.h/linknamespace): Likewise.
1510         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
1511         (test-xfail-ISO/time.h/linknamespace): Likewise.
1512         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1513         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
1514         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1515         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1516         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1517         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1518         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1519         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1520         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1521         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1522         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1523         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1524         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1525         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
1526         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
1527         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1528         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
1529         (test-xfail-XPG3/search.h/linknamespace): Likewise.
1530         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
1531         (test-xfail-XPG3/time.h/linknamespace): Likewise.
1532         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
1533         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
1534         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1535         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
1536         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
1537         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
1538         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
1539         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
1540         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1541         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
1542         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1543         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
1544         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1545         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
1546         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
1547         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
1548         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
1549         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
1550         (test-xfail-XPG4/time.h/linknamespace): Likewise.
1551         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
1552         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
1553         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
1554         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
1555         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
1556         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1557         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
1558         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
1559         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
1560         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1561         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
1562         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1563         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1564         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
1565         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
1566         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1567         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1568         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
1569         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
1570         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
1571         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1572         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1573         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1574         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
1575         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
1576         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1577         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1578         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
1579         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1580         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1581         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
1582         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
1583         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
1584         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1585         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1586         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
1587         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1588         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
1589         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
1590         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
1591         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
1592         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1593         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
1594         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
1595         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
1596         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
1597         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
1598         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1599         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1600         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1601         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
1602         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
1603         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
1604         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1605         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
1606         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1607         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1608         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
1609         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
1610         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
1611         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1612         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1613         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
1614         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
1615         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1616         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1617         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
1618         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
1619         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
1620         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
1621         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1622         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1623         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
1624         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1625         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
1626         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1627         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1628         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1629         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
1630         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1631         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
1632         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
1633         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1634         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1635         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1636         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1637         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1638         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
1639         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1640         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1641         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1642         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1643         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
1644         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
1645         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1646         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1647         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1648         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1649         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
1650         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1651         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
1652         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
1653         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1654         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1655         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1656         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1657         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1658         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
1659         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1660         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1661         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
1663         [BZ #17589]
1664         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
1665         of fgets_unlocked.
1667         [BZ #17585]
1668         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
1669         (memmem): Rename to __memmem and define as weak alias of
1670         __memmem.  Use libc_hidden_weak.
1671         (__memmem): Use libc_hidden_def.
1672         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
1673         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
1674         memmem.
1676         [BZ #17582]
1677         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
1678         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
1679         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
1680         and define as weak alias of __fgets_unlocked.  Use
1681         libc_hidden_weak.
1682         (__fgets_unlocked): Use libc_hidden_def.
1683         * include/stdio.h (__fgets_unlocked): Declare.  Use
1684         libc_hidden_proto.
1685         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
1686         __fgets_unlocked instead of fgets_unlocked.
1687         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
1688         (GET_NPROCS_CONF_PARSER): Likewise.
1689         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
1690         (GET_NPROCS_CONF_PARSER): Likewise.
1692         [BZ #17574]
1693         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
1694         weak alias of __wmemset.  Use libc_hidden_weak.
1695         (__wmemset): Use libc_hidden_def.
1696         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
1697         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
1698         of wmemset.
1700         [BZ #17573]
1701         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
1702         with asm name __mempcpy.
1703         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
1705         [BZ #17572]
1706         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
1707         and define as weak alias of __rawmemchr.
1708         (__rawmemchr): Do not define as strong alias of rawmemchr.
1710         [BZ #17571]
1711         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
1712         alias of __qsort_r.
1713         (qsort): Call __qsort_r instead of qsort_r.
1714         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
1715         (__qsort_r): Declare.  Call libc_hidden_proto.
1716         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
1717         instead of qsort_r.
1718         * nscd/gai.c (__qsort_r): Define to qsort_r.
1719         * posix/tst-rfc3484.c (__qsort_r): Likewise.
1720         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
1721         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
1723         [BZ #17570]
1724         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
1725         define as weak alias of __malloc_info.
1727         [BZ #17584]
1728         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
1729         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1730         (__rewinddir): Use libc_hidden_def.
1731         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
1732         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1733         (__rewinddir): Use libc_hidden_def.
1734         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
1735         weak alias of __rewinddir.  Don't use libc_hidden_def.
1736         (__rewinddir): Use libc_hidden_def.
1737         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
1738         (__rewinddir): Use libc_hidden_proto.
1739         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
1740         rewinddir.
1741         (__getcwd): Use __rewinddir instead of rewinddir.
1743         [BZ #17583]
1744         * libio/fileno.c (fileno): Rename to __fileno and define as weak
1745         alias of __fileno.  Use libc_hidden_weak.
1746         (__fileno): Use libc_hidden_def.
1747         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
1748         * libio/ftello.c (ftello): Rename to __ftello and define as weak
1749         alias of __ftello.
1750         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
1751         __ftello.
1752         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
1753         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
1754         libc_hidden_def.
1755         (fread_unlocked): Don't use libc_hidden_ver.
1756         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
1757         and define as weak alias of __fread_unlocked.  Don't use
1758         libc_hidden_def.
1759         (__fread_unlocked): Use libc_hidden_def.
1760         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
1761         (ftello): Don't use libc_hidden_proto.
1762         (__ftello): Declare.  Use libc_hidden_proto.
1763         (fread_unlocked): Don't use libc_hidden_proto.
1764         (__fread_unlocked): Declare.  Use libc_hidden_proto.
1765         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
1766         and __ftello instead of fileno, fread_unlocked and ftello.
1768 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1770         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
1771         GOT12.
1772         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1773         Likewise.
1774         (_dl_start_user): Likewise.
1775         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
1777 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
1778             Siddhesh Poyarekar  <siddhesh@redhat.com>
1780         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
1781         Move argv and envp down instead of moving argc up.
1782         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
1784 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
1786         [BZ #17506]
1787         * test-skeleton.c (main): Return successful if one of
1788         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
1789         * string/tst-strcoll-overflow.c: Define expected status.
1791 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
1793         [BZ #17475]
1794         * locale/iso-639.def: Define Bhili and Tulu language codes.
1796 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
1798         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
1800 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
1802         [BZ #17555]
1803         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
1805 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
1807         * configure.ac: Updated check of minimal required version to
1808         2.22.
1809         * manual/install.texi (Tools for Compilation): Updated version
1810         number.
1811         * configure: Regenerated.
1812         * INSTALL: Likewise.
1814 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
1816         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
1817         __tls_get_addr.
1819 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
1821         * include/sys/wait.h (__libc_waitpid): Remove declaration.
1822         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
1823         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1824         libc_hidden_weak.
1825         (waitpid): Define as alias of __waitpid.
1826         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
1827         __waitpid.
1828         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1829         libc_hidden_weak.
1830         (waitpid): Define as alias of __waitpid.
1831         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
1832         __libc_waitpid alias.
1833         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
1834         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
1835         Likewise.
1836         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
1837         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
1838         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
1839         alias.
1840         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
1841         __waitpid.
1842         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1843         libc_hidden_weak.
1844         (waitpid): Define as alias of __waitpid.
1846 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
1848         * manual/llio.texi: Add comment that write safety has been
1849         fixed in Linux.
1851         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
1852         (localplt-build-dso): Add elf/ld.so.
1853         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
1854         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
1855         and free for ld.so.
1856         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
1857         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
1858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
1859         Likewise.
1860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
1861         Likewise.
1862         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
1863         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
1864         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
1865         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
1866         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
1867         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
1868         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
1869         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
1870         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
1871         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
1872         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
1874 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
1876         [BZ #14132]
1877         * include/libc-symbols.h (INTUSE): Remove macro.
1878         (INTDEF): Likewise.
1879         (INTVARDEF): Likewise.
1880         (_INTVARDEF): Likewise.
1881         (INTDEF2): Likewise.
1882         (INTVARDEF2): Likewise.
1883         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
1884         rtld_hidden_def instead of INTVARDEF.
1885         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
1886         (_dl_starting_up_internal): Remove declaration.
1887         (_dl_starting_up): Use rtld_hidden_proto.
1888         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
1889         declaration.
1890         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
1891         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
1892         _dl_starting_up.
1893         * elf/dl-writev.h (_dl_writev): Likewise.
1894         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
1895         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
1896         _dl_starting_up_internal.
1898 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1900         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
1901         test-skeleton.c.
1903 2014-11-05  Will Newton  <will.newton@linaro.org>
1905         * benchtests/Makefile: (bench-malloc): Add malloc thread
1906         scalability benchmark.
1907         * benchtests/bench-malloc-threads.c: New file.
1909 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
1911         * sysdeps/aarch64/strchrnul.S: New file.
1913 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1915         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
1916         definition.
1917         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
1918         Likwise.
1919         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
1920         Likewise.
1921         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
1922         Likewise.
1923         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
1924         Likewise.
1925         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
1926         Likewise.
1928 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
1930         * catgets/test-gencat.c: Use test-skeleton.c.
1931         * catgets/tst-catgets.c: Likewise.
1932         * csu/tst-empty.c: Likewise.
1933         * elf/tst-audit2.c: Likewise.
1934         * elf/tst-global1.c: Likewise.
1935         * elf/tst-pathopt.c: Likewise.
1936         * elf/tst-piemod1.c: Likewise.
1937         * elf/tst-tls10.c: Likewise.
1938         * elf/tst-tls11.c: Likewise.
1939         * elf/tst-tls12.c: Likewise.
1940         * gnulib/tst-gcc.c: Likewise.
1941         * iconvdata/tst-e2big.c: Likewise.
1942         * iconvdata/tst-loading.c: Likewise.
1943         * iconv/tst-iconv1.c: Likewise.
1944         * iconv/tst-iconv2.c: Likewise.
1945         * inet/test-inet6_opt.c: Likewise.
1946         * inet/tst-gethnm.c: Likewise.
1947         * inet/tst-network.c: Likewise.
1948         * inet/tst-ntoa.c: Likewise.
1949         * intl/tst-codeset.c: Likewise.
1950         * intl/tst-gettext2.c: Likewise.
1951         * intl/tst-gettext3.c: Likewise.
1952         * intl/tst-ngettext.c: Likewise.
1953         * intl/tst-translit.c: Likewise.
1954         * io/test-stat.c: Likewise.
1955         * libio/test-fmemopen.c: Likewise.
1956         * libio/tst-freopen.c: Likewise.
1957         * libio/tst-sscanf.c: Likewise.
1958         * libio/tst-ungetwc1.c: Likewise.
1959         * libio/tst-ungetwc2.c: Likewise.
1960         * libio/tst-widetext.c: Likewise.
1961         * localedata/tst-ctype.c: Likewise.
1962         * localedata/tst-digits.c: Likewise.
1963         * localedata/tst-leaks.c: Likewise.
1964         * localedata/tst-mbswcs1.c: Likewise.
1965         * localedata/tst-mbswcs2.c: Likewise.
1966         * localedata/tst-mbswcs3.c: Likewise.
1967         * localedata/tst-mbswcs4.c: Likewise.
1968         * localedata/tst-mbswcs5.c: Likewise.
1969         * localedata/tst-setlocale.c: Likewise.
1970         * localedata/tst-trans.c: Likewise.
1971         * localedata/tst-wctype.c: Likewise.
1972         * localedata/tst-xlocale1.c: Likewise.
1973         * login/tst-grantpt.c: Likewise.
1974         * malloc/tst-calloc.c: Likewise.
1975         * malloc/tst-malloc.c: Likewise.
1976         * malloc/tst-mallocstate.c: Likewise.
1977         * malloc/tst-mcheck.c: Likewise.
1978         * malloc/tst-mtrace.c: Likewise.
1979         * malloc/tst-obstack.c: Likewise.
1980         * math/atest-exp2.c: Likewise.
1981         * math/atest-exp.c: Likewise.
1982         * math/atest-sincos.c: Likewise.
1983         * math/test-matherr.c: Likewise.
1984         * math/test-misc.c: Likewise.
1985         * math/test-powl.c: Likewise.
1986         * math/tst-definitions.c: Likewise.
1987         * misc/tst-dirname.c: Likewise.
1988         * misc/tst-efgcvt.c: Likewise.
1989         * misc/tst-fdset.c: Likewise.
1990         * misc/tst-hsearch.c: Likewise.
1991         * misc/tst-mntent2.c: Likewise.
1992         * nptl/tst-sem7.c: Likewise.
1993         * nptl/tst-sem8.c: Likewise.
1994         * nptl/tst-sem9.c: Likewise.
1995         * nss/test-netdb.c: Likewise.
1996         * posix/tst-fnmatch.c: Likewise.
1997         * posix/tst-getlogin.c: Likewise.
1998         * posix/tst-gnuglob.c: Likewise.
1999         * posix/tst-mmap.c: Likewise.
2000         * pwd/tst-getpw.c: Likewise.
2001         * resolv/tst-inet_ntop.c: Likewise.
2002         * rt/tst-timer.c: Likewise.
2003         * stdio-common/test-fseek.c: Likewise.
2004         * stdio-common/test-popen.c: Likewise.
2005         * stdio-common/test-vfprintf.c: Likewise.
2006         * stdio-common/tst-cookie.c: Likewise.
2007         * stdio-common/tst-fileno.c: Likewise.
2008         * stdio-common/tst-gets.c: Likewise.
2009         * stdio-common/tst-obprintf.c: Likewise.
2010         * stdio-common/tst-perror.c: Likewise.
2011         * stdio-common/tst-sprintf2.c: Likewise.
2012         * stdio-common/tst-sprintf3.c: Likewise.
2013         * stdio-common/tst-sprintf.c: Likewise.
2014         * stdio-common/tst-swprintf.c: Likewise.
2015         * stdio-common/tst-tmpnam.c: Likewise.
2016         * stdio-common/tst-unbputc.c: Likewise.
2017         * stdio-common/tst-wc-printf.c: Likewise.
2018         * stdlib/tst-environ.c: Likewise.
2019         * stdlib/tst-fmtmsg.c: Likewise.
2020         * stdlib/tst-limits.c: Likewise.
2021         * stdlib/tst-rand48-2.c: Likewise.
2022         * stdlib/tst-rand48.c: Likewise.
2023         * stdlib/tst-random2.c: Likewise.
2024         * stdlib/tst-random.c: Likewise.
2025         * stdlib/tst-strtol.c: Likewise.
2026         * stdlib/tst-strtoll.c: Likewise.
2027         * stdlib/tst-tls-atexit.c: Likewise.
2028         * stdlib/tst-xpg-basename.c: Likewise.
2029         * string/test-ffs.c: Likewise.
2030         * string/tst-bswap.c: Likewise.
2031         * string/tst-inlcall.c: Likewise.
2032         * string/tst-strtok.c: Likewise.
2033         * string/tst-strxfrm.c: Likewise.
2034         * sysdeps/x86_64/tst-audit10.c: Likewise.
2035         * sysdeps/x86_64/tst-audit3.c: Likewise.
2036         * sysdeps/x86_64/tst-audit4.c: Likewise.
2037         * sysdeps/x86_64/tst-audit5.c: Likewise.
2038         * time/tst-ftime_l.c: Likewise.
2039         * time/tst-getdate.c: Likewise.
2040         * time/tst-mktime3.c: Likewise.
2041         * time/tst-mktime.c: Likewise.
2042         * time/tst-posixtz.c: Likewise.
2043         * time/tst-strptime2.c: Likewise.
2044         * time/tst-strptime3.c: Likewise.
2045         * wcsmbs/tst-btowc.c: Likewise.
2046         * wcsmbs/tst-mbrtowc.c: Likewise.
2047         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2048         * wcsmbs/tst-wchar-h.c: Likewise.
2049         * wcsmbs/tst-wcpncpy.c: Likewise.
2050         * wcsmbs/tst-wcrtomb.c: Likewise.
2051         * wcsmbs/tst-wcsnlen.c: Likewise.
2052         * wcsmbs/tst-wcstof.c: Likewise.
2054 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2056         [BZ #14132]
2057         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2058         INTDEF.
2059         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2060         declaration.
2061         (_dl_mcount): Use rtld_hidden_proto.
2062         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2063         _dl_mcount.
2064         * elf/rtld.c (_rtld_global_ro): Likewise.
2066         [BZ #14132]
2067         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2068         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2069         of _dl_init_internal.
2070         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2071         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2072         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2073         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2074         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2075         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2076         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2077         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2078         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2079         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2080         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2081         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2082         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2083         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2084         * sysdeps/tile/dl-start.S (_start): Likewise.
2085         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2086         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2088         [BZ #14132]
2089         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2090         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2091         (rtld_progname): Make macro definition unconditional.
2092         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2093         INTDEF.
2094         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2095         (dl_main): Likewise.
2096         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2097         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2098         instead of _dl_argv_internal.
2099         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2100         __GI__dl_argv instead of INTUSE(_dl_argv).
2101         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2102         __GI__dl_argv instead of _dl_argv_internal.
2104         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2105         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2106         macro.
2107         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2108         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2109         New macro.
2110         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2111         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2112         macro.
2113         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2114         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2116 2014-11-04  Andreas Schwab  <schwab@suse.de>
2118         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2120 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2122         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2123         mtvsrd instruction in binary form.
2125 2014-11-03  Andreas Schwab  <schwab@suse.de>
2127         [BZ #17522]
2128         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2129         for less than MB_LEN_MAX use a local buffer of that size.
2130         * libio/tst-fputws.c: New file.
2131         * libio/Makefile (tests): Add tst-fputws.
2133 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2135         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2136         the size of the fpu_fr.fpu_dregs[] array.
2138 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2140         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2141         (__nanosleep): Do not define as alias.
2142         (nanosleep): Define as alias of __nanosleep.
2143         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2144         __libc_nanosleep name.
2146 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2148         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2149         install.texi in comment.
2151 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2153         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2154         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2155         ... add here and use lwsync or sync ...
2156         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2157         ... and add here using lwsync.
2159 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2161         * elf/dl-machine-reject-phdr.h: New file.
2162         * elf/dl-load.c: #include that.
2163         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2164         if that returned true.
2166 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2168         [BZ #17496]
2169         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2170         gen-as-const-headers chunk.  Add a big scare comment after the last
2171         safe place to touch before-compile.
2173 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2175         * manual/install.texi (Tools for Compilation): Update autoconf
2176         version requirements.
2177         * INSTALL: Regenerated.
2179         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2180         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2181         (__libc_pselect): Likewise.
2183         [BZ #14138]
2184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2189 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2191         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2192         correct barrier instruction.
2193         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2194         Likewise.
2195         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2196         Likewise.
2198 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2200         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2201         after defining inlines.  Instead, just use parens to defeat macro
2202         expansion of __isctype in its declaration.
2204 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2206         * include/sys/uio.h (__libc_readv): Remove declaration.
2207         (__libc_writev): Likewise.
2208         * misc/readv.c (__libc_readv): Rename to __readv.
2209         (__readv): Do not define as alias.
2210         (readv): Define as alias of __readv.
2211         * misc/writev.c (__libc_writev): Rename to __writev.
2212         (__writev): Do not define as alias.
2213         (writev): Define as alias of __writev.
2214         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2215         (__readv): Do not define as alias.
2216         (readv): Define unconditionally as alias of __readv.
2217         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2218         (__writev): Do not define as alias.
2219         (writev): Define unconditionally as alias of __writev.
2220         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2221         name.
2222         (writev): Do not define __libc_writev name.
2224 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2226         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2227         (convert_charseq): New function, broken out of ...
2228         (use_from_charmap): ... here.  Call it.
2229         (use_to_charmap): Use convert_charseq and free instead of duplicating
2230         its code with a variable-length stack struct.
2232 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2234         * include/fcntl.h (__libc_creat): Remove declaration.
2235         * io/creat.c (__libc_creat): Rename to creat.
2236         (creat): Do not define as alias.
2237         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2238         of creat instead of __libc_creat.
2239         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2240         to creat.
2241         (creat): Do not define as alias.
2242         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2243         __libc_creat.
2244         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2245         __libc_creat name.
2246         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2247         Likewise.
2249 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2251         * manual/llio.texi: Add comments discussing why write() may be
2252         considered MT-unsafe on Linux.
2254 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2256         * dl-load.c (local_strdup): Remove.
2257         (expand_dynamic_string_token): Use __strdup.
2258         (decompose_rpath): Likewise.
2259         (_dl_map_object): Likewise.
2261 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2263         [BZ #14132]
2264         * sysdeps/generic/unwind-dw2-fde.c
2265         (__register_frame_info_bases_internal): Do not declare.
2266         (__register_frame_info_table_bases_internal): Likewise.
2267         (__deregister_frame_info_bases_internal): Likewise.
2268         (__register_frame_info_bases): Declare and use hidden_proto before
2269         definition.  Use hidden_def instead of INTDEF.
2270         (__register_frame_info_table_bases): Likewise.
2271         (__deregister_frame_info_bases): Likewise.
2272         (__register_frame_info): Do not use INTUSE.
2273         (__register_frame): Likewise.
2274         (__register_frame_info_table): Likewise.
2275         (__register_frame_table): Likewise.
2276         (__deregister_frame_info): Likewise.
2277         (__deregister_frame): Likewise.
2279 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2281         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2282         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2283         not undefine.
2284         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2285         Likewise.
2286         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2287         Likewise.
2289 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2291         [BZ #14138]
2292         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2293         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2294         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2295         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2296         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2297         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2298         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2299         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2300         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2301         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2302         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2303         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2304         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2305         syscall.
2306         (setfsuid): Likewise.
2307         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2308         (setfsuid): Likewise.
2309         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2310         (setfsuid): Likewise.
2311         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2312         Likewise.
2313         (setfsuid): Likewise.
2314         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2315         (setfsuid): Likewise.
2316         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2317         Likewise.
2318         (setfsuid): Likewise.
2320 2014-10-27  Andreas Schwab  <schwab@suse.de>
2322         [BZ #17501]
2323         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2324         check for Slow_SSE4_2 feature bit.
2325         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2326         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2327         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2328         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2330 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2332         * configure.ac: Validate compiler version with a empirical test of
2333         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2334         $CC -v output.
2335         * configure: Regenerated.
2337         * inet/htons.c (htons): Prototypify.
2338         * inet/htonl.c (htonl): Likewise.
2340 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2342         * string/strncat.c (strncat): Improve performance by using strlen.
2344 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2346         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2348 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2350         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2351         Call libc_fetestexcept_aarch64.
2353 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2355         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2356         Call libc_feholdexcept_aarch64.
2358 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2360         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2361         Call get_rounding_mode.
2363 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2365         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2366         Simplify logic.
2368 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2370         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2371         Simplify logic.
2373 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2375         [BZ #14138]
2376         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2377         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2378         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2379         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2380         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2381         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2382         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2383         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2384         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2385         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2386         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2387         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2388         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2389         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2390         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2391         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2392         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2393         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2394         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2395         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2396         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2397         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2398         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2399         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2400         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2401         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2402         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2403         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2404         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2405         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2406         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2407         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2408         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2409         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2410         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2411         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2412         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2413         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2414         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2415         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2416         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2417         syscall.
2418         (geteuid): Likewise.
2419         (getgid): Likewise.
2420         (getuid): Likewise.
2421         (getresgid): Likewise.
2422         (getresuid): Likewise.
2423         (getgroups): Likewise.
2424         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2425         (geteuid): Likewise.
2426         (getgid): Likewise.
2427         (getuid): Likewise.
2428         (getresgid): Likewise.
2429         (getresuid): Likewise.
2430         (getgroups): Likewise.
2431         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
2432         (geteuid): Likewise.
2433         (getgid): Likewise.
2434         (getuid): Likewise.
2435         (getresgid): Likewise.
2436         (getresuid): Likewise.
2437         (getgroups): Likewise.
2438         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
2439         Likewise.
2440         (geteuid): Likewise.
2441         (getgid): Likewise.
2442         (getuid): Likewise.
2443         (getresgid): Likewise.
2444         (getresuid): Likewise.
2445         (getgroups): Likewise.
2446         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
2447         (geteuid): Likewise.
2448         (getgid): Likewise.
2449         (getuid): Likewise.
2450         (getresgid): Likewise.
2451         (getresuid): Likewise.
2452         (getgroups): Likewise.
2453         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
2454         Likewise.
2455         (geteuid): Likewise.
2456         (getgid): Likewise.
2457         (getuid): Likewise.
2458         (getgroups): Likewise.
2460         [BZ #14138]
2461         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
2462         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
2463         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
2464         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2465         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
2466         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
2467         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
2468         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
2469         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
2470         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
2471         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
2472         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
2473         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
2474         __chown.
2475         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
2476         (lchown): Likewise.
2477         (fchown): Likewise.
2478         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
2479         Likewise.
2480         (lchown): Likewise.
2481         (fchown): Likewise.
2482         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
2483         (lchown): Likewise.
2484         (fchown): Likewise.
2485         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
2486         Likewise.
2487         (lchown): Likewise.
2488         (fchown): Likewise.
2490 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2492         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
2493         Simplify logic.
2495 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2497         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2498         Cleanup logic.
2500 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2502         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2503         Remove unused include.
2505 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2507         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
2508         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
2509         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
2510         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
2512 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
2513             Helge Deller <deller@gmx.de>
2515         [BZ #17508]
2516         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
2517         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
2518         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
2520 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
2522         [BZ #14132]
2523         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
2524         Remove macro definition.
2525         (__ashrdi3_v_glibc20): Likewise.
2526         (__lshrdi3_v_glibc20): Likewise.
2527         (__cmpdi2_v_glibc20): Likewise.
2528         (__ucmpdi2_v_glibc20): Likewise.
2529         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
2530         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
2531         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
2532         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
2533         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
2534         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
2536 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2538         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
2539         old GNU extension [0] syntax.
2540         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
2541         alloca rather than an array member with variable length.
2542         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
2543         * nscd/nscd.c (invalidate_db): New function, broken out of ...
2544         (parse_opt): ... here.  Likewise use alloca there.
2545         Validate the -i argument before checking for rootness.
2546         (send_shutdown): New function, broken out of ...
2547         (parse_opt): ... here.
2549 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2551         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
2552         macro to get at the _rt_local_ro field.
2553         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
2554         ([PIC] case) or _dl_hwcap ([!PIC] case).
2555         * sysdeps/arm/setjmp.S: Likewise.
2557         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
2558         * sysdeps/arm/configure.ac: New check to define it.
2559         * sysdeps/arm/configure: Regenerated.
2560         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
2561         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
2562         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
2563         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
2564         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
2565         Use move/movt pair instead of a load.
2566         (LDST_GLOBAL): Macro removed.
2567         (LDR_GLOBAL): New macro replaces it.
2568         (LDR_HIDDEN): New macro.
2569         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
2570         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
2572         * setjmp/tst-setjmp-static.c: New file.
2573         * setjmp/Makefile (tests): Add it.
2574         (tests-static): New variable.
2576 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
2578         [BZ #17485]
2579         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
2581 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
2583         [BZ #14132]
2584         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
2586 2014-10-21  Roland McGrath  <roland@hack.frob.com>
2588         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
2590 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2592         * io/fts.c (dirent_not_directory): New function.
2593         (fts_build): Call it.
2595 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2597         * nptl/version.c (__nptl_main): Use normal __write rather than
2598         INTERNAL_SYSCALL.
2599         (banner): Update copyright years.
2601         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
2602         gettimeofday.
2603         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2604         * nptl/pthread_cond_timedwait.c: Likewise.
2605         * nptl/pthread_mutex_timedlock.c: Likewise.
2606         * nptl/sem_timedwait.c: Likewise.
2608         * sysdeps/nptl/bits/libc-lock.h
2609         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
2610         (__libc_lock_init_recursive): Return void, not 0.
2611         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
2612         (__libc_rwlock_init): Likewise.
2613         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
2615 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2617         [BZ #15215]
2618         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
2619         (__pthread_once_slow): ... here.
2620         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
2621         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
2623 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2625         [BZ #15215]
2626         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
2627         __PTHREAD_ONCE_FORK_GEN_INCR): New.
2628         * sysdeps/nptl/fork.c (__libc_fork): Use them.
2629         * nptl/pthread_once.c (__pthread_once): Likewise.
2630         Update comments.
2632 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
2634         [BZ #14138]
2635         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
2636         name.
2637         (writev): Use __libc_writev as strong name.
2638         * sysdeps/unix/sysv/linux/readv.c: Remove file.
2639         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2641 2014-10-17  Roland McGrath  <roland@hack.frob.com>
2643         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
2645         * sysdeps/i386/nptl/tls.h
2646         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
2647         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
2648         New macros.
2649         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
2650         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
2651         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
2652         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
2653         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
2654         Call CHECK_THREAD_SYSINFO instead of doing an assert.
2656         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
2657         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
2658         on [__NR_futex].
2659         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
2660         broken out of ...
2661         (__pthread_mutex_init): ... here.  Call it.
2662         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
2663         Conditionalize PI cases on [__NR_futex].
2664         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
2665         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
2666         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
2668         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
2669         conditional on [SIGSETXID].
2670         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
2671         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
2672         is defined.  Likewise for SIGSETXID.
2673         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
2674         Conditionalize definitions on [SIGSETXID].
2675         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
2676         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
2677         unblocking on [SIGCANCEL].
2679         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
2680         [__NR_set_robust_list].
2682 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2684         * string/strcoll_l.c (get_next_seq): Fix up formatting.
2685         (do_compare): Likewise.
2687 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
2689         [BZ #15884]
2690         * string/strcoll_l.c: Don't include stdio.h.
2691         (coll_seq): Remove members idxarr and rulearr.
2692         (get_next_seq_cached): Remove function.
2693         (get_next_seq): Likewise.
2694         (get_next_seq_nocache): Rename to get_next_seq.
2695         (do_compare): Remove function.
2696         (do_compare_nocache): Rename to do_compare.
2697         (STRCOLL): Remove weight and rules cache.
2699 2014-10-16  Roland McGrath  <roland@hack.frob.com>
2701         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
2702         * sysdeps/arm/sfp-machine.h: ... to here.
2703         * sysdeps/arm/Implies: Remove arm/soft-fp.
2705 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
2707         * conform/data/sys/utsname.h-data (*_t): Allow.
2708         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
2709         [POSIX] (WEXITED): Do not expect constant.
2710         [POSIX] (WSTOPPED): Likewise.
2711         [POSIX] (WNOHANG): Likewise.
2712         [POSIX] (WNOWAIT): Likewise.
2713         [POSIX] (siginfo_t): Do not expect type or elements.
2714         [POSIX] (pid_t): Do not expect type.
2715         [POSIX] (signal.h): Do not allow header.
2716         [POSIX] (sys/resource.h): Likewise.
2717         [POSIX] (si_*): Do not allow pattern.
2718         [POSIX] (W*): Likewise.
2719         [POSIX] (P_*): Likewise.
2720         [POSIX] (BUS_*): Likewise.
2721         [POSIX] (CLD_*): Likewise.
2722         [POSIX] (FPE_*): Likewise.
2723         [POSIX] (ILL_*): Likewise.
2724         [POSIX] (POLL_*): Likewise.
2725         [POSIX] (SEGV_*): Likewise.
2726         [POSIX] (SI_*): Likewise.
2727         [POSIX] (TRAP_*): Likewise.
2728         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
2729         variable.
2731 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
2733         [BZ #12926]
2734         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
2735         infinite loop when __recvmsg returns 0.
2737 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
2739         * CANCEL-FCT-WAIVE: Remove file.
2740         * CANCEL-FILE-WAIVE: Likewise.
2742         [BZ #14132]
2743         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
2744         instead of INTVARDEF.
2745         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2746         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
2747         rtld_hidden_data_def instead of INTVARDEF.
2748         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2749         * elf/dl-deps.c (expand_dst): Likewise.
2750         * elf/dl-load.c (_dl_dst_count): Likewise.
2751         (_dl_dst_substitute): Likewise.
2752         (decompose_rpath): Likewise.
2753         (_dl_init_paths): Likewise.
2754         (open_path): Likewise.
2755         (_dl_map_object): Likewise.
2756         * elf/rtld.c (dl_main): Likewise.
2757         (process_dl_audit): Likewise.
2758         (process_envvars): Likewise.
2759         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
2760         Remove declaration.
2761         (__libc_enable_secure): Use rtld_hidden_proto.
2763 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
2765         * elf/dl-load.c
2766         (add_path): New function broken out of _dl_rtld_di_serinfo.
2767         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
2769 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
2771         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
2772         parentheses around macro arguments.
2773         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
2774         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
2775         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
2776         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
2777         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
2778         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2779         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2780         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
2781         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
2782         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
2783         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
2784         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
2785         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
2786         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
2787         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
2788         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
2789         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
2790         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
2791         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
2792         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
2793         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
2794         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
2795         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
2796         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2797         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2798         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
2799         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
2800         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
2801         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
2802         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
2803         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
2804         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
2805         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
2806         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
2807         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
2808         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
2809         Likewise.
2810         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
2811         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
2812         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
2813         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
2814         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
2815         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
2816         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
2817         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
2818         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
2819         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
2820         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
2821         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
2822         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
2823         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
2824         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
2825         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
2826         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
2827         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
2828         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
2829         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
2830         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
2831         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
2832         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
2833         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
2834         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
2835         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
2836         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
2837         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
2838         (_FP_FRAC_SRS_1): Likewise.
2839         (_FP_FRAC_CLZ_1): Likewise.
2840         (_FP_MUL_MEAT_1_imm): Likewise.
2841         (_FP_MUL_MEAT_1_wide): Likewise.
2842         (_FP_MUL_MEAT_1_hard): Likewise.
2843         (_FP_SQRT_MEAT_1): Likewise.
2844         (_FP_FRAC_ASSEMBLE_1): Likewise.
2845         (_FP_FRAC_DISASSEMBLE_1): Likewise.
2846         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
2847         (__FP_CLZ_2): Likewise.
2848         (_FP_MUL_MEAT_2_wide): Likewise.
2849         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2850         (_FP_MUL_MEAT_2_gmp): Likewise.
2851         (_FP_MUL_MEAT_2_120_240_double): Likewise.
2852         (_FP_SQRT_MEAT_2): Likewise.
2853         (_FP_FRAC_ASSEMBLE_2): Likewise.
2854         (_FP_FRAC_DISASSEMBLE_2): Likewise.
2855         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
2856         (_FP_FRAC_CLZ_4): Likewise.
2857         (_FP_MUL_MEAT_4_wide): Likewise.
2858         (_FP_MUL_MEAT_4_gmp): Likewise.
2859         (_FP_SQRT_MEAT_4): Likewise.
2860         (_FP_FRAC_ASSEMBLE_4): Likewise.
2861         (_FP_FRAC_DISASSEMBLE_4): Likewise.
2862         * soft-fp/op-common.h (_FP_CMP): Likewise.
2863         (_FP_CMP_EQ): Likewise.
2864         (_FP_CMP_UNORD): Likewise.
2865         (_FP_TO_INT): Likewise.
2866         (_FP_FROM_INT): Likewise.
2867         [!__FP_CLZ] (__FP_CLZ): Likewise.
2868         (_FP_DIV_HELP_imm): Likewise.
2869         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
2870         Likewise.
2871         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
2872         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
2873         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
2874         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
2875         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
2876         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
2877         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
2878         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
2879         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
2880         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
2881         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
2882         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
2883         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
2884         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
2885         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
2886         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
2887         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
2888         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
2889         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
2890         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
2891         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
2892         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
2893         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
2894         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
2895         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
2896         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
2897         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
2898         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
2899         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
2900         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
2901         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
2902         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
2903         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
2904         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
2905         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
2906         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
2907         (FP_UNPACK_RAW_SP): Likewise.
2908         (FP_PACK_RAW_S): Likewise.
2909         (FP_PACK_RAW_SP): Likewise.
2910         (FP_UNPACK_S): Likewise.
2911         (FP_UNPACK_SP): Likewise.
2912         (FP_UNPACK_SEMIRAW_S): Likewise.
2913         (FP_UNPACK_SEMIRAW_SP): Likewise.
2914         (FP_PACK_S): Likewise.
2915         (FP_PACK_SP): Likewise.
2916         (FP_PACK_SEMIRAW_S): Likewise.
2917         (FP_PACK_SEMIRAW_SP): Likewise.
2918         (_FP_SQRT_MEAT_S): Likewise.
2919         (FP_CMP_S): Likewise.
2920         (FP_CMP_EQ_S): Likewise.
2921         (FP_CMP_UNORD_S): Likewise.
2922         (FP_TO_INT_S): Likewise.
2923         (FP_FROM_INT_S): Likewise.
2925         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
2927         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
2928         (FP_EX_INVALID_IMZ): Likewise.
2929         (FP_EX_INVALID_IMZ_FMA): Likewise.
2930         (FP_EX_INVALID_ISI): Likewise.
2931         (FP_EX_INVALID_ZDZ): Likewise.
2932         (FP_EX_INVALID_IDI): Likewise.
2933         (FP_EX_INVALID_SQRT): Likewise.
2934         (FP_EX_INVALID_CVI): Likewise.
2935         (FP_EX_INVALID_VC): Likewise.
2936         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
2937         "invalid" exceptions.
2938         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
2939         (_FP_ADD_INTERNAL): Likewise.
2940         (_FP_MUL): Likewise.
2941         (_FP_FMA): Likewise.
2942         (_FP_DIV): Likewise.
2943         (_FP_CMP_CHECK_NAN): Likewise.
2944         (_FP_SQRT): Likewise.
2945         (_FP_TO_INT): Likewise.
2946         (FP_EXTEND): Likewise.
2948 2014-10-09  Allan McRae  <allan@archlinux.org>
2950         * po/fr.po: Update French translation from translation project.
2952 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
2954         [BZ #14132]
2955         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
2956         of INTDEF.
2957         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
2958         (__cxa_atexit): Use libc_hidden_proto.
2959         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
2961         [BZ #14132]
2962         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
2963         declaration.
2964         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
2965         [!_ISOMAC] (__iswspace_l_internal): Likewise.
2966         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
2967         [!_ISOMAC] (__iswctype_internal): Likewise.
2968         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
2969         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
2970         alias.
2971         (fcntl): Remove __fcntl_internal alias.
2972         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
2973         __connect_internal alias.
2974         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
2975         Likewise.
2977         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
2978         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
2979         FP_DENORM_ZERO.
2980         (_FP_CHECK_FLUSH_ZERO): New macro.
2981         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
2982         (_FP_CMP): Likewise.
2983         (_FP_CMP_EQ): Likewise.
2984         (_FP_TO_INT): Do not set inexact for subnormal arguments if
2985         FP_DENORM_ZERO.
2986         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
2987         (FP_TRUNC): Likewise.
2989         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
2990         treated as invalid conversion, not as normal exponent.
2992         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
2993         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
2994         (_FP_CMP_EQ): Likewise.
2995         (_FP_CMP_UNORD): Likewise.
2996         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
2997         (FP_CMP_EQ_D): Likewise.
2998         (FP_CMP_UNORD_D): Likewise.
2999         * soft-fp/extended.h (FP_CMP_E): Likewise.
3000         (FP_CMP_EQ_E): Likewise.
3001         (FP_CMP_UNORD_E): Likewise.
3002         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3003         (FP_CMP_EQ_Q): Likewise.
3004         (FP_CMP_UNORD_Q): Likewise.
3005         * soft-fp/single.h (FP_CMP_S): Likewise.
3006         (FP_CMP_EQ_S): Likewise.
3007         (FP_CMP_UNORD_S): Likewise.
3008         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3009         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3010         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3011         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3012         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3013         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3014         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3015         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3016         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3017         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3018         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3019         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3020         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3021         to FP_CMP_Q.
3022         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3023         FP_CMP_Q.
3024         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3025         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3026         FP_CMP_EQ_Q.
3027         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3028         FP_CMP_Q.
3029         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3030         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3031         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3032         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3033         FP_CMP_EQ_Q.
3034         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3035         FP_CMP_Q.
3036         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3037         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3038         FP_CMP_EQ_Q.
3039         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3040         FP_CMP_Q.
3041         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3042         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3043         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3044         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3045         FP_CMP_EQ_Q.
3047         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3048         a subnormal result, set the underflow exception if trapping on
3049         underflow is enabled.
3050         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3051         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3052         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3053         redefine to 0.
3054         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3055         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3056         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3057         * soft-fp/extendxftf2.c (__extendxftf2): Use
3058         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3060         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3061         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3062         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3063         FP_HANDLE_EXCEPTIONS.
3064         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3065         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3066         FP_HANDLE_EXCEPTIONS.
3067         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3068         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3069         FP_HANDLE_EXCEPTIONS.
3070         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3071         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3072         FP_HANDLE_EXCEPTIONS.
3074 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3076         [BZ #14132]
3077         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3078         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3079         use INTUSE.
3080         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3081         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3082         Remove alias.
3083         (__adjtimex): Define using libc_hidden_ver.
3084         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3085         Remove declaration.
3086         (ntp_gettime): Call __adjtimex directly.
3087         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3088         Remove declaration.
3089         (ntp_gettimex): Call __adjtimex directly.
3090         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3091         __adjtimex_internal alias.
3093 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3095         [BZ #17460]
3096         * nscd/nscd.c (more_help): Rewrite list of tables collection
3097         using xstrdup and asprintf.
3099         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3101 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3102             Roland McGrath  <roland@hack.frob.com>
3104         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3105         (do_lookup_unique): ... local function 'enter' here; update callers.
3107 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3109         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3110         compat_symbol calls on [SHARED].
3111         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3112         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3113         Remove.
3114         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3115         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3116         (oldsetrlimit): Remove.
3117         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3119         (lchown): New syscall entry.
3120         (oldsetrlimit): Remove.
3121         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3122         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3123         (oldsetrlimit): Remove.
3124         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3126         [BZ #14138]
3127         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3128         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3129         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3130         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3131         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3132         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3133         (fchown): Likewise.
3134         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3135         (fchown): Likewise.
3136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3137         Likewise.
3139 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3141         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3142         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3143         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3144         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3145         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3146         Likewise.
3147         (__old_sem_post): Likewise.
3149 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3151         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3152         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3153         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3154         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3155         Use INLINE_VSYSCALL macro.
3156         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3157         __vdso_clock_gettime.
3158         * sysdeps/unix/sysv/linux/tile/init-first.c
3159         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3160         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3161         __vdso_clock_gettime.
3163         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3164         to set up frame more cleanly.
3166         * sysdeps/tile/memcmp.c: New file.
3168         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3170         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3171         * sysdeps/tile/tilegx/strcasestr.c: New file.
3172         * sysdeps/tile/tilegx/strnlen.c: New file.
3173         * sysdeps/tile/tilegx/strstr.c: New file.
3175         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3177 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3179         * nptl/tst-setuid3.c: Write errors to stdout.
3181 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3183         * elf/dl-deps.c
3184         (preload): New functions broken out of _dl_map_object_deps.
3185         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3187 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3189         [BZ #14138]
3190         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3191         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3193 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3195         * sysdeps/mips/strcmp.S: New.
3197 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3199         [BZ #14138]
3200         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3201         (linkat): Likewise.
3202         (mkdirat): Likewise.
3203         (readlinkat): Likewise.
3204         (renameat): Likewise.
3205         (symlinkat): Likewise.
3206         (unlinkat): Likewise.
3207         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3208         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3209         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3210         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3211         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3212         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3213         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3215 2014-09-30  Will Newton  <will.newton@linaro.org>
3217         * math/math.h: Define long double math functions if
3218         _LIBC_TEST is defined.
3219         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3221         * localedata/Makefile: Move assignment to tests-special
3222         into an ifdef testing run-built-tests.
3223         * timezone/Makefile: Likewise.
3225 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3227         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3228         with $(BASH) not $(SHELL).
3230 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3231             Matthew LeGendre  <legendre1@llnl.gov>
3233         [BZ #17411]
3234         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3235         l_reloc_result.
3237 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3239         * stdio-common/printf_fp.c
3240         (hack_digit): New function, broken out of ...
3241         (__printf_fp): ... local function here.  Update call sites.
3242         hack_digit now takes an additional parameter that is a pointer
3243         to a struct of the referenced locals.  Those locals moved inside
3244         the struct and references updated.
3246 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3248         * aclocal.m4: Require autoconf 2.69.
3249         * configure: Regenerated.
3250         * sysdeps/aarch64/configure: Likewise.
3251         * sysdeps/alpha/configure: Likewise.
3252         * sysdeps/arm/armv7/configure: Likewise.
3253         * sysdeps/arm/configure: Likewise.
3254         * sysdeps/ia64/configure: Likewise.
3255         * sysdeps/mach/configure: Likewise.
3256         * sysdeps/mips/configure: Likewise.
3257         * sysdeps/s390/configure: Likewise.
3258         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3261         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3262         file.
3263         * sysdeps/ia64/configure.ac: Likewise.
3265 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3268         specify symbol version for ld.so.  Do not include entry for
3269         libpthread.
3270         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3271         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3272         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3274         [BZ #14171]
3275         * Makeconfig [$(build-shared) = yes]
3276         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3277         makefiles.
3278         [$(build-shared) = yes && $(soversions.mk-done) = t]
3279         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3280         [$(build-shared) = yes && $(soversions.mk-done) = t]
3281         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3282         to Makerules.
3283         [$(build-shared) = yes && $(soversions.mk-done) = t]
3284         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3285         here.
3286         [$(build-shared) = yes && $(soversions.mk-done) = t]
3287         (common-generated): Don't append gnu/lib-names.h and
3288         gnu/lib-names.stmp here.
3289         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3290         (lib-names-h-abi): New variable.
3291         [$(build-shared) = yes && $(soversions.mk-done) = t]
3292         (lib-names-stmp-abi): Likewise.
3293         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3294         abi-variants] (before-compile): Append
3295         $(common-objpfx)$(lib-names-h-abi).
3296         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3297         abi-variants] (common-generated): Append gnu/lib-names.h.
3298         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3299         abi-variants] (install-others-nosubdir): Depend on
3300         $(inst_includedir)/$(lib-names-h-abi).
3301         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3302         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3303         [$(build-shared) = yes && $(soversions.mk-done) = t]
3304         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3305         [$(build-shared) = yes && $(soversions.mk-done) = t]
3306         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3307         [$(build-shared) = yes && $(soversions.mk-done) = t]
3308         (common-generated): Append $(lib-names-h-abi) and
3309         $(lib-names-stmp-abi).
3310         * scripts/lib-names.awk: Do not handle multi being set.
3311         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3312         Remove variable.
3313         (abi-lp64_be-ld-soname): Likewise.
3314         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3315         Likewise.
3316         (abi-hard-ld-soname): Likewise.
3317         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3318         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3319         Remove variable.
3320         (abi-o32_hard-ld-soname): Likewise.
3321         (abi-o32_soft_2008-ld-soname): Likewise.
3322         (abi-o32_hard_2008-ld-soname): Likewise.
3323         (abi-n32_soft-ld-soname): Likewise.
3324         (abi-n32_hard-ld-soname): Likewise.
3325         (abi-n32_soft_2008-ld-soname): Likewise.
3326         (abi-n32_hard_2008-ld-soname): Likewise.
3327         (abi-n64_soft-ld-soname): Likewise.
3328         (abi-n64_hard-ld-soname): Likewise.
3329         (abi-n64_soft_2008-ld-soname): Likewise.
3330         (abi-n64_hard_2008-ld-soname): Likewise.
3331         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3332         Likewise.
3333         (abi-64-v2-ld-soname): Likewise.
3334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3335         ld.so entries.
3336         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3337         variable.
3338         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3339         entry.
3340         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3341         variable.
3342         (abi-64-ld-soname): Likewise.
3343         (abi-x32-ld-soname): Likewise.
3344         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3345         entry.
3346         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3348 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3350         [BZ #14138]
3351         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3352         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3353         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3354         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3355         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3356         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3357         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3358         syscall entry for GLIBC_2.2 symbol version.
3359         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3360         Likewise.
3361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3362         (setrlimit): Likewise.
3363         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3364         Likewise.
3366 2014-09-23  Will Newton  <will.newton@linaro.org>
3368         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3369         _LINUX_ARM_SYSDEP_H include guard too.
3370         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3371         define.
3373 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3375         * sysdeps/unix/sysv/linux/eventfd.c:
3376         Make first argument unsigned.
3377         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3378         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3380 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3382         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3383         * socket/sys/socket.h: Likewise
3384         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3386 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3388         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3390 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3392         * time/tst-ftime.c: New test.
3393         * time/Makefile (tests): Add tst-ftime.
3395 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3397         * soft-fp/extended.h: Fix comment formatting.
3398         * soft-fp/op-1.h: Likewise.
3399         * soft-fp/op-2.h: Likewise.
3400         * soft-fp/op-4.h: Likewise.
3401         * soft-fp/op-8.h: Likewise.
3402         * soft-fp/op-common.h: Likewise.
3403         * soft-fp/soft-fp.h: Likewise.
3405         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3407 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3409         [BZ #6652]
3410         * Makeconfig (soversions-default-setname): Remove variable.
3411         ($(common-objpfx)soversions.i): Don't pass default_setname to
3412         soversions.awk.
3413         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3414         oldest_abi to abi-versions.awk.
3415         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3416         * config.make.in (oldest-abi): Remove variable.
3417         * configure.ac (--enable-oldest-abi): Remove configure option.
3418         * configure: Regenerated.
3419         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3420         text.
3421         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3422         * scripts/soversions.awk: Do not handle default_setname variable.
3423         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3424         variable.
3425         * sysdeps/mach/hurd/configure: Regenerated.
3426         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3427         variable.
3428         * sysdeps/unix/sysv/linux/configure: Regenerated.
3430 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3432         * elf/Makefile (CFLAGS-interp.c): Remove.
3433         ($(elf-objpfx)runtime-linker.h): Generate header with linker
3434         path string.
3435         * elf/interp.c: Include generated runtime-linker.h
3437         * Makerules (lib%.so): Don't include $(+interp) in
3438         prerequisites.
3439         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
3440         * dlfcn/eval.c: Remove file.
3442         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
3443         macros.
3445         [BZ #17266]
3446         * misc/sys/cdefs.h: Define __extern_always_inline for clang
3447         4.2 and newer.
3449         [BZ #17370]
3450         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
3452 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3453             Jakub Jelinek  <jakub@redhat.com>
3455         [BZ #17266]
3456         * libio/stdio.h: Check definition of __fortify_function
3457         instead of __extern_always_inline to include bits/stdio2.h.
3458         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
3459         check if __extern_always_inline is defined.
3460         [__USE_MISC || __USE_XOPEN]: Likewise.
3461         [__USE_ISOC99] Likewise.
3462         * misc/sys/cdefs.h (__fortify_function): Define only if
3463         __extern_always_inline is defined.
3464         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
3465         __extern_always_inline and __extern_inline only for g++-4.3
3466         and newer or a compatible gcc.
3468 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
3470         [BZ #17371]
3471         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3472         last change to handle zero prefix length.
3474 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
3476         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
3477         _SC_REGEX_VERSION.
3479         * posix/getconf.c (vars): Add _POSIX_IPV6 and
3480         _POSIX_RAW_SOCKETS.
3482 2014-09-13  Allan McRae  <allan@archlinux.org>
3484         * po/ru.po: Update Russian translation from translation project.
3486 2014-09-12  Roland McGrath  <roland@hack.frob.com>
3488         * locale/programs/locale.c (show_locale_vars): Inline local function
3489         into its sole call site.  Clean up some style nits.
3490         (print_item): New function, broken out of ...
3491         (show_info): ... local function here.  Clean up style nits.
3493         * locale/programs/ld-ctype.c (set_one_default): New function, broken
3494         out of ...
3495         (set_class_defaults): ... local function set_default here.
3496         Define set_default as a macro locally to pass constant parameters.
3497         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
3498         rather than a shared local.
3500         * stdlib/rpmatch.c (try): New function, broken out of ...
3501         (rpmatch): ... local function here.  Also, prototypify definition.
3503 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
3505         * scripts/soversions.awk: Do not handle configuration names.
3506         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
3507         vendor and os variables to soversions.awk.
3508         * configure.ac: Do not modify gnu-* host_os.
3509         * configure: Regenerated
3510         * shlib-versions: Remove first column with configuration names.
3511         * nptl/shlib-versions: Likewise.
3512         * nptl_db/shlib-versions: Likewise.
3513         * sysdeps/hppa/shlib-versions: Likewise.
3514         * sysdeps/m68k/shlib-versions: Likewise.
3515         * sysdeps/mach/hurd/shlib-versions: Likewise.
3516         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
3517         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
3518         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
3519         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
3520         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
3521         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
3522         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
3523         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
3524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3525         Likewise.
3526         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3527         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3528         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3529         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3530         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3531         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
3532         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3533         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
3536         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
3537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
3538         Regenerated.
3539         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
3540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3541         Condition symbol version definitions on [HAVE_ELFV2_ABI].
3543         * shlib-versions: Remove OS-specific entries.  Moved to files in
3544         sysdeps.
3545         * sysdeps/mach/hurd/shlib-versions: New file.
3546         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3548         * nptl/shlib-versions: Remove architecture-specific entries.
3549         Moved to files in sysdeps.
3550         * shlib-versions: Likewise.
3551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
3552         file.
3553         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3554         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3555         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3556         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3558         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
3559         (UDP_NO_CHECK6_RX): Likewise.
3561 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3563         * sysdeps/posix/sysconf.c (__sysconf): Spell
3564         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
3566 2014-08-12  Florian Weimer  <fweimer@redhat.com>
3568         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
3569         loading.
3570         * iconv/Versions (__gconv_transliterate): Export for use from
3571         gconv modules.
3572         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
3573         (struct __gconv_trans_data, __gconv_trans_fct,
3574         __gconv_trans_context_fct, __gconv_trans_query_fct,
3575         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
3576         definitions.
3577         (struct __gconv_step_data): Remove __trans member.
3578         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
3579         longer hidden.  Remove unused trans_data argument.
3580         * iconv/gconv_int.h (struct trans_struct): Remove definition.
3581         (__gconv_translit_find): Remove declaration.
3582         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
3583         prototype.
3584         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
3585         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
3586         trans_data argument.  Add hidden definition.
3587         (__gconv_translit_find): Remove.
3588         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
3589         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
3590         * iconv/skeleton.c: Remove transliteration initialization.
3591         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
3592         __gconv_step_data initialization.
3593         * libio/iofwide.c (__libio_translit_): Remove.
3594         (_IO_fwide): Adjust struct __gconv_step_data initialization.
3595         * wcsmbs/btowc.c (__btowc): Likewise.
3596         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
3597         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3598         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
3599         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
3600         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
3601         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
3602         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
3603         * wcsmbs/wctob.c (wctob): Likewise.
3605 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3607         [BZ #16194]
3608         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
3609         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
3610         register usage.
3611         * sysdeps/x86/Makefile: Adjust.
3613 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3614             Roland McGrath  <roland@hack.frob.com>
3616         * locale/weight.h: Add include guard.
3617         (findidx): Make static rather than auto; take new parameters
3618         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
3619         * locale/weightwc.h: Likewise.
3620         * posix/fnmatch_loop.c
3621         (FCT): Change type of EXTRA from int32_t to wint_t.
3622         Don't include either header inside the function.
3623         Call FINDIDX rather than findidx, and pass new arguments.
3624         #undef FINDIDX at the end of the file.
3625         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
3626         FINDIDX before including fnmatch_loop.c for the non-wide version.
3627         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
3628         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
3629         for the wide version.
3630         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
3631         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
3632         Pass new arguments to findidx.
3633         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
3634         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
3635         Don't #include it inside the function.  Pass new arguments to findidx.
3636         * posix/regex_internal.h
3637         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
3638         (re_string_elem_size_at): Don't #include it inside the function.
3639         Pass new arguments to findidx.
3640         * string/strcoll_l.c: #include WEIGHT_H at top level.
3641         (get_next_seq): Don't #include it inside the function.
3642         Pass new arguments to findidx.
3643         (get_next_seq_nocache): Likewise.
3644         * string/strxfrm_l.c: #include WEIGHT_H at top level.
3645         (STRXFRM): Don't #include it inside the function.
3646         Pass new arguments to findidx.
3648 2014-09-11  Florian Weimer  <fweimer@redhat.com>
3650         [BZ #17344]
3651         * malloc/malloc.c (unlink): Turn asserts into a call to
3652         malloc_printerr.
3654 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
3656         [BZ #17370]
3657         * libio/wfileops (do_ftell_wide): Free OUT.
3659 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
3661         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
3663 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3665         [BZ #17363]
3666         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
3667         group if the current group is empty.
3669 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3671         * benchtests/bench-memset.c (test_main): Add more test from size
3672         from 32 to 512 bytes.
3673         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3674         Add POWER8 memset object.
3675         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3676         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
3677         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
3678         implementation.
3679         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
3680         Likewise.
3681         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
3682         multiarch POWER8 memset optimization.
3683         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
3684         POWER8 memset optimization.
3686         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3687         Remove bzero multiarch objects.
3688         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
3689         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
3690         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
3691         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
3692         Remove define.
3693         [__bzero]: Redefine to specific name.
3694         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
3695         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
3696         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
3697         define.
3698         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
3699         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
3701 2014-09-10  Florian Weimer  <fweimer@redhat.com>
3703         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
3704         warnings into errors.
3706         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
3707         __cxa_thread_atexit_impl prototype.
3709 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3711         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
3712         Fix capitalization of error message.
3714 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3716         * sysdeps/mips/preconfigure: Modify ABI tests.
3718 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
3720         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
3722 2014-09-07  Roland McGrath  <roland@hack.frob.com>
3723             Carlos O'Donell  <carlos@systemhalted.org>
3725         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
3726         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
3727         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
3728         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
3729         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
3730         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
3731         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
3732         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
3733         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
3734         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
3735         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
3736         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
3737         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
3738         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
3739         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
3740         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
3741         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
3742         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
3743         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
3744         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
3745         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
3746         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
3747         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
3748         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
3749         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
3750         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
3751         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
3752         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
3753         Deconditionalize the code that was previously under [RESET_PID].
3754         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
3755         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
3756         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
3757         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
3758         include sysdep.h.
3760 2014-09-08  Allan McRae  <allan@archlinux.org>
3762         * version.h (RELEASE): Set to "development".
3763         (VERSION): Set to "2.20.90"
3765 2014-09-07  Allan McRae  <allan@archlinux.org
3767         * version.h (RELEASE): Set to "stable".
3768         (VERSION): Set to "2.20"
3769         * include/features.h (__GLIBC_MINOR__): Set to 20.
3771         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
3772         Liebler.
3774         * po/ko.po: Update Korean translation from translation project.
3776 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
3778         [BZ #17354]
3779         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
3780         macro for handling signed relocations.
3782 2014-09-03  Florian Weimer  <fweimer@redhat.com>
3784         [BZ #17325]
3785         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
3786         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
3787         assert.
3788         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
3789         * iconvdata/ibm935.c (BODY): Likewise.
3790         * iconvdata/ibm937.c (BODY): Likewise.
3791         * iconvdata/ibm939.c (BODY): Likewise.
3792         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
3793         assert.
3794         * iconvdata/Makefile (iconv-test.out): Pass module list to test
3795         script.
3796         * iconvdata/run-iconv-test.sh: New test loop for checking for
3797         decoder crashers.
3799 2014-09-02  Khem Raj  <raj.khem@gmail.com>
3801         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
3802         libm_hidden_ver.
3804 2014-09-01  Allan McRae  <allan@archlinux.org>
3806         * po/eo.po: Update Esperanto translation from translation project.
3808         * po/ca.po: Update Catalan translation from translation project.
3810 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3812         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
3813         __proc_dostop call.
3815 2014-08-27  Mark Wielaard  <mjw@redhat.com>
3817         [BZ #17319]
3818         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
3819         to call set_thread_area instead of hand written asm.
3820         (__NR_set_thread_area): Removed define.
3821         (TLS_FLAG_WRITABLE): Likewise.
3822         (__ASSUME_SET_THREAD_AREA): Remove check.
3823         (TLS_EBX_ARG): Remove define.
3824         (TLS_LOAD_EBX): Likewise.
3826 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3828         Simplify atomicity of socket creation in bind.
3830         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
3831         looking up the name after linking the file.
3833 2014-08-27  Allan McRae  <allan@archlinux.org>
3835         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
3837 2014-08-26  Florian Weimer  <fweimer@redhat.com>
3839         [BZ #17187]
3840         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
3841         trans_compare, open_translit, __gconv_translit_find):
3842         Remove module loading code.
3844 2014-08-26  Allan McRae  <allan@archlinux.org>
3846         * po/vi.po: Update Vietnamese translation from translation project.
3848         * po/uk.po: Update Ukrainian translation from translation project.
3850         * po/fr.po: Update French translation from translation project.
3852         * po/ru.po: Update Russian translation from translation project.
3854         * po/pl.po: Update Polish translation from translation project.
3856         * po/cs.po: Update Czech translation from translation project.
3858         * po/de.po: Update German translation from translation project.
3860         * po/bg.po: Update Bulgarian translation from translation project.
3862         * po/sv.po: Update Sweedish translation from translation project.
3864         * po/nl.po: Update Dutch translation from translation project.
3866         * po/es.po: Update Spanish translation from translation project.
3868 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
3870         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
3872         * catgets/Makefile (CPPFLAGS-gencat): Remove.
3873         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
3874         (CPPFLAGS-iconvconfig): Likewise.
3875         * timezone/Makefile (CPPFLAGS-zic): Likewise.
3877         * include/libc-symbols.h: Remove unnecessary check for
3878         NOT_IN_libc.
3879         * nptl/pthreadP.h: Likewise.
3880         * sysdeps/aarch64/setjmp.S: Likewise.
3881         * sysdeps/alpha/setjmp.S: Likewise.
3882         * sysdeps/arm/sysdep.h: Likewise.
3883         * sysdeps/i386/setjmp.S: Likewise.
3884         * sysdeps/m68k/setjmp.c: Likewise.
3885         * sysdeps/posix/getcwd.c: Likewise.
3886         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3887         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3888         * sysdeps/s390/s390-32/setjmp.S: Likewise.
3889         * sysdeps/s390/s390-64/setjmp.S: Likewise.
3890         * sysdeps/sh/sh3/setjmp.S: Likewise.
3891         * sysdeps/sh/sh4/setjmp.S: Likewise.
3892         * sysdeps/unix/alpha/sysdep.h: Likewise.
3893         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3894         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3895         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3896         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3899         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3900         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3901         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3902         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3903         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3904         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3905         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3906         * sysdeps/x86_64/setjmp.S: Likewise.
3908 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
3910         [BZ #17263]
3911         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
3912         <stdint.h>.
3913         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
3914         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
3916 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
3918         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
3920         [BZ #17262]
3921         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
3922         and __x86_64__ when disabling x87 inline functions.
3924 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
3926         [BZ #17259]
3927         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
3928         asm statement with __cpuid_count.
3930 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
3932         * configure.ac: Change __ehdr_start code to dereference the struct.
3933         Run readelf on the output to look for relocations.
3934         * configure: Regenerated.
3936 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
3938         [BZ #17261]
3939         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
3940         value to 0.
3941         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
3943 2014-08-12  Roland McGrath  <roland@hack.frob.com>
3945         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
3947 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
3949         [BZ #16892]
3950         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
3951         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
3953 2014-08-12  Sean Anderson  <seanga2@gmail.com>
3955         * malloc/malloc.c: Fix typo in comment.
3957 2014-08-09  Allan McRae  <allan@archlinux.org>
3959         * Regenerate libc.po.
3961 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
3963         * intl/tst-gettext2.sh: Check every lang file for creation.
3965 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
3967         * sysdeps/aarch64/fpu/math_private.h
3968         (libc_feholdsetround_noex_aarch64_ctx): New function.
3970 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
3972         * sysdeps/arm/armv6/strcpy.S (strcpy):
3973         Fix performance issue in misaligned cases.
3975 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3977         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
3978         Move definition from termios.h.
3979         (struct termio): Likewise.
3980         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
3981         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
3982         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
3983         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
3984         Likewise.
3985         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
3986         Move definition to ioctl-types.h
3987         (struct termio): Likewise.
3988         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
3989         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
3990         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
3991         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
3992         Likewise.
3994 2014-08-05  Richard Henderson  <rth@redhat.com>
3996         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
3997         exceptions.
3998         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
3999         Add fraiseexcpt.
4000         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4001         Use __feraiseexcept.
4002         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4003         Protect libm symbols with IS_IN_libm.
4005         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4007 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4009         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4011 2014-08-04  Will Newton  <will.newton@linaro.org>
4013         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4014         file.
4016 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4018         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4019         variants for each function.
4021 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4023         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4024         appended ...
4025         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4026         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4027         appended ...
4028         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4029         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4030         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4031         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4032         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4033         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4034         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4035         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4036         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4037         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4038         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4039         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4040         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4041         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4042         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4043         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4044         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4045         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4046         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4047         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4048         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4049         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4050         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4051         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4052         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4053         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4054         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4055         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4056         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4057         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4058         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4059         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4060         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4061         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4062         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4063         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4064         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4065         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4066         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4067         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4068         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4069         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4070         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4071         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4072         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4073         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4074         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4075         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4076         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4077         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4078         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4079         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4080         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4081         Update #include.
4082         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4083         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4085 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4087         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4088         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4089         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4090         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4091         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4092         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4094 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4096         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4097         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4098         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4099         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4101 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4103         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4104         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4105         (__libc_vfork): Define function under this name.
4106         (__vfork): Define as an alias.
4107         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4108         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4110 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4112         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4113         that was previously under [RESET_PID].
4114         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4116 2014-08-04  Andreas Schwab  <schwab@suse.de>
4118         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4120 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4122         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4123         (main): Likewise.
4125 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4127         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4129 2014-08-01  Richard Henderon  <rth@redhat.com>
4131         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4132         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4133         typo in exact zero test.
4134         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4135         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4136         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4138 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4140         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4141         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4142         * sysdeps/arm/sysdep.h: ... here.
4143         [!__ASSEMBLER__]: Include <stdint.h>.
4145 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4147         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4148         (HAVE_WCTYPE_H): Likewise.
4149         (HAVE_ISWCTYPE): Likewise.
4150         (ENABLE_NLS): Likewise.
4151         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4152         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4154         * posix/regex_internal.c: Check if DEBUG is defined and is
4155         set.
4157         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4158         (HAVE_MBSRTOWCS): Likewise.
4159         * posix/fnmatch.c: Include string.h unconditionally.
4161 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4163         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4164         reversal.
4166 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4168         * sysdeps/generic/safe-fatal.h: New file.
4169         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4170         * nptl/forward.c: Include it.
4171         (__pthread_unwind): Use __safe_fatal as default action, rather
4172         than a bogus use of INTERNAL_SYSCALL that could never work.
4174         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4175         * configure.ac (libc_cv_builtin_trap): New test.
4176         * configure: Regenerated.
4177         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4178         (ABORT_INSTRUCTION): Define using __builtin_trap.
4180         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4181         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4182         * sysdeps/nptl/nptl-signals.h: New file.
4183         * nptl/pthreadP.h: Include <nptl-signals.h>.
4185 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4187         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4188         (ONE_DIRECTION): Define.
4189         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4190         (ONE_DIRECTION): Define.
4191         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4192         (ONE_DIRECTION): Define.
4194 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4196         * sysdeps/s390/Makefile: Delete file.
4197         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4198         * sysdeps/s390/__longjmp.c: Delete file.
4199         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4200         Remove fields __flags and __reserved.
4201         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4202         and add versioning.
4203         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4204         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4205         * sysdeps/s390/rtld-setjmp.S: Likewise.
4206         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4207         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4208         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4209         * sysdeps/s390/s390-32/setjmp.S: ... here.
4210         Add versioning.
4211         (__sigsetjmp): Remove setting __flags field.
4212         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4213         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4214         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4215         * sysdeps/s390/s390-64/setjmp.S: ... here.
4216         Add versioning.
4217         (__sigsetjmp): Remove setting __flags field.
4218         * sysdeps/s390/setjmp.S: Delete file.
4219         * sysdeps/s390/sigjmp.c: Likewise.
4220         * sysdeps/s390/v1-longjmp.c: Likewise.
4221         * sysdeps/s390/v1-setjmp.h: Likewise.
4222         * sysdeps/s390/v1-sigjmp.c: Likewise.
4223         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4224         Remove v1-longjmp_chk.
4225         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4226         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4227         Include debug/longjmp_chk.c and add versioning.
4228         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4229         Include nptl/pt-longjmp.c and add versioning.
4230         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4231         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4232         Include __longjmp.c.
4233         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4234         Move to ...
4235         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4236         (__getcontext): Remove setting __flags field.
4237         Add versioning.
4238         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4239         Don't restore upper high grps.
4240         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4241         Likewise.
4242         (__swapcontext): Remove setting uc_flags field.
4243         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4244         Delete file.
4245         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4246         Include __longjmp.c.
4247         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4248         Move to ...
4249         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4250         (__getcontext): Remove setting __flags field.
4251         Add versioning.
4252         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4253         (__swapcontext): Remove setting uc_flags field.
4254         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4255         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4256         Remove fields uc_high_gprs and __reserved.
4257         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4258         New file with reverted content.
4259         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4260         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4261         Regenerated.
4262         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4263         Regenerated.
4265 2014-07-31  Andreas Schwab  <schwab@suse.de>
4267         * config.h.in (HAVE_IFUNC): Define to 0.
4268         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4269         definedness.
4271 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4273         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4274         memmove-avx-unaligned, memcpy-avx-unaligned and
4275         mempcpy-avx-unaligned.
4276         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4277         Add tests for AVX memcpy functions.
4278         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4279         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4280         memcpy_chk.
4281         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4282         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4283         memmove_chk.
4284         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4285         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4286         mempcpy_chk.
4287         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4288         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4289         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4291 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4293         [BZ #17213]
4294         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4295         powerpc64le.
4297 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4299         [BZ #16839]
4300         * manual/llio.texi: Add section about open file description locks.
4301         * manual/examples/ofdlocks.c: Example of open file description
4302         lock usage.
4303         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4304         F_OFD_SETLK, and F_OFD_SETLKW.
4306 2014-07-23  Allan McRae  <allan@archlinux.org>
4308         * po/es.po: Update Spanish translation from translation project.
4310 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4312         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4314 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4316         [BZ #17078]
4317         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4318         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4319         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4321 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4323         [BZ #17088]
4324         * math/fesetenv.c (__fesetenv)
4325         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4326         * math/feupdateenv.c (__feupdateenv)
4327         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4329         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4330         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4331         (__ASSUME_SOCKETCALL): Do not define.
4333         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4334         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4335         (__ASSUME_SOCKETCALL): Do not define.
4336         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4337         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4338         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4339         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4340         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4341         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4342         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4343         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4345         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4346         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4347         (__ASSUME_SOCKETCALL): Do not define.
4348         (__ASSUME_IPC64): Define unconditionally.
4349         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4350         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4351         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4352         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4353         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4354         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4355         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4356         Likewise.
4358         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4359         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4360         (__ASSUME_SOCKETCALL): Do not define.
4361         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4362         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4363         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4364         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4365         (__ASSUME_REQUEUE_PI): Define unconditionally.
4366         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4367         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4368         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4369         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4370         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4371         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4373         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4374         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4375         (__ASSUME_SOCKETCALL): Do not define.
4376         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4377         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4378         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4379         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4380         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4381         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4383         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4384         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4385         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4386         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4387         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4388         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4389         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4390         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4391         (__ASSUME_GETCPU_SYSCALL): Likewise.
4393         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4394         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4395         cases for individual architectures.
4396         * sysdeps/gnu/configure: Regenerated.
4397         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4398         LIBC_SLIBDIR_RTLDDIR.
4399         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4400         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4401         LIBC_SLIBDIR_RTLDDIR.
4402         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4404         LIBC_SLIBDIR_RTLDDIR.
4405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4406         Regenerated.
4407         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4408         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4409         file.
4410         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4411         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4412         file.
4413         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4414         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4415         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4416         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4418         * sysdeps/aarch64/shlib-versions: Move to ...
4419         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4420         * sysdeps/alpha/shlib-versions: Move to ...
4421         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4422         * sysdeps/arm/shlib-versions: Move to ...
4423         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4424         * sysdeps/hppa/shlib-versions: Move all contents except for
4425         libgcc_s entry to ...
4426         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
4427         entry from ...
4428         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
4429         * sysdeps/ia64/shlib-versions: Move to ...
4430         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
4431         entry from ...
4432         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
4433         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
4434         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
4435         * sysdeps/microblaze/shlib-versions: Move to ...
4436         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
4437         * sysdeps/mips/shlib-versions: Move to ...
4438         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
4439         entry from ...
4440         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
4441         * sysdeps/tile/shlib-versions: Move to ...
4442         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
4443         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
4444         from ...
4445         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
4446         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
4447         entry from ...
4448         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
4450 2014-07-17  Will Newton  <will.newton@linaro.org>
4452         * sysdeps/arm/bits/atomic.h
4453         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
4454         (__arch_compare_and_exchange_bool_16_int): Likewise.
4455         (__arch_compare_and_exchange_bool_64_int): Likewise.
4457         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
4458         into an #else block.
4460 2014-07-16  Roland McGrath  <roland@hack.frob.com>
4462         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
4463         just Linux configurations.  Test empirically that the compiler sets
4464         __ARM_EABI__, rather than using the tuple to decide.
4465         * sysdeps/arm/preconfigure: Regenerated.
4466         * sysdeps/unix/sysv/linux/arm/configure: File removed.
4467         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
4468         contents appended ...
4469         * sysdeps/arm/configure.ac: ... here.
4470         * sysdeps/arm/configure: Regenerated.
4472 2014-07-15  Roland McGrath  <roland@hack.frob.com>
4474         * nptl/pthread_kill.c: New file.
4475         * nptl/pthread_sigmask.c: New file.
4476         * nptl/pthread_sigqueue.c: New file.
4478         * sysdeps/nptl/lowlevellock.h: New file.
4479         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
4480         * sysdeps/nptl/lowlevellock-futex.h: New file.
4482         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
4483         Remove dead declarations.
4485 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
4487         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
4488         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
4489         config-cflags-avx2.
4490         * sysdeps/x86_64/configure.ac: Likewise.
4491         * sysdeps/i386/configure: Regenerated.
4492         * sysdeps/x86_64/configure: Likewise.
4493         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4494         memset-avx2 only if config-cflags-avx2 is yes.
4495         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4496         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
4497         defined.
4498         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
4499         only if HAVE_AVX2_SUPPORT is defined.
4500         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4502 2014-07-14  Alan Modra  <amodra@gmail.com>
4504         [BZ #17153]
4505         * elf/elf.h (DT_PPC64_NUM): Correct value.
4506         * NEWS: Add to fixed bug list.
4508 2014-07-13  Jim Meyering  <meyering@fb.com>
4510         [BZ 17150]
4511         regex: don't deref NULL upon heap allocation failure
4512         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
4513         failure in one more place.
4514         To trigger the segfault, configure grep -with-included-regex,
4515         build it, and run these commands:
4516         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
4518 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
4520         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4522 2014-07-11  Richard Henderson  <rth@redhat.com>
4524         * sysdeps/aarch64/libm-test-ulps: Update.
4526 2014-07-10  Florian Weimer  <fweimer@redhat.com>
4528         [BZ #17135]
4529         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
4530         * nptl/allocatestack.c (__nptl_setxid_error): New function.
4531         (__nptl_setxid): Initialize error member.  Call
4532         __nptl_setxid_error.
4533         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
4534         * nptl/descr.h (struct xid_command): Add error member.
4535         * nptl/tst-setuid3.c: New file.
4536         * nptl/Makefile (tests): Add it.
4538 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4540         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
4541         New define.
4542         (__lll_trylock): Use __lll_base_trylock.
4543         (__lll_cond_trylock): Likewise.
4545 2014-07-10  Roland McGrath  <roland@hack.frob.com>
4547         * nptl/pthread_create.c (start_thread): Use atomic_or and
4548         lll_futex_wake directly rather than lll_robust_dead.
4549         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4550         (lll_robust_dead): Macro removed.
4551         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
4552         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4553         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4554         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4555         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4556         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4557         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4558         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4559         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4560         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4561         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4562         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4563         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4564         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4565         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4567         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
4568         Use atomic_compare_and_exchange_val_acq directly rather than
4569         lll_robust_trylock.
4570         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4571         (__lll_robust_trylock, lll_robust_trylock): Removed.
4572         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4573         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4574         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4575         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4576         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4577         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4578         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4579         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4580         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4581         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4582         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4583         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4584         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4585         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4587 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4589         * manual/locale.texi (Locale Names): New section documenting
4590         locale name syntax.  Adjust menu and node chaining accordingly.
4591         (Choosing Locale): Reference Locale Names, Locale Categories.
4592         Mention setting LC_ALL=C.  Reflect that name syntax is now
4593         documented.
4594         (Locale Categories): New section title.  Reference Locale Names.
4595         LC_ALL is an environment variable, but not a category.
4596         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
4597         description, now in Locale Name.  Reference that section.  Locale
4598         name syntax is now documented.
4600 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4602         [BZ #17137]
4603         * locale/findlocale.c (name_present, valid_locale_name): New
4604         functions.
4605         (_nl_find_locale): Use the loc_name variable to store name
4606         candidates.  Call name_present and valid_locale_name to check and
4607         validate locale names.  Return an error if the locale is invalid.
4609 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4611         * locale/setlocale.c (setlocale): Use strdup for allocating
4612         composite name copy.
4614 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4616         Sync up with gnulib.
4617         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
4618         [!_LIBC && ENABLE_NLS]: Include gettext.h.
4619         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
4620         and _GL_ARG_NONNULL.
4621         [USE_UNLOCKED_IO]: Include unlocked-io.h.
4622         [!_LIBC]: Include code for Windows and Cygwin.
4623         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
4624         Include prototype for int strerror_r.
4625         [!_LIBC] (is_open): New function.
4626         (flush_stdout): New function.
4627         (print_errno_message): Use it.
4628         (error): Likewise.
4629         (error_at_line): Likewise.
4630         (error_tail) Add function attribute macros.  Use
4631         __builtin_expect.
4633         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
4635         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
4637         * io/ftw.c: Include sys/param.h unconditionally.
4639         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
4641         [BZ #17125]
4642         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
4643         libc_freeres_ptr.
4644         (freecache): New function to free CACHE on exit.
4646         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
4647         initialization.
4649 2014-07-09  David S. Miller  <davem@davemloft.net>
4651         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4653         * sysdeps/sparc/nptl/internaltypes.h: Delete.
4654         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
4655         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
4656         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
4657         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
4658         * sysdeps/sparc/nptl/sem_init.c: Likewise.
4659         * sysdeps/sparc/nptl/sem_post.c: Likewise.
4660         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
4661         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
4662         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
4663         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
4664         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
4665         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
4667 2014-07-09  Andreas Schwab  <schwab@suse.de>
4669         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
4670         output.
4671         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
4672         (do_test): Likewise.
4674         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4676 2014-07-09  Will Newton  <will.newton@linaro.org>
4678         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
4679         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
4680         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
4681         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
4682         * sysdeps/hppa/start.S (_start): Likewise.
4684 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
4686         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
4688         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
4689         defined.
4691 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4693         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
4694         after checking that it is non-NULL.
4696         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
4698 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4700         * sysdeps/powerpc/memmove.c: Remove file.
4701         * sysdeps/powerpc/powerpc32/power4/memcopy.h
4702         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
4703         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
4704         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
4705         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
4706         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
4707         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
4708         string memmove instead of removed powerpc one.
4710         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
4711         [weak_alias]: Fix compiler warning due trailing data.
4712         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
4713         [weak_alias]: Likewise.
4714         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
4715         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
4717         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
4718         (__libc_ifunc_impl_list): Add memmove functions.
4720 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4722         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
4723         Remove code.
4724         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
4725         Likewise
4726         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
4727         Likewise
4728         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
4729         Likewise
4730         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
4731         Likewise
4732         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
4733         Likewise
4734         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
4735         Likewise
4736         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
4737         Likewise
4738         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
4739         Likewise
4740         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
4741         Likewise
4742         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
4743         Likewise
4744         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
4745         Likewise
4746         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
4747         Likewise
4748         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
4749         Likewise
4750         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
4751         Likewise
4752         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
4753         Likewise
4754         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
4755         Likewise
4757 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4759         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
4760         to avoid alignment traps in non-cacheable memory.
4761         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
4763         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
4764         multiarch objects.
4765         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
4766         file: multiarch power7 memmove.
4767         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
4768         multiarch default memmove.
4769         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
4770         multiarch memove for powerpc32/power4.
4772         * string/bcopy.c: Use full path to include memmove.c.
4773         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
4774         multiarch objects.
4775         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
4776         bcopy for powerpc64.
4777         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
4778         bcopy for powerpc64.
4779         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
4780         and memmove implementations.
4781         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
4782         optimized multiarch memmove for POWER7/powerpc64.
4783         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
4784         default multiarch memmove for powerpc64.
4785         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
4786         multiarch for powerpc64.
4787         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
4788         for POWER7/powerpc64.
4789         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
4790         memmove for POWER7/powerpc64.
4792         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
4793         glibc default one.
4795         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
4796         __ELF_NATIVE_CLASS equal to 64.
4798 2014-07-07  Roland McGrath  <roland@hack.frob.com>
4800         * sysdeps/nptl/lowlevellock.h: File removed.
4802         * NEWS: NPTL is no longer an add-on!
4803         * nptl/internaltypes.h: Moved ...
4804         * sysdeps/nptl/internaltypes.h: ... here.
4805         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
4806         * sysdeps/nptl/fork.c: Likewise.
4807         * sysdeps/nptl/gai_misc.h: Likewise.
4808         * sysdeps/nptl/librt-cancellation.c: Likewise.
4809         * sysdeps/nptl/jmp-unwind.c: Likewise.
4810         * sysdeps/nptl/setxid.h: Likewise.
4811         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
4812         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
4813         * sysdeps/unix/sysv/linux/arm/Implies: New file.
4814         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
4815         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
4816         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
4817         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
4818         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
4819         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
4820         * sysdeps/unix/sysv/linux/mips/Implies: New file.
4821         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
4822         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
4823         * sysdeps/unix/sysv/linux/sh/Implies: New file.
4824         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
4825         * sysdeps/unix/sysv/linux/tile/Implies: New file.
4826         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
4827         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
4828         * nptl/Makeconfig: Moved ...
4829         * sysdeps/nptl/Makeconfig: ... here.
4830         * nptl/configure: File removed.
4831         * nptl/ANNOUNCE: File removed.
4832         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
4833         * sysdeps/unix/sysv/linux/configure: Regenerated.
4835         * nptl/Makefile (routines): Add libc_pthread_init,
4836         libc_multiple_threads, register-atfork and unregister-atfork.
4837         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
4838         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
4839         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
4840         pthread-pi-defines.sym, structsem.sym.
4841         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
4842         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
4843         [$(subdir) = nptl] (tests): Add tst-setgetname.
4844         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
4845         * sysdeps/unix/sysv/linux/sigaction.c: Just include
4846         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
4847         [!LIBC_SIGACTION]: Remove aliases.
4848         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
4849         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
4850         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4851         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
4852         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
4853         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
4854         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
4855         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
4856         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
4857         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
4858         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
4859         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
4860         __libc_allocate_rtsig_private.
4861         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
4862         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
4863         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
4864         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
4865         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
4866         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
4867         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
4868         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
4869         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
4870         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
4871         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
4872         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
4873         * nptl/internaltypes.h: ... here.
4874         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
4875         * sysdeps/nptl/jmp-unwind.c: ... here.
4876         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
4877         * nptl/libc-lowlevellock.c: ... here.
4878         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
4879         * nptl/libc_multiple_threads.c: ... here.
4880         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
4881         * nptl/libc_pthread_init.c: ... here.
4882         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
4883         * nptl/lowlevelbarrier.sym: ... here.
4884         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
4885         * nptl/lowlevelcond.sym: ... here.
4886         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
4887         * nptl/lowlevellock.c: ... here.
4888         * nptl/lowlevellock.h: Moved ...
4889         * sysdeps/nptl/lowlevellock.h: ... here.
4890         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
4891         * nptl/lowlevelrobustlock.c: ... here.
4892         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
4893         * nptl/lowlevelrobustlock.sym: ... here.
4894         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
4895         * nptl/lowlevelrwlock.sym: ... here.
4896         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
4897         * nptl/pt-fork.c: ... here.
4898         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
4899         * nptl/pthread-pi-defines.sym: ... here.
4900         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
4901         * nptl/pthread_attr_getaffinity.c: ... here.
4902         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
4903         * nptl/pthread_attr_setaffinity.c: ... here.
4904         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
4905         * nptl/pthread_mutex_cond_lock.c: ... here.
4906         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
4907         Update #include.
4908         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
4909         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
4910         * nptl/pthread_once.c: ... here, replacing old file.
4911         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
4912         * nptl/pthread_yield.c: ... here.
4913         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
4914         * nptl/register-atfork.c: ... here.
4915         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
4916         * nptl/sem_post.c: ... here.
4917         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
4918         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
4919         * nptl/sem_timedwait.c: ... here.
4920         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
4921         * nptl/sem_trywait.c: ... here.
4922         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
4923         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
4924         * nptl/sem_wait.c: ... here.
4925         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
4926         * nptl/structsem.sym: ... here.
4927         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
4928         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
4929         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
4930         * nptl/unregister-atfork.c: ... here.
4931         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
4932         * nptl/unwindbuf.sym: ... here.
4933         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
4934         * sysdeps/nptl/fork.c: ... here.
4935         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
4936         * sysdeps/nptl/fork.h: ... here.
4937         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
4938         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
4939         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
4940         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
4941         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
4942         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
4943         * sysdeps/unix/sysv/linux/getpid.c: ... here.
4944         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
4945         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
4946         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
4947         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
4948         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
4949         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
4950         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
4951         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
4952         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
4953         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
4954         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
4955         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
4956         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
4957         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
4958         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
4959         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
4960         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
4961         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
4962         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
4963         * sysdeps/unix/sysv/linux/raise.c: ... here.
4964         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
4965         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
4966         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
4967         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
4968         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
4969         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
4970         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
4971         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
4972         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
4973         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
4974         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
4975         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
4976         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
4977         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
4978         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
4980 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4982         * sysdeps/generic/memcopy.h: Add comment for
4983         MEMCPY_OK_FOR_FWD_MEMMOVE.
4985 2014-07-04  Will Newton  <will.newton@linaro.org>
4987         * string/memchr.c: Merge from gnulib.
4988         [_LIBC]: Remove conditionals.
4989         (__ptr_t): Remove define.
4990         (LONG_MAX_32_BITS): Likewise.
4991         (LONG_MAX): Likewise.
4992         (MEMCHR): Use ANSI prototype and optimize algorithm.
4994         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
4996 2014-07-03  Roland McGrath  <roland@hack.frob.com>
4998         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
4999         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5001         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5002         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5003         in a bare environment with no <stdlib.h> installed.
5004         * sysdeps/nptl/configure: Regenerated.
5006         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5008         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5009         AC_EGREP_CPP for kernel header checks, so they only succeed if
5010         including <linux/version.h> actually works right.
5011         * sysdeps/unix/sysv/linux/configure: Regenerated.
5013         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5014         value so it's not diagnosed as unused.
5016         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5017         thing) with "ifeq ($(subdir),rt)".
5019 2014-07-03  Richard Henderson  <rth@redhat.com>
5021         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5022         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5023         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5025         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5026         (math_force_eval): New.
5028         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5029         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5031         * sysdeps/alpha/fpu/s_round.c: Remove file.
5032         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5034         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5035         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5036         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5037         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5038         (_dl_start, print_statistics): Likewise.
5039         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5040         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5042         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5043         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5044         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5045         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5046         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5047         (HP_SMALL_TIMING_AVAIL): Define.
5048         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5049         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5050         (HP_SMALL_TIMING_AVAIL): Define.
5051         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5052         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5054         * sysdeps/aarch64/hp-timing.h: New file.
5056         * sysdeps/generic/hp-timing.h: Remove dead comment.
5057         * sysdeps/generic/hp-timing-common.h: New file.
5058         * sysdeps/alpha/hp-timing.h: Include it.
5059         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5060         * sysdeps/i386/i686/hp-timing.h: Likewise.
5061         * sysdeps/ia64/hp-timing.h: Likewise.
5062         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5063         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5064         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5065         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5066         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5067         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5068         (hp_timing_t): New.
5070         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5071         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5072         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5073         * elf/rtld.c (_dl_start_final): Likewise.
5074         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5075         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5076         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5077         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5078         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5079         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5080         (HP_TIMING_DIFF_INIT): Remove.
5081         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5082         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5083         (HP_TIMING_DIFF_INIT): Remove.
5084         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5085         * sysdeps/i386/i686/hp-timing.c: Remove file.
5086         * sysdeps/x86_64/hp-timing.c: Remove file.
5087         * sysdeps/ia64/hp-timing.c: Remove file.
5088         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5089         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5090         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5091         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5093         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5094         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5095         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5096         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5097         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5098         (HP_TIMING_ACCUM): Remove.
5099         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5100         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5101         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5103         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5104         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5105         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5106         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5107         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5108         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5109         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5110         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5112         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5114 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5116         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5118 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5120         Sync up with gettext.
5121         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5122         [_MSC_VER]: Include malloc.h
5123         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5124         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5125         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5126         TEMP_FAILURE_RETRY.  Cast return of alloca.
5127         [!_LIBC] Call gl_rwlock_init.
5128         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5130 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5132         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5133         before checking its value.
5135 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5137         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5139         * debug/memcpy_chk.c: Don't include pagecopy.h.
5140         * debug/mempcpy_chk.c: Likewise.
5141         * string/memcpy.c: Likewise.
5142         * string/memmove.c: Likewise.
5143         * sysdeps/powerpc/memmove.c: Likewise.
5144         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5145         definition of PAGE_COPY_FWD_MAYBE here...
5146         * sysdeps/generic/pagecopy.h: ... from here.
5147         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5149 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5150             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5152         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5153         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5154         optimizations.
5155         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5156         (__libc_ifunc_impl_list): Likewise.
5157         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5158         multiarch strcat for PPC64.
5159         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5160         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5162 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5164         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5166 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5168         * intl/loadmsgcat.c: Remove declaration of
5169         get_sysdep_segment_value.
5170         (get_sysdep_segment_value): Use ISO C style.
5171         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5172         semicolon.  Fix typo and formatting in comment.
5173         (_nl_unload_domain): Use ISO C style.
5175         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5177 2014-07-02  Will Newton  <will.newton@linaro.org>
5179         * malloc/obstack.c: Merge from gnulib master.
5180         [HAVE_CONFIG_H]: Remove conditional code.
5181         [!_LIBC]: Include config.h.
5182         [!ELIDE_CODE]: Don't include inttypes.h, include
5183         stdint.h unconditionally.
5184         (print_and_abort): Mark as _Noreturn.
5185         (_obstack_allocated_p): Mark as __attribute_pure__.
5186         (obstack_free): Rename to __obstack_free.
5187         [!__attribute__]: Remove conditional code.
5188         * malloc/obstack.h: Merge from gnulib master.
5189         [__cplusplus]: Move conditional down.
5190         [!__attribute_pure__]: Define __attribute_pure__ here
5191         if it is not already defined.
5192         (_obstack_memory_used): Mark as __attribute_pure__.
5193         [!__obstack_free]: Define as obstack_free.
5194         [__GNUC__]: Remove check for ancient NeXT gcc.
5196 2014-07-02  Will Newton  <will.newton@linaro.org>
5197             Paul Eggert  <eggert@cs.ucla.edu>
5199         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5201 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5203         * resolv/gethnamaddr.c: Add comment warning that the file is
5204         not maintained.
5206 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5208         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5209         entries.
5211         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5212         entry for aio_cancel and aio_cancel64.
5213         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5214         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5215         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5216         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5217         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5218         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5219         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5220         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5221         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5222         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5223         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5224         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5225         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5227 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5229         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5230         * nptl/pthread_mutex_lock.c: Likewise.
5231         * nptl/pthread_mutex_timedlock.c: Likewise.
5232         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5234 2014-07-01  Richard henderson  <rth@redhat.com>
5236         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5237         (__isnan, __isnanl): Remove.
5238         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5240         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5242 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5244         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5246 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5248         * resolv/nss_dns/dns-host.c (getanswer_r)
5249         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5251 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5253         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5254         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5255         undefine.
5256         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5257         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5259 2014-07-01  Roland McGrath <roland@hack.frob.com>
5261         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5262         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5264         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5265         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5267         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5268         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5269         ... here.
5270         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5271         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5273         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5274         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5275         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5276         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5278         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5279         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5280         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5281         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5282         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5283         Moved ...
5284         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5285         ... here.
5286         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5287         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5288         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5289         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5290         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5291         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5292         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5293         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5294         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5295         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5296         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5297         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5298         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5299         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5300         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5301         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5302         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5303         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5304         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5305         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5306         ... here.
5307         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5308         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5309         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5310         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5311         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5312         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5313         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5314         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5316 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5318         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5319         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5320         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5321         Add sysdep.
5323 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5325         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5327 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5329         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5330         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5332         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5334         * sysdeps/arm/libm-test-ulps: Regenerated.
5336 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5337             Roland McGrath <roland@hack.frob.com>
5339         * test-skeleton.c (signal_handler): Kill the whole process group
5340         before killing the child individually.
5341         (main): Report any failure on `setpgid'.
5343 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5345         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5346         from _TLS_H to _ARM_NPTL_TLS_H.
5347         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5348         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5350 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5352         [BZ #16539]
5353         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5354         (__expm1l): Return argument unchanged when small but not
5355         subnormal.
5357         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5358         include macro name.
5359         (_FP_UNPACK_RAW_1_P): Likewise.
5360         (_FP_PACK_RAW_1): Likewise.
5361         (_FP_PACK_RAW_1_P): Likewise.
5362         (_FP_MUL_MEAT_1_wide): Likewise.
5363         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5364         (_FP_MUL_MEAT_1_hard): Likewise.
5365         (_FP_DIV_MEAT_1_imm): Likewise.
5366         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5367         (_FP_DIV_MEAT_1_udiv): Likewise.
5368         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5369         (_FP_UNPACK_RAW_2): Likewise.
5370         (_FP_UNPACK_RAW_2_P): Likewise.
5371         (_FP_PACK_RAW_2): Likewise.
5372         (_FP_PACK_RAW_2_P): Likewise.
5373         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5374         (_FP_MUL_MEAT_2_wide): Likewise.
5375         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5376         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5377         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5378         (_FP_MUL_MEAT_2_gmp): Likewise.
5379         (_FP_DIV_MEAT_2_udiv): Likewise.
5380         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5381         (_FP_FRAC_SRL_4): Likewise.
5382         (_FP_FRAC_SRST_4): Likewise.
5383         (_FP_FRAC_SRS_4): Likewise.
5384         (_FP_UNPACK_RAW_4): Likewise.
5385         (_FP_UNPACK_RAW_4_P): Likewise.
5386         (_FP_PACK_RAW_4): Likewise.
5387         (_FP_PACK_RAW_4_P): Likewise.
5388         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5389         (_FP_MUL_MEAT_4_wide): Likewise.
5390         (_FP_MUL_MEAT_4_gmp): Likewise.
5391         (umul_ppppmnnn): Likewise.
5392         (_FP_DIV_MEAT_4_udiv): Likewise.
5393         (__FP_FRAC_ADD_4): Likewise.
5394         (__FP_FRAC_SUB_3): Likewise.
5395         (__FP_FRAC_SUB_4): Likewise.
5396         (__FP_FRAC_DEC_3): Likewise.
5397         (__FP_FRAC_DEC_4): Likewise.
5398         (__FP_FRAC_ADDI_4): Likewise.
5399         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5400         (_FP_FRAC_SRL_8): Likewise.
5401         (_FP_FRAC_SRS_8): Likewise.
5403         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5404         include macro name.
5405         (FP_UNPACK_RAW_EP): Likewise.
5406         (FP_PACK_RAW_E): Likewise.
5407         (FP_PACK_RAW_EP): Likewise.
5408         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5409         (_FP_ISSIGNAN): Likewise.
5410         (_FP_ADD_INTERNAL): Likewise.
5411         (_FP_FMA): Likewise.
5412         (_FP_CMP): Likewise.
5413         (_FP_SQRT): Likewise.
5414         (_FP_TO_INT): Likewise.
5415         (_FP_FROM_INT): Likewise.
5416         (FP_EXTEND): Likewise.
5417         (_FP_DIV_MEAT_N_loop): Likewise.
5419 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5421         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5422         throughout.
5424 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
5426         [BZ #17097]
5427         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5428         result with correct sign in case of exponents that produce
5429         overflow except for X very close to 1.
5431 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
5433         mktime: merge #if/#ifdef usage from glibc
5434         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
5435         as that works with both Glibc's and Gnulib's style.
5436         See thread starting at Siddhesh Poyarekar's bug report at:
5437         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
5439 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5441         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
5442         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
5443         * sysdeps/tile/tilegx/memmove.c: Remove file.
5445 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5447         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
5448         abi-name definition.
5449         * scripts/soversions.awk: Do not handle or generate ABI lines.
5450         * shlib-versions: Remove ABI entries.
5451         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
5452         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
5454 2014-06-27  Roland McGrath  <roland@hack.frob.com>
5456         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
5457         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
5458         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
5459         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
5460         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
5461         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
5462         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
5463         Moved ...
5464         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
5465         ... here.
5466         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
5467         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
5468         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
5469         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
5470         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
5471         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
5472         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
5473         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
5474         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
5475         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
5476         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
5477         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
5478         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
5479         Moved ...
5480         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
5481         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
5482         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
5483         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
5484         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
5485         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
5486         Moved ...
5487         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
5488         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
5489         Moved ...
5490         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
5491         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
5492         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
5493         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
5494         Moved ...
5495         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
5496         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
5497         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
5498         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
5499         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
5500         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
5501         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
5502         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
5503         Moved ...
5504         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
5505         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
5506         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
5507         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
5508         Moved ...
5509         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
5510         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
5511         Moved ...
5512         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
5513         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
5514         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
5515         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
5516         Moved ...
5517         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
5518         ... here.
5519         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
5520         Identical file removed.
5521         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
5522         Moved ...
5523         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
5524         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
5525         Identical file removed.
5526         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
5527         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
5528         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
5529         Moved ...
5530         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
5531         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
5532         Identical file removed.
5533         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
5534         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
5535         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
5536         Identical file removed.
5537         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
5538         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
5539         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
5540         Identical file removed.
5541         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
5542         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
5543         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
5544         Identical file removed.
5545         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
5546         Moved ...
5547         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
5548         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
5549         Identical file removed.
5550         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
5551         Moved ...
5552         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
5553         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
5554         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
5555         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
5556         Identical file removed.
5557         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
5558         Moved ...
5559         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
5560         ... here.
5561         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
5562         Identical file removed.
5563         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
5564         Moved ...
5565         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
5566         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
5567         Identical file removed.
5568         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
5569         Moved ...
5570         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
5571         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
5572         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
5573         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
5574         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
5575         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
5576         Moved ...
5577         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
5578         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
5579         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
5581         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
5582         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
5583         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
5584         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
5585         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
5587 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
5589         [BZ #17092]
5590         * nscd/nscd.c (monitor_child): Return exit status of child
5591         instead of return value from wait syscall.
5593 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5595         * configure.ac (libc_commonpagesize): Remove variable.
5596         (libc_relro_required): Likewise.
5597         (libc_cv_z_relro): Remove configure test.
5598         * configure: Regenerated.
5599         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
5600         variable.
5601         (libc_relro_required): Likewise.
5602         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
5603         (libc_relro_required): Likewise.
5604         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
5605         (libc_relro_required): Likewise.
5606         * sysdeps/arm/preconfigure: Regenerated.
5607         * sysdeps/ia64/preconfigure: Remove file.
5608         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
5609         variable.
5610         (libc_relro_required): Likewise.
5612         [BZ #16561]
5613         [BZ #16562]
5614         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
5615         (__ieee754_yn): Set FE_TONEAREST mode internally and then
5616         recompute overflowing results in original rounding mode.
5617         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
5618         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
5619         recompute overflowing results in original rounding mode.
5620         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
5621         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5622         recompute overflowing results in original rounding mode.
5623         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
5624         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5625         recompute overflowing results in original rounding mode.
5626         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
5627         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5628         recompute overflowing results in original rounding mode.
5629         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
5630         (libc_feholdsetround_ctx): New macro.
5631         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
5632         * sysdeps/i386/fpu/libm-test-ulps: Update.
5633         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
5635 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5637         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
5638         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
5639         corresponding .cpsetup call.
5641 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5643         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
5644         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
5645         * sysdeps/arm/Makefile [$(subdir) = csu]
5646         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
5647         (static-only-routines): Add aeabi_read_tp here.
5648         (shared-only-routines): Add libc-aeabi_read_tp here.
5649         (CFLAGS-libc-start.c): Add -fexceptions here.
5650         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
5651         (sysdep_routines, static-only-routines, shared-only-routines):
5652         Don't add to these here.
5653         (CFLAGS-libc-start.c): Likewise.
5655         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
5656         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5657         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
5658         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5659         * sysdeps/arm/Makefile [$(subdir) = rt]
5660         (librt-sysdep_routines, librt-shared-only-routines):
5661         Append rt-aeabi_unwind_cpp_pr1 here.
5662         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
5663         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
5664         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
5665         (libpthread-sysdep_routines, libpthread-shared-only-routines):
5666         Append nptl-aeabi_unwind_cpp_pr1 here.
5667         (tests): Filter out tst-cleanupx4 here.
5668         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
5669         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
5670         Don't do those here.
5672 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5674         * scripts/list-sources.sh: Do not handle ports specially.
5676 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5678         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
5679         * sysdeps/arm/feupdateenv.c: Likewise.
5681         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
5683 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5685         * manual/texinfo.tex: Update to version 2014-05-05.10 with
5686         trailing whitespace removed.
5687         * scripts/config.guess: Update to version 2014-03-23.
5688         * scripts/config.sub: Update to version 2014-05-01
5689         * scripts/install-sh: Update to version 2013-12-25.23.
5690         * scripts/move-if-change: Update from gnulib.
5692 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5694         * debug/memmove_chk.c: Remove pagecopy.h include.
5696 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
5698         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
5699         identical to gnulib mktime.
5701 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5703         * configure.ac: Do not test for machine being rs6000.  Do not test
5704         for powerpc*-*soft.
5705         * configure: Regenerated.
5707         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
5708         test.
5709         * configure: Regenerated.
5710         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
5711         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
5712         Remove configure test.
5713         * sysdeps/arm/configure: Regenerated.
5714         * sysdeps/nptl/configure.ac: Do not check
5715         libc_cv_asm_cfi_directives.
5716         * sysdeps/nptl/configure: Regenerated.
5717         * sysdeps/x86_64/nptl/configure.ac: Remove file.
5718         * sysdeps/x86_64/nptl/configure: Remove generated file.
5719         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
5720         unconditional.
5721         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
5723 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5725         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
5726         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
5727         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
5728         it is defined.
5730         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
5731         instead of whether it is defined.
5732         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
5733         * sysdeps/hppa/dl-machine.h: Likewise.
5734         * sysdeps/ia64/dl-machine.h: Likewise.
5735         * sysdeps/m68k/dl-machine.h: Likewise.
5736         * sysdeps/microblaze/dl-machine.h: Likewise.
5737         * sysdeps/mips/dl-machine.: Likewise.
5738         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
5739         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
5740         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
5741         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5742         * sysdeps/sh/dl-machine.h: Likewise.
5743         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
5744         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
5745         * sysdeps/tile/dl-machine.h: Likewise.
5746         * sysdeps/x86_64/dl-machine.h: Likewise.
5748         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
5749         code.
5750         (verify_persistent_db): Likewise.
5752 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5754         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
5755         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
5756         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
5757         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
5758         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
5759         Moved ...
5760         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
5761         ... here.
5762         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
5763         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
5764         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
5765         Identical file removed.
5766         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
5767         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
5768         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
5769         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
5770         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
5771         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
5772         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
5773         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
5774         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
5775         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
5776         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
5777         Moved ...
5778         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
5779         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
5780         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
5781         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
5782         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
5783         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
5784         Moved ...
5785         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
5786         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
5787         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
5788         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
5789         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
5790         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
5791         Identical file removed.
5792         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
5793         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
5794         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
5795         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
5796         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
5797         Moved ...
5798         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
5799         ... here.
5800         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
5801         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
5802         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
5803         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
5804         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
5805         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
5806         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
5807         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
5808         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
5809         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
5810         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
5811         Moved ...
5812         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
5813         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
5814         Moved ...
5815         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
5816         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
5817         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
5818         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
5819         Moved ...
5820         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
5821         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
5822         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
5824         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
5825         folded into ...
5826         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
5827         * sysdeps/unix/sysv/linux/s390/Versions
5828         (libpthread: GLIBC_2.19): New version set.
5829         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
5830         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
5831         (librt: GLIBC_2.3.3): New version set.
5832         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
5833         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
5834         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
5835         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
5836         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
5837         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
5838         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
5839         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
5840         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
5841         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
5842         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
5843         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
5844         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
5845         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
5846         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
5847         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
5848         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
5849         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
5850         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
5851         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
5852         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
5853         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
5854         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
5855         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
5856         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
5857         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
5858         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
5859         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
5860         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
5861         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
5862         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
5863         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
5864         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
5865         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
5866         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
5867         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
5868         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
5869         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
5870         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
5871         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
5872         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
5873         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
5874         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
5875         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
5876         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
5878         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
5879         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
5880         (__libc_vfork): Define the function under this name.
5881         [!NOT_IN_libc] (__vfork): Make this an alias.
5882         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
5883         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
5884         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
5885         (__libc_vfork): Define the function under this name.
5886         [!NOT_IN_libc] (__vfork): Make this an alias.
5887         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
5888         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
5889         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
5890         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
5891         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
5892         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5894         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
5895         code that was previously under [RESET_PID].
5896         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
5897         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
5898         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
5900         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
5901         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
5902         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
5903         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
5904         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
5905         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
5906         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
5907         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
5908         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
5909         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
5910         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
5911         Moved ...
5912         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
5913         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
5914         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
5915         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
5916         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
5917         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
5918         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
5919         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
5920         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
5921         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
5922         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
5923         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
5924         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
5925         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
5926         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
5927         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
5928         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
5929         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
5930         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
5931         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
5932         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
5933         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
5934         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
5935         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
5936         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
5937         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
5938         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
5939         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
5940         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
5942 2014-06-25  Roland McGrath  <roland@hack.frob.com>
5944         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
5945         that was previously under [RESET_PID].
5946         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
5948 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
5950         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
5951         not undefine and redefine.
5952         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
5953         [O_CLOEXEC]: Make code unconditional.
5954         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
5955         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
5956         <kernel-features.h>.
5957         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
5958         conditional variable definition.
5959         (shm_open) [O_CLOEXEC]: Make code unconditional.
5960         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
5961         code.
5963         * configure.ac (USE_REGPARMS): Don't define here.
5964         * configure: Regenerated.
5965         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
5966         * sysdeps/i386/configure: Regenerated.
5968         * nptl/createthread.c: Don't include kernel-features.h.
5969         * nptl/pthread_cancel.c: Likewise.
5970         * nptl/pthread_condattr_setclock.c: Likewise.
5971         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
5972         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
5973         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
5974         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
5975         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
5976         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
5977         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5978         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
5979         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5980         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
5981         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
5982         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
5983         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
5984         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
5985         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
5986         * nscd/gai.c: Likewise.
5987         * nss/nss_db/db-open.c: Likewise.
5988         * sysdeps/generic/ldsodefs.h: Likewise.
5989         * sysdeps/sh/nptl/tls.h: Likewise.
5990         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5991         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
5992         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
5993         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
5994         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
5995         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5996         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
5997         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5998         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
5999         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6000         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6001         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6002         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6003         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6004         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6005         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6006         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6007         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6008         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6009         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6010         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6011         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6012         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6013         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6014         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6015         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6016         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6017         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6018         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6019         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6020         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6021         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6022         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6023         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6024         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6025         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6026         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6027         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6028         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6029         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6030         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6031         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6032         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6033         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6034         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6035         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6036         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6037         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6038         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6039         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6040         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6041         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6042         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6043         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6044         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6045         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6046         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6047         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6048         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6070         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6071         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6072         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6073         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6074         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6075         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6076         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6077         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6078         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6079         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6080         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6081         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6082         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6083         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6084         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6085         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6086         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6087         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6088         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6089         * sysdeps/unix/sysv/linux/system.c: Likewise.
6090         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6091         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6092         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6093         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6094         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6095         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6096         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6098         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6099         * configure: Regenerated.
6100         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6102         * configure.ac (base_machine): Do not set specially for particular
6103         machines here.
6104         * configure: Regenerated.
6105         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6106         settings from configure.ac.
6107         * sysdeps/i386/preconfigure: New file.
6108         * sysdeps/s390/preconfigure: Likewise.
6109         * sysdeps/sh/preconfigure: Likewise.
6110         * sysdeps/sparc/preconfigure: Likewise.
6112 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6114         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6115         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6116         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6117         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6118         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6119         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6120         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6121         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6122         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6123         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6124         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6125         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6126         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6127         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6128         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6129         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6130         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6131         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6132         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6134         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6135         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6136         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6137         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6138         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6139         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6140         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6141         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6142         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6143         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6144         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6145         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6146         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6147         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6148         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6149         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6150         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6151         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6152         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6153         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6154         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6155         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6156         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6157         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6158         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6159         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6160         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6161         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6162         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6163         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6164         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6165         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6166         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6167         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6168         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6169         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6170         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6171         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6173         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6174         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6175         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6176         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6177         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6178         Moved ...
6179         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6180         ... here.
6181         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6182         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6183         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6184         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6185         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6186         Moved ...
6187         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6188         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6189         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6190         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6191         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6192         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6193         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6194         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6195         Moved ...
6196         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6197         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6198         Moved ...
6199         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6200         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6201         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6202         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6203         Moved ...
6204         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6205         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6206         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6207         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6208         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6209         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6210         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6211         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6212         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6213         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6214         Moved ...
6215         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6216         ... here.
6217         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6218         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6219         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6220         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6221         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6222         Moved ...
6223         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6224         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6225         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6226         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6227         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6228         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6229         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6230         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6231         Moved ...
6232         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6233         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6234         Moved ...
6235         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6236         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6237         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6238         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6239         Moved ...
6240         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6241         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6242         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6243         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6244         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6246 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6248         * timezone/checktab.awk: Update from tzcode 2014e.
6249         * timezone/private.h: Likewise.
6250         * timezone/tzfile.h: Likewise.
6251         * timezone/zdump.c: Likewise.
6252         * timezone/zic.c: Likewise.
6254         * sysdeps/unix/sysv/linux/kernel-features.h
6255         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6256         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6257         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6258         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6259         Remove conditional code.
6261 2014-06-25  Will Newton  <will.newton@linaro.org>
6263         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6264         (_dl_arm_cap_flags): Add HWCAP2 values.
6265         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6266         (_DL_HWCAP_COUNT): Increase to 37.
6267         (_DL_HWCAP_LAST): New define.
6268         (_DL_HWCAP2_LAST): New define.
6269         (_dl_procinfo): Add support for printing
6270         AT_HWCAP2 entries.
6271         (_dl_string_hwcap): Use _dl_hwcap_string.
6273 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6275         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6277 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6279         * README: Do not mention ports directory.
6281         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6282         Remove macro.
6283         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6284         <kernel-features.h>.
6285         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6286         conditional variable definition.
6287         (__futimes): Update comment.
6288         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6289         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6291         [BZ #16560]
6292         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6293         arguments close to 0.
6294         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6295         Likewise.
6296         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6297         Likewise.
6298         * math/auto-libm-test-in: Add more tests of exp10.
6299         * math/auto-libm-test-out: Regenerated.
6300         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6302         * sysdeps/unix/sysv/linux/kernel-features.h
6303         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6304         * sysdeps/unix/sysv/linux/readv.c: Do not include
6305         <kernel-features.h>.
6306         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6307         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6308         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6309         unconditional.
6310         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6311         conditional code.
6312         * sysdeps/unix/sysv/linux/writev.c: Do not include
6313         <kernel-features.h>.
6314         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6315         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6316         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6317         unconditional.
6318         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6319         conditional code.
6321 2014-06-25  Will Newton  <will.newton@linaro.org>
6323         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6324         comment changes throughout the file.  Remove checks
6325         for HAVE_*_H definitions that are not required.
6326         (__gen_tempname): Call abort if an unknown kind value is
6327         passed.
6329 2014-06-25  Andreas Schwab  <schwab@suse.de>
6331         [BZ #17086]
6332         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6333         scalbln, scalblnf, scalblnl in libc.
6335 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6337         [BZ #17086]
6338         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6339         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6340         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6342 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6344         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6345         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6346         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6347         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6348         Update #include.
6349         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6350         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6351         Update #include.
6352         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6353         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6354         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6355         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6356         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6357         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6358         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6359         * sysdeps/x86/bits/semaphore.h: ... here.
6360         * sysdeps/x86/nptl/elide.h: Moved ...
6361         * sysdeps/x86/elide.h: ... here.
6362         * sysdeps/x86_64/nptl/Implies: File removed.
6363         * sysdeps/i386/nptl/Implies: File removed.
6365 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6367         [BZ #16539]
6368         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6369         return the argument for normal arguments with exponent below -64.
6370         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6371         Likewise.
6372         * math/auto-libm-test-in: Add another test of expm1.
6373         * math/auto-libm-test-out: Regenerated.
6375         [BZ #16287]
6376         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6377         calling __erfcl for arguments at least 16.
6378         * math/auto-libm-test-in: Add more tests of erf.
6379         * math/auto-libm-test-out: Regenerated.
6381         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6382         individual architectures.
6383         * sysdeps/unix/sysv/linux/configure: Regenerated.
6384         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6385         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6386         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6387         (ldd_rewrite_script): Define variable.
6388         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6390         file.
6391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6392         generated file.
6393         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6394         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6395         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6396         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6397         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6398         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6399         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6400         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6402 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6404         [BZ #17084]
6405         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6406         Rename member __data.d to __data.__elision_data.
6408 2014-06-24  Wilco  <wdijkstr@arm.com>
6410         * NEWS: Add 16918 to fixed bug list.
6412 2014-06-24  Wilco  <wdijkstr@arm.com>
6414         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6416 2014-06-24  Wilco  <wdijkstr@arm.com>
6418         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6419         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6420         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6421         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6422         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6423         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6424         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6425         Use _FPU_MASK_RM.
6427 2014-06-24  Wilco  <wdijkstr@arm.com>
6429         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
6431 2014-06-24  Wilco  <wdijkstr@arm.com>
6433         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
6434         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
6435         * sysdeps/arm/fesetround.c (fesetround): Remove space.
6436         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
6438 2014-06-24  Wilco  <wdijkstr@arm.com>
6440         [BZ #16918]
6441         * sysdeps/arm/feupdateenv.c (feupdateenv):
6442         Rewrite to reduce FPSCR accesses and fix return value.
6444 2014-06-24  Wilco  <wdijkstr@arm.com>
6446         * sysdeps/arm/fclrexcpt.c (feclearexcept):
6447         Optimize to avoid unnecessary FPSCR writes.
6448         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
6449         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
6450         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
6451         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
6453 2014-06-24  Wilco  <wdijkstr@arm.com>
6455         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
6456         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
6457         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
6458         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
6459         Call libc_fetestexcept_vfp.
6460         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
6461         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
6462         __SOFTFP__ ifdef so that they can be built for softfp.
6464 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6466         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
6467         argument type signed char.
6469         * Makerules (check-abi): Dump diff of symlist if the test
6470         fails.
6472 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6474         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
6475         using abort.
6477         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6478         Remove unused variable ST.
6480 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6482         [BZ #16354]
6483         [BZ #17061]
6484         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
6485         small arguments before calling __expm1.
6486         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
6487         small arguments before calling __expm1f.
6488         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
6489         small arguments before calling __expm1l.
6490         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6491         Likewise.
6492         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
6493         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
6494         spurious underflow for some cosh tests.
6495         * math/auto-libm-test-out: Regenerated.
6496         * sysdeps/i386/fpu/libm-test-ulps: Update.
6498         [BZ #17050]
6499         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
6500         (__ieee754_y1): Set errno if return value overflows.
6501         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
6502         (__ieee754_y1f): Set errno if return value overflows.
6503         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
6504         (__ieee754_y1l): Set errno if return value overflows.
6505         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
6506         (__ieee754_y1l): Set errno if return value overflows.
6507         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
6508         * math/auto-libm-test-out: Regenerated.
6510         * math/gen-auto-libm-tests.c: Document use of
6511         ignore-zero-inf-sign.
6512         (input_flag_type): Add value flag_ignore_zero_inf_sign.
6513         (input_flags): Add ignore-zero-inf-sign.
6514         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
6515         * math/gen-libm-test.pl (generate_testfile): Handle
6516         ignore-zero-inf-sign.
6517         * math/auto-libm-test-in: Mark some cpow tests with
6518         ignore-zero-inf-sign and some with xfail-rounding.
6519         * math/auto-libm-test-out: Regenerated.
6520         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
6521         * sysdeps/i386/fpu/libm-test-ulps: Update.
6522         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6524         [BZ #16315]
6525         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
6526         overflowing or underflowing operations take place with sign of
6527         result.
6528         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
6529         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6530         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
6531         (__ieee754_pow): Recompute overflowing and underflowing results in
6532         original rounding mode.
6533         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
6534         (__powl_helper): Allow negative argument X and scale negated value
6535         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
6536         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
6537         overflowing or underflowing operations take place with sign of
6538         result.
6539         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
6540         Include <math.h>.
6541         * math/auto-libm-test-in: Add more tests of pow.
6542         * math/auto-libm-test-out: Regenerated.
6543         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
6544         (pow_tonearest_test_data): Remove.
6545         (pow_test_tonearest): Likewise.
6546         (pow_towardzero_test_data): Likewise.
6547         (pow_test_towardzero): Likewise.
6548         (pow_downward_test_data): Likewise.
6549         (pow_test_downward): Likewise.
6550         (pow_upward_test_data): Likewise.
6551         (pow_test_upward): Likewise.
6552         (main): Don't call removed functions.
6553         * sysdeps/i386/fpu/libm-test-ulps: Update.
6554         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6556 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
6559         Moved ...
6560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
6561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6562         Moved ...
6563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
6564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
6565         Moved ...
6566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
6567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
6568         Moved ...
6569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
6570         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
6571         File removed.
6572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
6573         File removed.
6574         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
6575         File removed.
6576         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
6577         File removed.
6578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
6579         File removed.
6580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
6581         File removed.
6582         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
6583         File removed.
6584         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
6585         File removed.
6586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
6587         File removed.
6588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
6589         File removed.
6590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
6591         File removed.
6592         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
6593         File removed.
6594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
6595         Moved ...
6596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
6597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
6598         Moved ...
6599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
6600         ... here.
6601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
6602         Moved ...
6603         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
6604         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
6605         Moved ...
6606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
6607         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
6608         Moved ...
6609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
6610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
6611         Moved ...
6612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
6613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
6614         Moved ...
6615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
6616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
6617         Moved ...
6618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
6619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
6620         Moved ...
6621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
6622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
6623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
6624         ... here.
6625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
6626         Moved ...
6627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
6628         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
6629         Moved ...
6630         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
6631         ... here.
6632         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
6633         Moved ...
6634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
6635         ... here.
6636         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
6637         Moved ...
6638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6639         ... here.
6640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
6641         Moved ...
6642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
6643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
6644         Moved ...
6645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
6646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
6647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
6648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
6649         Moved ...
6650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
6651         ... here.
6652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
6653         Moved ...
6654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
6655         ... here.
6656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
6657         Moved ...
6658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
6659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
6660         Moved ...
6661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
6662         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
6663         Moved ...
6664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
6665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6666         Moved ...
6667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
6668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
6669         Moved ...
6670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
6671         ... here.
6672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
6673         Moved ...
6674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
6675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
6676         Moved ...
6677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
6678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
6679         Moved ...
6680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
6681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
6682         Moved ...
6683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
6684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
6685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
6686         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
6687         Moved ...
6688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
6689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
6690         Moved ...
6691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
6692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
6693         Moved ...
6694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
6695         ... here.
6696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
6697         Moved ...
6698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
6699         ... here.
6700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
6701         Moved ...
6702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
6703         ... here.
6704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
6705         Moved ...
6706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
6707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
6708         Moved ...
6709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
6710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
6711         Moved ...
6712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
6713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
6714         Moved ...
6715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
6716         ... here.
6717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
6718         Moved ...
6719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
6720         ... here.
6721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
6722         Moved ...
6723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
6724         ... here.
6725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
6726         Moved ...
6727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
6728         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
6729         Moved ...
6730         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
6732 2014-06-23  Will Newton  <will.newton@linaro.org>
6733             Wilco  <wdijkstr@arm.com>
6735         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
6736         implementation.  Include get-rounding-mode.h.
6737         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
6738         [!libc_feholdsetround_noex_ctx]: Define
6739         libc_feholdsetround_noex_ctx.
6740         [!libc_feholdsetround_noexf_ctx]: Define
6741         libc_feholdsetround_noexf_ctx.
6742         [!libc_feholdsetround_noexl_ctx]: Define
6743         libc_feholdsetround_noexl_ctx.
6744         (libc_feholdsetround_ctx): New function.
6745         (libc_feresetround_ctx): New function.
6746         (libc_feholdsetround_noex_ctx): New function.
6747         (libc_feresetround_noex_ctx): New function.
6749 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6751         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
6752         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
6753         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
6754         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
6755         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
6756         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
6758         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
6759         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
6760         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
6761         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
6762         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
6763         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
6764         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
6765         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
6766         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
6767         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
6768         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
6769         Moved ...
6770         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
6771         ... here.
6772         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
6773         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
6774         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
6775         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
6776         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
6777         Moved ...
6778         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
6779         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
6780         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
6781         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
6782         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
6783         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
6784         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
6785         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
6786         Moved ...
6787         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
6788         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
6789         Moved ...
6790         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
6791         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
6792         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
6793         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
6794         Moved ...
6795         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
6796         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
6797         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
6798         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
6799         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
6800         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
6801         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
6802         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
6803         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
6804         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
6805         Moved ...
6806         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
6807         ... here.
6808         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
6809         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
6810         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
6811         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
6812         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
6813         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
6814         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
6815         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
6816         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
6817         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
6818         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
6819         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
6820         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
6821         Moved ...
6822         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
6823         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
6824         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
6825         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
6826         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
6827         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
6828         Moved ...
6829         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
6830         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
6831         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
6832         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
6833         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
6835         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
6836         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
6837         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
6838         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
6839         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
6840         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
6841         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
6842         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
6843         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
6844         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
6845         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
6846         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
6847         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
6848         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
6849         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
6850         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
6851         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
6852         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
6853         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
6854         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
6855         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
6856         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
6857         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
6858         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
6859         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
6860         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
6861         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
6862         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
6864 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6866         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
6867         (FALLOC_FL_COLLAPSE_RANGE): New macro.
6868         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
6869         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
6870         (IPV6_PMTUDISC_INTERFACE): Likewise.
6871         (IPV6_PMTUDISC_OMIT): Likewise.
6873 2014-06-23  Andreas Schwab  <schwab@suse.de>
6875         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
6876         Remove unused errout label.
6878 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6880         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
6881         macro: hardware supports Vector Crypto instructions.
6883 2014-06-23  Will Newton  <will.newton@linaro.org>
6885         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
6886         rather than __builtin_expect.
6888         * elf/dl-lookup.c (undefined_msg): Remove variable.
6889         (_dl_lookup_symbol_x): Replace undefined_msg with string
6890         literal.
6892         * elf/dl-lookup.c (do_lookup_unique): New function.
6893         (do_lookup_x): Move STB_GNU_UNIQUE handling code
6894         to a separate function.
6896 2014-06-23  Andreas Schwab  <schwab@suse.de>
6898         [BZ #17079]
6899         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
6900         before reading the next line.
6902 2014-06-23  Will Newton  <will.newton@linaro.org>
6904         * test-skeleton.c (signal_handler): Use printf and %m
6905         rather than perror.  Use printf rather than fprintf to
6906         stderr.  Use puts rather than fputs to stderr.
6907         (main): Likewise.
6909 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
6911         * nscd/nscd.c (thread_info_t): Remove typedef.
6912         (thread_info): Remove variable.
6914 2014-06-21  Allan McRae  <allan@archlinux.org>
6916         * NEWS: Mention CVE-2014-4043.
6918 2014-06-20  Roland McGrath  <roland@hack.frob.com>
6920         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
6921         * nptl/smp.h: ... here.
6923         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
6925         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
6926         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
6927         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
6928         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
6930         * nptl/allocatestack.c: Include <stack-aliasing.h>.
6931         * nptl/stack-aliasing.h: New file.
6932         * sysdeps/i386/i686/stack-aliasing.h: New file.
6933         * sysdeps/i386/i686/nptl/Makefile: File removed.
6934         * sysdeps/x86_64/stack-aliasing.h: New file.
6935         * sysdeps/x86_64/nptl/Makefile
6936         (CFLAGS-pthread_create.c): Variable removed.
6938         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
6939         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
6940         old file.
6941         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
6942         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
6943         old file.
6945 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
6947         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6948         (__ASSUME_SIGFRAME_V2): Remove macro.
6949         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
6950         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
6951         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
6952         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
6953         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
6954         Declare as function.  Remove conditional macro definitions.
6955         (__default_rt_sa_restorer): Likewise.
6956         (__default_sa_restorer_v1): Remove declaration.
6957         (__default_sa_restorer_v2): Likewise.
6958         (__default_rt_sa_restorer_v1): Likewise.
6959         (__default_rt_sa_restorer_v2): Likewise.
6960         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
6961         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
6962         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
6964 2014-06-20  Roland McGrath  <roland@hack.frob.com>
6966         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
6967         (libpthread-routines): Add sysdep.
6968         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
6969         * sysdeps/unix/sysv/linux/sparc/Versions
6970         (libpthread: GLIBC_2.3.3): New version set.
6971         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
6972         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
6973         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
6974         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
6975         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
6976         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
6977         Moved ...
6978         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
6979         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
6980         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
6981         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
6982         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
6983         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
6984         * sysdeps/sparc/nptl/sem_init.c: ... here.
6985         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
6986         * sysdeps/sparc/nptl/sem_post.c: ... here.
6987         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
6988         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
6989         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
6990         * sysdeps/sparc/nptl/sem_wait.c: ... here.
6991         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
6992         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
6993         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
6994         (libpthread-routines): Add cpu_relax.
6995         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
6996         File removed.
6997         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
6998         (librt: GLIBC_2.3.3): New version set.
6999         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7000         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7001         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7002         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7003         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7004         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7005         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7006         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7007         Moved ...
7008         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7009         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7010         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7011         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7012         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7013         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7014         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7015         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7016         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7017         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7018         Moved ...
7019         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7020         Update #include.
7021         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7022         Moved ...
7023         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7024         Update #include.
7025         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7026         Moved ...
7027         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7028         Update #include.
7029         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7030         Moved ...
7031         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7032         Update #include.
7033         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7034         Moved ...
7035         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7036         Update #include.
7037         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7038         Moved ...
7039         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7040         Update #include.
7041         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7042         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7043         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7044         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7045         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7046         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7047         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7048         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7049         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7050         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7051         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7052         Moved ...
7053         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7054         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7055         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7056         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7057         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7059 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7061         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7062         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7063         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7064         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7065         * nscd/nscd.c: Likewise.
7066         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7067         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7068         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7069         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7071         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7072         <kernel-features.h>.
7073         (init_mq_netlink): Remove conditional have_sock_cloexec
7074         definitions.  Remove code conditional on have_sock_cloexec < 0.
7075         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7076         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7077         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7078         <kernel-features.h>.
7079         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7080         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7082 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7084         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7085         Add tests for memset_chk and memset.
7087         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7088         with AVX2_Usable.
7090 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7092         [BZ #16046]
7093         * elf/tst-dl-iter-static.c: New file.
7094         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7096         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7097         error.
7099 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7101         * sysdeps/unix/sysv/linux/kernel-features.h
7102         (__ASSUME_F_GETOWN_EX): Remove macro.
7103         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7104         <kernel-features.h>.
7105         (miss_F_GETOWN_EX): Remove variable or macro.
7106         (do_fcntl): Do not check miss_F_GETOWN_EX.
7107         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7109         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7110         Remove macro.
7111         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7112         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7113         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7115         * sysdeps/unix/sysv/linux/kernel-features.h
7116         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7117         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7118         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7119         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7121 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7123         [BZ #17075]
7124         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7125         Fix calculation of the symbol's value.
7126         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7127         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7128         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7129         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7130         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7131         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7132         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7133         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7134         (modules-names): Add `tst-armtlsdescmod',
7135         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7136         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7137         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7138         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7139         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7140         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7141         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7142         ($(objpfx)tst-armtlsdescloc): New dependency.
7143         ($(objpfx)tst-armtlsdescextnow): Likewise.
7144         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7145         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7146         TLS scheme support.
7147         * sysdeps/arm/configure: Regenerate.
7149 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7151         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7152         (__atfct_seterrno_2): Likewise.
7153         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7154         <kernel-features.h>.
7155         (__ASSUME_ATFCTS): Do not undefine and redefine.
7156         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7157         (__have_atfcts): Remove conditional definition.
7158         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7159         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7160         unreachable if [__ASSUME_ATFCTS].
7161         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7162         not undefine and redefine.
7163         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7164         <kernel-features.h>.
7165         (faccessat) [__NR_faccessat]: Make code unconditional.
7166         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7167         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7168         <kernel-features.h>.
7169         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7170         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7171         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7172         <kernel-features.h>.
7173         (fchownat) [__NR_fchownat]: Make code unconditional.
7174         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7175         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7176         <kernel-features.h>.
7177         (futimesat) [__NR_futimesat]: Make code unconditional.
7178         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7179         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7180         <kernel-features.h>.
7181         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7182         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7183         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7184         <kernel-features.h>.
7185         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7186         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7187         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7188         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7189         <kernel-features.h>.
7190         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7191         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7192         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7193         <kernel-features.h>.
7194         (linkat) [__NR_linkat]: Make code unconditional.
7195         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7196         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7197         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7198         <kernel-features.h>.
7199         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7200         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7201         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7202         <kernel-features.h>.
7203         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7204         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7205         * sysdeps/unix/sysv/linux/openat.c: Do not include
7206         <kernel-features.h>.
7207         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7208         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7209         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7210         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7211         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7212         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7213         <kernel-features.h>.
7214         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7215         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7216         result of INLINE_SYSCALL directly, not via int variable.
7217         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7218         <kernel-features.h>.
7219         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7220         (renameat) [__NR_renameat]: Make code unconditional.
7221         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7222         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7223         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7224         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7225         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7226         (__ASSUME_ATFCTS): Do not undefine and redefine.
7227         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7228         <kernel-features.h>.
7229         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7230         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7231         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7232         <kernel-features.h>.
7233         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7234         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7235         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7236         (__ASSUME_ATFCTS): Do not undefine and redefine.
7237         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7238         <kernel-features.h>.
7239         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7240         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7241         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7242         <kernel-features.h>.
7243         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7244         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7246 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7248         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7250 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7252         [BZ #17069]
7253         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7254         constructed tree before returning error.
7255         * posix/bug-regexp36.c: Expand test case.
7257 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7259         [BZ #6803]
7260         * math/libm-test.inc (scalbln_test_date):
7261         Add errno expectations.
7262         * math/w_scalblnf.c: New File.
7263         Add wrapper which checks for setting errno to ERANGE.
7264         Add weak_alias for corresponding scalbln function.
7265         * math/w_scalbln.c: Likewise.
7266         * math/w_scalblnl.c: Likewise.
7267         * math/Makefile (libm-calls): Add w_scalbln.
7268         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7269         Remove weak_alias for corresponding scalbln function.
7270         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7271         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7272         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7273         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7274         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7275         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7276         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7277         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7278         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7279         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7280         Remove long_double_symbol for scalblnl function in libm, libc.
7281         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7282         Add wrapper which checks for setting errno to ERANGE.
7283         Add long_double_symbol for scalblnl function in libm, libc.
7284         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7285         Remove long_double_symbol for scalblnl in libm.
7286         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7287         Add wrapper which checks for setting errno to ERANGE.
7288         Add long_double_symbol for scalblnl function in libm.
7289         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7290         Do not use wrapper because of own implementation.
7292 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7294         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7295         3 bytes for __pad1 for x32.
7296         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7298 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7299             H.J. Lu  <hongjiu.lu@intel.com>
7301         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7302         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7303         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7304         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7305         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7307 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7309         [BZ #17069]
7310         * posix/regcomp.c (parse_expression): Deallocate partially
7311         constructed tree before returning error.
7312         * posix/Makefile.c (tests): Add bug-regex36.
7313         (generated): Add bug-regex36.mtrace.
7314         (tests-special): Add $(objpfx)bug-regex36-mem.out
7315         (bug-regex36-ENV): New variable.
7316         ($(objpfx)bug-regex36-mem.out): New rule.
7317         * posix/bug-regex36.c: New file.
7319 2014-06-19  Will Newton  <will.newton@linaro.org>
7321         * malloc/malloc.c (systrim): If extra is zero then return
7322         early.
7324 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7326         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7328 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7330         * sysdeps/aarch64/strchr.S: New file.
7332 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7334         [BZ #17022]
7335         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7336         from arguments -2 or below.
7337         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7338         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7340 2014-06-18  Andreas Schwab  <schwab@suse.de>
7342         [BZ #17062]
7343         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7344         of a bracket expr not to run off the end of the string.
7345         * posix/Makefile (tests): Add tst-fnmatch3.
7346         * posix/tst-fnmatch3.c: New file.
7348 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7350         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7351         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7352         [$(cross-compiling) = no]: Likewise.
7353         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7354         [$(cross-compiling) = no]: Likewise.
7356 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7358         [BZ #17031]
7359         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7360         double, adjusted for any remainder from the high double.
7361         * math/libm-test.inc (nearbyint): Add tests.
7362         (rint): Likewise.
7364 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7366         * nptl/sysdeps/powerpc/Makefile: Moved ...
7367         * sysdeps/powerpc/nptl/Makefile: ... here.
7368         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7369         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7370         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7371         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7372         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7373         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7374         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7375         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7376         * nptl/sysdeps/powerpc/tls.h: Moved ...
7377         * sysdeps/powerpc/nptl/tls.h: ... here.
7379 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7381         [BZ #16681]
7382         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7383         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7384         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7385         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7386         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7387         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7388         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7389         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7390         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7392 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7394         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7396 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7398         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7399         defined operator.
7401         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7402         $TIMEOUTFACTOR.
7404 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7406         [BZ #17058]
7407         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7408         non-executed part of the test.
7410 2014-06-16  Andreas Schwab  <schwab@suse.de>
7412         * string/bits/string2.h (strdup, strndup): Update feature guard.
7414 2014-06-14  David S. Miller  <davem@davemloft.net>
7416         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7418 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7420         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7421         that was previously under [RESET_PID].
7422         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7424         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7425         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7426         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7427         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7428         (__libc_vfork): New strong alias.
7429         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
7431 2014-06-14 Andi Kleen  <ak@linux.intel.com>
7433         * sysdeps/generic/elide.h: New file.
7435 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7437         * Makefile (installed-headers): Adjust path of pthread.h header.
7439 2014-06-13  Roland McGrath  <roland@hack.frob.com>
7441         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
7442         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
7443         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
7444         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
7446         * nptl/sysdeps/s390/Makefile: Moved ...
7447         * sysdeps/s390/nptl/Makefile: ... here.
7448         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
7449         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
7450         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
7451         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
7452         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
7453         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
7454         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
7455         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
7456         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
7457         * sysdeps/s390/nptl/pthreaddef.h: ... here.
7458         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
7459         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
7460         * nptl/sysdeps/s390/tls.h: Moved ...
7461         * sysdeps/s390/nptl/tls.h: ... here.
7463         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
7464         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
7466 2014-06-13  David S. Miller  <davem@davemloft.net>
7468         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
7469         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
7470         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
7471         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
7472         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
7473         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
7474         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
7475         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
7476         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
7477         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
7478         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7479         Remove RESET_PID cpp guards.
7480         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7481         Remove RESET_PID cpp guards.
7482         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
7484 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
7486         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
7487         __sp to uintptr_t.
7489 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7491         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
7492         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
7493         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
7494         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
7495         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
7496         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
7497         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
7498         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
7499         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
7500         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
7501         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
7502         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
7503         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
7504         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
7505         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
7506         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
7507         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
7508         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
7509         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
7510         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
7512         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
7513         (pthread_rwlock_rdlock): Add elision.
7514         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
7515         (pthread_rwlock_wrlock): Add elision.
7516         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
7517         (pthread_rwlock_trywrlock): Add elision.
7518         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
7519         (pthread_rwlock_tryrdlock): Add elision.
7520         * nptl/pthread_rwlock_unlock.c: Include elide.h.
7521         (pthread_rwlock_tryrdlock): Add elision unlock.
7522         * nptl/sysdeps/pthread/pthread.h:
7523         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
7524         (PTHREAD_RWLOCK_INITIALIZER,
7525         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
7526         Handle new elision field.
7527         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
7528         * sysdeps/arm/nptl/bits/pthreadtypes.h
7529         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7530         * sysdeps/sh/nptl/bits/pthreadtypes.h
7531         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7532         * sysdeps/tile/nptl/bits/pthreadtypes.h
7533         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7534         * sysdeps/a/nptl/bits/pthreadtypes.h
7535         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7536         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7537         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7538         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7539         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7540         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
7541         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7542         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7543         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7544         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7545         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7546         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7547         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7548         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7549         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7550         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
7551         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7552         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
7553         (elision_init): Set try_xbegin to zero when no RTM.
7554         * sysdeps/x86/nptl/bits/pthreadtypes.h
7555         (pthread_rwlock_t): Change __pad1 to __rwelision.
7556         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7558 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7560         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
7561         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
7562         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
7563         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
7565 2014-06-13  Meador Inge  <meadori@codesourcery.com>
7567         [BZ #16996]
7568         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
7569         that the cached result has been set before returning it.
7571 2014-06-12  Roland McGrath  <roland@hack.frob.com>
7573         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
7574         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
7575         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
7576         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
7577         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
7578         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
7580         * nptl/sysdeps/sparc/Makefile: Moved ...
7581         * sysdeps/sparc/nptl/Makefile: ... here.
7582         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
7583         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
7584         * nptl/sysdeps/sparc/tls.h: Moved ...
7585         * sysdeps/sparc/nptl/tls.h: ... here.
7586         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
7587         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
7588         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
7589         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
7590         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
7591         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
7592         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
7593         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
7594         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
7595         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
7596         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
7597         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
7598         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
7599         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
7600         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
7601         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
7602         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
7603         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
7604         Update #include.
7605         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
7606         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
7607         Update #include.
7608         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
7609         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
7610         Update #include.
7611         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
7612         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
7613         Update #include.
7615         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7617         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
7618         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
7620         * sysdeps/pthread/posix-timer.h: Include <list.h>.
7621         (struct list_links): Type removed.
7622         (struct thread_node, struct timer_node): Replace struct list_links
7623         with struct list_head.
7624         (list_unlink_ip): Likewise.
7625         * sysdeps/pthread/timer_routines.c
7626         (timer_free_list, thread_free_list, thread_active_list): Likewise.
7627         (list_append, list_insbefore): Likewise.
7628         (list_init): Function removed.
7629         (thread_init, init_module): Use INIT_LIST_HEAD instead.
7630         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
7631         * sysdeps/pthread/Makefile: ... here, new file.
7633         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
7634         * sysdeps/nptl/Implies: ... here.
7635         * sysdeps/unix/sysv/linux/Implies: Add nptl.
7636         * nptl/sysdeps/pthread/list.h: Moved ...
7637         * include/list.h: ... here.
7638         * nptl/sysdeps/pthread/createthread.c: Moved ...
7639         * nptl/createthread.c: ... here.
7640         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
7641         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
7642         * nptl/pt-longjmp.c: ... here.
7643         * nptl/sysdeps/pthread/Makefile: Moved ...
7644         * sysdeps/nptl/Makefile: ... here.
7645         * nptl/sysdeps/pthread/Subdirs: Moved ...
7646         * sysdeps/nptl/Subdirs: ... here.
7647         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
7648         * sysdeps/nptl/aio_misc.h: ... here.
7649         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
7650         * sysdeps/nptl/bits/libc-lock.h: ... here.
7651         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
7652         * sysdeps/nptl/bits/libc-lockP.h: ... here.
7653         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
7654         * sysdeps/nptl/bits/stdio-lock.h: ... here.
7655         * nptl/sysdeps/pthread/configure: Moved ...
7656         * sysdeps/nptl/configure: ... here.
7657         * nptl/sysdeps/pthread/configure.ac: Moved ...
7658         * sysdeps/nptl/configure.ac: ... here.
7659         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
7660         * sysdeps/nptl/gai_misc.h: ... here.
7661         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
7662         * sysdeps/nptl/librt-cancellation.c: ... here.
7663         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
7664         * sysdeps/nptl/malloc-machine.h: ... here.
7665         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
7666         * sysdeps/nptl/pthread-functions.h: ... here.
7667         * nptl/sysdeps/pthread/pthread.h: Moved ...
7668         * sysdeps/nptl/pthread.h: ... here.
7669         * nptl/sysdeps/pthread/setxid.h: Moved ...
7670         * sysdeps/nptl/setxid.h: ... here.
7671         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
7672         * sysdeps/nptl/sigfillset.c: ... here.
7673         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
7674         * sysdeps/nptl/tcb-offsets.h: ... here.
7675         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
7676         * sysdeps/nptl/tst-mqueue8x.c: ... here.
7677         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
7678         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
7679         * nptl/sysdeps/pthread/allocalim.h: Moved ...
7680         * sysdeps/pthread/allocalim.h: ... here.
7681         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
7682         * sysdeps/pthread/bits/sigthread.h: ... here.
7683         * nptl/sysdeps/pthread/flockfile.c: Moved ...
7684         * sysdeps/pthread/flockfile.c: ... here.
7685         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
7686         * sysdeps/pthread/ftrylockfile.c: ... here.
7687         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
7688         * sysdeps/pthread/funlockfile.c: ... here.
7689         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
7690         * sysdeps/pthread/posix-timer.h: ... here.
7691         * nptl/sysdeps/pthread/timer_create.c: Moved ...
7692         * sysdeps/pthread/timer_create.c: ... here.
7693         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
7694         * sysdeps/pthread/timer_delete.c: ... here.
7695         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
7696         * sysdeps/pthread/timer_getoverr.c: ... here.
7697         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
7698         * sysdeps/pthread/timer_gettime.c: ... here.
7699         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
7700         * sysdeps/pthread/timer_routines.c: ... here.
7701         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
7702         * sysdeps/pthread/timer_settime.c: ... here.
7703         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
7704         * sysdeps/pthread/tst-timer.c: ... here.
7705         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
7706         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
7708         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
7709         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
7711         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
7712         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
7713         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
7714         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
7715         Update #include target.
7716         * nptl/sysdeps/i386/i686/Makefile: Moved ...
7717         * sysdeps/i386/i686/nptl/Makefile: ... here.
7718         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
7719         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
7720         Update #include target.
7721         * nptl/sysdeps/i386/i686/tls.h: Moved ...
7722         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
7723         * nptl/sysdeps/i386/Makefile: Moved ...
7724         * sysdeps/i386/nptl/Makefile: ... here.
7725         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
7726         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
7727         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
7728         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
7729         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
7730         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
7731         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
7732         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
7733         * sysdeps/i386/nptl/pthreaddef.h: ... here.
7734         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
7735         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
7736         * nptl/sysdeps/i386/tls.h: Moved ...
7737         * sysdeps/i386/nptl/tls.h: ... here.
7739         * sysdeps/sh/Makefile [$(subdir) = csu]
7740         (gen-as-const-headers): Add tcb-offsets.sym.
7741         * nptl/sysdeps/sh/Makefile: File removed.
7742         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
7743         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
7744         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
7745         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
7746         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
7747         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
7748         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
7749         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
7750         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
7751         * sysdeps/sh/nptl/pthreaddef.h: ... here.
7752         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
7753         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
7754         * nptl/sysdeps/sh/tls.h: Moved ...
7755         * sysdeps/sh/nptl/tls.h: ... here.
7756         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
7757         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
7758         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
7759         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
7760         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
7761         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
7762         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
7763         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
7764         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
7765         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
7766         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
7767         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
7768         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
7769         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
7770         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
7771         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
7772         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
7773         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
7774         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
7775         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
7776         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
7777         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
7778         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
7779         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
7780         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
7781         Moved ...
7782         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
7783         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
7784         Moved ...
7785         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
7786         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
7787         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
7788         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
7789         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
7790         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
7791         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
7792         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
7793         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
7794         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
7795         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
7796         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
7797         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
7798         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
7799         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
7800         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
7801         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
7802         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
7803         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
7805 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
7807         * posix/spawn_faction_addopen.c: Include string.h.
7809 2014-06-11  Roland McGrath  <roland@hack.frob.com>
7811         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
7812         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
7813         * nptl/sysdeps/x86_64/Makefile: Moved ...
7814         * sysdeps/x86_64/nptl/Makefile: ... here.
7815         * nptl/sysdeps/x86_64/configure: Moved ...
7816         * sysdeps/x86_64/nptl/configure: ... here.
7817         * nptl/sysdeps/x86_64/configure.ac: Moved ...
7818         * sysdeps/x86_64/nptl/configure.ac: ... here.
7819         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
7820         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
7821         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
7822         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
7823         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
7824         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
7825         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
7826         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
7827         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
7828         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
7829         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
7830         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
7831         * nptl/sysdeps/x86_64/tls.h: Moved ...
7832         * sysdeps/x86_64/nptl/tls.h: ... here.
7833         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
7834         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
7835         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
7836         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
7838         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
7840 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7842         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7844 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
7846         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
7847         type.
7848         [POSIX] (off_t): Likewise.
7849         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
7850         [POSIX] (S_ISBLK): Require macro.
7851         [POSIX] (S_ISCHR): Likewise.
7852         [POSIX] (S_ISDIR): Likewise.
7853         [POSIX] (S_ISFIFO): Likewise.
7854         [POSIX] (S_ISREG): Likewise.
7855         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
7856         optional-macro.
7857         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
7858         type.
7859         [POSIX] (time_t): Likewise.
7860         [POSIX] (timer_t): Likewise.
7862 2014-06-11  Florian Weimer  <fweimer@redhat.com>
7864         [BZ #17048]
7865         * posix/spawn_int.h (struct __spawn_action): Make the path string
7866         non-const to support deallocation.
7867         * posix/spawn_faction_addopen.c
7868         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
7869         * posix/spawn_faction_destroy.c
7870         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
7871         path in all spawn_do_open actions.
7872         * posix/tst-spawn.c (do_test): Exercise the copy operation in
7873         posix_spawn_file_actions_addopen.
7875 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
7877         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
7878         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
7879         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
7880         conditional code always true.
7881         (__libc_vfork): New alias.
7883 2014-06-11  Roland McGrath  <roland@hack.frob.com>
7885         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7886         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
7888         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
7890         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7891         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
7893         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7894         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
7896         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7897         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
7899 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7901         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
7902         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
7903         multiarch strcmp for PPC64.
7904         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
7905         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
7906         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
7907         multiarch optimizations.
7908         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7909         (__libc_ifunc_impl_list): Likewise.
7911 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
7913         * benchtests/scripts/validate_benchout.py: New script.
7914         * benchtests/Makefile (bench-func): Call it.
7915         * benchtests/scripts/benchout.schema.json: New file.
7917 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
7919         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
7920         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
7921         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
7922         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
7923         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
7924         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
7925         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
7926         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
7927         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
7928         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
7929         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
7930         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
7931         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
7932         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
7933         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
7934         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
7935         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
7936         Moved ...
7937         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
7938         ... here.
7939         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
7940         Moved ...
7941         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
7942         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
7943         Moved ...
7944         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
7945         ... here.
7946         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
7947         Moved ...
7948         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
7949         ... here.
7950         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
7951         Moved ...
7952         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
7953         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
7954         Moved ...
7955         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
7956         ... here.
7957         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
7958         Moved ...
7959         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
7960         ... here.
7961         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
7962         Moved ...
7963         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
7964         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
7965         Moved ...
7966         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
7967         ... here.
7968         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
7969         Moved ...
7970         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
7971         ... here.
7972         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
7973         Moved ...
7974         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
7975         ... here.
7976         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
7977         Moved ...
7978         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
7979         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
7980         Moved ...
7981         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
7982         ... here.
7983         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
7984         Moved ...
7985         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
7986         ... here.
7987         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
7988         Moved ...
7989         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
7990         ... here.
7991         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
7992         Moved ...
7993         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
7994         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
7995         Moved ...
7996         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
7997         ... here.
7998         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
7999         Moved ...
8000         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8001         ... here.
8002         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8003         Moved ...
8004         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8005         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8006         Moved ...
8007         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8008         ... here.
8009         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8010         Moved ...
8011         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8012         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8013         Moved ...
8014         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8015         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8016         Moved ...
8017         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8018         ... here.
8019         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8020         Moved ...
8021         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8022         ... here.
8023         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8024         Moved ...
8025         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8026         ... here.
8027         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8028         Moved ...
8029         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8030         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8031         Moved ...
8032         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8033         ... here.
8034         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8035         Moved ...
8036         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8037         ... here.
8038         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8039         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8040         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8041         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8042         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8043         Moved ...
8044         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8045         ... here.
8046         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8047         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8048         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8049         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8050         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8051         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8052         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8053         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8054         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8055         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8056         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8057         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8058         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8059         Moved ...
8060         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8061         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8062         Moved ...
8063         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8064         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8065         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8066         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8067         Moved ...
8068         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8069         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8070         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8071         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8072         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8073         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8074         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8076 2014-06-10  Wilco  <wdijkstr@arm.com>
8078         * math/test-fenv-return.c: New file.
8079         * math/Makefile: Add new test test-fenv-return.
8081 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8083         [BZ #17042]
8084         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8085         when x - 1 is zero.
8086         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8087         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8088         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8089         0.0L for an argument of 1.0L.
8090         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8091         Likewise.
8092         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8093         value when x - 1 is zero.
8094         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8095         * sysdeps/i386/fpu/libm-test-ulps: Update.
8096         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8098 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8100         [BZ #15119]
8101         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8103 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8105         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8106         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8108 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8110         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8111         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8113         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8114         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8116         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8117         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8119         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8120         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8122         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8123         if not already defined.
8124         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8125         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8126         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8127         (TLS_INIT_TP): Use it.
8128         (TLS_DEFINE_INIT_TP): New macro.
8129         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8131 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8133         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8134         constant.
8135         [POSIX] (IXANY): Likewise.
8136         [POSIX] (OLCUC): Likewise.
8137         [POSIX || POSIX2008] (CBAUD): Do not allow.
8138         [POSIX || POSIX2008] (DEFECHO): Likewise.
8139         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8140         [POSIX || POSIX2008] (ECHOKE): Likewise.
8141         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8142         [POSIX || POSIX2008] (EXTA): Likewise.
8143         [POSIX || POSIX2008] (EXTB): Likewise.
8144         [POSIX || POSIX2008] (FLUSHO): Likewise.
8145         [POSIX || POSIX2008] (LOBLK): Likewise.
8146         [POSIX || POSIX2008] (PENDIN): Likewise.
8147         [POSIX || POSIX2008] (SWTCH): Likewise.
8148         [POSIX || POSIX2008] (VDISCARD): Likewise.
8149         [POSIX || POSIX2008] (VDSUSP): Likewise.
8150         [POSIX || POSIX2008] (VLNEXT): Likewise.
8151         [POSIX || POSIX2008] (VREPRINT): Likewise.
8152         [POSIX || POSIX2008] (VSTATUS): Likewise.
8153         [POSIX || POSIX2008] (VWERASE): Likewise.
8154         (B*): Change to B[0123456789]*.
8155         * conform/data/time.h-data [POSIX || UNIX98]
8156         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8157         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8158         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8159         [POSIX] (tm_*): Do not allow.
8161 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8163         * Makefile (install): Don't set LANGUAGE.
8164         * Makefile.in (install): Likewise.
8165         * assert/Makefile (test-assert-ENV): Remove variable.
8166         (test-assert-perr-ENV): Likewise.
8167         * elf/Makefile (neededtest4-ENV): Likewise.
8168         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8169         [$(cross-compiling) = no]: Don't set LANGUAGE.
8170         * io/ftwtest-sh (LANG): Remove variable.
8171         * libio/Makefile (tst-widetext-ENV): Likewise.
8172         * manual/install.texi (Running make install): Don't refer to
8173         environment settings for make install.
8174         * INSTALL: Regenerated.
8175         * nptl/tst-tls6.sh: Don't set LANG.
8176         * posix/globtest.sh (LANG): Remove variable.
8177         * string/Makefile (tester-ENV): Likewise.
8178         (inl-tester-ENV): Likewise.
8179         (noinl-tester-ENV): Likewise.
8180         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8181         [$(cross-compiling) = no]: Don't set LANGUAGE.
8182         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8183         without explicit environment settings.
8185 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8187         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8188         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8189         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8190         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8192 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8194         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8195         other files in the crypt directory.
8196         * crypt/crypt.c: Remove duplicate includes.
8197         * crypt/crypt-entry.c: Likewise.
8198         * crypt/crypt_util.c: Likewise.
8200 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8202         * Makeconfig (run-program-env): New variable.
8203         (run-program-prefix-before-env): Likewise.
8204         (run-program-prefix-after-env): Likewise.
8205         (run-program-prefix): Define in terms of new variables.
8206         (built-program-cmd-before-env): New variable.
8207         (built-program-cmd-after-env): Likewise.
8208         (built-program-cmd): Define in terms of new variables.
8209         (test-program-prefix-before-env): New variable.
8210         (test-program-prefix-after-env): Likewise.
8211         (test-program-prefix): Define in terms of new variables.
8212         (test-program-cmd-before-env): New variable.
8213         (test-program-cmd-after-env): Likewise.
8214         (test-program-cmd): Define in terms of new variables.
8215         * Rules (make-test-out): Use $(run-program-env).
8216         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8217         (help): Do not mention environment variables.  Mention
8218         --timeoutfactor option.
8219         (timeoutfactor): New variable.
8220         (blacklist_exports): Remove function.
8221         (exports): Remove variable.
8222         (command): Do not include ${exports}.
8223         * manual/install.texi (Configuring and compiling): Do not mention
8224         test wrappers preserving environment variables.  Mention that last
8225         assignment to a variable must take precedence.
8226         * INSTALL: Regenerated.
8227         * benchtests/Makefile (run-bench): Use $(run-program-env).
8228         * catgets/Makefile ($(objpfx)test1.cat): Use
8229         $(built-program-cmd-before-env), $(run-program-env) and
8230         $(built-program-cmd-after-env).
8231         ($(objpfx)test2.cat): Do not specify environment variables
8232         explicitly.
8233         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8234         $(run-program-env) and $(built-program-cmd-after-env).
8235         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8236         $(run-program-env) and $(test-program-cmd-after-env).
8237         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8238         explicitly.
8239         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8240         run_program_env and test_program_cmd_after_env arguments.
8241         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8242         * elf/tst-pathopt.sh: Use run_program_env argument.
8243         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8244         $(test-wrapper-env) and $(run-program-env).
8245         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8246         run_program_env arguments.
8247         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8248         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8249         $(test-program-prefix-before-env), $(run-program-env) and
8250         $(test-program-prefix-after-env).
8251         ($(objpfx)tst-gettext2.out): Likewise.
8252         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8253         run_program_env and test_program_prefix_after_env arguments.
8254         * intl/tst-gettext2.sh: Likewise.
8255         * intl/tst-gettext4.sh: Do not set environment variables
8256         explicitly.
8257         * intl/tst-gettext6.sh: Likewise.
8258         * intl/tst-translit.sh: Likewise.
8259         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8260         $(test-program-prefix-before-env), $(run-program-env) and
8261         $(test-program-prefix-after-env).
8262         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8263         run_program_env and test_program_prefix_after_env arguments.
8264         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8265         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8266         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8267         explicitly with each use of ${test_wrapper_env}.
8268         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8269         $(test-program-prefix-before-env), $(run-program-env) and
8270         $(test-program-prefix-after-env).
8271         * posix/tst-getconf.sh: Do not set environment variables
8272         explicitly.
8273         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8274         run_program_env and test_program_prefix_after_env arguments.
8275         * stdio-common/tst-printf.sh: Do not set environment variables
8276         explicitly.
8277         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8278         $(test-program-prefix-before-env), $(run-program-env) and
8279         $(test-program-prefix-after-env).
8280         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8281         run_program_env and test_program_prefix_after_env arguments.
8282         Split $test calls into $test_pre and $test.
8283         * timezone/Makefile (build-testdata): Use
8284         $(built-program-cmd-before-env), $(run-program-env) and
8285         $(built-program-cmd-after-env).
8287 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8289         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8290         strlen for non SHARED builds.
8292 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8294         * nptl/allocatestack.c (check_list): Inlined function...
8295         (__reclaim_stacks): ... here.
8297 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8299         [BZ #15698]
8300         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8301         memory overrun.
8303 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8305         * Rules (make-test-out): Include
8306         LOCPATH=$(common-objpfx)localedata in default environment.
8307         * debug/Makefile (tst-chk1-ENV): Remove variable.
8308         (tst-chk2-ENV): Likewise.
8309         (tst-chk3-ENV): Likewise.
8310         (tst-chk4-ENV): Likewise.
8311         (tst-chk5-ENV): Likewise.
8312         (tst-chk6-ENV): Likewise.
8313         (tst-lfschk1-ENV): Likewise.
8314         (tst-lfschk2-ENV): Likewise.
8315         (tst-lfschk3-ENV): Likewise.
8316         (tst-lfschk4-ENV): Likewise.
8317         (tst-lfschk5-ENV): Likewise.
8318         (tst-lfschk6-ENV): Likewise.
8319         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8320         (tst-iconv7-ENV): Likewise.
8321         * intl/Makefile (LOCPATH-ENV): Likewise.
8322         (tst-codeset-ENV): Likewise.
8323         (tst-gettext3-ENV): Likewise.
8324         (tst-gettext5-ENV): Likewise.
8325         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8326         (tst-fopenloc-ENV): Likewise.
8327         (tst-fgetws-ENV): Remove variable.
8328         (tst-ungetwc1-ENV): Likewise.
8329         (tst-ungetwc2-ENV): Likewise.
8330         (bug-ungetwc2-ENV): Likewise.
8331         (tst-swscanf-ENV): Likewise.
8332         (bug-ftell-ENV): Likewise.
8333         (tst-fgetwc-ENV): Likewise.
8334         (tst-fseek-ENV): Likewise.
8335         (tst-ftell-partial-wide-ENV): Likewise.
8336         (tst-ftell-active-handler-ENV): Likewise.
8337         (tst-ftell-append-ENV): Likewise.
8338         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8339         (tst-regexloc-ENV): Likewise.
8340         (bug-regex1-ENV): Likewise.
8341         (tst-regex-ENV): Likewise.
8342         (tst-regex2-ENV): Likewise.
8343         (bug-regex5-ENV): Likewise.
8344         (bug-regex6-ENV): Likewise.
8345         (bug-regex17-ENV): Likewise.
8346         (bug-regex18-ENV): Likewise.
8347         (bug-regex19-ENV): Likewise.
8348         (bug-regex20-ENV): Likewise.
8349         (bug-regex22-ENV): Likewise.
8350         (bug-regex23-ENV): Likewise.
8351         (bug-regex25-ENV): Likewise.
8352         (bug-regex26-ENV): Likewise.
8353         (bug-regex30-ENV): Likewise.
8354         (bug-regex32-ENV): Likewise.
8355         (bug-regex33-ENV): Likewise.
8356         (bug-regex34-ENV): Likewise.
8357         (bug-regex35-ENV): Likewise.
8358         (tst-rxspencer-ENV): Likewise.
8359         (tst-rxspencer-no-utf8-ENV): Likewise.
8360         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8361         (tst-sscanf-ENV): Likewise.
8362         (tst-swprintf-ENV): Likewise.
8363         (tst-swscanf-ENV): Likewise.
8364         (test-vfprintf-ENV): Likewise.
8365         (scanf13-ENV): Likewise.
8366         (bug14-ENV): Likewise.
8367         (tst-grouping-ENV): Likewise.
8368         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8369         (tst-strtod3-ENV): Likewise.
8370         (tst-strtod4-ENV): Likewise.
8371         (tst-strtod5-ENV): Likewise.
8372         (testmb2-ENV): Likewise./
8373         * string/Makefile (tst-strxfrm-ENV): Likewise.
8374         (tst-strxfrm2-ENV): Likewise.
8375         (bug-strcoll1-ENV): Likewise.
8376         (test-strcasecmp-ENV): Likewise.
8377         (test-strncasecmp-ENV): Likewise.
8378         * time/Makefile (tst-strptime-ENV): Likewise.
8379         (tst-ftime_l-ENV): Likewise.
8380         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8381         (tst-mbrtowc-ENV): Likewise.
8382         (tst-wcrtomb-ENV): Likewise.
8383         (tst-mbrtowc2-ENV): Likewise.
8384         (tst-c16c32-1-ENV): Likewise.
8385         (tst-mbsnrtowcs-ENV): Likewise.
8387 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8389         * manual/resource.texi (How to get information about the memory
8390         subsystem?): Fix typo.
8391         Reported by Peon de la Parra Ivan <peon@keba.com>
8393 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8395         [BZ #16882]
8396         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8397         (pthread_spin_lock): Branch out of spin loop to proper location.
8398         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8399         (pthread_spin_lock): Likewise.
8401         * nptl/tst-spin4.c: New test.
8402         * nptl/Makefile (tests): Add tst-spin4.
8404 2014-06-03  Andreas Schwab  <schwab@suse.de>
8406         [BZ #15946]
8407         * resolv/res_send.c (send_dg): Reload file descriptor after
8408         calling reopen.
8410 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8412         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8414 2014-06-03  Richard Henderson  <rth@redhat.com>
8416         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8417         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8418         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8419         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
8420         in the SAVE_PID block.
8421         (__libc_vfork): New alias.
8422         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
8424         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8425         child in registers, not on the stack.  Remove RESET_PID conditionals.
8426         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8428 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8430         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8432 2014-06-03  Wilco  <wdijkstr@arm.com>
8434         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
8435         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
8436         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8437         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
8438         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
8439         Likewise.
8441 2014-06-03  Wilco  <wdijkstr@arm.com>
8443         * sysdeps/aarch64/fpu/math_private.h
8444         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
8445         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
8446         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
8447         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8448         Fix declarations.
8450 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8452         * crypt/crypt-private.h: Include ufc-crypt.h.
8453         (__b64_from_24bit): Declare extern.
8454         * crypt/crypt_util.c(__b64_from_24bit): New function.
8455         (b64t): New static const variable.
8456         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
8457         (b64t): Remove variable.
8458         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
8459         * crypt/sha256-crypt.c: Include crypt-private.h.
8460         (b64t): Remove variable.
8461         (__sha256_crypt_r): Remove b64_from_24bit and replace
8462         with __b64_from_24bit.
8463         * crypt/sha512-crypt.c: Likewise.
8465 2014-06-02  Roland McGrath  <roland@hack.frob.com>
8467         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
8468         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
8469         Label the code __libc_vfork rather than __vfork.
8470         [!NOT_IN_libc] (vfork): Define as weak alias.
8471         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
8472         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
8473         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
8475 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8477         * malloc/malloc.c (malloc_info): Fix format specifier for
8478         n_mmaps.
8480 2014-06-02  Wilco  <wdijkstr@arm.com>
8482         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
8483         FPCR write.
8485 2014-06-02  Wilco  <wdijkstr@arm.com>
8487         [BZ #17009]
8488         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
8489         Rewrite to reduce FPCR/FPSR accesses.
8491 2014-06-01  David S. Miller  <davem@davemloft.net>
8493         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8495 2014-05-31  David S. Miller  <davem@davemloft.net>
8497         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
8498         to occur in round to nearest mode when |x| >= 2.0
8500 2014-05-30  Richard Henderson  <rth@twiddle.net>
8502         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
8503         (PSEUDO_RET_NOERRNO): Remove.
8504         (ret): Don't redefine.
8505         (ret_NOERRNO): Define in terms of ret.
8506         (ret_ERRVAL): Likewise.
8508         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
8509         use of PSEUDO_RET; perform the error check directly.
8511 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
8513         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
8514         with __int128_t.
8516 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8518         * malloc/malloc (malloc_info): Fix formatting.
8520 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8521             Roland McGrath  <roland@hack.frob.com>
8523         * malloc/malloc (malloc_info): Also print mmapped statistics.
8525 2014-05-30  Roland McGrath  <roland@hack.frob.com>
8527         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
8528         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
8530 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
8532         * malloc/malloc.c (malloc_info): Inline mi_arena.
8534 2014-05-29  Richard Henderson  <rth@twiddle.net>
8536         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
8537         Remove comma before expanding ASM_ARGS_##nr.
8538         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
8539         Make _x0 a strict output; make _x8 a strict input; adjust expansion
8540         of ASM_ARGS_##nr.
8541         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
8542         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
8543         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
8544         (ASM_ARGS_1): Add leading comma.
8546         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
8547         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
8548         to __errno_location.
8549         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
8550         Remove the expected plt for __errno_location.
8552         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8553         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
8554         call to __read_tp.
8556         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8557         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
8558         it and break it down.
8559         (DOCARGS_0, DOCARGS_1): Do nothing.
8560         (DOCARGS_2): Update to store into the new stack frame.
8561         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
8562         (UNDOCARGS_1): Update to restore from the new stack frame.
8563         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
8564         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
8566         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8567         (SINGLE_THREAD_P): New parameter for result regno.
8568         (PSEUDO): Update to match; use cbz instead of beq.
8570         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8571         Use ENTRY to define the _nocancel entry point.  Share the syscall
8572         and syscall error check paths with the cancel path.
8573         (PSEUDO_END): New.
8575         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
8576         whitespace; tabs before and after asm mnemonics.
8578 2014-05-29  Eric Wong  <normalperson@yhbt.net>
8580         [BZ #15132]
8581         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8582         Call fstat64 or stat64 internally, depending on arguments passed.
8583         Replace stat buffer argument with file descriptor argument.
8584         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
8585         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8586         Pass fd to __internal_statvfs instead of calling fstat64.
8587         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
8588         Pass fd to __internal_statvfs64 instead of calling fstat64.
8589         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
8590         Pass -1 to __internal_statvfs instead of calling stat64.
8591         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
8592         Pass -1 to __internal_statvfs64 instead of calling stat64.
8594 2014-05-28  Roland McGrath  <roland@hack.frob.com>
8596         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
8597         that was previously under [RESET_PID].
8598         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
8600         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
8601         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
8603 2014-05-27  Roland McGrath  <roland@hack.frob.com>
8605         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
8607         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
8608         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
8610 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
8612         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
8614 2014-05-27  Andreas Schwab  <schwab@suse.de>
8616         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
8617         TLS_INIT_TP macro.
8618         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
8619         * elf/rtld.c (init_tls, dl_main): Likewise.
8620         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
8621         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
8622         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
8623         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
8624         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
8625         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
8626         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
8627         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
8628         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
8629         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
8630         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
8631         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
8632         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
8633         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
8634         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
8635         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
8636         * sysdeps/generic/tls.h: Update description.
8638 2014-05-27  Will Newton  <will.newton@linaro.org>
8640         [BZ #16990]
8641         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
8642         and restore r2 rather than just restoring.
8644 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8646         [BZ #16724]
8647         * libio/tst-ftell-append.c: New test case.
8648         * libio/Makefile (tests): Add test case.
8649         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
8650         append mode.
8651         * libio/wfileops.c (do_ftell_wide): Likewise.
8653 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8655         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8657         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
8658         ...
8659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
8660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
8661         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
8662         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
8663         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
8664         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
8665         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
8666         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
8667         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
8668         Moved ...
8669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
8670         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
8671         Moved ...
8672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
8673         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
8674         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
8675         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
8676         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
8677         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
8678         ...
8679         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
8680         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
8681         Moved ...
8682         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
8683         here.
8684         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
8685         ...
8686         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
8687         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
8688         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
8690         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
8691         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
8692         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
8693         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
8695         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
8696         merge into ...
8697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
8698         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
8699         ...
8700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
8701         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
8702         ...
8703         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
8704         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
8705         Moved ...
8706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
8707         here.
8708         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
8709         Moved ...
8710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
8711         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
8712         Moved ...
8713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
8715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
8716         conditional [RESET_PID].
8717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
8718         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
8719         removed.
8720         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
8721         removed.
8723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
8724         <tcb-offsets.h>.
8725         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8726         (__libc_vfork): New strong alias.
8727         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
8728         removed.
8729         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
8730         Removed.
8732         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
8733         <tcb-offsets.h>.
8734         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
8735         (__libc_vfork): New strong alias.
8736         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
8737         removed.
8738         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
8739         removed.
8741 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
8743         * malloc/malloc.c (mi_arena): New function.
8744         (malloc_info): Remove nested function mi_arena. Call non-nosted
8745         function mi_arena.
8747 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8749         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
8750         by insrwi.
8751         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
8752         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
8753         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
8754         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
8755         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
8756         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
8757         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
8759 2014-05-26  Andreas Schwab  <schwab@suse.de>
8761         [BZ #16984]
8762         * locale/programs/repertoire.c (repertoire_read): Add slash
8763         between I18NPATH element and file name.
8764         * locale/programs/locfile.c (locfile_read): Likewise.
8766 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8768         * nptl/pthread_mutexattr_settype.c
8769         (__pthread_mutexattr_settype):
8770         Disable lock elision for PTHREAD_MUTEX_NORMAL.
8772 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8774         * nptl/tst-mutex5 (do_test):
8775         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
8777 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8779         * benchtests/README: Document 'init' directive.
8780         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
8781         BENCH_INIT.
8782         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
8783         (parse_file): Recognize 'init' directive.
8785 2014-05-26  Kyle McMartin  <kyle@redhat.com>
8787         [BZ #16796]
8788         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
8789         alignment of struct pthread.
8791 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8793         [BZ #16878]
8794         * nscd/netgroupcache.c (addgetnetgrentX): Look for
8795         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8796         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
8797         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8799 2014-05-25  Richard Henderson  <rth@twiddle.net>
8801         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8802         (SINGLE_THREAD_P_PIC): Remove.
8803         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
8804         (SINGLE_THREAD_P_PIC): Remove.
8806         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
8807         branch to syscall error ...
8808         (PSEUDO): ... here.
8809         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
8810         from __local_syscall_error to .Lsyscall_error.
8811         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
8812         (SYSCALL_ERROR): Update label name.
8814         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8815         Do not use DOARGS/UNDOARGS.
8816         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
8817         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
8818         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
8819         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
8820         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
8822         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
8823         block comment.
8825         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
8826         define if !NOT_IN_libc.
8827         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
8828         define with non-default symbol versions.
8830 2014-05-23  Richard Henderson  <rth@twiddle.net>
8832         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
8833         (vfork, __vfork): Define via compat_symbol.
8835         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
8836         [!HAVE_IFUNC] (vfork_compat): Remove.
8837         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
8839 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
8841         [BZ #16978]
8842         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
8843         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
8844         variable.
8846 2014-05-23  Richard Henderson  <rth@twiddle.net>
8848         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
8849         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
8850         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
8851         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
8853         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
8854         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
8855         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
8856         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
8857         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
8858         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
8859         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
8860         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
8861         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
8862         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
8863         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
8864         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
8865         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
8866         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
8867         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
8868         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
8869         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
8870         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
8871         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
8872         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
8873         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
8874         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
8875         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
8876         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
8877         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
8878         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
8879         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
8880         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
8881         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
8882         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
8883         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
8884         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
8885         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
8886         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
8887         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
8888         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
8889         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
8890         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
8891         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
8892         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
8893         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
8894         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
8895         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
8896         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
8897         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
8898         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
8899         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
8900         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
8901         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
8902         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
8903         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
8904         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
8905         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
8906         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
8907         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
8908         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
8910         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
8911         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
8912         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
8913         before exiting on error.
8914         (__libc_vfork): New strong alias.
8915         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
8916         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
8918         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
8919         that was previously under [RESET_PID].
8920         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
8922         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
8924 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
8926         [BZ #16977]
8927         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
8928         value when x - 1 is zero.
8929         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
8930         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
8931         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
8932         0.0L for an argument of 1.0L.
8933         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
8934         Likewise.
8935         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
8936         value when x - 1 is zero.
8937         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
8938         * sysdeps/i386/fpu/libm-test-ulps: Update.
8939         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8941 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
8943         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
8944         alphasort and versionsort.
8946 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8948         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
8949         macro.
8950         [copysignf]: Likewise.
8952 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
8954         * crypt/md5-crypt.c: Fix formatting.
8956 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8958         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
8959         (b64_from_24bit): New function.
8961 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8963         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
8964         libc_hidden_builtin_def to ifunc.
8965         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
8966         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
8968 2014-05-21  Roland McGrath  <roland@hack.frob.com>
8970         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
8971         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
8973 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
8975         * nscd/Depend (linuxthreads): Remove.
8976         (nptl): Add.
8977         * resolv/Depend (linuxthreads): Remove.
8978         * rt/Depend (linuxthreads): Remove.
8980         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
8981         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
8982         $(common-objpfx)elf/.
8983         (link-libc-before-gnulib): Likewise.
8984         (elfobjdir): Remove variable.
8985         * Makefile (install): Use $(elf-objpfx) instead of
8986         $(common-objpfx)elf/.
8987         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
8988         $(elfobjdir)/.
8989         (link-libc-deps): Likewise.
8990         ($(common-objpfx)libc.so): Likewise.
8991         ($(common-objpfx)linkobj/libc.so): Likewise.
8992         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
8993         instead of $(common-objpfx)elf/.
8994         (symbolic-link-list): Likewise.
8995         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8996         [$(cross-compiling) = no]: Likewise.
8997         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
8998         $(elfobjdir)/.
8999         (static-gnulib-arch): Likewise.
9000         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9001         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9002         $(common-objpfx)elf/.
9004 2014-05-21  Richard Henderson  <rth@redhat.com>
9006         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9007         (SINGLE_THREAD_P): Use the correct width load.  Fold
9008         into the ldr offset.
9010         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9011         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9013 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9015         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9016         (libgcc_s_resume): Use __attribute_used__.
9017         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9018         Likewise.
9020 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9022         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9023         optimization when used with float constants.
9025         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9027 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9029         [BZ #16915]
9030         * locale/nl_langinfo_l.c: Make direct reference to every
9031         _nl_current_CATEGORY symbol.
9032         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9033         (tests-static): Add tst-langinfo-static.
9034         (tests-special): Add tst-langinfo-static.out.
9035         ($(objpfx)tst-langinfo.out): Redirect output.
9036         ($(objpfx)tst-langinfo-static.out): New.
9037         * localedata/tst-langinfo.sh: Send output to stdout.
9038         * localedata/tst-langinfo-static.c: New file.
9040         [BZ #16965]
9041         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9042         when the shift amount is modulo the limb size.
9044 2014-05-20  Richard Henderson  <rth@redhat.com>
9046         [BZ #16967]
9047         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9048         Change type of sa_flags from unsigned int to int.
9050         [BZ #16966]
9051         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9053         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9055 2014-05-20  Will Newton  <will.newton@linaro.org>
9057         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9058         Test the return value of the system call in the nocancel case.
9060 2014-05-20  Will Newton  <will.newton@linaro.org>
9061             Yvan Roux  <yvan.roux@linaro.org>
9063         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9064         #include of asm/ptrace.h.
9065         (PTRACE_GET_THREAD_AREA): Remove #undef.
9066         (PTRACE_GETHBPREGS): Likewise.
9067         (PTRACE_SETHBPREGS): Likewise.
9068         (struct user_regs_struct): New structure.
9069         (struct user_fpsimd_struct): New structure.
9070         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9071         #include of asm/ptrace.h and second #include of sys/user.h.
9072         (PTRACE_GET_THREAD_AREA): Remove #undef.
9073         (PTRACE_GETHBPREGS): Likewise.
9074         (PTRACE_SETHBPREGS): Likewise.
9075         (ELF_NGREG): Use new struct user_regs_struct.
9076         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9078 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9080         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9081         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9083 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9085         [BZ #16958]
9086         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9087         membar to avoid block loads/stores to overlap previous stores.
9089 2014-05-17  Richard Henderson  <rth@redhat.com>
9091         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9092         Create the __##syscall_name##_nocancel entry point.
9093         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9094         Remove; let the sysdep-cancel.h code create it.
9096 2014-05-17  David S. Miller  <davem@davemloft.net>
9098         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9099         Protect with __USE_GNU.
9100         (TIOCSET_TEMPT): Likewise.
9101         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9102         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9103         these are already provided in bits/ioctl-types.h
9105 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9107         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9108         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9110         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9111         Use wait4 regardless of [__NR_waitpid].
9113 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9115         PR libgcc/60166
9116         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9117         (_FP_NANSIGN_Q): Set the quiet bit.
9119 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9121         * benchtests/Makefile
9122         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9123         not $(common-objpfx)math/libm.so.
9124         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9125         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9126         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9127         $(common-objpfx)dlfcn/libdl.so.
9128         ($(objpfx)tst-audit8): Depend on $(libm), not
9129         $(common-objpfx)math/libm.so.
9130         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9131         not $(common-objpfx)dlfcn/libdl.so.
9132         * math/Makefile
9133         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9134         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9135         [$(build-shared) = yes].
9136         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9137         $(common-objpfx)nptl/libpthread.so.
9138         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9139         $(common-objpfx)math/libm.so$(libm.so-version) or
9140         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9141         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9142         $(common-objpfx)dlfcn/libdl.so.
9143         * setjmp/Makefile (link-libm): Remove variable.
9144         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9145         * stdio-common/Makefile (link-libm): Remove variable.
9146         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9147         * stdlib/Makefile (link-libm): Remove variable.
9148         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9149         ($(objpfx)tst-strtod-round): Likewise.
9150         ($(objpfx)tst-tininess): Likewise.
9151         ($(objpfx)tst-strtod-underflow): Likewise.
9152         ($(objpfx)tst-strtod6): Likewise.
9153         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9154         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9155         $(common-objpfx)dlfcn/libdl.so.
9157 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9159         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9160         BSD terminal modes definitions.
9162 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9164         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9165         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9167         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9168         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9169         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9170         Don't do #include_next.
9171         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9172         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9173         Don't do #include_next.
9174         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9175         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9176         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9177         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9179 2014-05-16  Allan McRae  <allan@archlinux.org>
9181         * po/sv.po: Update Swedish translation from translation project.
9183         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9184         in sed expression.
9186 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9188         [BZ #16917]
9189         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9190         errno if the TIOCGPTN ioctl fails with an error different than
9191         EINVAL.
9192         * login/tst-ptsname.c: New file.
9193         * login/Makefile (tests): Add tst-ptsname.
9195         [BZ #16943]
9196         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9197         and prlimit64.
9199 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9201         [BZ #16849]
9202         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9203         herrno to return EAI_AGAIN.
9205 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9207         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9208         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9209         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9210         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9211         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9212         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9213         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9214         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9215         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9216         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9217         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9218         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9219         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9220         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9221         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9222         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9223         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9224         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9225         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9226         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9227         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9228         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9229         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9230         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9231         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9232         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9233         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9234         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9235         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9236         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9237         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9238         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9239         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9240         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9241         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9242         Moved ...
9243         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9244         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9245         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9246         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9247         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9248         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9249         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9250         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9251         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9252         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9253         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9254         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9255         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9256         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9257         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9258         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9259         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9260         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9261         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9262         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9263         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9264         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9265         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9266         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9267         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9268         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9269         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9270         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9271         Moved ...
9272         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9273         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9274         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9275         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9276         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9277         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9278         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9279         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9280         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9281         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9282         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9283         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9284         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9285         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9286         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9287         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9288         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9289         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9290         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9291         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9292         Moved ...
9293         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9294         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9295         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9297         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9298         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9299         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9300         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9301         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9302         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9303         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9304         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9305         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9306         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9307         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9308         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9309         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9310         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9311         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9312         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9313         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9314         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9315         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9316         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9317         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9318         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9319         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9320         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9321         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9322         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9323         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9324         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9325         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9326         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9327         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9329         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9330         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9332         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9333         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9334         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9335         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9336         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9337         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9338         Moved ...
9339         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9340         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9341         Moved ...
9342         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9343         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9344         Moved ...
9345         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9346         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9347         Moved ...
9348         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9349         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9350         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9351         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9352         Moved ...
9353         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9354         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9355         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9356         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9357         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9358         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9359         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9360         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9361         Moved ...
9362         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9363         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9364         Moved ...
9365         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9366         ... here.
9367         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9368         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9369         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9370         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9371         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9372         Moved ...
9373         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9374         ... here.
9375         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9376         Moved ...
9377         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9378         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9379         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9380         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9381         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9382         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9383         Moved ...
9384         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9385         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9386         Moved ...
9387         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9388         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9389         Moved ...
9390         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9391         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9392         Moved ...
9393         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9394         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9395         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9396         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9397         Moved ...
9398         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9399         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9400         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9401         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9402         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9403         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9404         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9405         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9406         Moved ...
9407         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9408         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9409         Moved ...
9410         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9411         ... here.
9412         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9413         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9414         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9415         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9416         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9417         Moved ...
9418         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9419         ... here.
9420         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9421         Moved ...
9422         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9423         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9424         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9425         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9426         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9427         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9428         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9429         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9430         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
9431         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
9432         Moved ...
9433         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
9434         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
9435         Moved ...
9436         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
9437         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
9438         Moved ...
9439         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
9440         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
9441         Moved ...
9442         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
9443         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
9444         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
9445         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
9446         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
9447         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
9448         Moved ...
9449         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
9450         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
9451         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
9452         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
9453         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
9454         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
9455         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
9456         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
9457         Moved ...
9458         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
9459         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9460         Moved ...
9461         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9462         ... here.
9463         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
9464         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
9465         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
9466         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
9467         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9468         Moved ...
9469         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9470         ... here.
9471         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
9472         Moved ...
9473         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
9474         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
9475         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
9476         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
9477         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
9478         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
9479         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
9480         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
9481         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
9482         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
9483         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
9485         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
9486         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
9488         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
9489         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
9491         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
9492         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
9493         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
9494         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
9495         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
9496         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
9497         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
9498         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
9499         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
9500         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
9501         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
9502         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
9503         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
9504         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
9505         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
9506         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
9507         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
9508         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
9509         Moved ...
9510         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
9511         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
9512         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
9513         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
9514         Moved ...
9515         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
9516         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
9517         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
9518         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
9519         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
9520         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
9521         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
9522         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
9523         Moved ...
9524         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
9525         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
9526         Moved ...
9527         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
9528         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
9529         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
9530         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
9531         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
9532         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
9533         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
9534         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
9535         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
9536         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
9537         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
9538         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
9539         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
9540         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
9541         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
9542         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
9543         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
9545         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
9546         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
9547         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
9548         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
9549         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
9551         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
9552         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
9553         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
9554         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
9555         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
9556         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
9557         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
9558         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
9559         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
9560         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
9562         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
9563         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
9565         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
9566         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
9567         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
9568         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
9569         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
9570         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
9571         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
9572         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
9573         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
9574         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
9575         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
9576         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
9577         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
9578         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
9579         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
9580         Update #include.
9581         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
9582         Likewise.
9583         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9584         Likewise.
9585         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9586         Likewise.
9587         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9588         Likewise.
9589         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
9590         Likewise.
9591         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
9592         Likewise.
9593         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9594         Likewise.
9595         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
9596         Likewise.
9597         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
9598         Likewise.
9599         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
9600         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
9601         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
9602         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
9603         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
9604         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
9605         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
9606         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
9607         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
9608         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
9609         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
9610         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
9611         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
9612         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
9613         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
9615         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
9616         that was previously under [RESET_PID].
9617         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
9618         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
9619         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
9621         * sysdeps/i386/nptl/Implies: New file.
9622         * sysdeps/x86_64/nptl/Implies: New file.
9623         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
9624         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
9625         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
9626         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
9628         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
9629         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9630         (__libc_vfork): New strong alias.
9631         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
9632         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
9634         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
9635         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9636         (__libc_vfork): New strong alias.
9637         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
9638         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
9640         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
9641         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9642         (__libc_vfork): New strong alias.
9643         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
9644         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
9645         * nptl/pt-vfork.c: New file.
9646         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
9647         (libpthread: GLIBC_2.20): New version set (empty).
9649 2014-05-14  Will Newton  <will.newton@linaro.org>
9651         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
9652         rather than #if.
9654 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9656         [BZ #16564]
9657         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
9658         arguments with exponent 65 or above.
9659         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
9660         arguments 0x1p113L or above.
9661         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
9662         to arguments 0x1p107L or above.
9663         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
9664         positive arguments with exponent 65 or above.
9665         * math/auto-libm-test-in: Add more tests of log1p.
9666         * math/auto-libm-test-out: Regenerated.
9668         [BZ #16928]
9669         * math/s_cacos.c (__cacos): Ensure zero real part of result from
9670         non-finite arguments is +0.
9671         * math/s_cacosf.c (__cacosf): Likewise.
9672         * math/s_cacosl.c (__cacosl): Likewise.
9673         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
9674         * sysdeps/i386/fpu/libm-test-ulps: Update.
9675         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9677         [BZ #16927]
9678         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
9679         value.
9680         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
9681         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
9682         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
9683         for explicit high bit of mantissa when testing for argument equal
9684         to 1.
9685         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
9686         * sysdeps/i386/fpu/libm-test-ulps: Update.
9687         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9689         [BZ #16516]
9690         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
9691         (__erf): Scale by 16 instead of 8 in potentially underflowing
9692         case.  Ensure exception if result actually underflows.
9693         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
9694         (__erff): Scale by 16 instead of 8 in potentially underflowing
9695         case.  Ensure exception if result actually underflows.
9696         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
9697         (efx8): Remove variable.
9698         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9699         case.  Ensure exception if result actually underflows.
9700         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
9701         (efx8): Remove variable.
9702         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9703         case.  Ensure exception if result actually underflows.
9704         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
9705         (efx8): Remove variable.
9706         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9707         case.  Ensure exception if result actually underflows.
9708         * math/auto-libm-test-in: Add more tests of erf.
9709         * math/auto-libm-test-out: Regenerated.
9711 2014-05-14  Andreas Schwab  <schwab@suse.de>
9713         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
9714         Remove code conditionalized on USE___THREAD.
9716         * config.h.in (HAVE_PT_CHOWN): Define as 0.
9717         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
9718         not definedness.
9720 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9722         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
9723         Define unconditionally.
9724         (__ASSUME_O_CLOEXEC): Likewise.
9725         (__ASSUME_SOCK_CLOEXEC): Likewise.
9726         (__ASSUME_IN_NONBLOCK): Likewise.
9727         (__ASSUME_PIPE2): Likewise.
9728         (__ASSUME_EVENTFD2): Likewise.
9729         (__ASSUME_SIGNALFD4): Likewise.
9730         (__ASSUME_DUP3): Likewise.
9731         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9732         (__ASSUME_DUP3): Do not define.
9733         (__ASSUME_EVENTFD2): Likewise.
9734         (__ASSUME_IN_NONBLOCK): Likewise.
9735         (__ASSUME_O_CLOEXEC): Likewise.
9736         (__ASSUME_PIPE2): Likewise.
9737         (__ASSUME_SIGNALFD4): Likewise.
9738         (__ASSUME_SOCK_CLOEXEC): Likewise.
9739         (__ASSUME_UTIMES): Undefine.
9740         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9741         (__ASSUME_UTIMES): Do not define.
9742         (__ASSUME_O_CLOEXEC): Likewise.
9743         (__ASSUME_SOCK_CLOEXEC): Likewise.
9744         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
9745         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
9746         0x020621].
9747         (__ASSUME_PIPE2): Likewise.
9748         (__ASSUME_EVENTFD2): Likewise.
9749         (__ASSUME_SIGNALFD4): Likewise.
9750         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
9751         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
9752         Do not define.
9753         (__ASSUME_EVENTFD2): Likewise.
9754         (__ASSUME_SIGNALFD4): Likewise.
9755         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
9756         (__ASSUME_32BITUIDS): Likewise.
9757         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
9758         (__ASSUME_IPC64): Likewise.
9759         (__ASSUME_ST_INO_64_BIT): Likewise.
9760         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
9761         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
9762         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9763         (__ASSUME_UTIMES): Do not define.
9764         (__ASSUME_PSELECT): Likewise.
9765         (__ASSUME_PPOLL): Likewise.
9766         (__ASSUME_O_CLOEXEC): Likewise.
9767         (__ASSUME_SOCK_CLOEXEC): Likewise.
9768         (__ASSUME_IN_NONBLOCK): Likewise.
9769         (__ASSUME_PIPE2): Likewise.
9770         (__ASSUME_EVENTFD2): Likewise.
9771         (__ASSUME_SIGNALFD4): Likewise.
9772         (__ASSUME_DUP3): Likewise.
9773         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9774         (__ASSUME_UTIMES): Likewise.
9775         (__ASSUME_O_CLOEXEC): Likewise.
9776         (__ASSUME_SOCK_CLOEXEC): Likewise.
9777         (__ASSUME_IN_NONBLOCK): Likewise.
9778         (__ASSUME_PIPE2): Likewise.
9779         (__ASSUME_EVENTFD2): Likewise.
9780         (__ASSUME_SIGNALFD4): Likewise.
9781         (__ASSUME_DUP3): Likewise.
9782         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9783         (__ASSUME_UTIMES): Likewise.
9784         (__ASSUME_O_CLOEXEC): Likewise.
9785         (__ASSUME_SOCK_CLOEXEC): Likewise.
9786         (__ASSUME_IN_NONBLOCK): Likewise.
9787         (__ASSUME_PIPE2): Likewise.
9788         (__ASSUME_EVENTFD2): Likewise.
9789         (__ASSUME_SIGNALFD4): Likewise.
9790         (__ASSUME_DUP3): Likewise.
9791         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
9792         Likewise.
9793         (__ASSUME_UTIMES): Likewise.
9794         (__ASSUME_EVENTFD2): Likewise.
9795         (__ASSUME_SIGNALFD4): Likewise.
9796         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9797         (__ASSUME_O_CLOEXEC): Likewise.
9798         (__ASSUME_SOCK_CLOEXEC): Likewise.
9799         (__ASSUME_IN_NONBLOCK): Likewise.
9800         (__ASSUME_PIPE2): Likewise.
9801         (__ASSUME_EVENTFD2): Likewise.
9802         (__ASSUME_SIGNALFD4): Likewise.
9803         (__ASSUME_DUP3): Likewise.
9804         (__ASSUME_UTIMES): Undefine.
9806         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
9807         feclearexcept.  Remove symbol versioning code.
9808         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
9809         symbol versioning code.
9810         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
9811         symbol versioning code.
9812         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
9813         feupdateenv.  Remove symbol versioning code.
9814         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
9815         fegetexceptflag.  Remove symbol versioning code.
9816         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
9817         fesetexceptflag.  Remove symbol versioning code.
9818         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
9819         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
9820         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
9821         (__posix_fadvise64_l32): Remove prototype.
9822         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
9823         code.
9825 2014-05-13  Roland McGrath  <roland@hack.frob.com>
9827         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
9828         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
9829         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
9830         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
9832 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
9834         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
9835         current working directory
9837 2014-05-13  Roland McGrath  <roland@hack.frob.com>
9839         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
9840         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
9841         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
9842         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
9843         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
9844         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
9845         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
9846         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
9847         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
9848         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
9849         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
9850         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
9851         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
9852         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
9853         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
9854         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
9855         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
9856         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
9857         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
9858         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
9859         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
9860         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
9861         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
9862         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
9863         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
9864         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
9865         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
9866         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
9867         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
9868         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
9869         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
9870         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
9871         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
9872         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
9873         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
9874         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
9875         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
9876         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
9877         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
9878         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
9879         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
9880         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
9882         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
9883         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
9885         * sysdeps/unix/sysv/linux/arm/Makefile
9886         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
9887         Add rt-aeabi_unwind_cpp_pr1.
9888         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
9889         Add nptl-aeabi_unwind_cpp_pr1.
9890         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
9891         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
9892         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
9893         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9894         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
9895         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9897         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
9898         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
9899         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
9900         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
9902         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
9903         Deconditionalize the code that was previously under [RESET_PID].
9904         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
9906         * sysdeps/generic/exit-thread.h: New file.
9907         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
9908         * include/unistd.h (__exit_thread): Remove declaration.
9909         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
9910         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
9911         * csu/libc-start.c: Include <exit-thread.h>.
9912         (LIBC_START_MAIN): Pass no argument to __exit_thread.
9913         * nptl/pthread_create.c: Include <exit-thread.h>.
9914         (start_thread): Call __exit_thread in place of __exit_thread_inline.
9915         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
9916         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
9917         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
9918         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
9919         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
9920         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
9921         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
9922         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
9923         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
9924         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
9925         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
9926         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
9927         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
9928         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
9929         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
9930         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
9932 2014-05-13  Andreas Schwab  <schwab@suse.de>
9934         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
9936 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
9938         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9939         (__ASSUME_UTIMES): Do not condition on kernel version.
9940         (__ASSUME_PSELECT): Define unconditionally.
9941         (__ASSUME_PPOLL): Likewise.
9942         (__ASSUME_ATFCTS): Likewise.
9943         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
9944         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
9945         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
9946         (__ASSUME_UTIMENSAT): Define unconditionally.
9947         (__ASSUME_PRIVATE_FUTEX): Likewise.
9948         (__ASSUME_FALLOCATE): Likewise.
9949         (__ASSUME_O_CLOEXEC): Likewise.
9950         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
9951         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
9952         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
9953         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
9954         (__ASSUME_IN_NONBLOCK): Likewise.
9955         (__ASSUME_PIPE2): Likewise.
9956         (__ASSUME_EVENTFD2): Likewise.
9957         (__ASSUME_SIGNALFD4): Likewise.
9958         (__ASSUME_DUP3): Likewise.
9959         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
9960         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
9961         (__ASSUME_AT_RANDOM): Likewise.
9962         (__ASSUME_PREADV): Likewise.
9963         (__ASSUME_PWRITEV): Likewise.
9964         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
9965         (__ASSUME_F_GETOWN_EX): Define unconditionally.
9966         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
9967         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
9968         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
9969         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9970         (__ASSUME_O_CLOEXEC): Define unconditionally.
9971         (__ASSUME_PSELECT): Do not undefine conditionally.
9972         (__ASSUME_PPOLL): Likewise.
9973         (__ASSUME_ATFCTS): Likewise.
9974         (__ASSUME_SET_ROBUST_LIST): Likewise.
9975         (__ASSUME_UTIMENSAT): Likewise.
9976         (__ASSUME_FDATASYNC): Define unconditionally.
9977         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9978         (__ASSUME_SIGFRAME_V2): Likewise.
9979         )__ASSUME_EVENTFD2): Likewise.
9980         (__ASSUME_SIGNALFD4): Likewise.
9981         (__ASSUME_PSELECT): Do not undefine conditionally.
9982         (__ASSUME_PPOLL): Likewise.
9983         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9984         (__ASSUME_PSELECT): Define unconditionally.
9985         (__ASSUME_PPOLL): Likewise.
9986         (__ASSUME_O_CLOEXEC): Likewise.
9987         (__ASSUME_SOCK_CLOEXEC): Likewise.
9988         (__ASSUME_IN_NONBLOCK): Likewise.
9989         (__ASSUME_PIPE2): Likewise.
9990         (__ASSUME_EVENTFD2): Likewise.
9991         (__ASSUME_SIGNALFD4): Likewise.
9992         (__ASSUME_DUP3): Likewise.
9993         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9994         (__ASSUME_O_CLOEXEC): Likewise.
9995         (__ASSUME_SOCK_CLOEXEC): Likewise.
9996         (__ASSUME_IN_NONBLOCK): Likewise.
9997         (__ASSUME_PIPE2): Likewise.
9998         (__ASSUME_EVENTFD2): Likewise.
9999         (__ASSUME_SIGNALFD4): Likewise.
10000         (__ASSUME_DUP3): Likewise.
10001         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10002         (__ASSUME_EVENTFD2): Likewise.
10003         (__ASSUME_SIGNALFD4): Likewise.
10004         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10006 2014-05-12  Andreas Schwab  <schwab@suse.de>
10008         [BZ #16932]
10009         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10010         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10011         than maximum RPC packet size.
10012         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10013         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10014         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10015         (_nss_nis_getservbyport_r): Likewise.
10017 2014-05-12  Will Newton  <will.newton@linaro.org>
10019         * malloc/Makefile (tests): Add tst-mallopt.
10020         * malloc/tst-mallopt.c: New file.
10022 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10024         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10025         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10027 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10029         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10030         (tst-tlsmod6.so): Likewise.
10032 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10034         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10036 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10038         [BZ #16064]
10039         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10040         and <dl-procinfo.h>.
10041         (__fegetenv): Save SSE state in envp->__eip if supported.
10042         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10043         envp->__eip if supported.
10044         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10045         and <dl-procinfo.h>.
10046         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10047         __data_offset and __data_selector in environment to 0.  Set SSE
10048         state if supported.
10049         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10050         test-fenv-sse.
10051         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10052         -mfpmath=sse.
10053         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10055 2014-05-09  Will Newton  <will.newton@linaro.org>
10057         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10058         and libc_relro_required for ARM.
10059         * sysdeps/arm/preconfigure: Regenerate.
10061 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10062             Stefan Liebler  <stli@linux.vnet.ibm.com>
10064         * config.make.in (enable-lock-elision): New Makefile variable.
10065         * configure.ac: Likewise.
10066         * configure: Regenerate.
10067         * sysdeps/s390/configure.ac:
10068         Add check for gcc transactions support.
10069         * sysdeps/s390/configure: Regenerate.
10070         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10071         Build elision files if enabled.
10072         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10073         Add lock elision support for s390.
10074         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10075         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10076         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10077         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10078         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10079         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10080         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10081         Likewise.
10082         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10083         Likewise.
10084         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10085         Likewise.
10086         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10087         Likewise.
10088         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10089         (__lll_timedlock_elision, __lll_lock_elision)
10090         (__lll_unlock_elision, __lll_trylock_elision)
10091         (lll_timedlock_elision, lll_lock_elision)
10092         (lll_unlock_elision, lll_trylock_elision): Add.
10093         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10094         (pthread_mutex_t): Add lock elision support for s390.
10096 2014-05-14  Wilco  <wdijkstr@arm.com>
10098         * sysdeps/arm/fclrexcpt.c: Cleanup.
10099         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10100         * sysdeps/arm/feenablxcpt.c: Cleanup.
10101         * sysdeps/arm/fegetenv.c: Cleanup.
10102         * sysdeps/arm/fegetexcept.c: Cleanup.
10103         * sysdeps/arm/fegetround.c: Cleanup.
10104         * sysdeps/arm/feholdexcpt.c: Cleanup.
10105         * sysdeps/arm/fesetenv.c: Cleanup.
10106         * sysdeps/arm/fesetround.c: Cleanup.
10107         * sysdeps/arm/feupdateenv.c: Cleanup.
10108         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10109         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10110         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10111         * sysdeps/arm/ftestexcept.c: Cleanup.
10112         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10113         * sysdeps/arm/setfpucw.c: Cleanup.
10115 2014-05-09  Will Newton  <will.newton@linaro.org>
10117         * sysdeps/arm/armv7/strcmp.S: New file.
10118         * NEWS: Mention addition of ARMv7 optimized strcmp.
10120 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10122         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10123         look for %.ac rather than %.in.
10125         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10126         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10127         * sysdeps/mach/hurd/configure: Regenerated.
10128         * sysdeps/unix/sysv/linux/configure: Regenerated.
10130         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10132 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10134         [BZ# 16922]
10135         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10136         (LONG_SUB): Ditto.
10137         (PTR_SUB): Ditto.
10139 2014-05-07  Andreas Schwab  <schwab@suse.de>
10141         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10142         when skipping over non-matching result from nscd.
10144 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10146         [BZ #16876]
10147         * nptl/sockperf.c (client): Check socket return value.
10149         [BZ #16877]
10150         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10151         nscd security class.
10153 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10155         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10156         * sysdeps/arm/unwind.h: ... here.
10158 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10160         [BZ# 16916]
10161         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10162         Define.
10164 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10166         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10167         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10168         multiarch strncpy for PPC64.
10169         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10170         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10171         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10172         multiarch optimizations.
10173         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10174         (__libc_ifunc_impl_list): Likewise.
10175         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10176         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10177         multiarch stpncpy for PPC64.
10178         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10179         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10181 2014-05-06  Andreas Schwab  <schwab@suse.de>
10183         [BZ #16912]
10184         * gmon/mcount.c (_MCOUNT_DECL): Use
10185         atomic_compare_and_exchange_bool_acq instead of
10186         catomic_compare_and_exchange_bool_acq.
10188 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10190         * elf/Makefile (others, install-bin): Remove pldd.
10191         (pldd-modules): Variable removed.
10192         ($(objpfx)pldd): Target removed.
10193         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10194         (others, install-bin): Append pldd here.
10195         ($(objpfx)pldd): New target.
10197         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10198         to 0, so the first #if test emitted later doesn't see it undefined.
10199         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10200         * sysdeps/gnu/errlist.c: Regenerated.
10202 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10204         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10205         [libc_hidden_builtin_def]: Define to empty value.
10206         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10207         [libc_hidden_builtin_def]: Likewise.
10208         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10209         [libc_hidden_builtin_def]: Likewise.
10210         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10211         [libc_hidden_builtin_def]: Likewise.
10212         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10213         __redirect_memcpy and define ifunc as default hidden symbol.
10214         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10215         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10217 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10219         * locale/iso-4217.def: Reintroduce XDR currency.
10221 2014-05-04  Allan McRae  <allan@archlinux.org>
10223         * po/eo.po: Update Esperanto translation from translation project.
10225 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10227         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10228         and FEATURE_INDEX_MAX to 1.
10229         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10231 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10233         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10234         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10235         * iconvdata/big5.c (ONE_DIRECTION): Define.
10236         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10237         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10238         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10239         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10240         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10241         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10242         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10243         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10244         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10245         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10246         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10247         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10248         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10249         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10250         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10251         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10252         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10253         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10254         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10255         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10256         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10257         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10258         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10259         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10260         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10261         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10262         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10263         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10264         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10265         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10266         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10267         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10268         * iconvdata/johab.c (ONE_DIRECTION): Define.
10269         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10270         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10271         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10272         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10273         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10274         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10275         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10276         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10277         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10278         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10280 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10282         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10283         (_IO_JUMPS_OFFSET): Define to 0.
10285         * nptl/sysdeps/pthread/bits/libc-lock.h
10286         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10287         (__libc_lock_define_initialized_recursive): Always define using
10288         initializer.  Modern compilers treat uninitialized (implicit zero) and
10289         explicit zero initializers the same (i.e. put the datum in bss).
10291 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10293         * nscd/nscd-client.h: Include <string.h>.
10295 2014-05-01  David S. Miller  <davem@davemloft.net>
10297         [BZ #16885]
10298         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10299         multiple zero bytes exist at the end of a string.
10300         Reported by Aurelien Jarno <aurelien@aurel32.net>
10302         * string/test-strcmp.c (check): Add explicit test for situations where
10303         there are multiple zero bytes after the first.
10305 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10307         [BZ #16890]
10308         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10309         when compiling wprintf.
10310         * stdio-common/tstdiomisc.c (t3): New function.
10311         (main): Call it.
10313 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10315         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10316         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10317         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10318         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10320 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10322         * stdlib/longlong.h: Updated from GCC.
10324 2014-05-01  Will Newton  <will.newton@linaro.org>
10325             Bernard Ogden  <bernie.ogden@linaro.org>
10327         * NEWS: Update fixed bug list.
10329         [BZ #15119]
10330         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10332 2014-04-30  David S. Miller  <davem@davemloft.net>
10334         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10335         (libc_feholdexcept_setround_sparc_ctx): New function.
10336         (libc_fesetenv_sparc_ctx): Likewise.
10337         (libc_feupdateenv_sparc_ctx): Likewise.
10338         (libc_feholdsetround_sparc_ctx): Likewise.
10339         (libc_feholdexcept_setround_ctx): Define.
10340         (libc_feholdexcept_setroundf_ctx): Likewise.
10341         (libc_feholdexcept_setroundl_ctx): Likewise.
10342         (libc_fesetenv_ctx): Likewise.
10343         (libc_fesetenvf_ctx): Likewise.
10344         (libc_fesetenvl_ctx): Likewise.
10345         (libc_feupdateenv_ctx): Likewise.
10346         (libc_feupdateenvf_ctx): Likewise.
10347         (libc_feupdateenvl_ctx): Likewise.
10348         (libc_feresetround_ctx): Likewise.
10349         (libc_feresetroundf_ctx): Likewise.
10350         (libc_feresetroundl_ctx): Likewise.
10351         (libc_feholdsetround_ctx): Likewise.
10352         (libc_feholdsetroundf_ctx): Likewise.
10353         (libc_feholdsetroundl_ctx): Likewise.
10355         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10356         with __USE_GNU instead of XOPEN cpp guards.
10358         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10359         0.
10361         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10362         with XOPEN cpp guards.
10364 2014-04-30  Julian Brown  <julian@codesourcery.com>
10366         [BZ #16888]
10367         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10368         handling.
10370 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10372         [BZ #9894]
10373         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10374         Change to 2.6.32.
10375         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10376         * sysdeps/unix/sysv/linux/configure: Regenerated.
10377         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10378         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10379         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10380         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10381         * README: Update reference to required Linux kernel version.
10382         * manual/install.texi (Linux): Update reference to required Linux
10383         kernel headers version.
10384         * INSTALL: Regenerated.
10386         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10387         header inclusion.
10388         [POSIX] (limits.h): Likewise.
10389         [POSIX] (math.h): Likewise.
10390         [POSIX] (sys/wait.h): Likewise.
10391         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10392         function.
10393         [POSIX] (stddef.h): Do not allow header inclusion.
10395 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10397         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10399 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10401         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10402         Return immediately after lll_futex_wake.
10404 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10406         [BZ #16791]
10407         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10408         structure.
10409         (datahead_init_pos): Call datahead_init_common early.
10410         (datahead_init_neg): Likewise.
10412         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10413         datahead_init_neg): New functions.
10414         * nscd/aicache.c (addhstaiX): Use them.
10415         * nscd/grpcache.c (cache_addgr): Likewise.
10416         * nscd/hstcache.c (cache_addhst): Likewise.
10417         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10418         * nscd/netgroupcache.c (do_notfound): Likewise.
10419         (addgetnetgrentX): Likewise.
10420         (addinnetgrX): Likewise.
10421         * nscd/pwdcache.c (cache_addpw): Likewise.
10422         * nscd/servicescache.c (cache_addserv): Likewise.
10424 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10425             Atsushi Onoe  <atsushi@onoe.org>
10427         [BZ #14308]
10428         [BZ #12994]
10429         [BZ #13651]
10430         * resolv/res_query.c (__libc_res_nsearch): Return if at least
10431         one response is valid.
10432         * resolv/res_send.c (send_dg): Check for validity of other
10433         response if the current response is a referral.
10435 2014-04-29  Steve Ellcey  <sellcey@mips.com>
10437         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
10439 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
10441         [BZ #16823]
10442         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
10443         Always divide by positive zero when computing -Inf result.
10444         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10445         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
10447 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10449         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
10450         FPSCR if value do not change.
10451         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10452         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
10453         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
10454         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
10455         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
10456         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
10457         function.
10459 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
10461         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
10462         * sysdeps/unix/sysv/linux/hppa: Move directory from
10463         ports/systeps/unix/sysv/linux/hppa.
10464         * README: Update listing for hppa-*-linux-gnu.
10466 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
10468         [BZ #16754]
10469         * manual/stdio.texi (Hook functions): Fix types of stream hook
10470         functions.
10471         [BZ #16854]
10472         * socket/sys/socket.h: Fix typo in comment.
10474 2014-04-28  Wilco  <wdijkstr@arm.com>
10476         * sysdeps/arm/fenv_private.h: New file.
10477         * sysdeps/arm/math_private.h: New file.
10478         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
10480 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
10482         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
10483         with __int128_t.
10484         (La_x86_64_retval): Likewise.
10486 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
10488         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
10489         fpsr if value didn't change.
10490         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
10491         to fpcr if value didn't change.
10492         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
10493         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
10494         fpsr or fpcr if value didn't change.
10495         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10496         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
10497         fpcr if value didn't change.
10498         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
10499         to fpsr if value didn't change.
10501 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
10503         * nptl/tst-sem3.c: Use test-skeleton.c
10504         (main): Rename to do_test.  Use return instead of
10505         exit.
10506         * nptl/tst-sem4.c: Use test-skeleton.c
10507         (main): Rename to do_test.
10509 2014-04-22  David S. Miller  <davem@davemloft.net>
10511         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
10512         (struct sigaction): New struct member __glibc_reserved0, change
10513         type of sa_flags to int.
10515 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
10517         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
10518         (COUNT_LEADING_ZEROS_0): Define for AArch64.
10520 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10522         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
10523         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
10525 2014-04-22  Will Newton  <will.newton@linaro.org>
10526             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
10528         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
10529         (__longjmp): Add longjmp and longjmp_target SystemTap
10530         probes.
10531         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
10532         (__sigsetjmp): Add setjmp SystemTap probe.
10534 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
10536         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
10537         match manual order.
10539 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10541         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
10543         * sysdeps/powerpc/fpu/fenv_private.h
10544         (libc_feholdexcept_setroundl_ctx): Define to
10545         libc_feholdexcept_setround_ppc_ctx.
10546         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
10547         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
10548         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
10549         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
10551 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10553         * sysdeps/aarch64/math-tests.h: New file.
10555 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
10557         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
10558         New.
10559         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10560         Check and set bit_AVX2_Usable.
10561         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
10562         macro.
10563         (bit_AVX2): Likewise.
10564         (index_AVX2_Usable): Likewise.
10565         (CPUID_AVX2): Likewise.
10566         (HAS_AVX2): Likewise.
10568 2014-04-17  Will Newton  <will.newton@linaro.org>
10570         * manual/setjmp.texi (System V contexts): Add note that
10571         calling setcontext on a context created by a call to a
10572         signal handler is undefined.  Update text to note that
10573         setcontext from a signal handler is possible but not
10574         recommended.
10576         [BZ #16629]
10577         * stdlib/tst-setcontext.c: Include signal.h.
10578         (main): Check that the signal stack before and
10579         after swapcontext is the same.
10581         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
10582         Re-implement to restore registers in user code and avoid
10583         rt_sigreturn system call.
10585 2014-04-17  Wilco  <wdijkstr@arm.com>
10587         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
10588         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
10589         * math/test-fenv.c: Skip exception trap tests on targets which only
10590         support non-stop mode.
10592 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10593             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10595         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
10596         (libc_feholdsetround_aarch64_ctx)
10597         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
10598         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
10599         (libc_feresetround_ctx, libc_feresetroundf_ctx)
10600         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
10601         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
10602         (libc_feresetround_noexl_ctx): Define.
10604 2014-04-16  Richard Henderson  <rth@redhat.com>
10606         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
10608         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
10609         unwind tables.
10611         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
10612         const from the non-libc, non-ldso copy.
10614         * sysdeps/alpha/libm-test-ulps: Regenerate.
10616 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
10617             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10619         * sysdeps/aarch64/fpu/math_private.h: New file.
10621 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10623         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10625 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
10627         [BZ #16275]
10628         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
10629         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
10630         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
10631         Intel MPX bound registers before _dl_profile_fixup.
10632         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
10633         registers after _dl_profile_fixup.  Save and restore bound
10634         registers bnd0/bnd1 when calling _dl_call_pltexit.
10635         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
10636         (LR_BND_OFFSET): Likewise.
10637         (LRV_BND0_OFFSET): Likewise.
10638         (LRV_BND1_OFFSET): Likewise.
10640 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10642         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
10643         to...
10644         * sysdeps/mach/hurd/i386/tls.h: ... here.
10645         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
10646         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
10647         fields.
10649 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10651         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
10653 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10655         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10657 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10659         [BZ #14770]
10660         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
10661         * sysdeps/s390/configure: Regenerate.
10663         [BZ #16824]
10664         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
10665         Set round-to-nearest internally to reduce error accumulation.
10667 2014-04-16  Alan Modra  <amodra@gmail.com>
10669         [BZ #16740]
10670         [BZ #16619]
10671         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
10672         * math/libm-test.inc (frexp_test_data): Add tests.
10673         * NEWS: Update fixed bug list.
10675 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10677         * benchtests/Makefile: Depend on libraries in build directory.
10678         (bench-math): Separate out math tests.
10679         (bench-pthread): Separate out pthread tests.
10680         (bench): Include math and pthread tests.
10682 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
10684         [BZ #16831]
10685         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
10686         _dl_debug_initialize.
10688         * configure.ac: Remove SELinux header check.
10689         * configure: Regenerate.
10690         * nscd/selinux.c (perms): Array of const char* to permission names.
10691         (nscd_request_avc_has_perm): Call security_deny_unknown to find
10692         default policy. Call string_to_security_class and string_to_av_perm to
10693         translate strings. Enforce default policy and call avs_has_perm with
10694         results of translated strings.
10696 2014-04-13  David S. Miller  <davem@davemloft.net>
10698         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10700 2014-04-12  Allan McRae  <allan@archlinux.org>
10702         [BZ #16838]
10703         * manual/string.texi (Collation Functions): Fix qsort argument
10704         order in example.
10705         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
10707 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
10709         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
10710         Make the test a no-op if there are no exceptions defined.
10712 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
10714         * elf/Makefile (tests): make tst-dlopen-aout conditional on
10715         enable-hardcoded-path-in-tests
10717 2014-04-11  Will Newton  <will.newton@linaro.org>
10719         * benchtests/Makefile (extra-objs): Add json-lib.o.
10720         (bench-func): Tidy up JSON output.
10721         * benchtests/bench-skeleton.c: Include json-lib.h.
10722         (main): Use JSON library functions to do output of
10723         benchmark results.
10724         * benchtests/bench-timing-type.c (main): Output the
10725         timing type simply, leaving formatting to the user.
10726         * benchtests/json-lib.c: New file.
10727         * benchtests/json-lib.h: Likewise.
10729 2014-04-11  Torvald Riegel  <triegel@redhat.com>
10731         [BZ #15215]
10732         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
10733         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
10734         memory barriers.  Add comments.
10735         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
10736         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
10737         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
10738         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
10739         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
10740         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
10742 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10744         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
10745         * sysdeps/s390/s390-64/configure.ac: ... this ...
10746         * sysdeps/s390/configure.ac: ... to here.
10747         * sysdeps/s390/s390-32/configure: Delete file.
10748         * sysdeps/s390/s390-64/configure: Delete file.
10749         * sysdeps/s390/configure: Regenerate.
10751 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
10753         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
10755 2014-04-11  Will Newton  <will.newton@linaro.org>
10757         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
10758         to zero if it is not defined elsewhere.  (mtrim): Test
10759         the value of MALLOC_DEBUG with #if rather than #ifdef.
10761 2014-04-10 Torvald Riegel  <triegel@redhat.com>
10763         * benchtests/pthread_once-inputs: New file.
10764         * benchtests/pthread_once-source.c: New file.
10765         * benchtests/README: Update documentation.
10767 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
10768             H.J. Lu  <hongjiu.lu@intel.com>
10770         [BZ #16275]
10771         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
10772         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
10773         * sysdeps/x86_64/configure: Regenerated.
10774         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
10775         macro.
10776         (REGISTER_SAVE_RAX): Likewise.
10777         (REGISTER_SAVE_RCX): Likewise.
10778         (REGISTER_SAVE_RDX): Likewise.
10779         (REGISTER_SAVE_RSI): Likewise.
10780         (REGISTER_SAVE_RDI): Likewise.
10781         (REGISTER_SAVE_R8): Likewise.
10782         (REGISTER_SAVE_R9): Likewise.
10783         (REGISTER_SAVE_BND0): Likewise.
10784         (REGISTER_SAVE_BND1): Likewise.
10785         (REGISTER_SAVE_BND2): Likewise.
10786         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
10787         bound registers when calling _dl_fixup.
10789 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10791         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
10792         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
10793         of its definition.
10794         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
10795         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
10796         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
10797         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
10798         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
10799         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
10800         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
10802 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
10804         [BZ #15514]
10805         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
10806         pathconf(_PC_NAME_MAX).
10808 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10810         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
10811         Remove macro usage.
10812         (__PTHREAD_SPINS): Move definition to ...
10813         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
10814         (__PTHREAD_SPINS): ... here.
10815         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10816         (__PTHREAD_SPIN): Likewise.
10817         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
10818         (__PTHREAD_SPIN): Likewise.
10819         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
10820         (__PTHREAD_SPIN): Likewise.
10821         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
10822         (__PTHREAD_SPIN): Likewise.
10823         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10824         (__PTHREAD_SPIN): Likewise.
10825         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10826         (__PTHREAD_SPIN): Likewise.
10827         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
10828         (__PTHREAD_SPIN): Likewise.
10829         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10830         (__PTHREAD_SPIN): Likewise.
10831         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10832         (__PTHREAD_SPIN): Likewise.
10833         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10834         (__PTHREAD_SPIN): Likewise.
10835         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10836         (__PTHREAD_SPIN): Likewise.
10837         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
10838         (__PTHREAD_SPIN): Likewise.
10840         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10841         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
10842         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
10843         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
10844         imply folder.
10845         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
10846         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
10847         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
10848         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
10849         correct imply path.
10850         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
10851         strlen symbol for non multi-arch builds.
10852         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
10853         missing hidden_def and weak_alias.
10855 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
10857         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
10859 2014-04-07  Will Newton  <will.newton@linaro.org>
10861         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
10862         and contents.  [!_LIBC] Remove #ifndef and contents.
10863         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
10864         * string/memccpy.c (__memccpy): Use ANSI prototype.
10865         * string/memfrob.c (memfrob): Likewise.
10866         * string/strcoll.c (STRCOLL): Likewise.
10867         * string/strlen.c (strlen): Likewise.
10868         * string/strtok.c (STRTOK): Likewise.
10869         * string/strcat.c: Remove unused #include of memcopy.h.
10870         (strcat): Use ANSI prototype.
10871         * string/strchr.c: Remove unused #include of memcopy.h.
10872         (strchr): Use ANSI prototype.
10873         * string/strcmp.c: Remove unused #include of memcopy.h.
10874         (strcmp): Use ANSI prototype.
10875         * string/strcpy.c: Remove unused #include of memcopy.h.
10876         (strcpy): Use ANSI prototype.
10878 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10880         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
10881         * config.make.in (config-extra-cppflags): Set it from
10882         libc_extra_cppflags.
10883         * configure.ac (libc_extra_cflags): Make it accumulate over
10884         configure fragments.
10885         (libc_extra_cppflags): New flag.
10886         * configure. Regenerate.
10887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
10888         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
10889         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
10890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
10892         [BZ #16815]
10893         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
10894         result for FE_DOWNWARD rounding mode.
10895         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
10896         Likewise.
10897         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10899 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
10901         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
10902         in function argument name.
10904 2014-04-03  David Svoboda  <svoboda@cert.org>
10906         [BZ #5666]
10907         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
10908         explicitly.
10910 2014-04-03  Roland McGrath  <roland@hack.frob.com>
10912         * elf/dl-unmap-segments.h: New file.
10913         * sysdeps/generic/ldsodefs.h
10914         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
10915         * elf/dl-close.c: Include <dl-unmap-segments.h>.
10916         * elf/dl-fptr.c: Likewise.
10917         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
10918         * sysdeps/aarch64/tlsdesc.c: Likewise.
10919         * sysdeps/arm/tlsdesc.c: Likewise.
10920         * sysdeps/i386/tlsdesc.c: Likewise.
10921         * sysdeps/tile/dl-runtime.c: Likewise.
10922         * sysdeps/x86_64/tlsdesc.c: Likewise.
10923         * elf/dl-load.h: New file.
10924         * elf/dl-load.c: Include it.
10925         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
10926         Macros moved to dl-load.h.
10927         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
10928         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
10929         Use _dl_unmap_segments in place of __munmap.
10930         Break out segment-mapping loop into ...
10931         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
10933 2014-04-03  Will Newton  <will.newton@linaro.org>
10935         * elf/dl-lookup.c (do_lookup_x): Remove comment
10936         referring to nested function and move variable
10937         declarations down to before first use.
10939 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
10941         [BZ #16799]
10942         [BZ #16800]
10943         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
10944         with 0 numerator.
10945         * math/s_catanf.c (__catanf): Likewise.
10946         * math/s_catanh.c (__catanh): Likewise.
10947         * math/s_catanhf.c (__catanhf): Likewise.
10948         * math/s_catanhl.c (__catanhl): Likewise.
10949         * math/s_catanl.c (__catanl): Likewise.
10950         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
10951         by positive zero when computing -Inf result.
10952         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
10953         (catanh_test): Likewise.
10954         * sysdeps/i386/fpu/libm-test-ulps: Update.
10955         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10957         [BZ #16789]
10958         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
10959         instead of using underflowing value in computing result.
10960         * math/s_clog10.c (__clog10): Likewise.
10961         * math/s_clog10f.c (__clog10f): Likewise.
10962         * math/s_clog10l.c (__clog10l): Likewise.
10963         * math/s_clogf.c (__clogf): Likewise.
10964         * math/s_clogl.c (__clogl): Likewise.
10965         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
10966         (clog10_test): Likewise.
10967         * sysdeps/i386/fpu/libm-test-ulps: Update.
10968         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10970 2014-04-02  Alan Modra  <amodra@gmail.com>
10972         [BZ #16739]
10973         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
10974         output when value is near a power of two.  Use int64_t for lx and
10975         remove casts.  Use decimal rather than hex exponent constants.
10976         Don't use long double multiplication when double will suffice.
10977         * math/libm-test.inc (nextafter_test_data): Add tests.
10978         * NEWS: Add 16739 and 16786 to bug list.
10980         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
10982         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
10984 2014-04-01  Will Newton  <will.newton@linaro.org>
10986         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
10987         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
10989 2014-04-01  Florian Weimer  <fweimer@redhat.com>
10991         [BZ #13347]
10992         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
10993         * nptl/tst-setuid2.c: New file.
10994         * nptl/Makefile (xtests): Add tst-setuid2.
10996 2014-04-01  Alan Modra  <amodra@gmail.com>
10998         [BZ #16786]
10999         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11001 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11003         [BZ #6803]
11004         [BZ #6804]
11005         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11006         set errno as appropriate.
11007         * math/w_scalbf.c (__scalbf): Likewise.
11008         * math/w_scalbl.c (__scalbl): Likewise.
11009         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11010         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11011         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11012         Add more NaN tests.
11014         [BZ #16349]
11015         * math/w_atan2.c: Include <errno.h>.
11016         (__atan2): Set errno for result underflowing to zero.
11017         * math/w_atan2f.c: Include <errno.h>.
11018         (__atan2f): Set errno for result underflowing to zero.
11019         * math/w_atan2l.c: Include <errno.h>.
11020         (__atan2l): Set errno for result underflowing to zero.
11021         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11022         tests.
11023         * math/auto-libm-test-out: Regenerated.
11025 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11027         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11028         Encode instruction correctly in little endian.
11029         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11030         Likewise.
11031         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11032         Likewise.
11033         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11034         Likewise.
11035         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11036         Likewise.
11038 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11040         [BZ #9894]
11041         * sysdeps/unix/sysv/linux/kernel-features.h
11042         [__sparc__ && !__arch64__ && !__sparc_v9__]
11043         (__ASSUME_SET_ROBUST_LIST): Do not define.
11044         [__sparc__ && !__arch64__ && !__sparc_v9__]
11045         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11046         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11047         Likewise.
11048         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11049         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11050         (__ASSUME_REQUEUE_PI): Likewise.
11051         (__ASSUME_SET_ROBUST_LIST): Likewise.
11052         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11053         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11054         Undefine.
11055         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11056         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11057         Likewise.
11058         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11059         Likewise.
11060         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11061         Likewise.
11062         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11063         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11064         Undefine.
11065         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11066         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11067         Likewise.
11069         [BZ #16648]
11070         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11071         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11072         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11074 2014-03-31  Will Newton  <will.newton@linaro.org>
11076         * benchtests/Makefile (bench): Add ffs and ffsll to list
11077         of tests.
11078         * benchtests/ffs-inputs: New file.
11079         * benchtests/ffsll-inputs: Likewise.
11081 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11083         [BZ #16770]
11084         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11085         too large before casting to int.
11086         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11087         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11088         * math/libm-test.inc (scalb_test_data): Add more tests.
11090 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11092         * benchtests/Makefile (DETAILED_OPT): New make option.
11093         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11094         set.
11095         * benchtests/bench-skeleton.c: Include stdbool.h.
11096         (main): Store and print timings per input.
11097         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11098         member to each argument value.
11099         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11100         (_print_arg_data): Initialize per-input timing to 0.
11102         * benchtests/Makefile (timing-type): New binary.
11103         (bench-clean): Also remove bench-timing-type.
11104         (bench): New target for timing-type.
11105         (bench-func): Print output in JSON format.
11106         * benchtests/bench-skeleton.c (main): Print output in JSON
11107         format.
11108         * benchtests/bench-timing-type.c: New file.
11109         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11110         (TIMING_PRINT_STATS): Remove.
11111         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11112         name separately.
11114         * benchtests/bench-modf.c: Remove.
11115         * benchtests/modf-inputs: New inputs file.
11117 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11119         [BZ #16362]
11120         * math/s_clog10.c (M_PI_LOG10E): New macro.
11121         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11122         imaginary parts are 0.
11123         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11124         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11125         imaginary parts are 0.
11126         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11127         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11128         imaginary parts are 0.
11129         * math/libm-test.inc (clog10_test_data): Update expected results
11130         for when real and imaginary parts are 0.
11132 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11134         * elf/dl-load.c: Finish conversion of __builtin_expect into
11135         __glibc_{un}likely.
11137 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11139         [BZ #16348]
11140         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11141         1+x for argument with exponent below -67.
11142         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11143         Likewise.
11144         * math/auto-libm-test-in: Add more tests of exp.
11145         * math/auto-libm-test-out: Regenerated.
11147 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11149         [BZ #16759]
11150         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11151         (nscd_getnetgrent): Use it.
11153         [BZ #16760]
11154         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11155         of stpcpy.
11157 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11159         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11160         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11161         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11162         (lll_robust_unlock): Remove out of line section. Use cfi
11163         intrinsics.
11164         (LLL_STUB_UNWIND_INFO*): Remove.
11165         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11166         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11167         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11168         (lll_robust_unlock): Remove out of line section. Use cfi
11169         intrinsics.
11170         (LLL_STUB_UNWIND_INFO*): Remove.
11172 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11174         [BZ #16758]
11175         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11176         blank values.
11178 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11180         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11182 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11184         [BZ #16198]
11185         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11186         fnstenv.
11187         * math/test-fenv-preserve.c: New file.
11188         * math/Makefile (tests): Add test-fenv-preserve.
11190 2014-03-26  Will Newton <will.newton@linaro.org>
11192         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11194 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11196         * scripts/versionlist.awk: Partition the version sets and emit all
11197         GLIBC_* (sorted) before all others (sorted).
11199 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11201         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11202         GLIBC_2.2.5 version.
11204 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11206         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11207         calls.
11209         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11210         previous change.
11212         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11214 2014-03-25  Andreas Schwab  <schwab@suse.de>
11216         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11217         label to be used after in6ailist is initialized.
11219 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11221         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11222         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11224 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11226         [BZ #16357]
11227         [BZ #16599]
11228         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11229         min_plus_half.
11230         (fp_formats): Update initializers.
11231         (init_fp_formats): Initialize new field.
11232         (output_for_one_input_case): Allow underflow for results up to
11233         min_plus_half.
11234         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11235         * math/auto-libm-test-in: Don't mark some underflows from asin and
11236         atanh as spurious.
11237         * math/auto-libm-test-out: Regenerated.
11238         * sysdeps/i386/fpu/libm-test-ulps: Update.
11239         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11241 2014-03-25  Andreas Schwab  <schwab@suse.de>
11243         * libio/Makefile (tst-ftell-partial-wide-ENV)
11244         (tst-ftell-active-handler-ENV): Define.
11246 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11248         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11250 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11252         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11254 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11256         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11257         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11258         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11260 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11262         [BZ #16634]
11263         * elf/dl-load.c (open_verify): Add mode parameter.
11264         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11265         (open_path): Change from boolean 'secure' to complete flag 'mode'
11266         (_dl_map_object): Adjust.
11267         * elf/Makefile (tests): Add tst-dlopen-aout.
11268         * elf/tst-dlopen-aout.c: New test.
11270 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11272         [BZ #16714]
11273         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11274         (struct stat): Rename member pad0 to __glibc_reserved0.
11276         [BZ #16712]
11277         * sysdeps/s390/s390-32/bits/wordsize.h
11278         (__WORDSIZE32_SIZE_ULONG): New define.
11279         * sysdeps/s390/s390-64/bits/wordsize.h
11280         (__WORDSIZE32_SIZE_ULONG): Likewise.
11281         * sysdeps/generic/stdint.h (SIZE_MAX):
11282         Define as UL if __WORDSIZE32_SIZE_ULONG.
11284         [BZ #16713]
11285         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11286         (__glibc_reserved0): New variable.
11287         (sa_flags): Change type to int.
11289         * posix/Makefile (before-compile): Use += before-compile instead
11290         of a :=.
11292         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11293         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11295 2014-03-20  Andreas Schwab  <schwab@suse.de>
11297         [BZ #16743]
11298         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11299         non-matching result from nscd.
11301 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11303         * scripts/bench.py: Moved to ...
11304         * benchtests/scripts/bench.py: ... here.
11305         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11307 2014-03-24  Andreas Schwab  <schwab@suse.de>
11309         [BZ #16002]
11310         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11311         alloca_account and account alloca use for struct in6ailist.
11313 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11315         [BZ #16284]
11316         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11317         rounding mode to recompute results that overflow to infinity or
11318         underflow to zero.
11319         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11320         bug 16284.
11321         * math/auto-libm-test-out: Regenerated.
11322         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11323         (ccosh_test): Likewise.
11324         (csin_test_data): Use plus_oflow.
11325         (csin_test): Use ALL_RM_TEST.
11326         (csinh_test_data): Use plus_oflow.
11327         (csinh_test): Use ALL_RM_TEST.
11328         * sysdeps/i386/fpu/libm-test-ulps: Update.
11329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11331 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11333         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11334         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11335         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11337         [BZ #16731]
11338         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11339         when x - 1 is zero.
11340         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11341         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11342         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11343         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11344         argument is 1.
11345         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11346         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11347         zero.
11348         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11349         * sysdeps/i386/fpu/libm-test-ulps: Update.
11350         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11352 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11354         * scripts/bench.pl: Remove file.
11355         * scripts/bench.py: New benchmark script.
11356         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11357         * benchtests/README: Mention python dependency.
11358         * scripts/pylintrc: New file.
11359         * scripts/pylint: New file.
11361         * bits/mathdef.h: Use #ifdef instead of #if.
11362         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11363         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11364         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11365         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11366         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11367         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11369 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11370             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11372         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11373         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11374         and strpbrk-ppc64 objects.
11375         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11376         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11377         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11378         multiarch strpbrk for POWER7.
11379         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11380         multiarch strpbrk for PPC64.
11381         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11382         ifunc selector.
11383         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11384         strpbrk for POWER7.
11386 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11388         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11389         (atan_test): Likewise.
11390         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11391         (atanh_test): Use ALL_RM_TEST.
11392         (atan2_test_data): Likewise.
11393         (cabs_test): Likewise.
11394         (cacosh_test): Likewise.
11395         (carg_test): Likewise.
11396         (casin_test): Likewise.
11397         (casinh_test): Likewise.
11398         (cbrt_test): Likewise.
11399         (csqrt_test): Likewise.
11400         (erf_test): Likewise.
11401         (erfc_test): Likewise.
11402         (pow10_test): Likewise.
11403         (exp2_test): Likewise.
11404         (hypot_test): Likewise.
11405         (j0_test): Likewise.
11406         (j1_test): Likewise.
11407         (lgamma_test): Likewise.
11408         (gamma_test): Likewise.
11409         (sincos_test): Likewise.
11410         (tanh_test): Likewise.
11411         (y0_test): Likewise.
11412         (y1_test): Likewise.
11413         * sysdeps/i386/fpu/libm-test-ulps: Update.
11414         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11416 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11418         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11419         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
11420         and strcspn-ppc64 objects.
11421         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11422         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11423         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11424         multiarch strcspn for POWER7.
11425         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11426         multiarch strcspn for PPC64.
11427         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11428         ifunc selector.
11429         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11430         strcspn for POWER7.
11432 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11434         * math/gen-libm-test.pl (generate_testfile): Expect only function
11435         name as argument to AUTO_TESTS_* and pass results for all rounding
11436         modes to parse_args.
11437         (parse_auto_input): Separate inputs of automatic tests from
11438         outputs before storing in %auto_tests.
11439         * math/libm-test.inc (acos_test_data): Update call to
11440         AUTO_TESTS_f_f.
11441         (acos_test): Use ALL_RM_TEST.
11442         (acos_tonearest_test_data): Remove.
11443         (acos_test_tonearest): Likewise.
11444         (acos_towardzero_test_data): Likewise.
11445         (acos_test_towardzero): Likewise.
11446         (acos_downward_test_data): Likewise.
11447         (acos_test_downward): Likewise.
11448         (acos_upward_test_data): Likewise.
11449         (acos_test_upward): Likewise.
11450         (acosh_test_data): Update call to AUTO_TESTS_f_f.
11451         (asin_test_data): Likewise.
11452         (asin_test): Use ALL_RM_TEST.
11453         (asin_tonearest_test_data): Remove.
11454         (asin_test_tonearest): Likewise.
11455         (asin_towardzero_test_data): Likewise.
11456         (asin_test_towardzero): Likewise.
11457         (asin_downward_test_data): Likewise.
11458         (asin_test_downward): Likewise.
11459         (asin_upward_test_data): Likewise.
11460         (asin_test_upward): Likewise.
11461         (asinh_test_data): Update call to AUTO_TESTS_f_f.
11462         (atan_test_data): Likewise.
11463         (atanh_test_data): Likewise.
11464         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
11465         (cabs_test_data): Update call to AUTO_TESTS_c_f.
11466         (carg_test_data): Likewise.
11467         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
11468         (ccos_test_data): Update call to AUTO_TESTS_c_c.
11469         (ccosh_test_data): Likewise.
11470         (cexp_test_data): Likewise.
11471         (clog_test_data): Likewise.
11472         (clog10_test_data): Likewise.
11473         (cos_test_data): Update call to AUTO_TESTS_f_f.
11474         (cos_test): Use ALL_RM_TEST.
11475         (cos_tonearest_test_data): Remove.
11476         (cos_test_tonearest): Likewise.
11477         (cos_towardzero_test_data): Likewise.
11478         (cos_test_towardzero): Likewise.
11479         (cos_downward_test_data): Likewise.
11480         (cos_test_downward): Likewise.
11481         (cos_upward_test_data): Likewise.
11482         (cos_test_upward): Likewise.
11483         (cosh_test_data): Update call to AUTO_TESTS_f_f.
11484         (cosh_test): Use ALL_RM_TEST.
11485         (cosh_tonearest_test_data): Remove.
11486         (cosh_test_tonearest): Likewise.
11487         (cosh_towardzero_test_data): Likewise.
11488         (cosh_test_towardzero): Likewise.
11489         (cosh_downward_test_data): Likewise.
11490         (cosh_test_downward): Likewise.
11491         (cosh_upward_test_data): Likewise.
11492         (cosh_test_upward): Likewise.
11493         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
11494         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
11495         (ctan_test_data): Likewise.
11496         (ctan_test): Use ALL_RM_TEST.
11497         (ctan_tonearest_test_data): Remove.
11498         (ctan_test_tonearest): Likewise.
11499         (ctan_towardzero_test_data): Likewise.
11500         (ctan_test_towardzero): Likewise.
11501         (ctan_downward_test_data): Likewise.
11502         (ctan_test_downward): Likewise.
11503         (ctan_upward_test_data): Likewise.
11504         (ctan_test_upward): Likewise.
11505         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
11506         (ctanh_test): Use ALL_RM_TEST.
11507         (ctanh_tonearest_test_data): Remove.
11508         (ctanh_test_tonearest): Likewise.
11509         (ctanh_towardzero_test_data): Likewise.
11510         (ctanh_test_towardzero): Likewise.
11511         (ctanh_downward_test_data): Likewise.
11512         (ctanh_test_downward): Likewise.
11513         (ctanh_upward_test_data): Likewise.
11514         (ctanh_test_upward): Likewise.
11515         (erf_test_data): Update call to AUTO_TESTS_f_f.
11516         (erfc_test_data): Likewise.
11517         (exp_test_data): Likewise.
11518         (exp_test): Use ALL_RM_TEST.
11519         (exp_tonearest_test_data): Remove.
11520         (exp_test_tonearest): Likewise.
11521         (exp_towardzero_test_data): Likewise.
11522         (exp_test_towardzero): Likewise.
11523         (exp_downward_test_data): Likewise.
11524         (exp_test_downward): Likewise.
11525         (exp_upward_test_data): Likewise.
11526         (exp_test_upward): Likewise.
11527         (exp10_test_data): Update call to AUTO_TESTS_f_f.
11528         (exp10_test): Use ALL_RM_TEST.
11529         (exp10_tonearest_test_data): Remove.
11530         (exp10_test_tonearest): Likewise.
11531         (exp10_towardzero_test_data): Likewise.
11532         (exp10_test_towardzero): Likewise.
11533         (exp10_downward_test_data): Likewise.
11534         (exp10_test_downward): Likewise.
11535         (exp10_upward_test_data): Likewise.
11536         (exp10_test_upward): Likewise.
11537         (exp2_test_data): Update call to AUTO_TESTS_f_f.
11538         (expm1_test_data): Likewise.
11539         (expm1_test): Use ALL_RM_TEST.
11540         (expm1_tonearest_test_data): Remove.
11541         (expm1_test_tonearest): Likewise.
11542         (expm1_towardzero_test_data): Likewise.
11543         (expm1_test_towardzero): Likewise.
11544         (expm1_downward_test_data): Likewise.
11545         (expm1_test_downward): Likewise.
11546         (expm1_upward_test_data): Likewise.
11547         (expm1_test_upward): Likewise.
11548         (fma_test_data): Update call to AUTO_TESTS_fff_f.
11549         (fma_test): Use ALL_RM_TEST.
11550         (fma_towardzero_test_data): Remove.
11551         (fma_test_towardzero): Likewise.
11552         (fma_downward_test_data): Likewise.
11553         (fma_test_downward): Likewise.
11554         (fma_upward_test_data): Likewise.
11555         (fma_test_upward): Likewise.
11556         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
11557         (j0_test_data): Update call to AUTO_TESTS_f_f.
11558         (j1_test_data): Likewise.
11559         (jn_test_data): Update call to AUTO_TESTS_if_f.
11560         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
11561         (log_test_data): Update call to AUTO_TESTS_f_f.
11562         (log10_test_data): Likewise.
11563         (log1p_test_data): Likewise.
11564         (log2_test_data): Likewise.
11565         (pow_test_data): Update call to AUTO_TESTS_ff_f.
11566         (pow_tonearest_test_data): Likewise.
11567         (sin_test_data): Update call to AUTO_TESTS_f_f.
11568         (sin_test): Use ALL_RM_TEST.
11569         (sin_tonearest_test_data): Remove.
11570         (sin_test_tonearest): Likewise.
11571         (sin_towardzero_test_data): Likewise.
11572         (sin_test_towardzero): Likewise.
11573         (sin_downward_test_data): Likewise.
11574         (sin_test_downward): Likewise.
11575         (sin_upward_test_data): Likewise.
11576         (sin_test_upward): Likewise.
11577         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
11578         (sinh_test_data): Update call to AUTO_TESTS_f_f.
11579         (sinh_test): Use ALL_RM_TEST.
11580         (sinh_tonearest_test_data): Remove.
11581         (sinh_test_tonearest): Likewise.
11582         (sinh_towardzero_test_data): Likewise.
11583         (sinh_test_towardzero): Likewise.
11584         (sinh_downward_test_data): Likewise.
11585         (sinh_test_downward): Likewise.
11586         (sinh_upward_test_data): Likewise.
11587         (sinh_test_upward): Likewise.
11588         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
11589         (sqrt_test): Use ALL_RM_TEST.
11590         (sqrt_tonearest_test_data): Remove.
11591         (sqrt_test_tonearest): Likewise.
11592         (sqrt_towardzero_test_data): Likewise.
11593         (sqrt_test_towardzero): Likewise.
11594         (sqrt_downward_test_data): Likewise.
11595         (sqrt_test_downward): Likewise.
11596         (sqrt_upward_test_data): Likewise.
11597         (sqrt_test_upward): Likewise.
11598         (tan_test_data): Update call to AUTO_TESTS_f_f.
11599         (tan_test): Use ALL_RM_TEST.
11600         (tan_tonearest_test_data): Remove.
11601         (tan_test_tonearest): Likewise.
11602         (tan_towardzero_test_data): Likewise.
11603         (tan_test_towardzero): Likewise.
11604         (tan_downward_test_data): Likewise.
11605         (tan_test_downward): Likewise.
11606         (tan_upward_test_data): Likewise.
11607         (tan_test_upward): Likewise.
11608         (tanh_test_data): Update call to AUTO_TESTS_f_f.
11609         (tgamma_test_data): Likewise.
11610         (y0_test_data): Likewise.
11611         (y1_test_data): Likewise.
11612         (yn_test_data): Update call to AUTO_TESTS_if_f.
11613         (main): Do not call removed functions.
11615 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11617         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
11618         (ldexp_test_data): Remove.
11619         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
11620         scalbn_test_data.
11621         (scalb_test): Use ALL_RM_TEST.
11623 2014-03-19  Andreas Schwab  <schwab@suse.de>
11625         * nscd/nscd.service: Also invalidate netgroup cache on reload.
11627 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11629         [BZ #16649]
11630         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11631         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
11632         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
11633         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11634         (__ASSUME_PREADV): Undefine.
11635         (__ASSUME_PWRITEV): Likewise.
11637 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11639         * bits/mman-linux.h: Add comment about non-Linux use.
11640         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
11641         bits/mman-linux.h resting place.
11643         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
11644         * bits/mman-linux.h: ... here.
11646 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11648         * conform/conformtest.pl: Add standard definition when calling C
11649         preprocessor on data files.
11650         (checknamespace): Remove unused variable.
11652 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11654         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
11655         minus_oflow, plus_uflow and minus_uflow in expected results.
11656         * math/libm-test.inc (scalbn_test_data): Add more tests of
11657         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
11658         minus_uflow.
11659         (scalbn_test): Use ALL_RM_TEST.
11660         (scalbln_test_data): Add more tests of negative arguments.  Use
11661         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
11662         (scalbln_test): Use ALL_RM_TEST.
11664 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11666         * scripts/abilist.awk: Ignore symbols marked with .hidden.
11668 2014-03-18  Will Newton  <will.newton@linaro.org>
11670         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
11671         inaccurate comment.
11673 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11675         * Makerules [!subdir] (check-abi): Exit with error status if a
11676         test failed.
11678 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11680         * math/libm-test.inc (nearbyint_test_data): Include all tests used
11681         for rint.  Include results for all rounding modes.
11682         (nearbyint_test): Use ALL_RM_TEST.
11683         (rint_test_data): Include all tests used for nearbyint.
11685 2014-03-17  Will Newton  <will.newton@linaro.org>
11687         * nptl/sysdeps/pthread/pthread.h: Revert previous
11688         change.
11690         * sysdeps/generic/ldsodefs.h: Revert previous
11691         change.
11693         * libio/genops.c: Revert previous change.
11694         * libio/libioP.h: Likewise.
11695         * stdio-common/vfprintf.c: Likewise.
11697         * sysdeps/generic/math_private.h: Revert previous
11698         change.
11700         * sysdeps/generic/math_private.h: Check whether
11701         HAVE_RM_CTX is defined with #ifdef rather
11702         than #if.
11704         * argp/argp-fmtstream.h: Check whether
11705         __STRICT_ANSI__ is defined with #ifdef rather
11706         than #if.
11707         * argp/argp.h: Likewise.
11709         * libio/genops.c: Check whether
11710         _IO_JUMPS_OFFSET is defined with #ifdef rather
11711         than #if.
11712         * libio/libioP.h: Likewise.
11713         * stdio-common/vfprintf.c: Likewise.
11715         * sysdeps/generic/ldsodefs.h: Check whether
11716         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
11717         than #if.
11719         * nptl/sysdeps/pthread/pthread.h: Check
11720         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
11721         its value.
11723 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
11725         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
11726         setting O_APPEND.
11727         * libio/tst-ftell-active-handler.c (do_append_test): Add a
11728         test case.
11730         [BZ #16680]
11731         * libio/fileops.c (_IO_file_open): Seek to end of file but
11732         don't cache the offset.
11733         (get_file_offset): Remove function.
11734         (do_ftell): Use cached offset when available.
11735         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
11736         don't cache the offset.
11737         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
11738         case.
11739         (do_one_test): Call it.
11740         (do_ftell_test): Fix up expected old offset for a+ mode.
11741         * libio/wfileops.c (do_ftell_wide): Used cached offset when
11742         available.
11744         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
11745         up test status with function return status.
11746         (do_write_test): Likewise.
11747         (do_append_test): Likewise.
11749         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
11750         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
11751         Remove.
11753 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11755         * math/gen-libm-test.pl (parse_args): Handle results specified for
11756         each rounding mode separately.
11757         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
11758         tests and results from lrint_tonearest_test_data,
11759         lrint_towardzero_test_data, lrint_downward_test_data and
11760         lrint_upward_test_data.
11761         (lrint_test): Use ALL_RM_TEST.
11762         (lrint_tonearest_test_data): Remove.
11763         (lrint_test_tonearest): Likewise.
11764         (lrint_towardzero_test_data): Likewise.
11765         (lrint_test_towardzero): Likewise.
11766         (lrint_downward_test_data): Likewise.
11767         (lrint_test_downward): Likewise.
11768         (lrint_upward_test_data): Likewise.
11769         (lrint_test_upward): Likewise.
11770         (llrint_test_data): Merge in per-rounding-mode tests and results
11771         from llrint_tonearest_test_data, llrint_towardzero_test_data,
11772         llrint_downward_test_data and llrint_upward_test_data.
11773         (llrint_test): Use ALL_RM_TEST.
11774         (llrint_tonearest_test_data): Remove.
11775         (llrint_test_tonearest): Likewise.
11776         (llrint_towardzero_test_data): Likewise.
11777         (llrint_test_towardzero): Likewise.
11778         (llrint_downward_test_data): Likewise.
11779         (llrint_test_downward): Likewise.
11780         (llrint_upward_test_data): Likewise.
11781         (llrint_test_upward): Likewise.
11782         (rint_test_data): Merge in per-rounding-mode tests and results
11783         from rint_tonearest_test_data, rint_towardzero_test_data,
11784         rint_downward_test_data and rint_upward_test_data.  Add
11785         per-rounding-mode results for tests not in those arrays.
11786         (rint_test): Use ALL_RM_TEST.
11787         (rint_tonearest_test_data): Remove.
11788         (rint_test_tonearest): Likewise.
11789         (rint_towardzero_test_data): Likewise.
11790         (rint_test_towardzero): Likewise.
11791         (rint_downward_test_data): Likewise.
11792         (rint_test_downward): Likewise.
11793         (rint_upward_test_data): Likewise.
11794         (rint_test_upward): Likewise.
11795         (main): Don't call removed functions.
11797 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11799         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
11800         "Compiled on ..." crapola.  It is anti-useful.
11802 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
11804         * scripts/evaluate-test.sh: Handle fourth argument to determine
11805         whether test run should stop on failure.
11806         * Makeconfig (stop-on-test-failure): New variable.
11807         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
11808         $(stop-on-test-failure).
11809         * Makefile (tests): Give a summary of results from testing and
11810         exit with failure status if they include an ERROR or FAIL.
11811         (xtests): Likewise.
11812         * manual/install.texi (Configuring and compiling): Mention
11813         stop-on-test-failure=y.
11814         * INSTALL: Regenerated.
11816 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11818         * scripts/versionlist.awk: New file.
11819         * Makerules [$(build-shared) = yes]
11820         (postclean-generated): Add Versions.def, not Versions.def.v and
11821         Versions.def.v.i.
11822         ($(common-objpfx)Versions.def.v.i): Target removed.
11823         ($(common-objpfx)Versions.def): New target.
11824         ($(common-objpfx)Versions.all): Depend on that rather that
11825         $(common-objpfx)Versions.def.v.
11826         * Versions.def: File removed.
11828         * Makeconfig (+gccwarn): Add -Wundef.
11829         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
11830         a dl-sysdep.h breaking its contract.
11831         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
11832         * include/stackinfo.h: New file.
11833         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
11834         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
11835         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
11836         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
11837         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
11838         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
11839         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11840         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11841         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11842         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11843         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11844         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
11845         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11846         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11847         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11849 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11851         [BZ #16707]
11852         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
11853         implementation.
11854         * math/libm-test.inc (round_test_data): Add more tests.
11856         [BZ #16706]
11857         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
11858         implementation.
11859         * math/libm-test.inc (nearbyint_test_data): Add more tests.
11861         [BZ #16701]
11862         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
11863         implementation.
11864         * math/libm-test.inc (ceil_test_data): Add more tests.
11866         * math/libm-test.inc (trunc_test_data): Add more tests related to
11867         BZ#16414.
11869 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11871         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
11872         with #if rather than #ifdef.
11873         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
11875 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
11877         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
11878         first.  Disable AVX-512 GCC support if assembler doesn't support
11879         it.
11880         * sysdeps/x86_64/configure: Regenerated.
11882 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
11884         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
11885         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
11886         (__old_pthread_attr_setstack): Likewise.
11887         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
11888         [!_STACK_GROWS_DOWN]: Likewise.
11890 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
11892         * config.make.in (have-bash2): Delete.
11893         * configure.ac (libc_cv_have_bash2): Delete.
11894         * configure: Regenerate.
11895         * elf/Makefile (common-ldd-rewrite): Rename to ...
11896         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
11897         (sh-ldd-rewrite): Delete.
11898         (bash-ldd-rewrite): Delete.
11899         (have-bash2): Delete checks.
11900         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
11901         ldd-rewrite.
11903         * config.make.in (have-ksh): Delete.
11904         (KSH): Delete.
11905         * configure.ac (libc_cv_have_ksh): Delete.
11906         * configure: Regenerate.
11908         * elf/Makefile: Delete $(have-ksh) check.
11909         ($(objpfx)sotruss): Change KSH to BASH.
11910         * elf/sotruss.ksh: Rename to ...
11911         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
11912         function style to match POSIX.  Drop ksh vim mode setting.
11914         * manual/time.texi (Specifying the Time Zone with TZ): Change
11915         Tuesday to Thursday.
11917         * debug/tst-longjmp_chk2.c: Update header comment.
11918         (stackoverflow_handler): Add comment.  Call assert on pass value.
11920 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
11922         [BZ #16194]
11923         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
11924         (HAVE_AVX512_ASM_SUPPORT): Likewise.
11925         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
11926         (La_x86_64_vector): Add zmm.
11927         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
11928         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
11929         ($(objpfx)tst-audit10): New target.
11930         ($(objpfx)tst-audit10.out): Likewise.
11931         (tst-audit10-ENV): New.
11932         (AVX512-CFLAGS): Likewise.
11933         (CFLAGS-tst-audit10.c): Likewise.
11934         (CFLAGS-tst-auditmod10a.c): Likewise.
11935         (CFLAGS-tst-auditmod10b.c): Likewise.
11936         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
11937         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
11938         * sysdeps/x86_64/configure: Regenerated.
11939         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
11940         AVX-512 zmm register support.
11941         (_dl_x86_64_save_sse): Likewise.
11942         (_dl_x86_64_restore_sse): Likewise.
11943         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
11944         size vector registers.
11945         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
11946         (ZMM_SIZE): Likewise.
11947         * sysdeps/x86_64/tst-audit10.c: New file.
11948         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
11949         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
11951 2014-03-13  Roland McGrath  <roland@hack.frob.com>
11953         * configure.ac (HAVE_EHDR_START): New check.
11954         * configure: Regenerated.
11955         * config.h.in (HAVE_EHDR_START): New #undef.
11956         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
11957         assuming the lowest-addressed segment maps the start of the file.
11959 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
11961         * INSTALL: Regenerated.
11963 2014-03-13  Will Newton  <will.newton@linaro.org>
11965         * manual/setjmp.texi (System V contexts): Improve
11966         clarity and grammar of documentation.
11968 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
11970         [BZ #16381]
11971         * elf/Makefile (tests): Add tst-pie2.
11972         (tests-pie): Add tst-pie2.
11973         * elf/tst-pie2.c: New file.
11974         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
11975         for ET_EXEC.
11976         * elf/rtld.c (map_doit): Load executable as lt_executable.
11977         (dl_main): Likewise.
11979 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
11981         [BZ #16642]
11982         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11983         (__ASSUME_PSELECT): Undefine.
11985 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11987         [BZ #16689]
11988         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
11989         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
11990         static build.
11991         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
11992         selector for static builds.
11994 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
11996         [BZ #16695]
11997         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
11998         key in the buffer.
12000 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12002         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12003         IFUNC selector for static builds.
12005 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12007         * sysdeps/mips/math_private.h [__mips_hard_float]
12008         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12009         libc_feresetround_mips_ctx.
12010         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12011         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12012         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12014         [BZ #16677]
12015         * math/s_nextafter.c (__nextafter): Do not return value from
12016         overflowing computation.
12017         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12018         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12019         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12020         Likewise.
12021         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12022         Likewise.
12023         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12024         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12026 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12028         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12029         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12030         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12031         the new mov targetting sp.
12033 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12035         [BZ #16683]
12036         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12037         Define it for static builds as well.
12038         (NO_BZERO_IMPL): Likewise.
12040 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12042         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12043         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12044         multiarch strspn for PPC64.
12045         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12046         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12047         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12048         (__libc_ifunc_impl_list): Likewise.
12049         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12050         multiarch optimizations
12051         * string/strspn.c (strspn): Using macro to redefine symbol name.
12053 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12054             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12056         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12057         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12058         multiarch strncat for PPC64.
12059         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12060         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12061         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12062         (__libc_ifunc_impl_list): Likewise.
12063         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12064         multiarch optimizations
12066 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12068         [BZ #16639]
12069         * nscd/nscd.service: Make service type forking.
12071 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12073         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12074         sign in non default rounding modes.
12075         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12077 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12079         * math/libm-test.inc (ALL_RM_TEST): New macro.
12080         (ceil_test): Use ALL_RM_TEST.
12081         (cimag_test): Likewise.
12082         (conj_test): Likewise.
12083         (copysign_test): Likewise.
12084         (cproj_test): Likewise.
12085         (creal_test): Likewise.
12086         (fabs_test): Likewise.
12087         (floor_test): Likewise.
12088         (fmax_test): Likewise.
12089         (fmin_test): Likewise.
12090         (fmod_test): Likewise.
12091         (fpclassify_test): Likewise.
12092         (frexp_test): Likewise.
12093         (ilogb_test): Likewise.
12094         (isfinite_test): Likewise.
12095         (finite_test): Likewise.
12096         (isgreater_test): Likewise.
12097         (isgreaterequal_test): Likewise.
12098         (isinf_test): Likewise.
12099         (isless_test): Likewise.
12100         (islessequal_test): Likewise.
12101         (islessgreater_test): Likewise.
12102         (isnan_test): Likewise.
12103         (isnormal_test): Likewise.
12104         (issignaling_test): Likewise.
12105         (isunordered_test): Likewise.
12106         (logb_test): Likewise.
12107         (logb_downward_test_data): Remove.
12108         (logb_test_downward): Likewise.
12109         (lround_test): Use ALL_RM_TEST.
12110         (llround_test): Likewise.
12111         (modf_test): Likewise.
12112         (nexttoward_test): Likewise.
12113         (remainder_test): Likewise.
12114         (drem_test): Likewise.
12115         (remainder_tonearest_test_data): Likewise.
12116         (remainder_test_tonearest): Likewise.
12117         (drem_test_tonearest): Likewise.
12118         (remainder_towardzero_test_data): Likewise.
12119         (remainder_test_towardzero): Likewise.
12120         (drem_test_towardzero): Likewise.
12121         (remainder_downward_test_data): Likewise.
12122         (remainder_test_downward): Likewise.
12123         (drem_test_downward): Likewise.
12124         (remainder_upward_test_data): Likewise.
12125         (remainder_test_upward): Likewise.
12126         (drem_test_upward): Likewise.
12127         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12128         (round_test): Use ALL_RM_TEST.
12129         (signbit_test): Likewise.
12130         (trunc_test): Likewise.
12131         (significand_test): Likewise.
12132         (main): Don't call removed functions.
12134 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12136         [BZ #16674]
12137         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12138         || __USE_XOPEN2K8].
12139         (ILL_ILLOPN): Likewise.
12140         (ILL_ILLADR): Likewise.
12141         (ILL_ILLTRP): Likewise.
12142         (ILL_PRVOPC): Likewise.
12143         (ILL_PRVREG): Likewise.
12144         (ILL_COPROC): Likewise.
12145         (ILL_BADSTK): Likewise.
12146         (FPE_INTDIV): Likewise.
12147         (FPE_INTOVF): Likewise.
12148         (FPE_FLTDIV): Likewise.
12149         (FPE_FLTOVF): Likewise.
12150         (FPE_FLTUND): Likewise.
12151         (FPE_FLTRES): Likewise.
12152         (FPE_FLTINV): Likewise.
12153         (FPE_FLTSUB): Likewise.
12154         (SEGV_MAPERR): Likewise.
12155         (SEGV_ACCERR): Likewise.
12156         (BUS_ADRALN): Likewise.
12157         (BUS_ADRERR): Likewise.
12158         (BUS_OBJERR): Likewise.
12159         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12160         (TRAP_TRACE): Likewise.
12161         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12162         __USE_XOPEN2K8].
12163         (CLD_KILLED): Likewise.
12164         (CLD_DUMPED): Likewise.
12165         (CLD_TRAPPED): Likewise.
12166         (CLD_STOPPED): Likewise.
12167         (CLD_CONTINUED): Likewise.
12168         (POLL_IN): Likewise.
12169         (POLL_OUT): Likewise.
12170         (POLL_MSG): Likewise.
12171         (POLL_ERR): Likewise.
12172         (POLL_PRI): Likewise.
12173         (POLL_HUP): Likewise.
12174         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12175         Likewise.
12176         (ILL_ILLOPN): Likewise.
12177         (ILL_ILLADR): Likewise.
12178         (ILL_ILLTRP): Likewise.
12179         (ILL_PRVOPC): Likewise.
12180         (ILL_PRVREG): Likewise.
12181         (ILL_COPROC): Likewise.
12182         (ILL_BADSTK): Likewise.
12183         (FPE_INTDIV): Likewise.
12184         (FPE_INTOVF): Likewise.
12185         (FPE_FLTDIV): Likewise.
12186         (FPE_FLTOVF): Likewise.
12187         (FPE_FLTUND): Likewise.
12188         (FPE_FLTRES): Likewise.
12189         (FPE_FLTINV): Likewise.
12190         (FPE_FLTSUB): Likewise.
12191         (SEGV_MAPERR): Likewise.
12192         (SEGV_ACCERR): Likewise.
12193         (BUS_ADRALN): Likewise.
12194         (BUS_ADRERR): Likewise.
12195         (BUS_OBJERR): Likewise.
12196         (BUS_MCEERR_AR): Likewise.
12197         (BUS_MCEERR_AO): Likewise.
12198         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12199         (TRAP_TRACE): Likewise.
12200         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12201         __USE_XOPEN2K8].
12202         (CLD_KILLED): Likewise.
12203         (CLD_DUMPED): Likewise.
12204         (CLD_TRAPPED): Likewise.
12205         (CLD_STOPPED): Likewise.
12206         (CLD_CONTINUED): Likewise.
12207         (POLL_IN): Likewise.
12208         (POLL_OUT): Likewise.
12209         (POLL_MSG): Likewise.
12210         (POLL_ERR): Likewise.
12211         (POLL_PRI): Likewise.
12212         (POLL_HUP): Likewise.
12213         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12214         (ILL_ILLOPN): Likewise.
12215         (ILL_ILLADR): Likewise.
12216         (ILL_ILLTRP): Likewise.
12217         (ILL_PRVOPC): Likewise.
12218         (ILL_PRVREG): Likewise.
12219         (ILL_COPROC): Likewise.
12220         (ILL_BADSTK): Likewise.
12221         (FPE_INTDIV): Likewise.
12222         (FPE_INTOVF): Likewise.
12223         (FPE_FLTDIV): Likewise.
12224         (FPE_FLTOVF): Likewise.
12225         (FPE_FLTUND): Likewise.
12226         (FPE_FLTRES): Likewise.
12227         (FPE_FLTINV): Likewise.
12228         (FPE_FLTSUB): Likewise.
12229         (SEGV_MAPERR): Likewise.
12230         (SEGV_ACCERR): Likewise.
12231         (BUS_ADRALN): Likewise.
12232         (BUS_ADRERR): Likewise.
12233         (BUS_OBJERR): Likewise.
12234         (BUS_MCEERR_AR): Likewise.
12235         (BUS_MCEERR_AO): Likewise.
12236         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12237         (TRAP_TRACE): Likewise.
12238         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12239         __USE_XOPEN2K8].
12240         (CLD_KILLED): Likewise.
12241         (CLD_DUMPED): Likewise.
12242         (CLD_TRAPPED): Likewise.
12243         (CLD_STOPPED): Likewise.
12244         (CLD_CONTINUED): Likewise.
12245         (POLL_IN): Likewise.
12246         (POLL_OUT): Likewise.
12247         (POLL_MSG): Likewise.
12248         (POLL_ERR): Likewise.
12249         (POLL_PRI): Likewise.
12250         (POLL_HUP): Likewise.
12251         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12252         Likewise.
12253         (ILL_ILLOPN): Likewise.
12254         (ILL_ILLADR): Likewise.
12255         (ILL_ILLTRP): Likewise.
12256         (ILL_PRVOPC): Likewise.
12257         (ILL_PRVREG): Likewise.
12258         (ILL_COPROC): Likewise.
12259         (ILL_BADSTK): Likewise.
12260         (ILL_BADIADDR): Likewise.
12261         (ILL_BREAK): Likewise.
12262         (FPE_INTDIV): Likewise.
12263         (FPE_INTOVF): Likewise.
12264         (FPE_FLTDIV): Likewise.
12265         (FPE_FLTOVF): Likewise.
12266         (FPE_FLTUND): Likewise.
12267         (FPE_FLTRES): Likewise.
12268         (FPE_FLTINV): Likewise.
12269         (FPE_FLTSUB): Likewise.
12270         (FPE_DECOVF): Likewise.
12271         (FPE_DECDIV): Likewise.
12272         (FPE_DECERR): Likewise.
12273         (FPE_INVASC): Likewise.
12274         (FPE_INVDEC): Likewise.
12275         (SEGV_MAPERR): Likewise.
12276         (SEGV_ACCERR): Likewise.
12277         (SEGV_PSTKOVF): Likewise.
12278         (BUS_ADRALN): Likewise.
12279         (BUS_ADRERR): Likewise.
12280         (BUS_OBJERR): Likewise.
12281         (BUS_MCEERR_AR): Likewise.
12282         (BUS_MCEERR_AO): Likewise.
12283         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12284         (TRAP_TRACE): Likewise.
12285         (TRAP_BRANCH): Likewise.
12286         (TRAP_HWBKPT): Likewise.
12287         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12288         __USE_XOPEN2K8].
12289         (CLD_KILLED): Likewise.
12290         (CLD_DUMPED): Likewise.
12291         (CLD_TRAPPED): Likewise.
12292         (CLD_STOPPED): Likewise.
12293         (CLD_CONTINUED): Likewise.
12294         (POLL_IN): Likewise.
12295         (POLL_OUT): Likewise.
12296         (POLL_MSG): Likewise.
12297         (POLL_ERR): Likewise.
12298         (POLL_PRI): Likewise.
12299         (POLL_HUP): Likewise.
12300         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12301         (ILL_ILLOPN): Likewise.
12302         (ILL_ILLADR): Likewise.
12303         (ILL_ILLTRP): Likewise.
12304         (ILL_PRVOPC): Likewise.
12305         (ILL_PRVREG): Likewise.
12306         (ILL_COPROC): Likewise.
12307         (ILL_BADSTK): Likewise.
12308         (FPE_INTDIV): Likewise.
12309         (FPE_INTOVF): Likewise.
12310         (FPE_FLTDIV): Likewise.
12311         (FPE_FLTOVF): Likewise.
12312         (FPE_FLTUND): Likewise.
12313         (FPE_FLTRES): Likewise.
12314         (FPE_FLTINV): Likewise.
12315         (FPE_FLTSUB): Likewise.
12316         (SEGV_MAPERR): Likewise.
12317         (SEGV_ACCERR): Likewise.
12318         (BUS_ADRALN): Likewise.
12319         (BUS_ADRERR): Likewise.
12320         (BUS_OBJERR): Likewise.
12321         (BUS_MCEERR_AR): Likewise.
12322         (BUS_MCEERR_AO): Likewise.
12323         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12324         (TRAP_TRACE): Likewise.
12325         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12326         __USE_XOPEN2K8].
12327         (CLD_KILLED): Likewise.
12328         (CLD_DUMPED): Likewise.
12329         (CLD_TRAPPED): Likewise.
12330         (CLD_STOPPED): Likewise.
12331         (CLD_CONTINUED): Likewise.
12332         (POLL_IN): Likewise.
12333         (POLL_OUT): Likewise.
12334         (POLL_MSG): Likewise.
12335         (POLL_ERR): Likewise.
12336         (POLL_PRI): Likewise.
12337         (POLL_HUP): Likewise.
12338         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12339         (ILL_ILLOPN): Likewise.
12340         (ILL_ILLADR): Likewise.
12341         (ILL_ILLTRP): Likewise.
12342         (ILL_PRVOPC): Likewise.
12343         (ILL_PRVREG): Likewise.
12344         (ILL_COPROC): Likewise.
12345         (ILL_BADSTK): Likewise.
12346         (FPE_INTDIV): Likewise.
12347         (FPE_INTOVF): Likewise.
12348         (FPE_FLTDIV): Likewise.
12349         (FPE_FLTOVF): Likewise.
12350         (FPE_FLTUND): Likewise.
12351         (FPE_FLTRES): Likewise.
12352         (FPE_FLTINV): Likewise.
12353         (FPE_FLTSUB): Likewise.
12354         (SEGV_MAPERR): Likewise.
12355         (SEGV_ACCERR): Likewise.
12356         (BUS_ADRALN): Likewise.
12357         (BUS_ADRERR): Likewise.
12358         (BUS_OBJERR): Likewise.
12359         (BUS_MCEERR_AR): Likewise.
12360         (BUS_MCEERR_AO): Likewise.
12361         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12362         (TRAP_TRACE): Likewise.
12363         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12364         __USE_XOPEN2K8].
12365         (CLD_KILLED): Likewise.
12366         (CLD_DUMPED): Likewise.
12367         (CLD_TRAPPED): Likewise.
12368         (CLD_STOPPED): Likewise.
12369         (CLD_CONTINUED): Likewise.
12370         (POLL_IN): Likewise.
12371         (POLL_OUT): Likewise.
12372         (POLL_MSG): Likewise.
12373         (POLL_ERR): Likewise.
12374         (POLL_PRI): Likewise.
12375         (POLL_HUP): Likewise.
12376         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12377         (ILL_ILLOPN): Likewise.
12378         (ILL_ILLADR): Likewise.
12379         (ILL_ILLTRP): Likewise.
12380         (ILL_PRVOPC): Likewise.
12381         (ILL_PRVREG): Likewise.
12382         (ILL_COPROC): Likewise.
12383         (ILL_BADSTK): Likewise.
12384         (FPE_INTDIV): Likewise.
12385         (FPE_INTOVF): Likewise.
12386         (FPE_FLTDIV): Likewise.
12387         (FPE_FLTOVF): Likewise.
12388         (FPE_FLTUND): Likewise.
12389         (FPE_FLTRES): Likewise.
12390         (FPE_FLTINV): Likewise.
12391         (FPE_FLTSUB): Likewise.
12392         (SEGV_MAPERR): Likewise.
12393         (SEGV_ACCERR): Likewise.
12394         (BUS_ADRALN): Likewise.
12395         (BUS_ADRERR): Likewise.
12396         (BUS_OBJERR): Likewise.
12397         (BUS_MCEERR_AR): Likewise.
12398         (BUS_MCEERR_AO): Likewise.
12399         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12400         (TRAP_TRACE): Likewise.
12401         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12402         __USE_XOPEN2K8].
12403         (CLD_KILLED): Likewise.
12404         (CLD_DUMPED): Likewise.
12405         (CLD_TRAPPED): Likewise.
12406         (CLD_STOPPED): Likewise.
12407         (CLD_CONTINUED): Likewise.
12408         (POLL_IN): Likewise.
12409         (POLL_OUT): Likewise.
12410         (POLL_MSG): Likewise.
12411         (POLL_ERR): Likewise.
12412         (POLL_PRI): Likewise.
12413         (POLL_HUP): Likewise.
12414         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12415         (ILL_ILLOPN): Likewise.
12416         (ILL_ILLADR): Likewise.
12417         (ILL_ILLTRP): Likewise.
12418         (ILL_PRVOPC): Likewise.
12419         (ILL_PRVREG): Likewise.
12420         (ILL_COPROC): Likewise.
12421         (ILL_BADSTK): Likewise.
12422         (ILL_DBLFLT): Likewise.
12423         (ILL_HARDWALL): Likewise.
12424         (FPE_INTDIV): Likewise.
12425         (FPE_INTOVF): Likewise.
12426         (FPE_FLTDIV): Likewise.
12427         (FPE_FLTOVF): Likewise.
12428         (FPE_FLTUND): Likewise.
12429         (FPE_FLTRES): Likewise.
12430         (FPE_FLTINV): Likewise.
12431         (FPE_FLTSUB): Likewise.
12432         (SEGV_MAPERR): Likewise.
12433         (SEGV_ACCERR): Likewise.
12434         (BUS_ADRALN): Likewise.
12435         (BUS_ADRERR): Likewise.
12436         (BUS_OBJERR): Likewise.
12437         (BUS_MCEERR_AR): Likewise.
12438         (BUS_MCEERR_AO): Likewise.
12439         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12440         (TRAP_TRACE): Likewise.
12441         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12442         __USE_XOPEN2K8].
12443         (CLD_KILLED): Likewise.
12444         (CLD_DUMPED): Likewise.
12445         (CLD_TRAPPED): Likewise.
12446         (CLD_STOPPED): Likewise.
12447         (CLD_CONTINUED): Likewise.
12448         (POLL_IN): Likewise.
12449         (POLL_OUT): Likewise.
12450         (POLL_MSG): Likewise.
12451         (POLL_ERR): Likewise.
12452         (POLL_PRI): Likewise.
12453         (POLL_HUP): Likewise.
12454         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
12455         (ILL_ILLOPN): Likewise.
12456         (ILL_ILLADR): Likewise.
12457         (ILL_ILLTRP): Likewise.
12458         (ILL_PRVOPC): Likewise.
12459         (ILL_PRVREG): Likewise.
12460         (ILL_COPROC): Likewise.
12461         (ILL_BADSTK): Likewise.
12462         (FPE_INTDIV): Likewise.
12463         (FPE_INTOVF): Likewise.
12464         (FPE_FLTDIV): Likewise.
12465         (FPE_FLTOVF): Likewise.
12466         (FPE_FLTUND): Likewise.
12467         (FPE_FLTRES): Likewise.
12468         (FPE_FLTINV): Likewise.
12469         (FPE_FLTSUB): Likewise.
12470         (SEGV_MAPERR): Likewise.
12471         (SEGV_ACCERR): Likewise.
12472         (BUS_ADRALN): Likewise.
12473         (BUS_ADRERR): Likewise.
12474         (BUS_OBJERR): Likewise.
12475         (BUS_MCEERR_AR): Likewise.
12476         (BUS_MCEERR_AO): Likewise.
12477         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12478         (TRAP_TRACE): Likewise.
12479         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12480         __USE_XOPEN2K8].
12481         (CLD_KILLED): Likewise.
12482         (CLD_DUMPED): Likewise.
12483         (CLD_TRAPPED): Likewise.
12484         (CLD_STOPPED): Likewise.
12485         (CLD_CONTINUED): Likewise.
12486         (POLL_IN): Likewise.
12487         (POLL_OUT): Likewise.
12488         (POLL_MSG): Likewise.
12489         (POLL_ERR): Likewise.
12490         (POLL_PRI): Likewise.
12491         (POLL_HUP): Likewise.
12492         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
12493         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12495         [BZ #16670]
12496         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
12497         before #include of <time.h>.
12498         [!__USE_XOPEN2K] (__need_timespec): Likewise.
12499         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
12500         (test-xfail-UNIX98/sched.h/conform): Likewise.
12502 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12504         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
12505         error absence of trapping exception support.
12506         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12508 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12510         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
12511         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
12512         * timezone/Makefile (testdata): Move definition above include of
12513         Rules.
12514         (test-zones): New variable.
12515         (tests-special): Add zone files.
12516         (build-testdata): Use $(evaluate-test).
12518         * elf/Makefile (tests-special): Rename tests to end with .out.
12519         ($(objpfx)noload-mem): Likewise.
12520         ($(objpfx)tst-leaks1-mem): Likewise.
12521         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
12522         * iconv/Makefile (xtests-special): Change test-iconvconfig to
12523         $(objpfx)test-iconvconfig.out.
12524         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
12525         set -e inside subshell and redirect output to file.
12526         * iconvdata/Makefile (generated): Rename tests to end with .out.
12527         Correct type.
12528         (tests-special): Rename tests to end with .out.
12529         ($(objpfx)mtrace-tst-loading): Likewise.
12530         * intl/Makefile (generated): Likewise.
12531         (tests-special): Likewise.
12532         ($(objpfx)mtrace-tst-gettext): Likewise.
12533         * misc/Makefile (generated): Likewise.
12534         (tests-special): Likewise.
12535         ($(objpfx)tst-error1-mem): Likewise.
12536         * nptl/Makefile (tests-special): Likewise.
12537         ($(objpfx)tst-stack3-mem): Likewise.
12538         (generated): Likewise.
12539         * posix/Makefile (generated): Likewise.
12540         (tests-special): Likewise.
12541         (xtests-special): Likewise.
12542         ($(objpfx)tst-fnmatch-mem): Likewise.
12543         ($(objpfx)bug-regex2-mem): Likewise.
12544         ($(objpfx)bug-regex14-mem): Likewise.
12545         ($(objpfx)bug-regex21-mem): Likewise.
12546         ($(objpfx)bug-regex31-mem): Likewise.
12547         ($(objpfx)tst-vfork3-mem): Likewise.
12548         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
12549         ($(objpfx)tst-pcre-mem): Likewise.
12550         ($(objpfx)tst-boost-mem): Likewise.
12551         ($(objpfx)bug-ga2-mem): Likewise.
12552         ($(objpfx)bug-glob2-mem): Likewise.
12553         * resolv/Makefile (generate): Likewise.
12554         (tests-special): Likewise.
12555         (xtests-special): Likewise.
12556         (generated): Likewise.
12557         ($(objpfx)mtrace-tst-leaks): Likewise.
12558         ($(objpfx)mtrace-tst-leaks2): Likewise.
12560         * scripts/merge-test-results.sh: New file.
12561         * Makefile (tests-special-notdir): New variable.
12562         (tests): Run merge-test-results.sh.
12563         (xtests): Likewise.
12564         * Rules (tests-special-notdir): New variable.
12565         (xtests-special-notdir): Likewise.
12566         (tests): Run merge-test-results.sh
12567         (xtests): Likewise.
12569         * Makeconfig (test-xfail-name): New variable.
12570         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
12571         compute variable name for expected failures.
12572         * conform/Makefile (conformtest-headers-data): New variable.
12573         (conformtest-standards): Likewise.
12574         (conformtest-headers-ISO): Likewise.
12575         (conformtest-headers-ISO99): Likewise.
12576         (conformtest-headers-ISO11): Likewise.
12577         (conformtest-headers-POSIX): Likewise.
12578         (conformtest-headers-XPG3): Likewise.
12579         (conformtest-headers-XPG4): Likewise.
12580         (conformtest-headers-UNIX98): Likewise.
12581         (conformtest-headers-XOPEN2K): Likewise.
12582         (conformtest-headers-POSIX2008): Likewise.
12583         (conformtest-headers-XOPEN2K8): Likewise.
12584         (conformtest-header-list-base): Likewise.
12585         (conformtest-header-list-tests): Likewise.
12586         (conformtest-header-base): Likewise.
12587         (conformtest-header-tests): Likewise.
12588         (tests-special): Add $(conformtest-header-list-tests).  If
12589         [$(fast-check) && !$(cross-compiling)], add
12590         $(conformtest-header-tests) instead of
12591         $(objpfx)run-conformtest.out.
12592         (generated): Add $(conformtest-header-list-base).  If
12593         [$(fast-check) && !$(cross-compiling)], add
12594         $(conformtest-header-base).  Remove previous setting.
12595         ($(conformtest-header-list-tests)): New target.
12596         (test-xfail-run-conformtest): Remove variable.
12597         ($(objpfx)run-conformtest.out): Remove target.
12598         (test-xfail-ISO11/complex.h/conform): New variable.
12599         (test-xfail-ISO11/stdalign.h/conform): Likewise.
12600         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
12601         (test-xfail-XPG3/varargs.h/conform): Likewise.
12602         (test-xfail-XPG4/varargs.h/conform): Likewise.
12603         (test-xfail-UNIX98/varargs.h/conform): Likewise.
12604         (test-xfail-XPG4/ndbm.h/conform): Likewise.
12605         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
12606         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
12607         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
12608         (test-xfail-XPG3/fcntl.h/conform): Likewise.
12609         (test-xfail-XPG3/ftw.h/conform): Likewise.
12610         (test-xfail-XPG3/grp.h/conform): Likewise.
12611         (test-xfail-XPG3/langinfo.h/conform): Likewise.
12612         (test-xfail-XPG3/limits.h/conform): Likewise.
12613         (test-xfail-XPG3/pwd.h/conform): Likewise.
12614         (test-xfail-XPG3/search.h/conform): Likewise.
12615         (test-xfail-XPG3/signal.h/conform): Likewise.
12616         (test-xfail-XPG3/stdio.h/conform): Likewise.
12617         (test-xfail-XPG3/stdlib.h/conform): Likewise.
12618         (test-xfail-XPG3/string.h/conform): Likewise.
12619         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
12620         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
12621         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
12622         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
12623         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
12624         (test-xfail-XPG3/sys/types.h/conform): Likewise.
12625         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
12626         (test-xfail-XPG3/termios.h/conform): Likewise.
12627         (test-xfail-XPG3/time.h/conform): Likewise.
12628         (test-xfail-XPG3/unistd.h/conform): Likewise.
12629         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
12630         (test-xfail-XPG4/fcntl.h/conform): Likewise.
12631         (test-xfail-XPG4/langinfo.h/conform): Likewise.
12632         (test-xfail-XPG4/netdb.h/conform): Likewise.
12633         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
12634         (test-xfail-XPG4/signal.h/conform): Likewise.
12635         (test-xfail-XPG4/stdio.h/conform): Likewise.
12636         (test-xfail-XPG4/stdlib.h/conform): Likewise.
12637         (test-xfail-XPG4/stropts.h/conform): Likewise.
12638         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
12639         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
12640         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
12641         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
12642         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
12643         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
12644         (test-xfail-XPG4/sys/time.h/conform): Likewise.
12645         (test-xfail-XPG4/sys/types.h/conform): Likewise.
12646         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
12647         (test-xfail-XPG4/termios.h/conform): Likewise.
12648         (test-xfail-XPG4/ucontext.h/conform): Likewise.
12649         (test-xfail-XPG4/unistd.h/conform): Likewise.
12650         (test-xfail-XPG4/utmpx.h/conform): Likewise.
12651         (test-xfail-POSIX/sched.h/conform): Likewise.
12652         (test-xfail-POSIX/signal.h/conform): Likewise.
12653         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12654         (test-xfail-POSIX/tar.h/conform): Likewise.
12655         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
12656         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
12657         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
12658         (test-xfail-UNIX98/netdb.h/conform): Likewise.
12659         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
12660         (test-xfail-UNIX98/sched.h/conform): Likewise.
12661         (test-xfail-UNIX98/signal.h/conform): Likewise.
12662         (test-xfail-UNIX98/stdio.h/conform): Likewise.
12663         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
12664         (test-xfail-UNIX98/stropts.h/conform): Likewise.
12665         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
12666         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
12667         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
12668         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
12669         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
12670         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
12671         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
12672         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
12673         (test-xfail-UNIX98/unistd.h/conform): Likewise.
12674         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
12675         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
12676         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
12677         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
12678         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
12679         (test-xfail-XOPEN2K/math.h/conform): Likewise.
12680         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
12681         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
12682         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
12683         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
12684         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
12685         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
12686         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
12687         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
12688         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
12689         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
12690         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
12691         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
12692         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
12693         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
12694         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
12695         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
12696         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
12697         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
12698         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
12699         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
12700         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
12701         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
12702         (test-xfail-POSIX2008/signal.h/conform): Likewise.
12703         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
12704         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
12705         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
12706         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
12707         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
12708         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
12709         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
12710         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
12711         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
12712         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
12713         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
12714         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
12715         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
12716         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
12717         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
12718         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
12719         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
12720         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
12721         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
12722         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
12723         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
12724         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
12725         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
12726         (conformtest-cc-flags): Likewise.
12727         ($(conformtest-header-tests): New target.
12728         * conform/check-header-lists.sh: New file.
12729         * conform/run-conformtest.sh: Remove.
12731         * conform/conformtest.pl: Allow ' and \ in values given for
12732         constants.
12733         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
12734         inclusion.
12735         [POSIX] (sys/types.h): Likewise.
12736         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
12737         inclusion.
12738         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
12739         inclusion.
12740         * conform/data/signal.h-data (SIGIO): Remove expectation.
12741         [XPG3] (SIGBUS): Do not expect.
12742         [POSIX || XPG3] (SIGPOLL): Likewise.
12743         [POSIX || XPG3] (SIGPROF): Likewise.
12744         [POSIX || XPG3] (SIGSYS): Likewise.
12745         [XPG3] (SIGTRAP): Likewise.
12746         [POSIX || XPG3] (SIGURG): Likewise.
12747         [POSIX || XPG3] (SIGVTALRM): Likewise.
12748         [POSIX || XPG3] (SIGXCPU): Likewise.
12749         [POSIX || XPG3] (SIGXFSZ): Likewise.
12750         [POSIX] (SA_SIGINFO): Expect.
12751         [XPG3] (siginfo_t): Do not expect type or contents.
12752         [POSIX] (si_pid): Do not expect element.
12753         [POSIX] (si_uid): Likewise.
12754         [POSIX] (si_addr): Likewise.
12755         [POSIX] (si_status): Likewise.
12756         [POSIX] (si_band): Likewise.
12757         [XPG4] (si_value): Likewise.
12758         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
12759         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
12760         [POSIX || XPG3] (ILL_ILLADR): Likewise.
12761         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
12762         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
12763         [POSIX || XPG3] (ILL_PRVREG): Likewise.
12764         [POSIX || XPG3] (ILL_COPROC): Likewise.
12765         [POSIX || XPG3] (ILL_BADSTK): Likewise.
12766         [POSIX || XPG3] (FPE_INTDIV): Likewise.
12767         [POSIX || XPG3] (FPE_INTOVF): Likewise.
12768         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
12769         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
12770         [POSIX || XPG3] (FPE_FLTUND): Likewise.
12771         [POSIX || XPG3] (FPE_FLTRES): Likewise.
12772         [POSIX || XPG3] (FPE_FLTINV): Likewise.
12773         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
12774         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
12775         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
12776         [POSIX || XPG3] (BUS_ADRALN): Likewise.
12777         [POSIX || XPG3] (BUS_ADRERR): Likewise.
12778         [POSIX || XPG3] (BUS_OBJERR): Likewise.
12779         [POSIX || XPG3] (CLD_EXITED): Likewise.
12780         [POSIX || XPG3] (CLD_KILLED): Likewise.
12781         [POSIX || XPG3] (CLD_DUMPED): Likewise.
12782         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
12783         [POSIX || XPG3] (CLD_STOPPED): Likewise.
12784         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
12785         [POSIX || XPG3] (POLL_IN): Likewise.
12786         [POSIX || XPG3] (POLL_OUT): Likewise.
12787         [POSIX || XPG3] (POLL_MSG): Likewise.
12788         [POSIX || XPG3] (POLL_ERR): Likewise.
12789         [POSIX || XPG3] (POLL_PRI): Likewise.
12790         [POSIX || XPG3] (POLL_HUP): Likewise.
12791         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
12792         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
12793         (SIG*): Do not allow.
12794         [XPG3] (si_*): Likewise.
12795         [XPG3] (SI_*): Likewise.
12796         [XPG3 || XPG4] (sigev_*): Likewise.
12797         [XPG3 || XPG4] (SIGEV_*): Likewise.
12798         [XPG3 || XPG4] (sival_*): Likewise.
12799         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
12800         [POSIX || XPG3] (BUS_*): Likewise.
12801         [POSIX || XPG3] (CLD_*): Likewise.
12802         [POSIX || XPG3] (FPE_*): Likewise.
12803         [POSIX || XPG3] (ILL_*): Likewise.
12804         [POSIX || XPG3] (POLL_*): Likewise.
12805         [POSIX || XPG3] (SEGV_*): Likewise.
12806         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
12807         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
12808         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
12809         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
12810         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
12811         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
12812         Specify type and value.
12813         (TVERSLEN): Likewise.
12814         (REGTYPE): Likewise.
12815         (AREGTYPE): Likewise.
12816         (LNKTYPE): Likewise.
12817         (SYMTYPE): Likewise.
12818         (CHRTYPE): Likewise.
12819         (BLKTYPE): Likewise.
12820         (DIRTYPE): Likewise.
12821         (FIFOTYPE): Likewise.
12822         (CONTTYPE): Likewise.
12823         (TSUID): Likewise.
12824         (TSGID): Likewise.
12825         (TSVTX): Likewise.
12826         (TUREAD): Likewise.
12827         (TUWRITE): Likewise.
12828         (TUEXEC): Likewise.
12829         (TGREAD): Likewise.
12830         (TGWRITE): Likewise.
12831         (TGEXEC): Likewise.
12832         (TOREAD): Likewise.
12833         (TOWRITE): Likewise.
12834         (TOEXEC): Likewise.
12835         [POSIX] (TSVTX): Expect constant.
12837 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
12839         * Makefile (tests): Change dependencies to ....
12840         (tests-special): ... additions to this variable.
12841         (tests): Depend on $(tests-special).
12842         * Makerules (check-abi-list): New variable.
12843         (check-abi): Depend on $(check-abi-list).
12844         [$(subdir) = elf] (tests-special): Add
12845         $(objpfx)check-abi-libc.out.
12846         [$(build-shared) = yes && subdir] (tests-special): Add
12847         $(check-abi-list).
12848         [$(build-shared) = yes && subdir] (tests): Do not depend on
12849         check-abi.
12850         * Rules (tests): Depend on $(tests-special).
12851         (xtests): Depend on $(xtests-special).
12852         * catgets/Makefile (tests): Change dependencies to ....
12853         (tests-special): ... additions to this variable.
12854         * conform/Makefile (tests): Change dependencies to ....
12855         (tests-special): ... additions to this variable.
12856         * elf/Makefile (tests): Change dependencies to ....
12857         (tests-special): ... additions to this variable.
12858         * grp/Makefile (tests): Change dependencies to ....
12859         (tests-special): ... additions to this variable.
12860         * iconv/Makefile (xtests): Change dependencies to ....
12861         (xtests-special): ... additions to this variable.
12862         * iconvdata/Makefile (tests): Change dependencies to ....
12863         (tests-special): ... additions to this variable.
12864         * intl/Makefile (tests): Change dependencies to ....
12865         (tests-special): ... additions to this variable.  Also add
12866         $(objpfx)tst-gettext.out.
12867         * io/Makefile (tests): Change dependencies to ....
12868         (tests-special): ... additions to this variable.
12869         * libio/Makefile (tests): Change dependencies to ....
12870         (tests-special): ... additions to this variable.
12871         * malloc/Makefile (tests): Change dependencies to ....
12872         (tests-special): ... additions to this variable.
12873         * misc/Makefile (tests): Change dependencies to ....
12874         (tests-special): ... additions to this variable.
12875         * nptl/Makefile (tests): Change dependencies to ....
12876         (tests-special): ... additions to this variable.
12877         * nptl_db/Makefile (tests): Change dependencies to ....
12878         (tests-special): ... additions to this variable.
12879         * posix/Makefile (tests): Change dependencies to ....
12880         (tests-special): ... additions to this variable.
12881         (xtests): Change dependencies to ....
12882         (xtests-special): ... additions to this variable.
12883         * resolv/Makefile (tests): Change dependencies to ....
12884         (tests-special): ... additions to this variable.
12885         (xtests): Change dependencies to ....
12886         (xtests-special): ... additions to this variable.
12887         * stdio-common/Makefile (tests): Change dependencies to ....
12888         (tests-special): ... additions to this variable.
12889         (do-tst-unbputc): Remove target.
12890         (do-tst-printf): Likewise.
12891         * stdlib/Makefile (tests): Change dependencies to ....
12892         (tests-special): ... additions to this variable.
12893         * string/Makefile (tests): Change dependencies to ....
12894         (tests-special): ... additions to this variable.
12895         * sysdeps/x86/Makefile (tests): Change dependencies to ....
12896         (tests-special): ... additions to this variable.
12898         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
12899         whole file.
12900         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
12901         whole file.
12902         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
12903         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
12905         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
12906         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
12907         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
12908         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
12909         * conform/data/libgen.h-data [XPG3]: Likewise.
12910         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
12911         * conform/data/ndbm.h-data [XPG3]: Likewise.
12912         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
12913         * conform/data/netdb.h-data [XPG3]: Likewise.
12914         * conform/data/netinet/in.h-data [XPG3]: Likewise.
12915         * conform/data/poll.h-data [XPG3]: Likewise.
12916         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
12917         * conform/data/strings.h-data [XPG3]: Likewise.
12918         * conform/data/stropts.h-data [XPG3]: Likewise.
12919         * conform/data/sys/mman.h-data [XPG3]: Likewise.
12920         * conform/data/sys/resource.h-data [XPG3]: Likewise.
12921         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
12922         Likewise.
12923         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
12924         * conform/data/sys/time.h-data [XPG3]: Likewise.
12925         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
12926         * conform/data/sys/uio.h-data [XPG3]: Likewise.
12927         * conform/data/sys/un.h-data [XPG3]: Likewise.
12928         * conform/data/syslog.h-data [XPG3]: Likewise.
12929         * conform/data/ucontext.h-data [XPG3]: Likewise.
12930         * conform/data/utmpx.h-data [XPG3]: Likewise.
12931         * conform/data/varargs.h-data [UNIX98]: Enable file.
12933         * manual/Makefile (INSTALL_INFO): Remove variable setting.
12935         * math/libm-test.inc (struct test_f_f_data): Move expected results
12936         into structure for each rounding mode.
12937         (struct test_ff_f_data): Likewise.
12938         (struct test_ff_f_data_nexttoward): Likewise.
12939         (struct test_fi_f_data): Likewise.
12940         (struct test_fl_f_data): Likewise.
12941         (struct test_if_f_data): Likewise.
12942         (struct test_fff_f_data): Likewise.
12943         (struct test_c_f_data): Likewise.
12944         (struct test_f_f1_data): Likewise.
12945         (struct test_fF_f1_data): Likewise.
12946         (struct test_ffI_f1_data): Likewise.
12947         (struct test_c_c_data): Likewise.
12948         (struct test_cc_c_data): Likewise.
12949         (struct test_f_i_data): Likewise.
12950         (struct test_ff_i_data): Likewise.
12951         (struct test_f_l_data): Likewise.
12952         (struct test_f_L_data): Likewise.
12953         (struct test_fFF_11_data): Likewise.
12954         (RM_): New macro.
12955         (RM_FE_DOWNWARD): Likewise.
12956         (RM_FE_TONEAREST): Likewise.
12957         (RM_FE_TOWARDZERO): Likewise.
12958         (RM_FE_UPWARD): Likewise.
12959         (RUN_TEST_LOOP_f_f): Update references to expected results.
12960         (RUN_TEST_LOOP_2_f): Likewise.
12961         (RUN_TEST_LOOP_fff_f): Likewise.
12962         (RUN_TEST_LOOP_c_f): Likewise.
12963         (RUN_TEST_LOOP_f_f1): Likewise.
12964         (RUN_TEST_LOOP_fF_f1): Likewise.
12965         (RUN_TEST_LOOP_fI_f1): Likewise.
12966         (RUN_TEST_LOOP_ffI_f1): Likewise.
12967         (RUN_TEST_LOOP_c_c): Likewise.
12968         (RUN_TEST_LOOP_cc_c): Likewise.
12969         (RUN_TEST_LOOP_f_i): Likewise.
12970         (RUN_TEST_LOOP_f_i_tg): Likewise.
12971         (RUN_TEST_LOOP_ff_i_tg): Likewise.
12972         (RUN_TEST_LOOP_f_b): Likewise.
12973         (RUN_TEST_LOOP_f_b_tg): Likewise.
12974         (RUN_TEST_LOOP_f_l): Likewise.
12975         (RUN_TEST_LOOP_f_L): Likewise.
12976         (RUN_TEST_LOOP_fFF_11): Likewise.
12977         * math/gen-libm-test.pl (parse_args): Output four copies of
12978         expected results for each test.
12980         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12981         (__ASSUME_UTIMES): Remove.
12982         * sysdeps/unix/sysv/linux/tile/kernel-features.h
12983         (__ASSUME_UTIMES): Likewise.
12985         * math/gen-auto-libm-tests.c: Update comment on output format.
12986         (output_for_one_input_case): Generate before-rounding and
12987         after-rounding information as conditions on output flags not
12988         floating-point format.
12989         * math/auto-libm-test-out: Regenerated.
12990         * math/gen-libm-test.pl (cond_value): New function.
12991         (or_cond_value): Use cond_value.
12992         (generate_testfile): Handle conditional exceptions.
12994 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
12996         * math/libm-test.inc (max_valid_error): New variable.
12997         (init_max_error): Take new argument specifying whether function
12998         results are exactly determined.  Set max_valid_error and bound
12999         other variables for errors based on this argument.
13000         (set_max_error): Do not record results above max_valid_error.
13001         (check_float_internal): Only accept errors of up to 0.5ulps if
13002         also at most max_valid_error.
13003         (START): Take new argument EXACT and pass it to init_max_error.
13004         (acos_test): Update call to START.
13005         (acos_test_tonearest): Likewise.
13006         (acos_test_towardzero): Likewise.
13007         (acos_test_downward): Likewise.
13008         (acos_test_upward): Likewise.
13009         (acosh_test): Likewise.
13010         (asin_test): Likewise.
13011         (asin_test_tonearest): Likewise.
13012         (asin_test_towardzero): Likewise.
13013         (asin_test_downward): Likewise.
13014         (asin_test_upward): Likewise.
13015         (asinh_test): Likewise.
13016         (atan_test): Likewise.
13017         (atanh_test): Likewise.
13018         (atan2_test): Likewise.
13019         (cabs_test): Likewise.
13020         (cacos_test): Likewise.
13021         (cacosh_test): Likewise.
13022         (carg_test): Likewise.
13023         (casin_test): Likewise.
13024         (casinh_test): Likewise.
13025         (catan_test): Likewise.
13026         (catanh_test): Likewise.
13027         (cbrt_test): Likewise.
13028         (ccos_test): Likewise.
13029         (ccosh_test): Likewise.
13030         (ceil_test): Likewise.
13031         (cexp_test): Likewise.
13032         (cimag_test): Likewise.
13033         (clog_test): Likewise.
13034         (clog10_test): Likewise.
13035         (conj_test): Likewise.
13036         (copysign_test): Likewise.
13037         (cos_test): Likewise.
13038         (cos_test_tonearest): Likewise.
13039         (cos_test_towardzero): Likewise.
13040         (cos_test_downward): Likewise.
13041         (cos_test_upward): Likewise.
13042         (cosh_test): Likewise.
13043         (cosh_test_tonearest): Likewise.
13044         (cosh_test_towardzero): Likewise.
13045         (cosh_test_downward): Likewise.
13046         (cosh_test_upward): Likewise.
13047         (cpow_test): Likewise.
13048         (cproj_test): Likewise.
13049         (creal_test): Likewise.
13050         (csin_test): Likewise.
13051         (csinh_test): Likewise.
13052         (csqrt_test): Likewise.
13053         (ctan_test): Likewise.
13054         (ctan_test_tonearest): Likewise.
13055         (ctan_test_towardzero): Likewise.
13056         (ctan_test_downward): Likewise.
13057         (ctan_test_upward): Likewise.
13058         (ctanh_test): Likewise.
13059         (ctanh_test_tonearest): Likewise.
13060         (ctanh_test_towardzero): Likewise.
13061         (ctanh_test_downward): Likewise.
13062         (ctanh_test_upward): Likewise.
13063         (erf_test): Likewise.
13064         (erfc_test): Likewise.
13065         (exp_test): Likewise.
13066         (exp_test_tonearest): Likewise.
13067         (exp_test_towardzero): Likewise.
13068         (exp_test_downward): Likewise.
13069         (exp_test_upward): Likewise.
13070         (exp10_test): Likewise.
13071         (exp10_test_tonearest): Likewise.
13072         (exp10_test_towardzero): Likewise.
13073         (exp10_test_downward): Likewise.
13074         (exp10_test_upward): Likewise.
13075         (pow10_test): Likewise.
13076         (exp2_test): Likewise.
13077         (expm1_test): Likewise.
13078         (expm1_test_tonearest): Likewise.
13079         (expm1_test_towardzero): Likewise.
13080         (expm1_test_downward): Likewise.
13081         (expm1_test_upward): Likewise.
13082         (fabs_test): Likewise.
13083         (fdim_test): Likewise.
13084         (floor_test): Likewise.
13085         (fma_test): Likewise.
13086         (fma_test_towardzero): Likewise.
13087         (fma_test_downward): Likewise.
13088         (fma_test_upward): Likewise.
13089         (fmax_test): Likewise.
13090         (fmin_test): Likewise.
13091         (fmod_test): Likewise.
13092         (fpclassify_test): Likewise.
13093         (frexp_test): Likewise.
13094         (hypot_test): Likewise.
13095         (ilogb_test): Likewise.
13096         (isfinite_test): Likewise.
13097         (finite_test): Likewise.
13098         (isgreater_test): Likewise.
13099         (isgreaterequal_test): Likewise.
13100         (isinf_test): Likewise.
13101         (isless_test): Likewise.
13102         (islessequal_test): Likewise.
13103         (islessgreater_test): Likewise.
13104         (isnan_test): Likewise.
13105         (isnormal_test): Likewise.
13106         (issignaling_test): Likewise.
13107         (isunordered_test): Likewise.
13108         (j0_test): Likewise.
13109         (j1_test): Likewise.
13110         (jn_test): Likewise.
13111         (ldexp_test): Likewise.
13112         (lgamma_test): Likewise.
13113         (gamma_test): Likewise.
13114         (lrint_test): Likewise.
13115         (lrint_test_tonearest): Likewise.
13116         (lrint_test_towardzero): Likewise.
13117         (lrint_test_downward): Likewise.
13118         (lrint_test_upward): Likewise.
13119         (llrint_test): Likewise.
13120         (llrint_test_tonearest): Likewise.
13121         (llrint_test_towardzero): Likewise.
13122         (llrint_test_downward): Likewise.
13123         (llrint_test_upward): Likewise.
13124         (log_test): Likewise.
13125         (log10_test): Likewise.
13126         (log1p_test): Likewise.
13127         (log2_test): Likewise.
13128         (logb_test): Likewise.
13129         (logb_test_downward): Likewise.
13130         (lround_test): Likewise.
13131         (llround_test): Likewise.
13132         (modf_test): Likewise.
13133         (nearbyint_test): Likewise.
13134         (nextafter_test): Likewise.
13135         (nexttoward_test): Likewise.
13136         (pow_test): Likewise.
13137         (pow_test_tonearest): Likewise.
13138         (pow_test_towardzero): Likewise.
13139         (pow_test_downward): Likewise.
13140         (pow_test_upward): Likewise.
13141         (remainder_test): Likewise.
13142         (drem_test): Likewise.
13143         (remainder_test_tonearest): Likewise.
13144         (drem_test_tonearest): Likewise.
13145         (remainder_test_towardzero): Likewise.
13146         (drem_test_towardzero): Likewise.
13147         (remainder_test_downward): Likewise.
13148         (drem_test_downward): Likewise.
13149         (remainder_test_upward): Likewise.
13150         (drem_test_upward): Likewise.
13151         (remquo_test): Likewise.
13152         (rint_test): Likewise.
13153         (rint_test_tonearest): Likewise.
13154         (rint_test_towardzero): Likewise.
13155         (rint_test_downward): Likewise.
13156         (rint_test_upward): Likewise.
13157         (round_test): Likewise.
13158         (scalb_test): Likewise.
13159         (scalbn_test): Likewise.
13160         (scalbln_test): Likewise.
13161         (signbit_test): Likewise.
13162         (sin_test): Likewise.
13163         (sin_test_tonearest): Likewise.
13164         (sin_test_towardzero): Likewise.
13165         (sin_test_downward): Likewise.
13166         (sin_test_upward): Likewise.
13167         (sincos_test): Likewise.
13168         (sinh_test): Likewise.
13169         (sinh_test_tonearest): Likewise.
13170         (sinh_test_towardzero): Likewise.
13171         (sinh_test_downward): Likewise.
13172         (sinh_test_upward): Likewise.
13173         (sqrt_test): Likewise.
13174         (sqrt_test_tonearest): Likewise.
13175         (sqrt_test_towardzero): Likewise.
13176         (sqrt_test_downward): Likewise.
13177         (sqrt_test_upward): Likewise.
13178         (tan_test): Likewise.
13179         (tan_test_tonearest): Likewise.
13180         (tan_test_towardzero): Likewise.
13181         (tan_test_downward): Likewise.
13182         (tan_test_upward): Likewise.
13183         (tanh_test): Likewise.
13184         (tgamma_test): Likewise.
13185         (trunc_test): Likewise.
13186         (y0_test): Likewise.
13187         (y1_test): Likewise.
13188         (yn_test): Likewise.
13189         (significand_test): Likewise.
13191         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13192         individual tests in comment.
13193         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13194         (prev_max_error): New variable.
13195         (prev_real_max_error): Likewise.
13196         (prev_imag_max_error): Likewise.
13197         (compare_ulp_data): Don't refer to test names in comment.
13198         (find_test_ulps): Remove function.
13199         (find_function_ulps): Likewise.
13200         (find_complex_function_ulps): Likewise.
13201         (init_max_error): Take function name as argument.  Look up ulps
13202         for that function.
13203         (print_ulps): Remove function.
13204         (print_max_error): Use prev_max_error instead of calling
13205         find_function_ulps.
13206         (print_complex_max_error): Use prev_real_max_error and
13207         prev_imag_max_error instead of calling find_complex_function_ulps.
13208         (check_float_internal): Take max_ulp parameter instead of calling
13209         find_test_ulps.  Don't call print_ulps.
13210         (check_float): Update call to check_float_internal.
13211         (check_complex): Update calls to check_float_internal.
13212         (START): Pass argument to init_max_error.
13213         * math/gen-libm-test.pl (%results): Don't include "kind"
13214         information.
13215         (parse_ulps): Don't handle ulps of individual tests.
13216         (print_ulps_file): Likewise.
13217         (output_ulps): Likewise.
13218         * math/README.libm-test: Update.
13219         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13220         individual tests.
13221         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13222         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13223         * sysdeps/arm/libm-test-ulps: Likewise.
13224         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13225         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13226         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13227         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13228         * sysdeps/microblaze/libm-test-ulps: Likewise.
13229         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13230         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13231         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13232         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13233         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13234         * sysdeps/sh/libm-test-ulps: Likewise.
13235         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13236         * sysdeps/tile/libm-test-ulps: Likewise.
13237         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13239 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13241         * math/libm-test.inc (print_complex_max_error): Check separately
13242         whether real and imaginary errors are within allowed range and
13243         pass 0 to print_complex_function_ulps instead of value within
13244         allowed range.
13246 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13248         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13249         formatting.
13250         (get_handles_fopen): Likewise.
13251         (do_write_test): Likewise.
13253         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13255         * libio/fileops.c (do_ftell): Use cached offset when
13256         available.
13257         * libio/iofwide.c (do_ftell_wide): Likewise.
13258         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13259         _IO_file_attach.
13260         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13262         [BZ #16532]
13263         * libio/libioP.h (get_file_offset): New function.
13264         * libio/fileops.c (get_file_offset): Likewise.
13265         (do_ftell): Likewise.
13266         (_IO_new_file_seekoff): Split out ftell logic.
13267         * libio/wfileops.c (do_ftell_wide): Likewise.
13268         (_IO_wfile_seekoff): Split out ftell logic.
13269         * libio/tst-ftell-active-handler.c: New test case.
13270         * libio/Makefile (tests): Add it.
13272 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13274         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13275         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13277 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13279         [BZ #16639]
13280         * nscd/connections.c (nscd_init): Call do_exit.
13281         (start_threads): Call do_exit and notify_parent.
13282         (begin_drop_privileges): Call do_exit.
13283         (finish_drop_privileges): Likewise.
13284         * nscd/selinux.c (preserve_capabilities): Likewise.
13285         (install_real_capabilities): Likewise.
13286         (nscd_selinux_enabled): Likewise.
13287         (avc_create_thread): Likewise.
13288         (avc_alloc_lock): Likewise.
13289         (nscd_avc_init): Likewise.
13290         * nscd/nscd.c (parent_fd): New static variable.
13291         (main): Create a pipe between parent and child processes.
13292         Skip closing parent_fd.
13293         (monitor_child): New function.
13294         (do_exit): Likewise.
13295         (notify_parent): Likewise.
13296         * nscd/nscd.h (notify_parent): Likewise.
13297         (do_exit): Likewise.
13299 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13301         * malloc/malloc.c (__libc_calloc): Revert last change.
13303 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13305         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13307 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13309         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13310         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13311         implementation.
13312         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13313         (__libc_ifunc_impl_list): Likewise.
13314         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13315         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13316         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13317         * string/strrchr.c: Define STRRCHR.
13319 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13321         * benchtest/bench-strtok.c (simple_strtok): Delete.
13322         (strtok_string): Use as benchmark.
13323         * string/strtok (STRTOK): New macro.
13325 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13327         * manual/threads.texi: Add header and standard comments to all
13328         functions.
13330         * elf/dl-lookup.c (check_match): New function.
13331         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13332         (do_lookup_x): Remove nested function check_match. Use non-nested
13333         function check_match.
13335 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13337         * csu/Makefile (generated, before-compile): Use += rather than =.
13338         * catgets/Makefile (generated, generated-dirs): Likewise.
13339         * debug/Makefile (generated): Likewise.
13340         * dlfcn/Makefile (generated): Likewise.
13341         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13342         * iconvdata/Makefile (before-compile, generated): Likewise.
13343         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13344         * libio/Makefile (generated): Likewise.
13345         * malloc/Makefile (generated): Likewise.
13346         * manual/Makefile (generated, generated-dirs): Likewise.
13347         * misc/Makefile (generated): Likewise.
13348         * posix/Makefile (generated): Likewise.
13349         * resolv/Makefile (generated): Likewise.
13350         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13351         * timezone/Makefile (generated, generated-dirs): Likewise.
13353         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13355 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13357         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13358         power8 implementation.
13359         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13360         file: POWER8 llround ifunc implementation.
13361         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13362         (__lllround): Add POWER8 implementation.
13363         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13364         POWER8 llround implementation.
13366         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13367         power8 implementation.
13368         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13369         file: POWER8 llrint ifunc implementation.
13370         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13371         Add POWER8 implementation.
13372         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13373         POWER8 llrint implementation.
13375         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13376         power8 implementation.
13377         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13378         file: POWER8 finite ifunc implementation.
13379         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13380         Add POWER8 implementation.
13381         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13382         Likewise.
13383         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13384         POWER8 finite implementation.
13385         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13387         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13388         power8 implementation.
13389         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13390         file: POWER8 isinf ifunc implementation.
13391         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13392         POWER8 implementation.
13393         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13394         Likewise.
13395         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13396         isinf implementation.
13397         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13399         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13400         (INIT_ARCH): Add hwcap2 initialization.
13401         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13402         power8 implementation.
13403         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13404         file: POWER8 isnan ifunc implementation.
13405         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13406         POWER8 implementation.
13407         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13408         Likewise.
13409         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13410         isnan implementation.
13411         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13413 2014-02-27  Joey Ye  <joey.ye@arm.com>
13415         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13416         (_FP_NANFRAC_Q): Set to zero.
13418 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13420         [BZ #16623]
13421         * math/auto-libm-test-in: New test inputs.
13422         * math/auto-libm-test-out: Regenerate.
13423         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13424         and DA.
13425         (__cos): Likewise.
13426         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13428 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
13430         * scripts/evaluate-test.sh: Take new argument indicating whether
13431         failure is expected.
13432         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
13433         indicating whether failure is expected.
13434         * conform/Makefile (test-xfail-run-conformtest): New variable.
13435         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
13436         level.
13437         * posix/Makefile (test-xfail-annexc): New variable.
13438         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
13440 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
13442         * argp/Makefile: Include Makeconfig immediately after defining
13443         subdir.
13444         * assert/Makefile: Likewise.
13445         * benchtests/Makefile: Likewise.
13446         * catgets/Makefile: Likewise.
13447         * conform/Makefile: Likewise.
13448         * crypt/Makefile: Likewise.
13449         * csu/Makefile: Likewise.
13450         (all): Remove target.
13451         * ctype/Makefile: Include Makeconfig immediately after defining
13452         subdir.
13453         * debug/Makefile: Likewise.
13454         * dirent/Makefile: Likewise.
13455         * dlfcn/Makefile: Likewise.
13456         * gmon/Makefile: Likewise.
13457         * gnulib/Makefile: Likewise.
13458         * grp/Makefile: Likewise.
13459         * gshadow/Makefile: Likewise.
13460         * hesiod/Makefile: Likewise.
13461         * hurd/Makefile: Likewise.
13462         (all): Remove target.
13463         * iconvdata/Makefile: Include Makeconfig immediately after
13464         defining subdir.
13465         * inet/Makefile: Likewise.
13466         * intl/Makefile: Likewise.
13467         * io/Makefile: Likewise.
13468         * libio/Makefile: Likewise.
13469         (all): Remove target.
13470         * locale/Makefile: Include Makeconfig immediately after defining
13471         subdir.
13472         * login/Makefile: Likewise.
13473         * mach/Makefile: Likewise.
13474         (all): Remove target.
13475         * malloc/Makefile: Include Makeconfig immediately after defining
13476         subdir.
13477         (all): Remove target.
13478         * manual/Makefile: Include Makeconfig immediately after defining
13479         subdir.
13480         * math/Makefile: Likewise.
13481         * misc/Makefile: Likewise.
13482         * nis/Makefile: Likewise.
13483         * nss/Makefile: Likewise.
13484         * po/Makefile: Likewise.
13485         (all): Remove target.
13486         * posix/Makefile: Include Makeconfig immediately after defining
13487         subdir.
13488         * pwd/Makefile: Likewise.
13489         * resolv/Makefile: Likewise.
13490         * resource/Makefile: Likewise.
13491         * rt/Makefile: Likewise.
13492         * setjmp/Makefile: Likewise.
13493         * shadow/Makefile: Likewise.
13494         * signal/Makefile: Likewise.
13495         * socket/Makefile: Likewise.
13496         * soft-fp/Makefile: Likewise.
13497         * stdio-common/Makefile: Likewise.
13498         * stdlib/Makefile: Likewise.
13499         * streams/Makefile: Likewise.
13500         * string/Makefile: Likewise.
13501         * sunrpc/Makefile: Likewise.
13502         (all): Remove target.
13503         * sysvipc/Makefile: Include Makeconfig immediately after defining
13504         subdir.
13505         * termios/Makefile: Likewise.
13506         * time/Makefile: Likewise.
13507         * timezone/Makefile: Likewise.
13508         (all): Remove target.
13509         * wcsmbs/Makefile: Include Makeconfig immediately after defining
13510         subdir.
13511         * wctype/Makefile: Likewise.
13513 2014-02-26  Steve Ellcey  <sellcey@mips.com>
13515         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
13516         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
13517         (libc_feholdexcept_setround_mips): Ditto.
13518         (libc_feholdsetround): New.
13519         (libc_feholdsetroundf): New.
13520         (libc_feholdsetroundl): New.
13521         (libc_feupdateenv_test_mips): New.
13522         (libc_feupdateenv_test): New.
13523         (libc_feupdateenv_testf): New.
13524         (libc_feupdateenv_testl): New.
13525         (libc_feresetround): New.
13526         (libc_feresetroundf): New.
13527         (libc_feresetroundl): New.
13528         (libc_fetestexcept_mips): New.
13529         (libc_fetestexcept): New.
13530         (libc_fetestexceptf): New.
13531         (libc_fetestexceptl): New.
13532         (HAVE_RM_CTX): New.
13533         (libc_feholdexcept_setround_mips_ctx): New.
13534         (libc_feholdexcept_setround_ctx): New.
13535         (libc_feholdexcept_setroundf_ctx): New.
13536         (libc_feholdexcept_setroundl_ctx): New.
13537         (libc_fesetenv_mips_ctx): New.
13538         (libc_fesetenv_ctx): New.
13539         (libc_fesetenv_ctxf): New.
13540         (libc_fesetenv_ctxl): New.
13541         (libc_feupdateenv_mips_ctx): New.
13542         (libc_feupdateenv_ctx): New.
13543         (libc_feupdateenvf_ctx): New.
13544         (libc_feupdateenvl_ctx): New.
13545         (libc_feholdsetround_mips_ctx): New.
13546         (libc_feholdsetround_ctx): New.
13547         (libc_feholdsetroundf_ctx): New.
13548         (libc_feholdsetroundl_ctx): New.
13549         (libc_feresetround_mips_ctx): New.
13550         (libc_feresetround_ctx): New.
13551         (libc_feresetroundf_ctx): New.
13552         (libc_feresetroundl_ctx): New.
13554 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
13556         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
13558         * manual/ipc.texi: New file.
13559         * manual/Makefile (chapters): Add ipc.
13560         * manual/job.texi: Add "Inter-Process Communication" to next.
13561         * manual/process.texi: Add "Inter-Process Communication" to prev.
13563 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13565         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13567 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
13569         * malloc/malloc.c (__libc_calloc): Simplify implementation.
13571         * manual/arith.texi: Fix spaces after sentences.
13572         * manual/charset.texi: Likewise.
13573         * manual/errno.texi: Likewise.
13574         * manual/install.texi: Likewise.
13575         * manual/llio.texi: Likewise.
13576         * manual/locale.texi: Likewise.
13577         * manual/maint.texi: Likewise.
13578         * manual/math.texi: Likewise.
13579         * manual/memory.texi: Likewise.
13580         * manual/message.texi: Likewise.
13581         * manual/probes.texi: Likewise.
13582         * manual/resource.texi: Likewise.
13583         * manual/signal.texi: Likewise.
13584         * manual/socket.texi: Likewise.
13585         * manual/stdio.texi: Likewise.
13586         * manual/string.texi: Likewise.
13587         * manual/time.texi: Likewise.
13588         * manual/users.texi: Likewise.
13590 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
13592         [BZ #16632]
13593         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
13594         _DEFAULT_SOURCE is defined.
13596 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
13597             Carlos O'Donell  <carlos@redhat.com>
13599         [BZ #16613]
13600         * elf/dl-tls.c (_dl_count_modids): New function.
13601         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
13602         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
13603         audit library and increment generation counter.
13604         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
13605         * elf/tst-audit9.c: New file.
13606         * elf/tst-auditmod9a.c: New file.
13607         * elf/tst-auditmod9b.c: New file.
13608         * elf/Makefile: Add rules to build and run tst-audit9.
13610 2014-02-25  Florian Weimer  <fweimer@redhat.com>
13612         [BZ #15347]
13613         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
13615 2014-02-25  Will Newton  <will.newton@linaro.org>
13617         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
13618         (__longjmp): Restore sp and lr before restoring callee
13619         saved registers.  Add longjmp and longjmp_target
13620         SystemTap probe point.
13621         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
13622         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
13623         Define to zero to match jmpbuf layout.
13624         * sysdeps/arm/setjmp.S: Include stap-probe.h.
13625         (__sigsetjmp): Save sp and lr before saving callee
13626         saved registers.  Add setjmp SystemTap probe point.
13628 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
13630         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13632 2014-02-24  Andreas Schwab  <schwab@suse.de>
13634         [BZ #15804]
13635         * elf/pldd.c (wait_for_ptrace_stop): New function.
13636         (main): Call it after attaching.
13638 2014-02-22  Roland McGrath  <roland@hack.frob.com>
13640         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
13641         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
13642         Versions files is now verboten.
13643         * hurd/Versions (libc: GLIBC_2.0):
13644         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
13645         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
13646         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
13647         * mach/Versions: Likewise.
13649         * csu/Versions: Remove unused %include.
13650         * resolv/Versions: Likewise.
13652 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
13654         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
13655         ($(objpfx)check-local-headers.out): Likewise.
13656         ($(objpfx)begin-end-check.out): Likewise.
13657         * Makerules (check-abi-%.out): Likewise.
13658         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
13659         ($(objpfx)test2.cat): Likewise.
13660         ($(objpfx)de/libc.cat): Likewise.
13661         ($(objpfx)test-gencat.out): Likewise.
13662         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
13663         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
13664         ($(objpfx)noload-mem): Likewise.
13665         ($(objpfx)tst-pathopt.out): Likewise.
13666         ($(objpfx)tst-rtld-load-self.out): Likewise.
13667         ($(objpfx)tst-array1-cmp.out): Likewise.
13668         ($(objpfx)tst-array1-static-cmp.out): Likewise.
13669         ($(objpfx)tst-array2-cmp.out): Likewise.
13670         ($(objpfx)tst-array3-cmp.out): Likewise.
13671         ($(objpfx)tst-array4-cmp.out): Likewise.
13672         ($(objpfx)tst-array5-cmp.out): Likewise.
13673         ($(objpfx)tst-array5-static-cmp.out): Likewise.
13674         ($(objpfx)check-textrel.out): Likewise.
13675         ($(objpfx)check-execstack.out): Likewise.
13676         ($(objpfx)check-localplt.out): Likewise.
13677         ($(objpfx)order2-cmp.out): Likewise.
13678         ($(objpfx)tst-leaks1-mem): Likewise.
13679         ($(objpfx)tst-leaks1-static-mem): Likewise.
13680         ($(objpfx)tst-initorder-cmp.out): Likewise.
13681         ($(objpfx)tst-initorder2-cmp.out): Likewise.
13682         ($(objpfx)tst-unused-dep.out): Likewise.
13683         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
13684         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
13685         * iconv/Makefile (test-iconvconfig): Likewise.
13686         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
13687         ($(objpfx)iconv-test.out): Likewise.
13688         ($(objpfx)tst-tables.out): Likewise.
13689         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
13690         ($(objpfx)tst-gettext.out): Likewise.
13691         ($(objpfx)tst-translit.out): Likewise.
13692         ($(objpfx)tst-gettext2.out): Likewise.
13693         ($(objpfx)tst-gettext4.out): Likewise.
13694         ($(objpfx)tst-gettext6.out): Likewise.
13695         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
13696         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
13697         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
13698         ($(objpfx)tst-fopenloc-mem.out): Likewise.
13699         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
13700         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
13701         * posix/Makefile ($(objpfx)globtest.out): Likewise.
13702         ($(objpfx)wordexp-tst.out): Likewise.
13703         ($(objpfx)annexc.out): Likewise.
13704         ($(objpfx)tst-fnmatch-mem): Likewise.
13705         ($(objpfx)bug-regex2-mem): Likewise.
13706         ($(objpfx)bug-regex14-mem): Likewise.
13707         ($(objpfx)bug-regex21-mem): Likewise.
13708         ($(objpfx)bug-regex31-mem): Likewise.
13709         ($(objpfx)tst-vfork3-mem): Likewise.
13710         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13711         ($(objpfx)tst-pcre-mem): Likewise.
13712         ($(objpfx)tst-boost-mem): Likewise.
13713         ($(objpfx)tst-getconf.out): Likewise.
13714         ($(objpfx)bug-ga2-mem): Likewise.
13715         ($(objpfx)bug-glob2-mem): Likewise.
13716         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
13717         ($(objpfx)mtrace-tst-leaks2): Likewise.
13718         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
13719         ($(objpfx)tst-printf.out): Likewise.
13720         ($(objpfx)tst-setvbuf1.out): Likewise.
13721         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
13722         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
13723         ($(objpfx)tst-fmtmsg.out): Likewise.
13724         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
13725         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
13727         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
13728         * bits/sigaction.h [__USE_MISC]: Likewise.
13729         * bits/waitstatus.h: Update #endif comments.
13730         * ctype/ctype.h: Likewise.
13731         * dirent/dirent.h: Likewise.
13732         [__USE_MISC]: Remove redundant conditionals.
13733         * grp/grp.h: Update #endif comments.
13734         [__USE_GNU]: Remove redundant conditionals.
13735         [__USE_MISC]: Likewise.
13736         * inet/netinet/in.h [__USE_GNU]: Likewise.
13737         * io/sys/stat.h [__USE_MISC]: Likewise.
13738         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
13739         * libio/bits/stdio.h: Update #endif comments.
13740         [__USE_MISC]: Remove redundant conditionals.
13741         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
13742         * libio/stdio.h: Update #endif comments.
13743         [__USE_MISC]: Remove redundant conditionals.
13744         * math/bits/math-finite.h [__USE_MISC]: Likewise.
13745         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
13746         * math/math.h: Update #else and #endif comments.
13747         [__USE_MISC]: Remove redundant conditionals.
13748         * misc/sys/uio.h: Update #endif comments.
13749         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
13750         * posix/glob.h [__USE_MISC]: Likewise.
13751         * posix/sys/types.h: Update #endif comments.
13752         [__USE_MISC]: Remove redundant conditionals.
13753         * posix/sys/wait.h: Update #endif comments.
13754         [__USE_MISC]: Remove redundant conditionals.
13755         * posix/unistd.h: Update #endif comments.
13756         [__USE_MISC]: Remove redundant conditionals.
13757         * pwd/pwd.h [__USE_GNU]: Likewise.
13758         [__USE_MISC]: Likewise.
13759         * resolv/netdb.h [__USE_GNU]: Likewise.
13760         * signal/signal.h: Update #endif comments.
13761         [__USE_MISC]: Remove redundant conditionals.
13762         * stdlib/stdlib.h: Update #else and #endif comments.
13763         [__USE_MISC]: Remove redundant conditionals.
13764         [__USE_GNU]: Likewise.
13765         * string/bits/string2.h [__USE_MISC]: Likewise.
13766         * string/string.h: Update #endif comments.
13767         [__USE_MISC]: Remove redundant conditionals.
13768         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
13769         Likewise.
13770         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
13771         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
13772         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
13773         Likewise.
13774         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
13775         Likewise.
13776         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
13777         comments.
13778         [__USE_MISC]: Remove redundant conditionals.
13779         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
13780         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
13781         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
13782         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
13783         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
13784         Likewise.
13785         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
13786         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
13787         Likewise.
13788         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
13789         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
13790         Likewise.
13791         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
13792         Likewise.
13793         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
13794         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
13795         Likewise.
13796         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
13797         Likewise.
13798         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
13799         * sysdeps/x86/bits/string.h: Update #endif comments.
13800         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
13801         conditionals.
13802         * time/sys/time.h: Update #endif comments.
13803         * time/time.h: Likewise.
13804         [__USE_MISC]: Remove redundant conditionals.
13806 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
13808         [BZ #16600]
13809         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
13811 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
13813         * Versions.def (librt): Add GLIBC_2.17.
13815 2014-02-21  Adam Conrad  <adconrad@0c3.net>
13817         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
13818         synonym for _SYS_AUXV_H to allow direct inclusion.
13819         * sysdeps/sparc/bits/hwcap.h: Likewise.
13820         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
13821         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
13822         * sysdeps/sparc/sysdep.h: Likewise.
13824 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
13826         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
13828 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13830         * benchtests/bench-strrchr.c: Print length instead of position.
13832 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
13834         [BZ #16611]
13835         * sysdeps/unix/sysv/linux/kernel-features.h
13836         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
13837         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
13838         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
13839         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
13840         Likewise.
13841         [__i386__ || __powerpc__ || __sh__ || __sparc__]
13842         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13843         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
13844         (__ASSUME_SENDMMSG): Define instead of using previous
13845         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
13846         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13847         (__ASSUME_SENDMMSG_SYSCALL): Define.
13848         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13849         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
13850         Likewise.
13851         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13852         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13853         Likewise.
13854         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13855         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13856         Likewise.
13857         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
13858         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
13859         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
13860         [__ASSUME_SENDMMSG]: Change conditionals to
13861         [__ASSUME_SENDMMSG_SOCKETCALL].
13862         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13863         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
13864         Define.
13865         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13866         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
13867         Likewise.
13868         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
13869         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
13870         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
13871         [!__ASSUME_SENDMMSG]: Change conditional to
13872         [!__ASSUME_SENDMMSG_SOCKETCALL].
13873         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13874         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13875         Define.
13877         [BZ #16610]
13878         * sysdeps/unix/sysv/linux/kernel-features.h
13879         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
13880         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
13881         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
13882         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
13883         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
13884         [__i386__ || __sparc__]
13885         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13886         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
13887         (__ASSUME_RECVMMSG): Define instead of using previous
13888         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
13889         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13890         (__ASSUME_RECVMMSG_SYSCALL): Define.
13891         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13892         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13893         Likewise.
13894         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13895         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13896         Likewise.
13897         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13898         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13899         Likewise.
13900         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
13901         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
13902         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
13903         [__ASSUME_RECVMMSG]: Change condition to
13904         [__ASSUME_RECVMMSG_SOCKETCALL].
13905         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13906         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13907         Define.
13908         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13909         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13910         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13911         Likewise.
13912         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
13913         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
13914         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
13915         [!__ASSUME_RECVMMSG]: Change condition to
13916         [!__ASSUME_RECVMMSG_SOCKETCALL].
13917         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13918         (__ASSUME_RECVMMSG_SYSCALL): Define.
13920         [BZ #16609]
13921         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
13922         __powerpc__ || __s390__ || __sh__ || __sparc__]
13923         (__ASSUME_SOCKETCALL): Define.
13924         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
13925         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
13926         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
13927         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
13928         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13929         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
13930         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
13931         (__ASSUME_ACCEPT4): Define instead of using previous
13932         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
13933         __powerpc__ || __sparc__ || __s390__)] condition.
13934         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13935         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
13936         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
13937         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
13938         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
13939         [!__ASSUME_ACCEPT4]: Change condition to
13940         [!__ASSUME_ACCEPT4_SOCKETCALL].
13941         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13942         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
13943         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
13944         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13945         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
13946         __ASSUME_ACCEPT4_SYSCALL.
13947         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
13948         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
13949         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13950         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
13951         __ASSUME_ACCEPT4_SYSCALL.
13952         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
13953         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
13954         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
13955         [__ASSUME_ACCEPT4]: Change condition to
13956         [__ASSUME_ACCEPT4_SOCKETCALL].
13957         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13958         (__ASSUME_SOCKETCALL): Define.
13959         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
13960         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13961         (__ASSUME_SOCKETCALL): Define.
13962         (__ASSUME_ACCEPT4): Remove.
13963         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
13964         Define.
13965         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13966         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
13967         Likewise.
13968         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13969         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
13971         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
13972         macro.
13973         (HWCAP_ARM_LPAE): Likewise.
13974         (HWCAP_ARM_EVTSTRM): Likewise.
13975         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
13976         Add vpfd32, lpae and evtstrm.
13977         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
13978         Increase to 22.
13980 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
13982         * math/auto-libm-test-in: Add tests of clog10.
13983         * math/auto-libm-test-out: Regenerated.
13984         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
13985         * sysdeps/i386/fpu/libm-test-ulps: Update.
13986         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13988 2014-02-18  Andreas Schwab  <schwab@suse.de>
13990         [BZ #16574]
13991         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
13992         Store non-zero if the second buffer was newly allocated.
13993         (send_dg): Likewise.
13994         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
13995         to send_vc and send_dg.
13996         (res_nsend): Pass NULL for ansp2_malloced.
13997         * resolv/res_query.c (__libc_res_nquery): Add parameter
13998         answerp2_malloced and pass it down to __libc_res_nsend.
13999         (res_nquery): Pass additional NULL to __libc_res_nquery.
14000         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14001         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14002         second answer buffer if answerp2_malloced was set.
14003         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14004         (__libc_res_nquerydomain): Add parameter
14005         answerp2_malloced and pass it down to __libc_res_nquery.
14006         (res_nquerydomain): Pass additional NULL to
14007         __libc_res_nquerydomain.
14008         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14009         additional NULL to __libc_res_nsend and __libc_res_nquery.
14010         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14011         additional NULL to __libc_res_nsearch.
14012         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14013         parameter of __libc_res_nsearch to check for separately allocated
14014         second buffer.
14015         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14016         __libc_res_nquery.
14017         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14018         additional NULL to __libc_res_nquery.
14019         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14020         __libc_res_nsearch.
14021         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14022         * include/resolv.h: Update prototypes of __libc_res_nquery,
14023         __libc_res_nsearch, __libc_res_nsend.
14025 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14027         * math/auto-libm-test-in: Add tests of fma.
14028         * math/auto-libm-test-out: Regenerated.
14029         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14030         (fma_towardzero_test_data): Likewise.
14031         (fma_downward_test_data): Likewise.
14032         (fma_upward_test_data): Likewise.
14033         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14034         mpc_mode.
14035         (rounding_modes): Add values for new field.
14036         (func_calc_method): Add value mpfr_fff_f.
14037         (func_calc_desc): Add mpfr_fff_f union field.
14038         (test_function): Add field exact_args.
14039         (FUNC): Add macro argument EXACT_ARGS.
14040         (FUNC_mpfr_f_f): Update call to FUNC.
14041         (FUNC_mpfr_f_f): Likewise.
14042         (FUNC_mpfr_ff_f): Likewise.
14043         (FUNC_mpfr_if_f): Likewise.
14044         (FUNC_mpc_c_f): Likewise.
14045         (FUNC_mpc_c_c): Likewise.
14046         (test_functions): Add fma.  Update calls to FUNC.
14047         (handle_input_arg): Add argument exact_args.
14048         (add_test): Update call to handle_input_arg.
14049         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14050         (output_for_one_input_case): Update call to calc_generic_results.
14051         Recalculate exact zero results in each rounding mode.
14053         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14054         non-negative before setting low bit.
14055         * math/auto-libm-test-in: Mark one asin test possibly having
14056         spurious underflow.
14057         * math/auto-libm-test-out: Regenerated.
14058         * sysdeps/i386/fpu/libm-test-ulps: Update.
14059         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14061 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14063         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14064         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14065         ports/sysdeps/unix/sysv/linux/microblaze.
14066         * README: Add missing listing for microblaze*-*-linux-gnu.
14068 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14070         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14071         duplicate code
14073 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14075         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14076         * sysdeps/unix/sysv/linux/ia64: Move directory from
14077         ports/sysdeps/unix/sysv/linux/ia64.
14078         * README: Update listing for ia64-*-linux-gnu.
14080 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14081             Joseph Myers  <joseph@codesourcery.com>
14083         * Makeconfig (test-name): New variable.
14084         (evaluate-test): Likewise.
14085         * Makerules (do-test-clean): Remove .test-result files.
14086         (common-mostlyclean): Likewise.
14087         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14088         * scripts/evaluate-test.sh: New file.
14090 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14092         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14093         separate $(objpfx)tst-fopenloc-cmp.out and
14094         $(objpfx)tst-fopenloc-mem.out targets.
14095         (tests): Update dependencies.
14096         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14097         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14098         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14099         (tst-rxspencer-no-utf8-ARGS): New variable.
14100         (tst-rxspencer-no-utf8-ENV): Likewise.
14101         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14102         instead of $(objpfx)tst-rxspencer-mem.
14103         ($(objpfx)tst-rxspencer-mem): Change target to
14104         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14105         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14106         * posix/tst-rxspencer-no-utf8.c: New file.
14108         * elf/Makefile ($(objpfx)order.out): Remove rule.
14109         [$(run-built-tests) = yes] (tests): Depend on
14110         $(objpfx)order-cmp.out.
14111         ($(objpfx)order-cmp.out): New rule.
14112         [$(run-built-tests) = yes] (tests): Depend on
14113         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14114         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14115         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14116         $(objpfx)tst-array5-static-cmp.out.
14117         ($(objpfx)tst-array1.out): Remove rule.
14118         ($(objpfx)tst-array1-cmp.out): New rule.
14119         ($(objpfx)tst-array1-static.out): Remove rule.
14120         ($(objpfx)tst-array1-static-cmp.out): New rule.
14121         ($(objpfx)tst-array2.out): Remove rule.
14122         ($(objpfx)tst-array2-cmp.out): New rule.
14123         ($(objpfx)tst-array3.out): Remove rule.
14124         ($(objpfx)tst-array3-cmp.out): New rule.
14125         ($(objpfx)tst-array4.out): Remove rule.
14126         ($(objpfx)tst-array4-cmp.out): New rule.
14127         ($(objpfx)tst-array5.out): Remove rule.
14128         ($(objpfx)tst-array5-cmp.out): New rule.
14129         ($(objpfx)tst-array5-static.out): Remove rule.
14130         ($(objpfx)tst-array5-static-cmp.out): New rule.
14131         [$(run-built-tests) = yes] (tests): Depend on
14132         $(objpfx)order2-cmp.out.
14133         ($(objpfx)order2.out): Remove rule.
14134         ($(objpfx)order2-cmp.out): New rule.
14135         ($(objpfx)tst-initorder.out): Remove rule.
14136         [$(run-built-tests) = yes] (tests): Depend on
14137         $(objpfx)tst-initorder-cmp.out.
14138         ($(objpfx)tst-initorder-cmp.out): New rule.
14139         ($(objpfx)tst-initorder2.out): Remove rule.
14140         [$(run-built-tests) = yes] (tests): Depend on
14141         $(objpfx)tst-initorder2-cmp.out.
14142         ($(objpfx)tst-initorder2-cmp.out): New rule.
14143         [$(run-built-tests) = yes] (tests): Depend on
14144         $(objpfx)tst-unused-dep-cmp.out.
14145         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14146         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14147         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14148         on $(objpfx)tst-setvbuf1-cmp.out.
14149         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14150         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14151         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14152         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14153         ($(objpfx)tst-svc.out): Remove rule.
14154         ($(objpfx)tst-svc-cmp.out): New rule.
14156 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14158         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14159         * ctype/ctype.h [__USE_MISC]: Likewise.
14160         * dirent/dirent.h [__USE_MISC]: Likewise.
14161         * grp/grp.h [__USE_MISC]: Likewise.
14162         * io/fcntl.h [__USE_MISC]: Likewise.
14163         * io/sys/stat.h [__USE_MISC]: Likewise.
14164         * libio/stdio.h [__USE_MISC]: Likewise.
14165         * posix/unistd.h [__USE_MISC]: Likewise.
14166         * pwd/pwd.h [__USE_MISC]: Likewise.
14167         * stdlib.h [__USE_MISC]: Likewise.
14168         * string/bits/string2.h [__USE_MISC]: Likewise.
14169         * string/string.h [__USE_MISC]: Likewise.
14170         * time/time.h [__USE_MISC]: Likewise.
14172 2014-02-13  Andreas Schwab  <schwab@suse.de>
14174         [BZ #16574]
14175         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14176         second answer buffer if it was separately allocated.
14178 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14180         * sysdeps/mips/math-tests.h: Include <features.h>.
14181         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14182         (ROUNDING_TESTS_long_double): Do not define.
14183         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14184         (EXCEPTION_TESTS_long_double): Likewise.
14185         * sysdeps/mips/mips64/libm-test-ulps: Update.
14187         * include/features.h (__USE_BSD): Remove macro definitions.
14188         (__USE_SVID): Likewise.
14189         (_BSD_SOURCE): Likewise.
14190         (_SVID_SOURCE): Likewise.
14191         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14192         from definition of _DEFAULT_SOURCE.
14193         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14194         [_DEFAULT_SOURCE].
14195         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14196         * bits/mman.h [__USE_BSD]: Likewise.
14197         * bits/termios.h [__USE_BSD]: Likewise.
14198         * bits/waitstatus.h [__USE_BSD]: Likewise.
14199         * ctype/ctype.h [__USE_SVID]: Likewise.
14200         * dirent/dirent.h [__USE_BSD]: Likewise.
14201         * grp/grp.h [__USE_SVID]: Likewise.
14202         [__USE_BSD]: Likewise.
14203         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14204         * io/fcntl.h [__USE_BSD]: Likewise.
14205         * io/ftw.h [__USE_BSD]: Likewise.
14206         * io/sys/stat.h [__USE_BSD]: Likewise.
14207         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14208         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14209         * libio/stdio.h [__USE_SVID]: Likewise.
14210         [__USE_BSD]: Likewise.
14211         * math/math.h [__USE_SVID]: Likewise.
14212         [__USE_BSD]: Likewise.
14213         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14214         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14215         * misc/search.h [__USE_SVID]: Likewise.
14216         * misc/sys/mman.h [__USE_BSD]: Likewise.
14217         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14218         * misc/sys/uio.h [__USE_BSD]: Likewise.
14219         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14220         * posix/glob.h [__USE_BSD]: Likewise.
14221         * posix/regex.h [__USE_BSD]: Likewise.
14222         * posix/sys/types.h [__USE_BSD]: Likewise.
14223         [__USE_SVID]: Likewise.
14224         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14225         * posix/sys/wait.h [__USE_BSD]: Likewise.
14226         [__USE_SVID]: Likewise.
14227         * posix/unistd.h [__USE_BSD]: Likewise.
14228         [__USE_SVID]: Likewise.
14229         * pwd/pwd.h [__USE_SVID]: Likewise.
14230         * resolv/netdb.h [__USE_BSD]: Likewise.
14231         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14232         * signal/signal.h [__USE_BSD]: Likewise.
14233         [__USE_SVID]: Likewise.
14234         * socket/sys/socket.h [__USE_BSD]: Likewise.
14235         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14236         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14237         [__USE_SVID]: Likewise.
14238         * string/bits/string2.h [__USE_BSD]: Likewise.
14239         [__USE_SVID]: Likewise.
14240         * string/bits/string3.h [__USE_BSD]: Likewise.
14241         * string/endian.h [__USE_BSD]: Likewise.
14242         * string/string.h [__USE_SVID]: Likewise.
14243         [__USE_BSD]: Likewise.
14244         * string/strings.h [__USE_BSD]: Likewise.
14245         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14246         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14247         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14248         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14249         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14250         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14251         Likewise.
14252         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14253         Likewise.
14254         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14255         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14256         Likewise.
14257         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14258         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14259         Likewise.
14260         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14261         Likewise.
14262         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14263         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14264         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14265         Likewise.
14266         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14267         Likewise.
14268         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14269         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14270         * termios/termios.h [__USE_BSD]: Likewise.
14271         * time/sys/time.h [__USE_BSD]: Likewise.
14272         * time/time.h [__USE_BSD]: Likewise.
14273         [__USE_SVID]: Likewise.
14275         * Makefile (subdir_targets): Remove subdir_lint.out.
14277         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14278         (do-tst-printf): Likewise.
14279         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14280         $(objpfx)tst-printf.out.
14282         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14284         * Makerules (check-abi-%): Change target to
14285         $(objpfx)check-abi-%.out.
14286         (check-abi target): Update dependencies.
14287         (check-abi-pattern variable): Redirect output of diff to $@.
14288         (check-abi variable): Likewise.
14289         * elf/Makefile (check-abi): Update dependencies.
14291         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14292         unused.
14293         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14294         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14295         subnormal range.
14296         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14297         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14298         value has largest subnormal exponent.
14299         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14300         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14301         * sysdeps/aarch64/soft-fp/sfp-machine.h
14302         (_FP_TININESS_AFTER_ROUNDING): New macro.
14303         * sysdeps/alpha/soft-fp/sfp-machine.h
14304         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14305         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14306         Likewise.
14307         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14308         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14309         * sysdeps/mips/soft-fp/sfp-machine.h
14310         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14311         * sysdeps/powerpc/soft-fp/sfp-machine.h
14312         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14313         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14314         Likewise.
14315         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14316         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14317         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14318         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14319         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14320         Likewise.
14322 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14324         [BZ #16545]
14325         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14326         model 1.
14328 2014-02-12  Richard Henderson  <rth@redhat.com>
14330         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14331         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14332         * sysdeps/unix/sysv/linux/alpha: Move directory from
14333         ports/sysdeps/unix/sysv/linux/alpha.
14334         * README: Update listing for alpha-*-linux-gnu.
14336 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14338         * include/features.h: Update comment documenting feature test
14339         macros.
14340         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14341         _DEFAULT_SOURCE.
14342         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14343         (_SVID_SOURCE): Likewise.
14344         (_DEFAULT_SOURCE): Update description of default features.
14345         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14346         with _GNU_SOURCE.
14347         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14348         (S_ISVTX): Likewise.
14349         * manual/math.texi (Mathematical Constants): Likewise.
14350         * manual/signal.texi (Interrupted Primitives): Likewise.
14351         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14352         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14353         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14354         Don't refer to _SVID_SOURCE in warning text.
14356         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14358         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14359         already defined.
14360         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14361         * sysdeps/mips/dl-lookup.c: Remove.
14362         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14364 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14366         [BZ #16447]
14367         * math/auto-libm-test-in: Add testcase for expl.
14368         * math/auto-libm-test-out: Regenerate.
14369         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14370         calculation of unsafe.
14371         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14373 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14375         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14376         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14377         ports/sysdeps/unix/sysv/linux/aarch64.
14378         * README: Update listing for aarch64*-*-linux-gnu.
14380 2014-02-11  Will Newton  <will.newton@linaro.org>
14382         * manual/probes.texi (Mathematical Function Probes): Use
14383         "triggered" instead of "hit".
14385         * manual/probes.texi (Internal Probes): Add documentation
14386         of setjmp, longjmp and longjmp_target probes.
14388         * include/stap-probe.h: Add comment about probe argument
14389         format.
14391         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14392         definition.  (tr_where, tr_freehook, tr_mallochook,
14393         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14395 2014-02-11  David S. Miller  <davem@davemloft.net>
14397         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14398         processing int_tests.
14400 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14402         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14403         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14404         * sysdeps/unix/sysv/linux/mips: Move directory from
14405         ports/sysdeps/unix/sysv/linux/mips.
14406         * README: Update listing for mips-*-linux-gnu and
14407         mips64-*-linux-gnu.
14409 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14411         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14412         * sysdeps/unix/sysv/linux/m68k: Move directory from
14413         ports/sysdeps/unix/sysv/linux/m68k.
14414         * README: Update listing for m68k-*-linux-gnu.
14416 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
14418         * sysdeps/tile: Move directory from ports/sysdeps/tile.
14419         * sysdeps/unix/sysv/linux/generic: Move directory from
14420         ports/sysdeps/unix/sysv/linux/generic.
14421         * sysdeps/unix/sysv/linux/tile: Move directory from
14422         ports/sysdeps/unix/sysv/linux/tile.
14423         * README: Update listing for tile*-*-linux-gnu.
14425 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
14427         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14428         __builtin_expect.
14429         * benchtests/bench-memmem.c (simple_memmem): Likewise.
14430         * catgets/open_catalog.c (__open_catalog): Likewise.
14431         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
14432         * debug/confstr_chk.c: Likewise.
14433         * debug/fread_chk.c (__fread_chk): Likewise.
14434         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
14435         * debug/getgroups_chk.c: Likewise.
14436         * debug/mbsnrtowcs_chk.c: Likewise.
14437         * debug/mbsrtowcs_chk.c: Likewise.
14438         * debug/mbstowcs_chk.c: Likewise.
14439         * debug/memcpy_chk.c: Likewise.
14440         * debug/memmove_chk.c: Likewise.
14441         * debug/mempcpy_chk.c: Likewise.
14442         * debug/memset_chk.c: Likewise.
14443         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14444         * debug/strcat_chk.c (__strcat_chk): Likewise.
14445         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
14446         * debug/strncat_chk.c (__strncat_chk): Likewise.
14447         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
14448         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
14449         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
14450         * debug/wcpncpy_chk.c: Likewise.
14451         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14452         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
14453         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
14454         * debug/wcsncpy_chk.c: Likewise.
14455         * debug/wcsnrtombs_chk.c: Likewise.
14456         * debug/wcsrtombs_chk.c: Likewise.
14457         * debug/wcstombs_chk.c: Likewise.
14458         * debug/wmemcpy_chk.c: Likewise.
14459         * debug/wmemmove_chk.c: Likewise.
14460         * debug/wmempcpy_chk.c: Likewise.
14461         * debug/wmemset_chk.c: Likewise.
14462         * dirent/scandirat.c (SCANDIRAT): Likewise.
14463         * dlfcn/dladdr1.c (dladdr1): Likewise.
14464         * dlfcn/dladdr.c (dladdr): Likewise.
14465         * dlfcn/dlclose.c (dlclose_doit): Likewise.
14466         * dlfcn/dlerror.c (__dlerror): Likewise.
14467         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
14468         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
14469         * dlfcn/dlopen.c (dlopen_doit): Likewise.
14470         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
14471         * dlfcn/dlsym.c (dlsym_doit): Likewise.
14472         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
14473         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
14474         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
14475         Likewise.
14476         * elf/dl-conflict.c: Likewise.
14477         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
14478         * elf/dl-dst.h: Likewise.
14479         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
14480         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
14481         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
14482         * elf/dl-init.c (call_init, _dl_init): Likewise.
14483         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
14484         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
14485         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
14486         Likewise.
14487         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
14488         Likewise.
14489         * elf/dl-minimal.c (__libc_memalign): Likewise.
14490         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
14491         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14492         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
14493         * elf/dl-sym.c (do_sym): Likewise.
14494         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
14495         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
14496         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
14497         * elf/dl-writev.h (_dl_writev): Likewise.
14498         * elf/ldconfig.c (search_dir): Likewise.
14499         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
14500         (dl_main): Likewise.
14501         * elf/setup-vdso.h (setup_vdso): Likewise.
14502         * grp/compat-initgroups.c (compat_call): Likewise.
14503         * grp/fgetgrent.c (fgetgrent): Likewise.
14504         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
14505         * grp/putgrent.c (putgrent): Likewise.
14506         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
14507         Likewise.
14508         * hurd/hurdinit.c: Likewise.
14509         * iconvdata/8bit-gap.c (struct): Likewise.
14510         * iconvdata/ansi_x3.110.c : Likewise.
14511         * iconvdata/big5.c : Likewise.
14512         * iconvdata/big5hkscs.c : Likewise.
14513         * iconvdata/cp1255.c: Likewise.
14514         * iconvdata/cp1258.c : Likewise.
14515         * iconvdata/cp932.c : Likewise.
14516         * iconvdata/euc-cn.c: Likewise.
14517         * iconvdata/euc-jisx0213.c : Likewise.
14518         * iconvdata/euc-jp.c: Likewise.
14519         * iconvdata/euc-jp-ms.c : Likewise.
14520         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
14521         * iconvdata/gb18030.c : Likewise.
14522         * iconvdata/gbbig5.c (const): Likewise.
14523         * iconvdata/gbgbk.c: Likewise.
14524         * iconvdata/gbk.c : Likewise.
14525         * iconvdata/ibm1364.c : Likewise.
14526         * iconvdata/ibm930.c : Likewise.
14527         * iconvdata/ibm932.c: Likewise.
14528         * iconvdata/ibm933.c : Likewise.
14529         * iconvdata/ibm935.c : Likewise.
14530         * iconvdata/ibm937.c : Likewise.
14531         * iconvdata/ibm939.c : Likewise.
14532         * iconvdata/ibm943.c: Likewise.
14533         * iconvdata/iso_11548-1.c: Likewise.
14534         * iconvdata/iso-2022-cn.c : Likewise.
14535         * iconvdata/iso-2022-cn-ext.c : Likewise.
14536         * iconvdata/iso-2022-jp-3.c: Likewise.
14537         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
14538         * iconvdata/iso-2022-kr.c : Likewise.
14539         * iconvdata/iso646.c (gconv_end): Likewise.
14540         * iconvdata/iso_6937-2.c : Likewise.
14541         * iconvdata/iso_6937.c : Likewise.
14542         * iconvdata/iso8859-1.c: Likewise.
14543         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
14544         * iconvdata/shift_jisx0213.c : Likewise.
14545         * iconvdata/sjis.c : Likewise.
14546         * iconvdata/t.61.c : Likewise.
14547         * iconvdata/tcvn5712-1.c : Likewise.
14548         * iconvdata/tscii.c: Likewise.
14549         * iconvdata/uhc.c : Likewise.
14550         * iconvdata/unicode.c (gconv_end): Likewise.
14551         * iconvdata/utf-16.c (gconv_end): Likewise.
14552         * iconvdata/utf-32.c (gconv_end): Likewise.
14553         * iconvdata/utf-7.c (base64): Likewise.
14554         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
14555         * iconv/gconv_close.c (__gconv_close): Likewise.
14556         * iconv/gconv_open.c (__gconv_open): Likewise.
14557         * iconv/gconv_simple.c (internal_ucs4_loop_single)
14558         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
14559         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
14560         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
14561         (ucs4le_internal_loop_single): Likewise.
14562         * iconv/iconv.c (iconv): Likewise.
14563         * iconv/iconv_close.c: Likewise.
14564         * iconv/loop.c (SINGLE): Likewise.
14565         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
14566         * include/atomic.h: Likewise.
14567         * inet/inet6_option.c (option_alloc): Likewise.
14568         * intl/bindtextdom.c (set_binding_values): Likewise.
14569         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
14570         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
14571         * intl/localealias.c (read_alias_file): Likewise.
14572         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
14573         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
14574         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
14575         * libio/fmemopen.c (fmemopen): Likewise.
14576         * libio/iofgets.c (_IO_fgets): Likewise.
14577         * libio/iofgets_u.c (fgets_unlocked): Likewise.
14578         * libio/iofgetws.c (fgetws): Likewise.
14579         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
14580         * libio/iogetdelim.c (_IO_getdelim): Likewise.
14581         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
14582         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
14583         * locale/findlocale.c (_nl_find_locale): Likewise.
14584         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
14585         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
14586         Likewise.
14587         * locale/setlocale.c (setlocale): Likewise.
14588         * login/programs/pt_chown.c (main): Likewise.
14589         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
14590         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
14591         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
14592         (mmap, mmap64, mremap, munmap): Likewise.
14593         * math/e_exp2l.c: Likewise.
14594         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
14595         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
14596         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
14597         * math/s_catan.c (__catan): Likewise.
14598         * math/s_catanf.c (__catanf): Likewise.
14599         * math/s_catanh.c (__catanh): Likewise.
14600         * math/s_catanhf.c (__catanhf): Likewise.
14601         * math/s_catanhl.c (__catanhl): Likewise.
14602         * math/s_catanl.c (__catanl): Likewise.
14603         * math/s_ccosh.c (__ccosh): Likewise.
14604         * math/s_ccoshf.c (__ccoshf): Likewise.
14605         * math/s_ccoshl.c (__ccoshl): Likewise.
14606         * math/s_cexp.c (__cexp): Likewise.
14607         * math/s_cexpf.c (__cexpf): Likewise.
14608         * math/s_cexpl.c (__cexpl): Likewise.
14609         * math/s_clog10.c (__clog10): Likewise.
14610         * math/s_clog10f.c (__clog10f): Likewise.
14611         * math/s_clog10l.c (__clog10l): Likewise.
14612         * math/s_clog.c (__clog): Likewise.
14613         * math/s_clogf.c (__clogf): Likewise.
14614         * math/s_clogl.c (__clogl): Likewise.
14615         * math/s_csin.c (__csin): Likewise.
14616         * math/s_csinf.c (__csinf): Likewise.
14617         * math/s_csinh.c (__csinh): Likewise.
14618         * math/s_csinhf.c (__csinhf): Likewise.
14619         * math/s_csinhl.c (__csinhl): Likewise.
14620         * math/s_csinl.c (__csinl): Likewise.
14621         * math/s_csqrt.c (__csqrt): Likewise.
14622         * math/s_csqrtf.c (__csqrtf): Likewise.
14623         * math/s_csqrtl.c (__csqrtl): Likewise.
14624         * math/s_ctan.c (__ctan): Likewise.
14625         * math/s_ctanf.c (__ctanf): Likewise.
14626         * math/s_ctanh.c (__ctanh): Likewise.
14627         * math/s_ctanhf.c (__ctanhf): Likewise.
14628         * math/s_ctanhl.c (__ctanhl): Likewise.
14629         * math/s_ctanl.c (__ctanl): Likewise.
14630         * math/w_pow.c: Likewise.
14631         * math/w_powf.c: Likewise.
14632         * math/w_powl.c: Likewise.
14633         * math/w_scalb.c (sysv_scalb): Likewise.
14634         * math/w_scalbf.c (sysv_scalbf): Likewise.
14635         * math/w_scalbl.c (sysv_scalbl): Likewise.
14636         * misc/error.c (error_tail): Likewise.
14637         * misc/pselect.c (__pselect): Likewise.
14638         * nis/nis_callback.c (__nis_create_callback): Likewise.
14639         * nis/nis_call.c (__nisfind_server): Likewise.
14640         * nis/nis_creategroup.c (nis_creategroup): Likewise.
14641         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
14642         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
14643         * nis/nis_getservlist.c (nis_getservlist): Likewise.
14644         * nis/nis_lookup.c (nis_lookup): Likewise.
14645         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
14646         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
14647         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
14648         * nis/nis_xdr.c (xdr_endpoint): Likewise.
14649         * nis/nss_compat/compat-grp.c (getgrent_next_file)
14650         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
14651         * nis/nss_compat/compat-initgroups.c (add_group)
14652         (internal_getgrent_r): Likewise.
14653         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
14654         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
14655         * nis/nss_compat/compat-spwd.c (getspent_next_file)
14656         (internal_getspnam_r): Likewise.
14657         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
14658         (_nss_nis_getaliasbyname_r): Likewise.
14659         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
14660         (_nss_nis_getntohost_r): Likewise.
14661         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
14662         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
14663         (_nss_nis_getgrgid_r): Likewise.
14664         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
14665         (internal_nis_gethostent_r, internal_gethostbyname2_r)
14666         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
14667         (_nss_nis_gethostbyname4_r): Likewise.
14668         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
14669         (initgroups_netid): Likewise.
14670         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
14671         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
14672         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
14673         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
14674         (_nss_nis_getprotobynumber_r): Likewise.
14675         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
14676         (_nss_nis_getsecretkey): Likewise.
14677         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
14678         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
14679         (_nss_nis_getpwuid_r): Likewise.
14680         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
14681         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
14682         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
14683         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
14684         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
14685         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
14686         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
14687         Likewise.
14688         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
14689         (_nss_nisplus_getntohost_r): Likewise.
14690         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
14691         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
14692         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
14693         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
14694         Likewise.
14695         * nis/nss_nisplus/nisplus-initgroups.c
14696         (_nss_nisplus_initgroups_dyn): Likewise.
14697         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
14698         (_nss_nisplus_getnetbyaddr_r): Likewise.
14699         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
14700         (_nss_nisplus_getprotobynumber_r): Likewise.
14701         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
14702         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
14703         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
14704         Likewise.
14705         * nis/nss_nisplus/nisplus-service.c
14706         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
14707         (_nss_nisplus_getservbyport_r): Likewise.
14708         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
14709         (_nss_nisplus_getspnam_r): Likewise.
14710         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
14711         Likewise.
14712         * nscd/aicache.c (addhstaiX): Likewise.
14713         * nscd/cache.c (cache_search, prune_cache): Likewise.
14714         * nscd/connections.c (register_traced_file, send_ro_fd)
14715         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
14716         (main_loop_epoll): Likewise.
14717         * nscd/grpcache.c (addgrbyX): Likewise.
14718         * nscd/hstcache.c (addhstbyX): Likewise.
14719         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14720         * nscd/mem.c (gc, mempool_alloc): Likewise.
14721         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
14722         (addinnetgrX): Likewise.
14723         * nscd/nscd-client.h (__nscd_acquire_maplock)
14724         (__nscd_drop_map_ref): Likewise.
14725         * nscd/nscd_getai.c (__nscd_getai): Likewise.
14726         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
14727         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
14728         Likewise.
14729         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
14730         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
14731         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
14732         (__nscd_get_map_ref): Likewise.
14733         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
14734         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
14735         Likewise.
14736         * nscd/pwdcache.c (addpwbyX): Likewise.
14737         * nscd/selinux.c (preserve_capabilities): Likewise.
14738         * nscd/servicescache.c (addservbyX): Likewise.
14739         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
14740         * posix/fnmatch.c (fnmatch): Likewise.
14741         * posix/getopt.c (_getopt_internal_r): Likewise.
14742         * posix/glob.c (glob, glob_in_dir): Likewise.
14743         * posix/wordexp.c (exec_comm_child): Likewise.
14744         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
14745         (getanswer_r, gaih_getanswer_slice): Likewise.
14746         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
14747         * resolv/res_init.c: Likewise.
14748         * resolv/res_mkquery.c (res_nmkquery): Likewise.
14749         * resolv/res_query.c (__libc_res_nquery): Likewise.
14750         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
14751         Likewise.
14752         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
14753         * stdio-common/perror.c (perror): Likewise.
14754         * stdio-common/printf_fp.c (___printf_fp): Likewise.
14755         * stdio-common/tmpnam.c (tmpnam): Likewise.
14756         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
14757         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
14758         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
14759         Likewise.
14760         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
14761         * stdlib/putenv.c (putenv): Likewise.
14762         * stdlib/setenv.c (__add_to_environ): Likewise.
14763         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
14764         * stdlib/strtol_l.c (INTERNAL): Likewise.
14765         * string/memmem.c (memmem): Likewise.
14766         * string/strerror.c (strerror): Likewise.
14767         * string/strnlen.c (__strnlen): Likewise.
14768         * string/test-memmem.c (simple_memmem): Likewise.
14769         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
14770         * sunrpc/pm_getport.c (__get_socket): Likewise.
14771         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
14772         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
14773         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
14774         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
14775         Likewise.
14776         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
14777         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
14778         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
14779         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
14780         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
14781         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
14782         Likewise.
14783         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
14784         Likewise.
14785         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
14786         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
14787         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
14788         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
14789         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
14790         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
14791         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14792         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
14793         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
14794         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
14795         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
14796         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
14797         Likewise.
14798         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
14799         Likewise.
14800         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
14801         Likewise.
14802         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
14803         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
14804         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
14805         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
14806         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
14807         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
14808         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
14809         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
14810         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
14811         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
14812         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
14813         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
14814         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14815         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
14816         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
14817         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
14818         Likewise.
14819         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
14820         Likewise.
14821         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
14822         Likewise.
14823         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
14824         Likewise.
14825         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
14826         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14827         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
14828         Likewise.
14829         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
14830         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
14831         * sysdeps/posix/opendir.c (__opendirat): Likewise.
14832         * sysdeps/posix/sleep.c: Likewise.
14833         * sysdeps/posix/tempname.c: Likewise.
14834         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
14835         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
14836         Likewise.
14837         * sysdeps/powerpc/powerpc32/dl-machine.h
14838         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
14839         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14840         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
14841         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
14842         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
14843         Likewise.
14844         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
14845         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
14846         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
14847         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
14848         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
14849         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
14850         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
14851         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
14852         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
14853         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
14854         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
14855         (elf_machine_lazy_rel): Likewise.
14856         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
14857         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
14858         (elf_machine_lazy_rel): Likewise.
14859         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
14860         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
14861         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
14862         * sysdeps/unix/grantpt.c (grantpt): Likewise.
14863         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
14864         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
14865         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
14866         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
14867         Likewise.
14868         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
14869         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
14870         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
14871         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
14872         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
14873         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
14874         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
14875         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
14876         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
14877         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
14878         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
14879         Likewise.
14880         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
14881         (__posix_fallocate64_l64): Likewise.
14882         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
14883         (posix_fallocate): Likewise.
14884         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
14885         Likewise.
14886         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
14887         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
14888         (getifaddrs_internal): Likewise.
14889         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
14890         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
14891         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
14892         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
14893         * sysdeps/unix/sysv/linux/posix_fallocate64.c
14894         (__posix_fallocate64_l64): Likewise.
14895         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
14896         Likewise.
14897         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
14898         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
14899         (__get_clockfreq): Likewise.
14900         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
14901         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
14902         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
14903         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
14904         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
14905         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
14906         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
14907         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
14908         Likewise.
14909         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
14910         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
14911         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
14912         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
14913         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
14914         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
14915         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
14916         Likewise.
14917         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
14918         (posix_fallocate): Likewise.
14919         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
14920         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
14921         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
14922         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
14923         (elf_machine_rela, elf_machine_rela_relative)
14924         (elf_machine_lazy_rel): Likewise.
14925         * time/asctime.c (asctime_internal): Likewise.
14926         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
14927         * time/tzset.c (__tzset_parse_tz): Likewise.
14928         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
14929         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
14930         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
14931         * wcsmbs/wcsmbsload.h: Likewise.
14933         [BZ #15894]
14934         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
14936         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
14937         (arena_get2): Remove THREAD_STATS conditionals.
14938         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
14939         (__malloc_stats, int): Likewise.
14941 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
14943         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
14944         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
14946         * manual/setjmp.texi: Fix typos/grammar errors.
14948         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
14949         Only return early when n is <= 0.  Delete unused return statement.
14951         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
14952         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
14953         * debug/tst-longjmp_chk3.c: New file.
14955         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
14956         (test_main): Replace code with set_fortify_handler call.
14957         * debug/test-strcpy_chk.c: Likewise.
14958         * debug/tst-chk1.c: Likewise.
14959         * debug/tst-longjmp_chk.c: Likewise.
14960         * test-skeleton.c: Include fcntl.h & paths.h
14961         (set_fortify_handler): Define.
14963         * debug/tst-longjmp_chk.c: Add header comment and include
14964         ../test-skeleton.c.
14965         (do_test): Mark static.
14966         (TEST_FUNCTION): Define.
14968         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
14969         (IP_PMTUDISC_INTERFACE): Likewise.
14970         (IP_MULTICAST_IF): Likewise.
14971         (IP_MULTICAST_TTL): Likewise.
14972         (IP_MULTICAST_LOOP): Likewise.
14973         (IP_ADD_MEMBERSHIP): Likewise.
14974         (IP_DROP_MEMBERSHIP): Likewise.
14975         (IP_UNBLOCK_SOURCE): Likewise.
14976         (IP_BLOCK_SOURCE): Likewise.
14977         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
14978         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
14979         (IP_MSFILTER): Likewise.
14980         (MCAST_JOIN_GROUP): Likewise.
14981         (MCAST_BLOCK_SOURCE): Likewise.
14982         (MCAST_UNBLOCK_SOURCE): Likewise.
14983         (MCAST_LEAVE_GROUP): Likewise.
14984         (MCAST_JOIN_SOURCE_GROUP): Likewise.
14985         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
14986         (MCAST_MSFILTER): Likewise.
14987         (IP_MULTICAST_ALL): Likewise.
14988         (IP_UNICAST_IF): Likewise.
14990         * timezone/Makefile: Delete $(have-ksh) check.
14991         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
14992         * timezone/tzselect.ksh: Add +x mode bits.
14994         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
14995         (ANON_INODE_FS_MAGIC): Likewise.
14996         (BDEVFS_MAGIC): Likewise.
14997         (BINFMTFS_MAGIC): Likewise.
14998         (BTRFS_TEST_MAGIC): Likewise.
14999         (CRAMFS_MAGIC_WEND): Likewise.
15000         (DEBUGFS_MAGIC): Likewise.
15001         (ECRYPTFS_SUPER_MAGIC): Likewise.
15002         (EXT3_SUPER_MAGIC): Likewise.
15003         (EXT4_SUPER_MAGIC): Likewise.
15004         (FUTEXFS_SUPER_MAGIC): Likewise.
15005         (HOSTFS_SUPER_MAGIC): Likewise.
15006         (HUGETLBFS_MAGIC): Likewise.
15007         (MINIX3_SUPER_MAGIC): Likewise.
15008         (MTD_INODE_FS_MAGIC): Likewise.
15009         (NILFS_SUPER_MAGIC): Likewise.
15010         (OPENPROM_SUPER_MAGIC): Likewise.
15011         (PIPEFS_MAGIC): Likewise.
15012         (PSTOREFS_MAGIC): Likewise.
15013         (QNX6_SUPER_MAGIC): Likewise.
15014         (RAMFS_MAGIC): Likewise.
15015         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15016         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15017         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15018         (SECURITYFS_MAGIC): Likewise.
15019         (SELINUX_MAGIC): Likewise.
15020         (SMACK_MAGIC): Likewise.
15021         (SOCKFS_MAGIC): Likewise.
15022         (SQUASHFS_MAGIC): Likewise.
15023         (STACK_END_MAGIC): Likewise.
15024         (TMPFS_MAGIC): Likewise.
15025         (USBDEVICE_SUPER_MAGIC): Likewise.
15026         (V9FS_MAGIC): Likewise.
15027         (XENFS_SUPER_MAGIC): Likewise.
15028         (CRAMFS_MAGIC): Fix typo in comment.
15029         (EXT2_SUPER_MAGIC): Update comment.
15030         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15032 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15034         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15035         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15036         * sysdeps/unix/sysv/linux/arm: Move directory from
15037         ports/sysdeps/unix/sysv/linux/arm.
15038         * README: Update listing for arm-*-linux-gnueabi.
15040         * README: Remove mention of am33.
15042 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15044         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15045         than the comma operator, to avoid "rhs of comma has no effect"
15046         compiler warnings.
15047         (__sigfillset, __sigandset, __sigorset): Likewise.
15048         * include/signal.h (__sigemptyset): Likewise.
15049         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15051 2014-02-07  Allan McRae  <allan@archlinux.org>
15053         * version.h (RELEASE): Set to "development".
15054         (VERSION): Set to "2.19.90"
15055         * NEWS: Add 2.20 section.
15057 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15059         [BZ #16529]
15060         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15062 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15064         * manual/contrib.texi: Update entry for Carlos O'Donell,
15065         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15067 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15069         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15071         * sysdeps/unix/sysv/linux/kernel-features.h
15072         [__LINUX_KERNEL_VERSION >= 0x020621]
15073         (__ASSUME_PROC_PID_TASK_COMM): Define.
15075 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15077         [BZ #16398]
15078         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15079         conversion when destination buffer does not have enough space.
15080         * libio/tst-ftell-partial-wide.c: New test case.
15081         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15083         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15084         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15085         Leonard and Allan McRae.
15087 2014-02-04  David S. Miller  <davem@davemloft.net>
15089         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15090         32-bit.
15092 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15095         New file
15096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15097         New file
15098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15099         New file.
15100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15101         New file.
15102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15103         New file.
15104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15105         New file.
15106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15107         New file.
15108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15109         New file.
15110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15111         New file.
15112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15113         New file.
15114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15115         New file.
15116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15117         New file.
15118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15119         New file.
15121 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15123         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15124         * shlib-versions: Likewise.
15126 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15127             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15129         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15130         (abilist-pattern): New variable, set to %-le.abilist.
15132         * Makerules (abilist-pattern): New variable.
15133         (vpath): Use $(abilist-pattern) in place of %.abilist.
15134         (check-abi-% pattern rule): Likewise.
15135         (check-abi, update-abi): Likewise.
15137 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15139         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15141 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15143         * manual/startup.texi: Add next, previous, and top entries for
15144         the `Program Arguments' and `Environment Variables' nodes.
15146 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15148         * manual/macros.texi: Add comments before MTASC-safety macros.
15150         * manual/users.texi: Document MTASC-safety properties.
15152         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15153         (pthread_getspecific, pthread_setspecific): Format with
15154         @deftypefun, and add @safety note.
15155         * manual/signal.texi: Move comments that analyze the above
15156         functions to their home place.
15158 2014-02-03  Allan McRae  <allan@archlinux.org>
15160         * po/sl.po: Update Slovenian translation from translation project.
15162 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15164         * manual/time.texi (timegm): Add missing blank after @c.
15165         Reported by Joseph Myers <joseph@codesourcery.com>.
15167 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15169         * manual/check-safety.sh: New.
15170         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15172         * manual/terminal.texi: Document MTASC-safety properties.
15174         * manual/filesys.texi: Document MTASC-safety properties.
15176         * manual/errno.texi: Document MTASC-safety properties.
15178         * manual/intro.texi: Document safety identifiers and
15179         conditionals.
15181         * manual/string.texi (wcstok): Fix prototype.
15182         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15184         * manual/time.texi: Document MTASC-safety properties.
15186         * manual/string.texi: Document MTASC-safety properties.
15188         * manual/threads.texi: Document MTASC-safety properties.
15190         * manual/stdio.texi: Document MTASC-safety properties.
15192         * manual/syslog.texi: Document MTASC-safety properties.
15194         * manual/sysinfo.texi: Document MTASC-safety properties.
15196         * manual/startup.texi: Document MTASC-safety properties.
15198         * manual/socket.texi: Document MTASC-safety properties.
15200         * manual/signal.texi: Document MTASC-safety properties.
15202 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15204         * manual/setjmp.texi: Document MTASC-safety properties.
15206         * manual/search.texi: Document MTASC-safety properties.
15208         * manual/resource.texi: Document MTASC-safety properties.
15210         * manual/process.texi: Document MTASC-safety properties.
15212         * manual/platform.texi: Document MTASC-safety properties.
15214         * manual/pipe.texi: Document MTASC-safety properties.
15216         * manual/pattern.texi: Document MTASC-safety properties.
15218         * manual/message.texi: Document MTASC-safety properties.
15220         [BZ #12751]
15221         * manual/memory.texi: Document MTASC-safety properties.
15223         * manual/math.texi: Document MTASC-safety properties.
15225         * manual/locale.texi: Document MTASC-safety properties.
15227         * manual/llio.texi: Document MTASC-safety properties.
15229         * manual/libdl.texi: New.
15231         * manual/lang.texi: Document MTASC-safety properties.
15233         * manual/job.texi: Document MTASC-safety properties.
15235         * manual/getopt.texi: Document MTASC-safety properties.
15237         * manual/ctype.texi: Document MTASC-safety properties.
15239 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15241         [BZ #16046]
15242         * csu/libc-tls.c (static_map): Remove variable.
15243         (__libc_setup_tls): Use main executable's link map for TLS data.
15244         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15245         casing for LM_ID_BASE and GL(dl_nns).
15246         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15247         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15248         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15249         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15250         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15251         member.
15252         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15253         l_phnum members.
15255 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15257         * manual/debug.texi: Document MTASC-safety properties.
15259 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15261         [BZ #16510]
15262         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15263         of __x86_64__ when disabling x87 inline functions.
15265 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15267         * manual/charset.texi: Document MTASC-safety properties.
15269         * manual/crypt.texi: Document MTASC-safety properties.
15271         * manual/conf.texi: Document MTASC-safety properties.
15273         * manual/arith.texi: Document MTASC-safety properties.
15275         * manual/argp.texi: Document MTASC-safety properties.
15277         * manual/macros.texi: Introduce macros to document multi
15278         thread, asynchronous signal and asynchronous cancellation
15279         safety properties.
15280         * manual/intro.texi: Introduce the properties themselves.
15282 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15284         * sysdeps/sh/sh4/Makefile: New file.
15286 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15288         * math/gen-libm-test.pl ($srcdir): New variable.
15289         ($auto_input): Use it.
15291 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15293         [BZ #16506]
15294         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15295         access beyond array bounds when parsing netgroups file.
15297         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15298         the old buffer before realloc.
15300 2014-01-27  Allan McRae  <allan@archlinux.org>
15302         * po/fr.po: Update French translation from translation project.
15304 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15306         * sysdeps/sh/libm-test-ulps: Regenerate.
15308 2014-01-24  David S. Miller  <davem@davemloft.net>
15310         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15312 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15314         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15315         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15317 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15319         [BZ #16474]
15320         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15321         string pointers after reallocation.
15323 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15325         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15326         __SH4A__ instead of __SH_FPU_ANY__.
15328 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15330         * sysdeps/sh/fpu_control.h: New file.
15331         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15332         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15333         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15334         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15335         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15336         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15337         * sysdeps/sh/sys/ucontext.h: Remove.
15338         * sysdeps/sh/sys: Remove directory.
15340 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15342         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15343         s390/sys/ucontext.h.
15344         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15345         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15347 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15349         [BZ #15605]
15350         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15352 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15354         [BZ#16431]
15355         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15356         Adjust the vDSO correctly for internal calls.
15357         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15359 2014-01-20  Allan McRae  <allan@archlinux.org>
15361         * po/ca.po: Update Catalan translation from translation project.
15363 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15365         * sysdeps/s390/sotruss-lib.c: New file.
15367 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15369         [BZ#16430]
15370         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15371         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15372         local calls issues by not having a PLT stub required for IFUNC calls.
15373         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15375 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15377         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15378         * math/test-fpucw-static.c: Likewise.
15380 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15382         [BZ #16453]
15383         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15385 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15387         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15388         implementation for powerpc.
15390 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15392         [BZ #14782]
15393         * sysdeps/posix/system.c (__libc_system): Do not enable
15394         asynchronous cancellation.
15396 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15398         [BZ #16427]
15399         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15400         handling only for numbers special also in the IEEE case.
15402 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15404         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15406 2014-01-11  Allan McRae  <allan@archlinux.org>
15408         * po/bg.po: Update Bulgarian translation from translation project.
15410         * po/de.po: Update German translation from translation project.
15412 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15414         * sysdeps/generic/gcc-compat.h: New file.
15416 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15418         * benchtests/asin-inputs: Correct slow inputs.
15419         * benchtests/acos-inputs: Likewise.
15421 2014-01-10  Allan McRae  <allan@archlinux.org>
15423         * po:sv.po: Update Swedish translation from translation project.
15425         * po/vi.po: Update Vietnamese translation from translation project.
15427         * po/eo.po: Update Esperanto translation from translation project.
15429         * po/cs.po: Update Czech translation from translation project.
15431         * po/nl.po: Update Dutch translation from translation project.
15433         * po/pl.po: Update Polish translation from translation project.
15435         * po/ru.po: Update Russian translation from translation project.
15437         * po/uk.po: Update Ukrainian translation from translation project.
15439 2014-01-08  Brooks Moses  <bmoses@google.com>
15441         * elf/dl-load.c: Fix comment typo.
15443 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
15445         * po/header.pot: Rename to...
15446         * po/pot.header: ... this.
15447         * po/Makefile: Use pot.header.
15449 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
15450             Maxim Kuvyrkov  <maxim@kugelworks.com>
15452         [BZ #16394]
15453         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
15454         SRC and DEST against LEN.
15456 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15458         [BZ #16414]
15459         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
15460         implementation.
15461         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
15463 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15465         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15467 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
15469         [BZ #16408]
15470         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
15471         for large positive arguments.
15473 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
15475         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15477         * math/auto-libm-test-in: Mark various tests with
15478         xfail-rounding:ldbl-128ibm.
15479         * math/auto-libm-test-out: Regenerated.
15481         [BZ #16407]
15482         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
15483         Increase overflow threshold.
15485 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
15487         [BZ #14286]
15488         * stdio-common/vfprintf.c: Check for integer overflow.
15490 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15492         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
15493         the first argument and return value of __tls_get_addr_internal.
15495 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15497         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
15498         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
15500 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15502         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
15503         * sysdeps/s390/rtld-global-offsets.sym: New file.
15504         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
15505         GLIBC_2.19 symbol.
15506         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
15507         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
15508         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
15509         ... this.
15510         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
15511         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
15512         ... this.
15513         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15514         Regenerate.
15515         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15516         Regenerate.
15517         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
15518         halfs of GPRs for high_gprs contexts.
15519         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
15520         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
15521         field.
15522         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
15523         uc_flags field.
15524         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
15525         64 bit versions:
15526         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
15527         for high GPRs (uc_high_gprs) and for future extensions
15528         (__reserved).
15529         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
15530         for future extensions (__reserved).
15531         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
15532         64 bit versions:
15533         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
15534         SC_HIGHGPRS offset definition.
15535         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
15536         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
15538         * Versions.def: Add GLIBC_2.19 for libpthread.
15539         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
15540         siglongjmp for libpthread with GLIBC_2.19 symver.
15541         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
15542         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
15543         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
15544         * sysdeps/s390/__longjmp.c: New file.
15545         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
15546         * sysdeps/s390/longjmp.c: New file.
15547         * sysdeps/s390/setjmp.S: New file.
15548         * sysdeps/s390/sigjmp.S: New file.
15549         * sysdeps/s390/v1-longjmp.c: New file.
15550         * sysdeps/s390/v1-setjmp.h: New file.
15551         * sysdeps/s390/v1-sigjmp.c: New file.
15552         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
15553         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
15554         GLIBC_2.19 version.
15555         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
15556         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
15557         versioned symbols for ____longjmp_chk.
15558         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
15559         Likewise.
15560         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15561         Regenerate.
15562         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
15563         Regenerate.
15564         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15565         Regenerate.
15566         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
15567         Regenerate.
15568         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
15569         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
15570         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
15571         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
15572         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
15573         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
15574         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
15575         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
15576         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
15577         * sysdeps/s390/rtld-__longjmp.c: New file.
15578         * sysdeps/s390/rtld-setjmp.S: New file.
15580 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
15582         [BZ #16400]
15583         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15584         Return -__logl (x) for small positive arguments without evaluating
15585         a polynomial.
15587 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
15589         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
15590         Rename to ...
15591         (__ptrace_peeksiginfo_args): ... this.
15592         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15593         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15594         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15596 2014-01-06  Allan McRae  <allan@archlinux.org>
15598         * inet/netinet/in.h: Fix typo in comment.
15600 2014-01-05  Andreas Jaeger  <aj@suse.de>
15602         * sysdeps/i386/fpu/libm-test-ulps: Update.
15604 2014-01-05  Allan McRae  <allan@archlinux.org>
15606         * po/libc.pot: Regenerated.
15608         * malloc/memusagestat.c: Fix gettext call formatting.
15610 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
15612         * nscd/nscd.c: Improve usage() output.
15614 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
15616         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
15617         * sysdeps/unix/sysv/linux/configure: Regenerated.
15618         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
15619         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
15621 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15623         [BZ #16390]
15624         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15625         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
15627 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15629         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
15630         extra tokens at end of #undef directive.
15631         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
15632         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
15633         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
15635 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15637         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15639         * math/auto-libm-test-in: Mark various tests with
15640         xfail-rounding:ldbl-128ibm.
15641         * math/auto-libm-test-out: Regenerated.
15643 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
15645         [BZ #16386]
15646         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
15647         numbers with subnormal high part when calculating exponent.
15649         [BZ #16385]
15650         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
15651         fabs.
15653         [BZ #16384]
15654         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
15655         M_LN2l.
15656         (__ieee754_acoshl): Use __log1pl not __log1p.
15658 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
15660         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
15661         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
15662         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
15663         (grow_heap, heap_trim, _int_new_arena, get_free_list)
15664         (reused_arena, arena_get2): Convert to GNU style.
15665         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
15666         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
15667         (memalign_check, __malloc_set_state): Likewise.
15668         * malloc/mallocbug.c (main): Likewise.
15669         * malloc/malloc.c (__malloc_assert, malloc_init_state)
15670         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
15671         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
15672         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
15673         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
15674         (__posix_memalign, malloc_info): Likewise.
15675         * malloc/malloc.h: Likewise.
15676         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
15677         (mallochook, memalignhook, reallochook, mabort): Likewise.
15678         * malloc/mcheck.h: Likewise.
15679         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
15680         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
15681         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
15682         * malloc/morecore.c (__default_morecore): Likewise.
15683         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
15684         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
15685         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
15686         (print_and_abort): Likewise.
15687         * malloc/obstack.h: Likewise.
15688         * malloc/set-freeres.c (__libc_freeres): Likewise.
15689         * malloc/tst-mallocstate.c (main): Likewise.
15690         * malloc/tst-mtrace.c (main): Likewise.
15691         * malloc/tst-realloc.c (do_test): Likewise.
15693 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15695         [BZ #16366]
15696         * nscd/netgroupcache.c (do_notfound): New function.
15697         (addgetnetgrentX): Use it.
15699         [BZ # 16365]
15700         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
15701         NSS_STATUS_NOTFOUND.
15703 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
15705         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
15706         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15708 2014-01-01  Allan McRae  <allan@archlinux.org>
15710         * scripts/update-copyrights: Update configure input file suffix.
15712         * NEWS: Update copyright year.
15713         * catgets/gencat.c: Likewise.
15714         * csu/version.c: Likewise.
15715         * debug/catchsegv.sh: Likewise.
15716         * debug/pcprofiledump.c: Likewise.
15717         * debug/xtrace.sh: Likewise.
15718         * elf/ldconfig.c: Likewise.
15719         * elf/ldd.bash.in: Likewise.
15720         * elf/pldd.c: Likewise.
15721         * elf/sotruss.ksh: Likewise.
15722         * elf/sprof.c: Likewise.
15723         * iconv/iconv_prog.c: Likewise.
15724         * iconv/iconvconfig.c: Likewise.
15725         * locale/programs/locale.c: Likewise.
15726         * locale/programs/localedef.c: Likewise.
15727         * login/programs/pt_chown.c: Likewise.
15728         * malloc/memusage.sh: Likewise.
15729         * malloc/memusagestat.c: Likewise.
15730         * malloc/mtrace.pl: Likewise.
15731         * manual/libc.texinfo: Likewise.
15732         * nscd/nscd.c: Likewise.
15733         * nss/getent.c: Likewise.
15734         * nss/makedb.c: Likewise.
15735         * posix/getconf.c: Likewise.
15736         * scripts/test-installation.pl: Likewise.
15738         * All files with FSF copyright notices: Update copyright dates
15739         using scripts/update-copyrights.
15740         * intl/plural.c: Regenerated.
15741         * locale/programs/charmap-kw.h: Likewise.
15742         * locale/programs/locfile-kw.h: Likewise.
15744 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
15746         * sysdeps/unix/sysv/linux/configure: Regenerated.
15747         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
15748         the linux/fanotify.h header.
15749         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
15750         HAVE_LINUX_FANOTIFY_H is defined.
15752 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
15754         * benchtests/cos-inputs: New inputs.
15755         * benchtests/sin-inputs: Likewise.
15757         * benchtests/atan-inputs: New inputs. Fix name of multiple
15758         precision fallback inputs.
15760         * benchtests/atanh-inputs: New inputs.
15761         * benchtests/tanh-inputs: Likewise.
15763         * benchtests/acosh-inputs: New inputs.
15764         * benchtests/asinh-inputs: Likewise.
15766         * benchtests/cosh-inputs: New inputs.
15767         * benchtests/sinh-inputs: Likewise.
15769         * benchtests/acos-inputs: Add more inputs.
15770         * benchtests/asin-inputs: Likewise.
15772 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
15774         [BZ #16375]
15775         * manual/arith.texi: Fix spelling.
15776         * manual/charset.texi: Likewise.
15777         * manual/errno.texi: Likewise.
15778         * manual/filesys.texi: Likewise.
15779         * manual/lang.texi: Likewise.
15780         * manual/llio.texi: Likewise.
15781         * manual/locale.texi: Likewise.
15782         * manual/message.texi: Likewise.
15783         * manual/resource.texi: Likewise.
15784         * manual/search.texi: Likewise.
15785         * manual/setjmp.texi: Likewise.
15786         * manual/stdio.texi: Likewise.
15787         * manual/string.texi: Likewise.
15788         * manual/sysinfo.texi: Likewise.
15789         * manual/time.texi: Likewise.
15791 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
15793         * po/sl.po: New file.
15795 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
15797         * .gitignore: Add core/.gdbinit/.gdb_history.
15799 2013-12-27  Allan McRae  <allan@archlinux.org>
15801         [BZ #16369]
15802         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
15803         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
15805 2013-12-24  Brooks Moses  <bmoses@google.com>
15807         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
15808         all compilers that claim C++98 compliance, not just GCC.
15809         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
15810         Likewise.
15812 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
15814         * NEWS: Restore accidentally deleted bug-fix entries.
15816 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
15817             Ondřej Bílka  <neleai@seznam.cz>
15819         [BZ #15073]
15820         * malloc/malloc.c (_int_free): Perform sanity check only if we
15821         have_lock.
15823 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
15825         [BZ #12986]
15826         * manual/stdio.texi (String Input Conversions): Clarify that character
15827         classes are not supported.
15829 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15831         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15833 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
15835         [BZ #16337]
15836         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15837         Calculate results for small negative arguments directly rather
15838         than using reflection formula with special underflow handling.
15840         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
15841         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
15842         sysdeps/unix/bsd/bsd4.4/syscalls.list.
15843         (fchflags): Likewise.
15844         (revoke): Likewise.
15845         (setlogin): Likewise.
15846         (sigaltstack): Likewise.
15847         (wait4): Likewise.
15848         (sigblock): Remove.
15849         (sigsetmask): Likewise.
15850         (wait3): Likewise.
15851         (waitpid): Likewise.
15852         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
15853         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
15854         file.
15855         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
15856         * sysdeps/unix/bsd/Makefile: ... here.
15857         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
15858         * sysdeps/unix/bsd/Versions: ... here.
15859         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
15860         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
15861         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
15862         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
15863         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
15864         * sysdeps/unix/bsd/sigblock.c: ... here.
15865         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
15866         * sysdeps/unix/bsd/sigsetmask.c: ... here.
15867         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
15868         * sysdeps/unix/bsd/sigvec.c: ... here.
15869         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
15870         * sysdeps/unix/bsd/tcdrain.c: ... here.
15871         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
15872         * sysdeps/unix/bsd/tcgetattr.c: ... here.
15873         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
15874         * sysdeps/unix/bsd/tcsetattr.c: ... here.
15875         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
15876         * sysdeps/unix/bsd/wait.c: ... here.
15877         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
15878         * sysdeps/unix/bsd/wait3.c: ... here.
15879         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
15880         * sysdeps/unix/bsd/waitpid.c: ... here.
15882 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
15884         [BZ #16356]
15885         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
15886         round-to-nearest for [!USE_AS_EXPM1L].
15887         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
15888         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
15889         more tests of exp and exp10.  Expect some exp10 tests to miss
15890         exceptions or fail in directed rounding modes.
15891         * math/auto-libm-test-out: Regenerated.
15892         * math/libm-test.inc (exp10_tonearest_test_data): New array.
15893         (exp10_test_tonearest): New function.
15894         (exp10_towardzero_test_data): New array.
15895         (exp10_test_towardzero): New function.
15896         (exp10_downward_test_data): New array.
15897         (exp10_test_downward): New function.
15898         (exp10_upward_test_data): New array.
15899         (exp10_test_upward): New function.
15900         (main): Call the new functions.
15901         * sysdeps/i386/fpu/libm-test-ulps: Update.
15902         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15904 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
15906         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
15907         asinh, atan, atan2, atanh, cbrt, cos and cosh.
15908         * math/auto-libm-test-out: Regenerated.
15909         * math/libm-test.inc (acosh_test_data): Add more tests.
15910         (atanh_test_data): Likewise.
15911         (ceil_test_data): Likewise.
15912         (copysign_test_data): Likewise.
15913         * sysdeps/i386/fpu/libm-test-ulps: Update.
15914         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15916         * timezone/checktab.awk: Update from tzcode 2013i.
15917         * timezone/private.h: Likewise.
15918         * timezone/scheck.c: Likewise.
15919         * timezone/tzfile.h: Likewise.
15920         * timezone/tzselect.ksh: Likewise.
15921         * timezone/zdump.c: Likewise.
15922         * timezone/zic.c: Likewise.
15924         * math/auto-libm-test-in: Add tests of cpow.
15925         * math/auto-libm-test-out: Regenerated.
15926         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
15927         * math/gen-auto-libm-tests.c (func_calc_method): Add value
15928         mpc_cc_c.
15929         (func_calc_desc): Add mpc_cc_c union field.
15930         (test_functions): Add cpow.
15931         (special_fill_2pi): New function.
15932         (special_real_inputs): Add 2pi.
15933         (calc_generic_results): Handle mpc_cc_c.
15934         * sysdeps/i386/fpu/libm-test-ulps: Update.
15935         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15937         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
15938         csqrt, ctan and ctanh.
15939         * math/auto-libm-test-out: Regenerated.
15940         * math/libm-test.inc (TEST_COND_x86_64): New macro.
15941         (TEST_COND_x86): Likewise.
15942         (ccos_test_data): Use AUTO_TESTS_c_c.
15943         (ccosh_test_data): Likewise.
15944         (cexp_test_data): Likewise.
15945         (clog_test_data): Likewise.
15946         (csqrt_test_data): Likewise.
15947         (ctan_test_data): Likewise.
15948         (ctan_tonearest_test_data): Likewise.
15949         (ctan_towardzero_test_data): Likewise.
15950         (ctan_downward_test_data): Likewise.
15951         (ctan_upward_test_data): Likewise.
15952         (ctanh_test_data): Likewise.
15953         (ctanh_tonearest_test_data): Likewise.
15954         (ctanh_towardzero_test_data): Likewise.
15955         (ctanh_downward_test_data): Likewise.
15956         (ctanh_upward_test_data): Likewise.
15957         * math/gen-auto-libm-tests.c (func_calc_method): Add value
15958         mpc_c_c.
15959         (func_calc_desc): Add mpc_c_c union field.
15960         (FUNC_mpc_c_c): New macro.
15961         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
15962         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
15963         ctanh.
15964         (special_fill_min_subnorm_p120): New function.
15965         (special_real_inputs): Add min_subnorm_p120.
15966         (calc_generic_results): Handle mpc_c_c.
15967         * sysdeps/i386/fpu/libm-test-ulps: Update.
15968         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15970 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
15972         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
15973         (do_sin_slow): New functions.
15974         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
15975         (cslow2, csloww1, csloww2): Use the new functions.
15977         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
15978         Use M to change sign of result instead of X.  Assume X is
15979         positive.
15980         (csloww1): Likewise.
15981         (__sin): Adjust.
15982         (__cos): Adjust.
15984         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
15985         arguments A and DA.
15986         (__sin): Adjust.
15987         (__cos): Likewise.
15989         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
15990         (__cos): Likewise.
15991         (sloww1): Don't adjust sign of DX.
15992         (csloww1): Likewise.
15993         (sloww2): Use X directly and don't adjust sign of DX.
15994         (csloww2): Likewise.
15996 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
15998         * math/auto-libm-test-in: Add tests of cabs and carg.
15999         * math/auto-libm-test-out: Regenerated.
16000         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16001         (carg_test_data): Likewise.
16002         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16003         mpc_c_f.
16004         (func_calc_desc): Add mpc_c_f union field.
16005         (test_functions): Add cabs and carg.
16006         (calc_generic_results): Handle mpc_c_f.
16008         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16009         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16010         as a macro and a compat symbol.
16011         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16012         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16013         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16014         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16015         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16016         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16017         not use .hidden.
16018         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16019         Likewise.
16020         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16021         Likewise.
16022         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16023         Likewise.
16024         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16025         Likewise.
16026         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16027         Likewise.
16028         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16029         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16030         from GLIBC_2.3.2.
16032 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16034         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16036 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16038         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16039         trailing whitespace removed.
16040         * scripts/config.guess: Update to version 2013-11-29.
16041         * scripts/config.sub: Update to version 2013-10-01.
16043         * math/auto-libm-test-in: Add tests of sincos.
16044         * math/auto-libm-test-out: Regenerated.
16045         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16046         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16047         mpfr_f_11.
16048         (func_calc_desc): Add mpfr_f_11 union field.
16049         (test_functions): Add sincos.
16050         (calc_generic_results): Handle mpfr_f_11.
16051         * sysdeps/i386/fpu/libm-test-ulps: Update.
16052         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16054 2013-12-19  Andreas Schwab  <schwab@suse.de>
16056         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16057         CALL_MCOUNT.
16058         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16059         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16060         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16062 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16064         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16065         * sysdeps/i386/fpu/libm-test-ulps: Update.
16066         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16068         [BZ #16293]
16069         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16070         round-to-nearest mode when using frndint.
16071         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16072         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16073         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16074         Likewise.
16075         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16076         sinh test to fail.
16077         * math/auto-libm-test-out: Regenerated.
16078         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16079         (TEST_COND_x86): Likewise.
16080         (expm1_tonearest_test_data): New array.
16081         (expm1_test_tonearest): New function.
16082         (expm1_towardzero_test_data): New array.
16083         (expm1_test_towardzero): New function.
16084         (expm1_downward_test_data): New array.
16085         (expm1_test_downward): New function.
16086         (expm1_upward_test_data): New array.
16087         (expm1_test_upward): New function.
16088         (main): Run the new test functions.
16089         * sysdeps/i386/fpu/libm-test-ulps: Update.
16090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16092         * include/features.h: Update comment documenting feature test
16093         macros.  Mention _DEFAULT_SOURCE in comment.
16094         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16095         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16096         _BSD_SOURCE and _SVID_SOURCE.
16097         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16098         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16099         !_SVID_SOURCE]: Likewise.
16100         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16101         (__USE_POSIX_IMPLICITLY): Define.
16102         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16103         (_POSIX_SOURCE): Undefine and redefine.
16104         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16105         (_POSIX_C_SOURCE): Likewise.
16106         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16107         (Feature Test Macros): Update documentation of default features.
16109 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16111         * benchtests/Makefile: Add bench-strtok.
16112         * benchtests/bench-strtok.c: New file: strtok benchtest.
16114 2013-12-19  Allan McRae  <allan@archlinux.org>
16116         * manual/install.texi: Suppress menu for plain text output.
16117         * INSTALL: Regenerated.
16119 2013-12-18  Brooks Moses  <bmoses@google.com>
16121         [BZ #15846]
16122         * misc/getauxval.c: Include errno.h.
16123         (__getauxval): Set errno to ENOENT if the requested type is not
16124         found.
16125         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16126         don't declare with __attribute_const__.
16127         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16128         * manual/startup.texi: Document that getauxval sets errno.
16130 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16132         * math/auto-libm-test-in: Add tests of jn and yn.
16133         * math/auto-libm-test-out: Regenerated.
16134         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16135         (yn_test_data): Likewise.
16136         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16137         mpfr_if_f.
16138         (func_calc_desc): Add mpfr_if_f union field.
16139         (FUNC_mpfr_if_f): New macro.
16140         (test_functions): Add jn and yn.
16141         (calc_generic_results): Assert type of second input for
16142         mpfr_ff_f.  Handle mpfr_if_f.
16143         (output_for_one_input_case): Disable all checking for arguments
16144         fitting floating-point types in case of an integer argument.
16145         * sysdeps/i386/fpu/libm-test-ulps: Update.
16146         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16149         Don't expect fegetround reference in libm.so.
16151 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16153         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16154         $(config-cflags-nofma).
16156 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16158         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16159         * math/auto-libm-test-out: Regenerated.
16161         [BZ #16338]
16162         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16163         to determine exponent and adjust argument to have exponent of -1.
16164         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16165         log2.
16166         * math/auto-libm-test-out: Regenerated.
16167         * sysdeps/i386/fpu/libm-test-ulps: Update.
16168         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16170 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16172         * manual/probes.texi: Remove cases when per-thread arenas are
16173         disabled.
16175 2013-12-18  Andreas Schwab  <schwab@suse.de>
16177         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16178         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16179         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16180         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16181         * sysdeps/i386/i686/multiarch/Makefile: Update.
16182         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16184 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16186         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16187         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16189 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16191         [BZ #15968]
16192         Support TZ transition times < 00:00:00.
16193         This is needed for version-3 tz-format files; it supports time
16194         stamps past 2037 for America/Godthab (the only entry in the tz
16195         database for which this change is relevant).
16196         * manual/time.texi (TZ Variable): Document transition times
16197         from -167:59:59 through -00:00:01.
16198         * time/tzset.c (tz_rule): Time of day is now signed.
16199         (__tzset_parse_tz): Parse negative time of day.
16201         Document TZ transition times >= 25:00:00.
16202         * manual/time.texi (TZ Variable): Document transition times from
16203         25:00:00 through 167:59:59.  These are already supported, and this
16204         support will help with version-3 tz-format files.
16206         * manual/time.texi (TZ Variable): Modernize North America example
16207         to reflect current (i.e., 2007-and-later) daylight saving rules.
16209         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16211 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16213         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16214         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16215         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16216         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16217         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16218         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16219         * sysdeps/unix/bsd/clock.c: Likewise.
16220         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16221         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16222         * sysdeps/unix/bsd/init-posix.c: Likewise.
16223         * sysdeps/unix/bsd/poll.c: Likewise.
16224         * sysdeps/unix/bsd/ptsname.c: Likewise.
16225         * sysdeps/unix/bsd/seekdir.c: Likewise.
16226         * sysdeps/unix/bsd/setegid.c: Likewise.
16227         * sysdeps/unix/bsd/seteuid.c: Likewise.
16228         * sysdeps/unix/bsd/setgid.c: Likewise.
16229         * sysdeps/unix/bsd/setrgid.c: Likewise.
16230         * sysdeps/unix/bsd/setruid.c: Likewise.
16231         * sysdeps/unix/bsd/setsid.c: Likewise.
16232         * sysdeps/unix/bsd/setuid.c: Likewise.
16233         * sysdeps/unix/bsd/sigaction.c: Likewise.
16234         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16235         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16236         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16237         * sysdeps/unix/bsd/telldir.c: Likewise.
16238         * sysdeps/unix/bsd/times.c: Likewise.
16239         * sysdeps/unix/bsd/usleep.c: Likewise.
16241         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16242         ($(objpfx)libbsd-compat.a): Remove rule.
16244         * include/features.h (__FAVOR_BSD): Do not define.
16245         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16246         features conflicting with POSIX.
16247         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16248         (_BSD_SOURCE): Remove description of not being a subset of other
16249         feature test macros.
16250         * manual/job.texi (getpgrp): Do not document BSD version.
16251         (getpgid): Do not document by reference to BSD getpgrp.
16252         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16253         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16254         * signal/signal.h [__FAVOR_BSD]: Likewise.
16255         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16256         instead of making contents conditional on [__FAVOR_BSD].
16257         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16259 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16261         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16263 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16265         [BZ #16314]
16266         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16267         values below 2**-450, not 2**-500.
16268         * math/auto-libm-test-in: Don't allow spurious underflow from
16269         hypot.
16270         * math/auto-libm-test-out: Regenerated.
16272         [BZ #16316]
16273         [BZ #16330]
16274         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16275         values of ha and hb and sort them after adjusting subnormal
16276         arguments.
16277         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16278         Likewise.
16279         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16280         values of ea and eb and sort them after adjusting subnormal
16281         arguments.
16282         * math/auto-libm-test-in: Do not expect some hypot tests of
16283         subnormals to fail.  Add more hypot tests.
16284         * math/auto-libm-test-out: Regenerated.
16286 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16288         [BZ #13304]
16289         * sysdeps/sh/s_fma.c: New file.
16290         * sysdeps/sh/s_fmaf.c: New file.
16291         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16292         version.
16293         * sysdeps/sh/Implies: Add sh/soft-fp.
16295 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16297         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16298         level of indirection to members `objname', `errstring', `malloced'.
16299         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16300         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16301         it as the __longjmp argument (just pass 1 instead).
16302         (_dl_catch_error): Initialize C with argument pointers and address of
16303         volatile local ERRCODE rather than copying values out of C at return.
16305 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16307         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16308         * math/auto-libm-test-out: Regenerated.
16309         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16310         (hypot_test_data): Likewise.
16311         (pow_test_data): Likewise.
16312         (pow_tonearest_test_data): Likewise.
16313         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16314         mpfr_ff_f.
16315         (func_calc_desc): Add mpfr_ff_f union field.
16316         (FUNC_mpfr_ff_f): New macro.
16317         (test_functions): Add atan2, hypot and pow.
16318         (special_fill_min): New function.
16319         (special_fill_minus_min): Likewise.
16320         (special_fill_min_subnorm): Likewise.
16321         (special_fill_minus_min_subnorm): Likewise.
16322         (special_real_inputs): Add min, -min, min_subnorm and
16323         -min_subnorm.
16324         (calc_generic_results): Handle mpfr_ff_f.
16325         * sysdeps/i386/fpu/libm-test-ulps: Update.
16326         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16328 2013-12-16  Will Newton  <will.newton@linaro.org>
16330         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16331         (Aligned Memory Blocks): Add documentation for aligned_alloc
16332         and suggest it as an alternative to posix_memalign.
16333         (Hooks for Malloc): Document __memalign_hook is also called
16334         for aligned_alloc.  (Summary of Malloc): Add summary for
16335         aligned alloc.  Document __memalign_hook is also called
16336         for aligned_alloc.
16338 2013-12-16  Will Newton  <will.newton@linaro.org>
16340         * manual/memory.texi (Malloc Examples): Clarify default
16341         alignment documentation.  Suggest posix_memalign rather
16342         than memalign or valloc.
16343         (Aligned Memory Blocks): Remove suggestion to use memalign
16344         or valloc.  Remove obsolete comment about BSD.
16345         Document memalign errno values and mark the function obsolete.
16346         Document posix_memalign returned error codes.  Mark valloc
16347         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16348         called for posix_memalign and valloc.
16349         (Summary of Malloc): Add posix_memalign to function summary.
16350         __memalign_hook is also called for posix_memalign and valloc.
16352 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16354         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16355         TAYLOR_SIN.
16356         (__sin): Adjust.
16357         (__cos): Likewise.
16358         (sloww): Use mynumber union.  Expand ternary operator into
16359         if-else statements.
16360         (cslow): use mynumber union.
16362 2013-12-16  Allan McRae  <allan@archlinux.org>
16364         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16365         * configure: Regenerated.
16367         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16369         [BZ #14120]
16370         * configure.ac: Added --enable-maintainer-mode. Check for
16371         autoconf when enabled.
16372         * configure: Regenerated.
16374         * nscd/nscd.service: New file.
16375         * nscd/nscd.tmpfiles: New file.
16377 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16379         [BZ #12100]
16380         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16381         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16382         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16383         (strstr): Add __strstr_sse2_unaligned ifunc.
16384         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16385         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16386         (strcasestr): Remove __strcasestr_sse42 ifunc.
16387         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16388         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16389         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16391 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16393         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16394         * sysdeps/sh/bits/fenv.h: ... here.
16395         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16397 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16399         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16401         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16402         hypotf multiarch implementations.
16403         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16404         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16405         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16406         multiarch hypot for PPC64.
16407         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16408         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16409         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16410         multiarch hypotf for PPC64.
16412         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16413         modff multiarch implementations.
16414         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16415         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16416         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16417         multiarch modf for PPC64.
16418         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16419         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16420         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16421         multiarch modff for PPC64.
16423         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16424         and logl multiarch implementations.
16425         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16426         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16427         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16428         multiarch logb for PPC64.
16429         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16430         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
16431         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
16432         multiarch logb for PPC64.
16433         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
16434         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
16435         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
16436         multiarch logb for PPC64.
16438         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
16439         isinff multiarch implementation.
16440         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
16441         file.
16442         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
16443         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
16444         multiarch isinf for PPC64.
16445         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
16446         file.
16447         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
16448         multiarch isinff for PPC64.
16450         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
16451         finitef multiarch implementation.
16452         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
16453         file.
16454         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
16455         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
16456         multiarch finite for PPC64.
16457         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
16458         file.
16459         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
16460         multiarch finitef for PPC64.
16462         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
16463         lrint multiarch implementation.
16464         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
16465         file.
16466         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
16467         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
16468         multiarch llrint for PPC64.
16469         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
16470         multiarch lrint for PPC64.
16472         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
16473         copysignf multiarch implementation.
16474         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
16475         file.
16476         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
16477         file.
16478         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
16479         multiarch copysign for PPC64.
16480         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
16481         multiarch copysignf for PPC64.
16483         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
16484         multiarch implementation.
16485         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
16486         file.
16487         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
16488         file.
16489         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
16490         file.
16491         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
16492         file.
16493         multiarch llround for PPC64.
16494         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
16495         multiarch trunc for PPC64.
16496         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
16497         multiarch truncf for PPC64.
16499         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
16500         multiarch implementation.
16501         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
16502         file.
16503         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
16504         file.
16505         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
16506         file.
16507         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
16508         file.
16509         multiarch llround for PPC64.
16510         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
16511         multiarch round for PPC64.
16512         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
16513         multiarch roundf for PPC64.
16515         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
16516         multiarch implementation.
16517         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
16518         file.
16519         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
16520         file.
16521         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
16522         file.
16523         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
16524         file.
16525         multiarch llround for PPC64.
16526         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
16527         multiarch floor for PPC64.
16528         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
16529         multiarch floorf for PPC64.
16531         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
16532         multiarch implementation.
16533         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
16534         file.
16535         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
16536         file.
16537         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
16538         file.
16539         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
16540         file.
16541         multiarch llround for PPC64.
16542         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
16543         multiarch ceil for PPC64.
16544         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
16545         multiarch ceilf for PPC64.
16547         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16548         multiarch implementation.
16549         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
16550         file.
16551         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
16552         file.
16553         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
16554         file.
16555         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
16556         multiarch llround for PPC64.
16557         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
16558         multiarch lround for PPC64.
16560         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16561         multiarch implementation.
16562         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
16563         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
16564         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
16565         file.
16566         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
16567         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
16568         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
16569         multiarch isnan for PPC64.
16570         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
16571         multiarch isnanf for PPC64.
16573         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
16574         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
16575         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
16576         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
16577         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
16578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
16580         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
16581         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
16582         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
16583         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
16585         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
16586         multiarch implementations.
16587         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16588         (__libc_ifunc_impl_list): Likewise.
16589         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
16590         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
16591         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
16592         multiarch stpcpy for PPC64.
16594         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
16595         multiarch implementations.
16596         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16597         (__libc_ifunc_impl_list): Likewise.
16598         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
16599         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
16600         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
16601         multiarch strcpy for PPC64.
16603         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
16604         redefine function name.
16605         (_wordcopy_fwd_dest_aligned): Likewise.
16606         (_wordcopy_bwd_aligned): Likewise.
16607         (_wordcopy_bwd_dest_aligned): Likewise.
16608         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
16609         multiarch implementations.
16610         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16611         (__libc_ifunc_impl_list): Likewise.
16612         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
16613         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
16614         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
16615         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
16616         multiarch wcscpy for PPC64.
16618         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
16619         multiarch implementations.
16620         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16621         (__libc_ifunc_impl_list): Likewise.
16622         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
16623         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
16624         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
16625         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
16626         multiarch wcscpy for PPC64.
16628         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
16629         multiarch implementations.
16630         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16631         (__libc_ifunc_impl_list): Likewise.
16632         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
16633         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
16634         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
16635         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
16636         multiarch wcsrchr for PPC64.
16638         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
16639         multiarch implementations.
16640         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16641         (__libc_ifunc_impl_list): Likewise.
16642         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
16643         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
16644         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
16645         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
16646         multiarch wcschr for PPC64.
16648         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
16649         multiarch implementations.
16650         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16651         (__libc_ifunc_impl_list): Likewise.
16652         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
16653         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
16654         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
16655         multiarch strchrnul for PPC64.
16657         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
16658         implementations.
16659         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16660         (__libc_ifunc_impl_list): Likewise.
16661         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
16662         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
16663         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
16664         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
16665         strchr for PPC64.
16667         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
16668         implementations.
16669         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16670         (__libc_ifunc_impl_list): Likewise.
16671         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
16672         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
16673         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
16674         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
16675         strncmp for PPC64.
16677         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
16678         multiarch implementations.
16679         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16680         (__libc_ifunc_impl_list): Likewise.
16681         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
16682         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
16683         strncasecmp for PPC64.
16684         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
16685         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
16686         multiarch strncasecmp_l for PPC64.
16688         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
16689         multiarch implementations.
16690         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16691         (__libc_ifunc_impl_list): Likewise.
16692         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
16693         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
16694         multiarch strcasecmp for PPC64.
16695         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
16696         file.
16697         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
16698         multiarch strcasecmp_l for PPC64.
16700         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
16701         implementations.
16702         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16703         (__libc_ifunc_impl_list): Likewise.
16704         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
16705         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
16706         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
16707         strnlen for PPC64.
16709         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
16710         implementations.
16711         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16712         (__libc_ifunc_impl_list): Likewise.
16713         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
16714         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
16715         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
16716         strlen for PPC64.
16718         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
16719         implementations.
16720         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16721         (__libc_ifunc_impl_list): Likewise.
16722         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
16723         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
16724         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
16725         rawmemrchr for PPC64.
16727         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
16728         implementation.
16729         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16730         (__libc_ifunc_impl_list): Likewise.
16731         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
16732         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
16733         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
16734         memrchr for PPC64.
16736         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
16737         implementation.
16738         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16739         (__libc_ifunc_impl_list): Likewise.
16740         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
16741         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
16742         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
16743         memchr for PPC64.
16745         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
16746         implementation.
16747         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16748         (__libc_ifunc_impl_list): Likewise.
16749         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
16750         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
16751         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
16752         mempcpy for PPC64.
16754         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
16755         avoid cretion of __bzero symbol.
16756         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
16757         Likewise.
16758         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
16759         Likewise.
16760         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
16761         Likewise.
16762         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
16763         multiarch implementations.
16764         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16765         (__libc_ifunc_impl_list): Likewise.
16766         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
16767         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
16768         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
16769         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
16770         bzero for PPC32.
16771         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
16772         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
16773         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
16774         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
16775         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
16776         memset for PPC64.
16777         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
16779         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
16780         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
16781         implementations.
16782         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16783         (__libc_ifunc_impl_list): Likewise.
16784         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
16785         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
16786         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
16787         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
16788         memcmp for PPC64.
16790         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
16791         multiarch for POWER/PPC64.
16792         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
16793         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
16794         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
16795         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
16796         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
16797         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
16798         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
16799         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
16800         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
16801         memcpy for PPC64.
16803         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
16804         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
16805         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
16806         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
16807         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
16808         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
16809         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
16810         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
16811         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
16812         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
16813         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
16814         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
16815         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
16816         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
16817         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
16818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
16819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
16820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
16821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
16822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
16823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
16824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
16826 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16828         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
16830 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16832         * benchtests/Makefile (bench): Add exp2 and log2.
16833         (LDLIBS-bench-exp2): Add -lm.
16834         (LDLIBS-bench-log2): Likewise.
16835         * benchtests/exp2-inputs: New inputs file.
16836         * benchtests/log2-inputs: New inputs file.
16837         * benchtests/log-inputs: Add new inputs.
16838         * benchtests/tan-inputs: Likewise.
16840 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16842         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
16843         definition...
16844         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
16845         (csloww2): ... from here.
16847         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
16848         instead of structures.
16849         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
16850         (POLYNOMIAL): Likewise.
16851         (TAYLOR_SLOW): Likewise.
16852         (__sin): Likewise.
16853         (__cos): Likewise.
16854         (slow1): Likewise.
16855         (slow2): Likewise.
16856         (sloww): Likewise.
16857         (sloww1); Likewise.
16858         (sloww2): Likewise.
16859         (bsloww1): Likewise.
16860         (bsloww2): Likewise.
16861         (cslow2): Likewise.
16862         (csloww): Likewise.
16863         (csloww1): Likewise.
16864         (csloww2): Likewise.
16866 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
16868         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
16869         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
16870         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
16871         * malloc/hooks.c (realloc_check): Likewise.
16873         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
16874         * malloc/arena.c: Remove PER_THREAD conditional.
16875         [!PER_THREAD]: Remove code.
16876         (ptmalloc_unlock_all2): Likewise.
16877         (ptmalloc_init): Likewise.
16878         (_int_new_arena): Likewise.
16879         (arena_get2): Likewise.
16880         * malloc/hooks.c (__malloc_get_state): Likewise.
16881         (__malloc_set_state): Likewise.
16882         * malloc/malloc.c: Likewise.
16883         (struct malloc_state): Likewise.
16884         (struct malloc_par): Likewise.
16885         (__libc_realloc): Likewise.
16886         (__libc_mallopt): Likewise.
16888 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16890         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
16892 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
16894         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
16895         macro to a function.  Check for zero perturb_byte.
16896         (_int_malloc, _int_free): Remove zero perturb_byte checks.
16898         * malloc/malloc.c: (force_reg): Remove.
16899         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
16900         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
16901         force_reg by atomic_forced_read.
16902         * malloc/arena.c (ptmalloc_init): Likewise.
16903         * malloc/hooks.c (top_check): Likewise.
16905 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16907         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16909 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
16911         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16913 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
16915         * math/auto-libm-test-in: Add tests of lgamma.
16916         * math/auto-libm-test-out: Regenerated.
16917         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
16918         (M_LOG_2_SQRT_PIl): Likewise.
16919         (lgamma_test_data): Use AUTO_TESTS_f_f1.
16920         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16921         mpfr_f_f1.
16922         (func_calc_desc): Add mpfr_f_f1 union field.
16923         (ARGS1): New macro.
16924         (ARGS2): Likewise.
16925         (ARGS3): Likewise.
16926         (ARGS4): Likewise.
16927         (RET1): Likewise.
16928         (RET2): Likewise.
16929         (CALC): Likewise.
16930         (FUNC): Likewise.
16931         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
16932         (test_functions): Add lgamma.
16933         (calc_generic_results): Handle mpfr_f_f1.
16934         * sysdeps/i386/fpu/libm-test-ulps: Update.
16935         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16937 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16939         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
16940         __mpn_add_n for PowerPC64/POWER7.
16941         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
16942         __mpn_sub_n for PowerPC64/POWER7.
16944         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
16945         __mpn_addmul_1 for PowerPC64.
16946         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
16947         __mpn_submul_1 for PowerPC64.
16948         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
16949         for PowerPC64.
16950         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
16951         for PowerPC64.
16953 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
16955         [BZ #15089]
16956         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
16958 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16960         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
16962         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
16963         add multiarch folders.
16964         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
16965         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
16966         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
16967         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
16968         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
16969         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
16970         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
16971         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
16972         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
16973         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
16974         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
16975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
16976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
16977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
16978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
16979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
16980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
16982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
16983         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
16984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
16985         New file.
16986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
16987         New file.
16988         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
16989         multiarch __ieee754_hypot for PowerPC32.
16990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
16991         New file.
16992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
16993         New file.
16994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
16995         multiarch __ieee754_hypotf for PowerPC32.
16997         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
16998         long_double_symbol only if __logbl is defined.
16999         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17000         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17001         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17002         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17003         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17004         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17005         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17006         path for implementation.
17007         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17008         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17009         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17010         logb, and logbl multiarch implementations for PowerPC32.
17011         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17012         file.
17013         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17014         file.
17015         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17016         multiarch logb for PowerPC32.
17017         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17018         file.
17019         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17020         file.
17021         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17022         multiarch logbf for PowerPC32.
17023         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17025         file.
17026         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17027         multiarch logbl implementation for PowerPC32.
17029         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17030         and modff multiarch implementations.
17031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17032         New file.
17033         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17034         New file.
17035         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17036         multiarch modf for PowerPC32.
17037         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17038         New file.
17039         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17040         New file.
17041         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17042         multiarch modff for PowerPC32.
17044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17045         and lrintf multiarch implementations.
17046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17047         New file.
17048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17049         New file.
17050         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17051         multiarch lrint for PowerPC32.
17052         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17053         file: multiarch lrintf for PowerPC32.
17055         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17056         and lroundf multiarch implementations.
17057         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17058         New file.
17059         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17060         New file.
17061         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17062         New file.
17063         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17064         multiarch lround for PowerPC32.
17065         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17066         file: multiarch lroundf for PowerPC32.
17068         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17069         copysign and copysignf multiarch implementations.
17070         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17071         New file.
17072         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17073         New file.
17074         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17075         file: multiarch copysign for PowerPC32.
17076         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17077         file: multiarch copysignf for PowerPC32.
17079         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17080         and truncf multiarch implementations.
17081         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17082         New file.
17083         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17084         file.
17085         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17086         multiarch trunc for PowerPC32.
17087         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17088         New file.
17089         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17090         New file.
17091         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17092         multiarch truncf for PowerPC32.
17094         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17095         and roundf multiarch implementations.
17096         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17097         New file.
17098         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17099         file.
17100         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17101         multiarch round for PowerPC32.
17102         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17103         New file.
17104         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17105         New file.
17106         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17107         multiarch roundf for PowerPC32.
17109         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17110         and floorf multiarch implementations.
17111         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17112         New file.
17113         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17114         file.
17115         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17116         multiarch floor for PowerPC32.
17117         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17118         New file.
17119         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17120         New file.
17121         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17122         multiarch floorf for PowerPC32.
17124         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17125         and ceilf multiarch implementations.
17126         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17127         New file.
17128         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17129         file.
17130         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17131         multiarch ceil for PowerPC32.
17132         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17133         New file.
17134         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17135         file.
17136         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17137         multiarch ceilf for PowerPC32.
17139         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17140         is defined.
17141         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17142         FINITEF is defined.
17143         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17144         and finitef multiarch implementations.
17145         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17146         New file.
17147         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17148         file.
17149         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17150         multiarch finite for PowerPC32.
17151         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17152         New file.
17153         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17154         file: multiarch finitef for PowerPC32.
17156         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17157         and isinff multiarch implementations.
17158         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17159         file.
17160         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17161         file.
17162         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17163         multiarch isinf for PowerPC32.
17164         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17165         New file.
17166         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17167         multiarch isinff for PowerPC32.
17169         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17170         alias when __isnan is defined.
17171         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17172         and isnanf multiarch implementations.
17173         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17174         file.
17175         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17176         file.
17177         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17178         file.
17179         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17180         file.
17181         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17182         multiarch isnan for PowerPC32.
17183         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17184         New file.
17185         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17186         New file.
17187         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17188         multiarch isnanf for PowerPC32.
17190         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17191         and sqrtf multiarch implementations.
17192         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17193         file.
17194         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17195         file.
17196         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17197         multiarch sqrt for PowerPC32.
17198         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17199         file.
17200         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17201         file.
17202         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17203         multiarch sqrtf for PowerPC32.
17205         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17206         and llroundf multiarch implementations.
17207         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17208         New file.
17209         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17210         New file.
17211         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17212         New file.
17213         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17214         file: multiarch llround for PowerPC32.
17215         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17216         file: multiarch llroundf for PowerPC32.
17218         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17219         multiarch PowerPC32 fpu implementations.
17220         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17221         New file.
17222         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17223         New file.
17224         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17225         multiarch llrint for PowerPC32.
17226         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17227         New file.
17228         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17229         New file.
17230         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17231         file.
17233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17235         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17236         file.
17237         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17238         file.
17239         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17240         file.
17241         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17242         multiarch wordcopy for PPC32.
17243         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17244         wordcopy objects.
17245         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17246         (__libc_ifunc_impl_list): Likewise.
17247         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17248         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17249         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17250         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17251         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17252         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17254         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17255         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17256         file.
17257         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17258         file.
17259         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17260         file.
17261         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17262         multiarch wcscpy for PPC32.
17263         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17264         multiarch objects.
17265         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17266         (__libc_ifunc_impl_list): Likewise.
17267         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17268         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17269         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17270         sysdeps/powerpc/power6/wcscpy.c.
17272         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17273         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17274         file.
17275         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17276         file.
17277         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17278         file.
17279         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17280         multiarch wcsrchr for PPC32.
17281         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17282         multiarch objects.
17283         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17284         (__libc_ifunc_impl_list): Likewise.
17285         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17286         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17287         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17288         sysdeps/powerpc/power6/wcsrchr.c.
17290         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17291         file.
17292         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17293         file.
17294         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17295         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17296         multiarch wcschr for PPc32.
17297         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17298         multiarch objects.
17299         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17300         (__libc_ifunc_impl_list): Likewise.
17301         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17302         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17303         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17304         sysdeps/powerpc/power6/wcschr.c.
17306         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17307         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17308         file.
17309         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17310         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17311         file: multiarch strchr for PPC32.
17312         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17313         multiarch objects.
17314         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17315         (__libc_ifunc_impl_list): Likewise.
17317         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17318         name.
17319         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17320         file.
17321         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17322         file.
17323         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17324         multiarch strchrnul for PPC32.
17325         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17326         multiarch objects.
17327         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17328         (__libc_ifunc_impl_list): Likewise.
17330         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17331         file.
17332         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17333         multiarch strncasecmp for PPC32.
17334         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17335         file.
17336         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17337         multiarch strncasecmp_l for PPC32.
17338         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17339         strncasecmp multiarch objects.
17340         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17341         (__libc_ifunc_impl_list): Likewise.
17343         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17344         file.
17345         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17346         multiarch strncasecmp for PPC32.
17347         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17348         New file.
17349         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17350         multiarch strcasecmp_l for PPC32.
17351         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17352         multiarch objects.
17353         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17354         (__libc_ifunc_impl_list): Likewise.
17356         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17357         file.
17358         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17359         file.
17360         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17361         multiarch strncmp for PPC32.
17362         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17363         multiarch objects.
17364         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17365         (__libc_ifunc_impl_list): Likewise.
17367         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17368         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17369         file.
17370         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17371         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17372         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17373         multiarch objects.
17374         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17375         (__libc_ifunc_impl_list): Likewise.
17377         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17378         file.
17379         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17380         file.
17381         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17382         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17383         multiarch objects.
17384         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17385         (__libc_ifunc_impl_list): Likewise.
17387         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17388         file.
17389         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17390         file.
17391         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17392         multiarch rawmemchr for PPC32.
17393         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17394         multiarch objects.
17395         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17396         (__libc_ifunc_impl_list): Likewise.
17398         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17399         file.
17400         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17401         file.
17402         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17403         file: memrchr multiarch for PPC32.
17404         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17405         multiarch objects.
17406         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17407         (__libc_ifunc_impl_list): Likewise.
17409         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17410         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17411         file.
17412         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17413         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17414         multiarch memchr for PPC32.
17415         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17416         multiarch objects.
17417         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17418         (__libc_ifunc_impl_list): Likewise.
17420         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17421         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17422         file.
17423         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17424         file.
17425         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17426         file: multiarch mempcpy for PPC32.
17427         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17428         multiarch objects.
17429         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17430         (__libc_ifunc_impl_list): Likewise.
17432         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
17433         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
17434         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
17435         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
17436         multiarch bzero for PPC32.
17437         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
17438         file.
17439         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
17440         file.
17441         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
17442         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
17443         file: multiarch memset for PPC32.
17444         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
17445         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
17446         memset multiarch objects.
17447         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17448         (__libc_ifunc_impl_list): Likewise.
17450         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
17451         file.
17452         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
17453         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
17454         memcmp for PPC32.
17455         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
17456         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
17457         multiarch objects.
17458         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17459         (__libc_ifunc_impl_list): Likewise.
17461         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
17462         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
17463         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
17464         file.
17465         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
17466         file.
17467         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
17468         file.
17469         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
17470         multiarch memcpy for PPC32.
17471         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
17472         multiarch objects.
17473         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17474         (__libc_ifunc_impl_list): Likewise.
17476         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
17477         support multiarch for POWER/PPC32.
17478         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
17479         Likewise.
17480         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
17481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
17482         Implies file to make multiarch folder appers before the fpu and
17483         default folder for power4 configuration.
17485 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17487         * scripts/bench.pl: Append volatile keyword to type.
17489 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17491         * sysdeps/sh/sotruss-lib.c: New file.
17492         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
17494 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17496         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17498 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
17500         [BZ #6810]
17501         * math/w_tgamma.c: Include <errno.h>.
17502         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
17503         * math/w_tgammaf.c: Include <errno.h>.
17504         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
17505         * math/w_tgammal.c: Include <errno.h>.
17506         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
17507         * math/auto-libm-test-in: Do not allow missing errno on tgamma
17508         underflow.  Add more tgamma tests.
17509         * math/auto-libm-test-out: Regenerated.
17510         * sysdeps/i386/fpu/libm-test-ulps: Update.
17511         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17513         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
17514         sin, sinh, tan, tanh, tgamma, y0 and y1.
17515         * math/auto-libm-test-out: Regenerated.
17516         * math/libm-test.inc (TEST_COND_x86_64): New macro.
17517         (TEST_COND_x86): Likewise.
17518         (M_E2l): Remove macro.
17519         (M_E3l): Likewise.
17520         (M_2_SQRT_PIl): Likewise.
17521         (M_SQRT_PIl): Likewise.
17522         (M_1_DIV_El): Likewise.
17523         (log_test_data): Use AUTO_TESTS_f_f.
17524         (log10_test_data): Likewise.
17525         (log1p_test_data): Likewise.
17526         (log2_test_data): Likewise.
17527         (sin_test_data): Likewise.
17528         (sin_tonearest_test_data): Likewise.
17529         (sin_towardzero_test_data): Likewise.
17530         (sin_downward_test_data): Likewise.
17531         (sin_upward_test_data): Likewise.
17532         (sinh_test_data): Likewise.
17533         (sinh_tonearest_test_data): Likewise.
17534         (sinh_towardzero_test_data): Likewise.
17535         (sinh_downward_test_data): Likewise.
17536         (sinh_upward_test_data): Likewise.
17537         (tan_test_data): Likewise.
17538         (tan_tonearest_test_data): Likewise.
17539         (tan_towardzero_test_data): Likewise.
17540         (tan_downward_test_data): Likewise.
17541         (tan_upward_test_data): Likewise.
17542         (tanh_test_data): Likewise.
17543         (tgamma_test_data): Likewise.
17544         (y0_test_data): Likewise.
17545         (y1_test_data): Likewise.
17546         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
17547         (special_real_inputs): Add pi/4.
17548         * sysdeps/i386/fpu/libm-test-ulps: Update.
17549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17551 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17553         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
17554         "longjmp_target" static probes.
17555         (__longjmp): Rename to __longjmp_symbol.
17556         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
17557         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
17558         on which longjmp to generate.
17559         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17560         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
17561         probe.
17562         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17563         (__sigjmp_save): Rename to __sigjmp_save_symbol.
17564         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
17565         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
17566         and __sigjmp_save_symbol based on which sigsetjmp to generated.
17567         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
17568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
17569         __longjmp_symbol based on which __longjmp to generate.
17570         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
17571         probe.
17572         (setjmp): Rename to setjmp_symbol.
17573         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17574         (_setjmp): Rename to _setjmp_symbol.
17575         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17576         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
17577         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
17578         which setjmp to generate.
17579         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
17580         "longjmp_target" static probes.
17582 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17584         * benchtests/README: Add note about output arguments.
17585         * benchtests/bench-sincos.c: Remove file.
17586         * benchtests/sincos-inputs: New file.
17587         * scripts/bench.pl: Identify output arguments and define
17588         static variables for them.
17590         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
17592         [BZ #15941]
17593         * Makefile (INSTALL): Add install-plain.texi as the primary
17594         dependency.
17595         * manual/install-plain.texi: New file.
17596         * manual/install.texi: Include node directive only for
17597         non-plaintext output.
17599 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
17601         * stdlib/longlong.h: Update from GCC.
17603         [BZ #6807]
17604         [BZ #15901]
17605         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
17606         * math/w_j0f.c (y0f): Likewise.
17607         * math/w_j0l.c (__y0l): Likewise.
17608         * math/w_j1.c (y1): Likewise.
17609         * math/w_j1f.c (y1f): Likewise.
17610         * math/w_j1l.c (__y1l): Likewise
17611         * math/w_jn.c (yn): Likewise.
17612         * math/w_jnf.c (ynf): Likewise.
17613         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
17614         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
17615         value for Bessel function domain errors outside _SVID_ mode.
17616         Adjust sign of return value for yn (negative integer, 0).
17617         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
17618         by zero in return for negative x and set sign appropriately for
17619         negative n.
17620         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
17621         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
17622         * math/libm-test.inc (y0_test_data): Add more tests and adjust
17623         expectations in error cases.
17624         (y1_test_data): Likewise.
17625         (yn_test_data): Likewise.
17626         * sysdeps/i386/fpu/libm-test-ulps: Update.
17627         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17629 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17631         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
17632         "64" to "64-v1".  Add "64-v2".
17633         (abi-64-options): Rename to ...
17634         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
17635         (abi-64-condition): Rename to ...
17636         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
17637         (abi-64-ld-soname): Rename to ...
17638         (abi-64-v1-ld-soname): ... this.
17639         (abi-64-v2-options): Define.
17640         (abi-64-v2-condition): Likewise.
17641         (abi-64-v2-ld-soname): Likewise.
17642         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
17643         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
17644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
17645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
17646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
17648 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17649             Alan Modra  <amodra@gmail.com>
17651         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
17652         New versions for use with the ELFv2 ABI.
17653         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
17654         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
17655         declaration.
17656         (struct La_ppc64v2_retval): Likewise.
17657         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
17658         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
17659         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
17660         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
17661         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
17662         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
17663         Do not save or restore CR.
17664         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
17665         (_dl_profile_resolve): Do no save or restore CR.  Support extended
17666         return values for ELFv2 ABI.  Fix location of FPR return registers.
17667         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
17668         updated values for _CALL_ELF == 2.
17669         (La_regs, La_retval, int_retval): Likewise.
17671 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17673         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
17674         (FRAME_MIN_SIZE_PARM): Likewise.
17675         (FRAME_BACKCHAIN): Likewise.
17676         (FRAME_CR_SAVE): Likewise.
17677         (FRAME_LR_SAVE): Likewise.
17678         (FRAME_TOC_SAVE): Likewise.
17679         (FRAME_PARM_SAVE): Likewise.
17680         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
17681         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
17682         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17683         (call_mcount_parm_offset): New macro.
17684         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
17685         (PROF): Use symbolic stack frame offsets.
17686         (TAIL_CALL_SYSCALL_ERROR): Likewise.
17687         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
17688         Redefine in terms of FRAME_MIN_SIZE.
17689         (_dl_runtime_resolve): Use symbolic stack frame offsets.
17690         (_dl_profile_resolve): Likewise.  Update comment.
17691         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
17692         symbols stack frame offsets.
17693         (__sigsetjmp): Likewise.
17694         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
17695         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
17696         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
17697         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
17699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
17700         (FRAME_BACKCHAIN): Remove.
17701         (FRAME_CR_SAVE): Likewise.
17702         (FRAME_LR_SAVE): Likewise.
17703         (FRAME_COMPILER_DW): Likewise.
17704         (FRAME_LINKER_DW): Likewise.
17705         (FRAME_TOC_SAVE): Likewise.
17706         (FRAME_PARM_SAVE): Likewise.
17707         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
17708         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
17709         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
17711         (CHECK_SP): Use symbolic stack frame offsets.
17712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
17713         zone" instead of caller's parameter save area for temp storage.
17714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
17715         Likewise.  Also, use symbolic stack frame offsets.
17716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
17717         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
17718         our own stack frame instead of the caller's.
17719         (__socket): Use symbolic stack frame offsets.
17721 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17722             Alan Modra  <amodra@gmail.com>
17724         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
17725         Define.
17726         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
17727         (PPC64_LOCAL_ENTRY_OFFSET): Define.
17728         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
17729         New function.
17730         (elf_machine_fixup_plt): Call it.
17731         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
17732         reloc arguments.
17733         (elf_machine_rela): Update call to elf_machine_plt_conflict.
17734         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17735         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
17736         r2 before calling target.
17738 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17739             Alan Modra  <amodra@gmail.com>
17741         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
17742         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
17743         versions of macros to support ELFv2 ABI.
17744         (LOCALENTRY): New macro.
17745         (ENTRY, EALIGN): Use it.
17746         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
17747         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
17748         fall through into ENTRY entry point.
17749         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
17750         Only define if _CALL_ELF != 2.
17752         (elf_machine_matches_host): Verify ABI version matches.
17753         (RTLD_START): Use LOCALENTRY.
17754         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
17755         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
17756         (PLT_ENTRY_WORDS): New macro.
17757         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
17758         (elf_machine_runtime_setup): Support ELFv2 ABI.
17759         (elf_machine_fixup_plt): Likewise.
17760         (elf_machine_plt_conflict): Likewise.
17761         (resolve_ifunc): Likewise.
17762         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17763         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
17764         Likewise.
17765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
17766         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
17767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17768         (makecontext): Support ELFv2 ABI.
17769         * elf/elf.h (EF_PPC64_ABI): Define.
17771 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17773         * sysdeps/powerpc/powerpc64/sysdep.h
17774         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
17775         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
17776         (ENTRY) [ASSEMBLER]: ... but instead here ...
17777         (EALIGN) [ASSEMBLER]: ... and here.
17778         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
17779         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
17780         (ENTRY_2) [!ASSEMBLER]: Use it.
17781         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
17782         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
17783         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17784         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
17785         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
17786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
17787         Use PPC64_LOAD_FUNCPTR.
17789         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
17791 2013-12-04  Alan Modra  <amodra@gmail.com>
17793         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
17794         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
17795         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
17796         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
17798         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
17799         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
17800         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
17801         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
17802         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
17803         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
17805 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17808         (__makecontext): Fix incorrect CFI when backtracing out of
17809         context created via makecontext.
17810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
17811         (__setcontext): Fix incorrect CFI during switch to new context.
17812         (__novec_setcontext): Likewise.
17814 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
17816         [BZ #4772]
17817         * time/strptime_l.c (__strptime_internal): Allow modifiers
17818         in strptime.
17819         * time/tst-strptime.c (day_tests): Add testcase.
17821 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17823         * scripts/bench.pl: Skip over blank lines.
17825 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17827         [BZ #926]
17828         * manual/time.texi (Calendar Time): Clarify what timezone functions
17829         use.
17831 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17833         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17835 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
17837         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
17838         implementation.
17839         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
17840         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
17841         * debug/memset_chk.c (__memset_chk): Likewise.
17842         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
17843         * debug/strncpy_chk.c: Likewise.
17845 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
17847         [BZ #15268]
17848         [BZ #15425]
17849         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
17850         (__ieee754_exp): For possibly underflowing results, check size of
17851         result and force underflow exception if required.
17852         * math/auto-libm-test-in: Add more tests of exp.
17853         * math/auto-libm-test-out: Regenerated.
17854         * sysdeps/i386/fpu/libm-test-ulps: Update.
17855         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17857         [BZ #16283]
17858         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
17859         * math/w_exp2f.c (__exp2f): Likewise.
17860         * math/w_exp2l.c (__exp2l): Likewise.
17861         * math/auto-libm-test-in: Do not allow missing errno on exp2
17862         underflow.
17863         * math/auto-libm-test-out: Regenerated.
17865 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
17867         [BZ #16274]
17868         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
17869         handle filename validation.
17870         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
17871         (do_open): Delete.
17873 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
17875         [BZ #6786]
17876         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
17877         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
17878         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
17879         <float.h>.
17880         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
17881         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
17882         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17883         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
17884         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17885         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
17886         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17887         * math/auto-libm-test-in: Don't allow missing errno from erfc.
17888         Add more erfc tests.
17889         * math/auto-libm-test-out: Regenerated.
17890         * sysdeps/i386/fpu/libm-test-ulps: Update.
17891         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17893         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
17894         exp2, expm1, j0 and j1.
17895         * math/auto-libm-test-out: Regenerated.
17896         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
17897         (erfc_test_data): Likewise.
17898         (exp_test_data): Likewise.
17899         (exp_tonearest_test_data): Likewise.
17900         (exp_towardzero_test_data): Likewise.
17901         (exp_downward_test_data): Likewise.
17902         (exp_upward_test_data): Likewise.
17903         (exp10_test_data): Likewise.
17904         (exp2_test_data): Likewise.
17905         (expm1_test_data): Likewise.
17906         (j0_test_data): Likewise.
17907         (j1_test_data): Likewise.
17908         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
17909         (input_flag_type): Add flag_xfail_rounding.
17910         (input_flags): Add xfail-rounding.
17911         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
17912         (output_for_one_input_case): Handle flag_xfail_rounding.
17913         * sysdeps/i386/fpu/libm-test-ulps: Update.
17914         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17916 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
17918         [BZ #16289]
17919         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
17920         division by 0.
17922 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17924         [BZ #16195]
17925         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
17926         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
17927         (STAP_PROBE0): New macro.
17928         (STAP_PROBE1): Likewise.
17929         (STAP_PROBE2): Likewise.
17930         (STAP_PROBE3): Likewise.
17931         (STAP_PROBE4): Likewise.
17933 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
17935         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
17937 2013-12-02  Steve Ellcey  <sellcey@mips.com>
17939         * benchtests/Makefile (bench): Add sqrt.
17940         (LDLIBS-bench-sqrt): New.
17941         * benchtests/sqrt-input: New.
17943 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
17945         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
17946         (GAIH_EAI): Likewise.
17947         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
17948         (gaih_inet): Likewise.
17949         (getaddrinfo): Don't use GAIH_EAI.
17951         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
17952         (struct gaih): Remove definition.
17954 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
17956         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
17957         Use HERRNOP directly.
17959 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17961         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17963 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
17965         * math/gen-auto-libm-tests.c (test_functions): Add more
17966         single-argument functions.
17967         (special_fill_pi_2): New function.
17968         (special_fill_minus_pi_2): Likewise.
17969         (special_fill_pi_6): Likewise.
17970         (special_fill_minus_pi_6): Likewise.
17971         (special_fill_pi_3): Likewise.
17972         (special_fill_2pi_3): Likewise.
17973         (special_fill_e): Likewise.
17974         (special_fill_1_e): Likewise.
17975         (special_fill_e_minus_1): Likewise.
17976         (special_real_inputs): Add more special inputs.
17977         (output_for_one_input_case): Do not require ERANGE on underflow to
17978         zero if round-to-nearest result does not underflow to zero, unless
17979         exact results required.
17980         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
17981         atan, atanh, cbrt, cos and cosh.
17982         * math/auto-libm-test-out: Regenerated.
17983         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
17984         (acos_tonearest_test_data): Likewise.
17985         (acos_towardzero_test_data): Likewise.
17986         (acos_downward_test_data): Likewise.
17987         (acos_upward_test_data): Likewise.
17988         (acosh_test_data): Likewise.
17989         (asin_test_data): Likewise.
17990         (asin_tonearest_test_data): Likewise.
17991         (asin_towardzero_test_data): Likewise.
17992         (asin_upward_test_data): Likewise.
17993         (asinh_test_data): Likewise.
17994         (atan_test_data): Likewise.
17995         (atanh_test_data): Likewise.
17996         (cbrt_test_data): Likewise.
17997         (cos_test_data): Likewise.
17998         (cos_tonearest_test_data): Likewise.
17999         (cos_towardzero_test_data): Likewise.
18000         (cos_downward_test_data): Likewise.
18001         (cos_upward_test_data): Likewise.
18002         (cosh_test_data): Likewise.
18003         (cosh_tonearest_test_data): Likewise.
18004         (cosh_towardzero_test_data): Likewise.
18005         (cosh_downward_test_data): Likewise.
18006         (cosh_upward_test_data): Likewise.
18007         * sysdeps/i386/fpu/libm-test-ulps: Update.
18008         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18010 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18012         [BZ #6787]
18013         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18014         * math/w_exp10f.c (__exp10f): Likewise.
18015         * math/w_exp10l.c (__exp10l): Likewise.
18016         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18017         errno settings in existing tests.
18019         [BZ #14032]
18020         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18021         precision control set to double precision.
18022         * sysdeps/i386/fpu/w_sqrt.c: New file.
18023         * math/auto-libm-test-in: Add more tests.
18024         * math/auto-libm-test-out: Update.
18026         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18027         (sqrt_test_tonearest): New function.
18028         (sqrt_towardzero_test_data): New variable.
18029         (sqrt_test_towardzero): New function.
18030         (sqrt_downward_test_data): New variable.
18031         (sqrt_test_downward): New function.
18032         (sqrt_upward_test_data): New variable.
18033         (sqrt_test_upward): New function.
18034         (main): Call the new functions.
18036         * math/gen-auto-libm-tests.c: New file.
18037         * math/auto-libm-test-in: Likewise.
18038         * math/auto-libm-test-out: New generated file.
18039         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18040         variables.
18041         (%beautify): Add generated representations of zero.
18042         (top level): Set $auto_input and call parse_auto_input.
18043         (beautify): Remove trailing "f" from hex float constants.
18044         (parse_args): Handle XFAIL_TEST.
18045         (convert_condition): New function.
18046         (or_value): Likewise.
18047         (or_cond_value): Likewise.
18048         (generate_testfile): Handle AUTO_TESTS_* lines.
18049         (parse_auto_input): New function.
18050         * math/libm-test.inc (XFAIL_TEST): New macro.
18051         (ERRNO_UNCHANGED): Update value.
18052         (ERRNO_EDOM): Likewise.
18053         (ERRNO_ERANGE): Likewise.
18054         (IGNORE_RESULT): Likewise.
18055         (TEST_COND_flt_32): New macro.
18056         (TEST_COND_dbl_64): Likewise.
18057         (TEST_COND_ldbl_96_intel): Likewise.
18058         (TEST_COND_ldbl_96_m68k): Likewise.
18059         (TEST_COND_ldbl_128): Likewise.
18060         (TEST_COND_ldbl_128ibm): Likewise.
18061         (TEST_COND_long32): Likewise.
18062         (TEST_COND_long64): Likewise.
18063         (TEST_COND_before_rounding): Likewise.
18064         (TEST_COND_after_rounding): Likewise.
18065         (enable_test): Handle XFAIL_TEST flag.
18066         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18067         with finite results.
18068         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18069         auto-libm-test-out.
18071 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18072             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18074         [BZ #16214]
18075         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18076         __tls_get_addr_internal instead of __tls_get_offset in order to
18077         avoid GOT pointer dependency.  Make rtld export
18078         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18079         __tls_get_addr since we are a __tls_get_offset platform.
18080         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18081         GOT pointer being set up before.
18082         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18084 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18086         * manual/math.texi (Errors in Math Functions): Document accuracy
18087         goals.
18089         [BZ #15004]
18090         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18091         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18092         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18093         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18094         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18095         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18096         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18097         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18098         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18099         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18100         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18101         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18102         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18103         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18104         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18105         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18107         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18108         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18109         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18110         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18111         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18112         Likewise.
18113         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18114         Likewise.
18115         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18116         Likewise.
18117         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18118         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18119         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18120         atomic-feupdateenv and flt-rounds.
18121         * sysdeps/powerpc/nofpu/Versions (libc): Add
18122         __atomic_feholdexcept, __atomic_feclearexcept,
18123         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18124         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18125         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18126         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18127         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18128         here.
18129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18130         Update.
18132         * manual/arith.texi (FP Exceptions): Document that exceptions may
18133         not be raised when matherr is used.
18134         (Math Error Reporting): Document overflow in directed rounding
18135         modes.  Document that errno may not be set when finite values are
18136         returned on overflow.  Document intent to set errno on underflow
18137         only for underflow to zero.
18139         [BZ #16271]
18140         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18141         round-to-nearest then adjust result for other rounding modes.
18142         * include/fenv.h (fegetround): Use libm_hidden_proto.
18143         * math/fegetround.c (fegetround): Use libm_hidden_def.
18144         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18145         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18146         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18147         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18148         Likewise.
18149         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18150         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18151         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18152         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18154 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18156         [BZ #16077]
18157         * nss/Versions (libnss_files): Add
18158         _nss_files_gethostbyname3_r.
18159         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18160         New function.
18161         (HOST_DB_LOOKUP): Remove macro.
18162         (_nss_files_gethostbyname_r): Implement function without the
18163         HOST_DB_LOOKUP macro.
18164         (_nss_files_gethostbyname2_r): Likewise.
18166 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18168         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18170 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18172         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18173         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18174         warning.
18176 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18178         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18179         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18180         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18181         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18182         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18183         __fe_nomask_env_priv and attribute_hidden.
18184         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18185         (libc_feupdateenv_test_ppc): Likewise.
18186         (libc_feresetround_ppc): Likewise.
18187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18188         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18189         compat_symbol macro.
18190         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18191         (__fe_nomask_env): Likewise.
18192         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18194 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18196         * string/Makefile: Remove ifunc tests.
18197         * string/test-string.h: Define TEST_IFUNC.
18198         * string/test-bcopy-ifunc.c: Remove.
18199         * string/test-bzero-ifunc.c: Likewise.
18200         * string/test-memccpy-ifunc.c: Likewise.
18201         * string/test-memchr-ifunc.c: Likewise.
18202         * string/test-memcmp-ifunc.c: Likewise.
18203         * string/test-memcpy-ifunc.c: Likewise.
18204         * string/test-memmem-ifunc.c: Likewise.
18205         * string/test-memmove-ifunc.c: Likewise.
18206         * string/test-mempcpy-ifunc.c: Likewise.
18207         * string/test-memrchr-ifunc.c: Likewise.
18208         * string/test-memset-ifunc.c: Likewise.
18209         * string/test-rawmemchr-ifunc.c: Likewise.
18210         * string/test-stpcpy-ifunc.c: Likewise.
18211         * string/test-stpncpy-ifunc.c: Likewise.
18212         * string/test-strcasecmp-ifunc.c: Likewise.
18213         * string/test-strcasestr-ifunc.c: Likewise.
18214         * string/test-strcat-ifunc.c: Likewise.
18215         * string/test-strchr-ifunc.c: Likewise.
18216         * string/test-strchrnul-ifunc.c: Likewise.
18217         * string/test-strcmp-ifunc.c: Likewise.
18218         * string/test-strcpy-ifunc.c: Likewise.
18219         * string/test-strcspn-ifunc.c: Likewise.
18220         * string/test-strlen-ifunc.c: Likewise.
18221         * string/test-strncasecmp-ifunc.c: Likewise.
18222         * string/test-strncat-ifunc.c: Likewise.
18223         * string/test-strncmp-ifunc.c: Likewise.
18224         * string/test-strncpy-ifunc.c: Likewise.
18225         * string/test-strnlen-ifunc.c: Likewise.
18226         * string/test-strpbrk-ifunc.c: Likewise.
18227         * string/test-strrchr-ifunc.c: Likewise.
18228         * string/test-strspn-ifunc.c: Likewise.
18229         * string/test-strstr-ifunc.c: Likewise.
18231 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18233         * benchtests/Makefile: Remove ifunc tests.
18234         * benchtests/bench-string.h: Define TEST_IFUNC.
18235         * benchtests/bench-bcopy-ifunc.c: Remove.
18236         * benchtests/bench-bzero-ifunc.c: Likewise.
18237         * benchtests/bench-memccpy-ifunc.c: Likewise.
18238         * benchtests/bench-memchr-ifunc.c: Likewise.
18239         * benchtests/bench-memcmp-ifunc.c: Likewise.
18240         * benchtests/bench-memcpy-ifunc.c: Likewise.
18241         * benchtests/bench-memmem-ifunc.c: Likewise.
18242         * benchtests/bench-memmove-ifunc.c: Likewise.
18243         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18244         * benchtests/bench-memrchr-ifunc.c: Likewise.
18245         * benchtests/bench-memset-ifunc.c: Likewise.
18246         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18247         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18248         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18249         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18250         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18251         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18252         * benchtests/bench-strcat-ifunc.c: Likewise.
18253         * benchtests/bench-strchr-ifunc.c: Likewise.
18254         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18255         * benchtests/bench-strcmp-ifunc.c: Likewise.
18256         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18257         * benchtests/bench-strcpy-ifunc.c: Likewise.
18258         * benchtests/bench-strcspn-ifunc.c: Likewise.
18259         * benchtests/bench-strlen-ifunc.c: Likewise.
18260         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18261         * benchtests/bench-strncat-ifunc.c: Likewise.
18262         * benchtests/bench-strncmp-ifunc.c: Likewise.
18263         * benchtests/bench-strncpy-ifunc.c: Likewise.
18264         * benchtests/bench-strnlen-ifunc.c: Likewise.
18265         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18266         * benchtests/bench-strrchr-ifunc.c: Likewise.
18267         * benchtests/bench-strsep-ifunc.c: Likewise.
18268         * benchtests/bench-strspn-ifunc.c: Likewise.
18269         * benchtests/bench-strstr-ifunc.c: Likewise.
18271 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18273         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18275 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18277         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18278         * rt/aio.h: Likewise.
18279         * sysdeps/gnu/bits/utmp.h: Likewise.
18280         * sysdeps/gnu/bits/utmpx.h: Likewise.
18281         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18282         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18283         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18284         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18285         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18286         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18287         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18288         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18289         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18290         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18291         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18292         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18293         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18295         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18296         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18297         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18298         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18299         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18300         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18301         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18302         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18303         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18304         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18305         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18306         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18307         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18308         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18309         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18310         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18311         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18312         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18313         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18314         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18315         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18316         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18317         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18318         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18319         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18320         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18321         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18322         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18324 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18326         [BZ #16245]
18327         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18328         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18330 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18332         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18333         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18334         Likewise.
18336 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18338         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18339         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18340         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18341         (__fesetround): Remove define.
18342         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18343         rounding and exceptions handling.
18344         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18345         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18346         (__fe_nomask_env): Likewise.
18347         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18348         __fegetround instead of fegetround.
18349         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18350         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18352 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18354         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18355         it's there.
18357         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18359 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18361         [BZ #11157]
18362         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18363         (encrypt_r): Likewise.
18364         * malloc/obstack.h (obstack_free): Likewise.
18365         * posix/unistd.h (encrypt): Likewise.
18367 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18369         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18370         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18371         DL_CALL_DT_FINI() that call the functions directly.
18372         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18373         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18374         * elf/dl-fini.c: Likewise.
18376 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18378         * malloc/hooks.c (memalign_check): Add alignment rounding.
18379         * malloc/malloc.c (_mid_memalign): New function.
18380         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18381         Implement by calling _mid_memalign.
18382         * manual/probes.texi (Memory Allocation Probes): Remove
18383         memory_valloc_retry and memory_pvalloc_retry.
18385 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18387         * locale/programs/locarchive.c (open_archive): Add const
18388         qualifier to ARCHIVEFNAME and copy default fname to
18389         DEFAULT_FNAME.
18391         [BZ #15601]
18392         * libio/tst-widetext.input: Rename Oriya to Odia.
18393         * locale/iso-639.def: Likewise.
18395         * manual/probes.texi (Mathematical Function Probes): Add
18396         documentation for sin, cos, asin and acos probes.
18397         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18398         (__sin32): Add slowasin probe.
18399         (__cos32): Add slowacos probe.
18400         (__mpsin): Add slowsin probe.
18401         (__mpcos): Add slowcos probe.
18403 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18405         [BZ #15483]
18406         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18407         thread-local __sim_exceptions_thread and global
18408         __sim_exceptions_global.
18409         (__sim_disabled_exceptions): Change to thread-local
18410         __sim_disabled_exceptions_thread and global
18411         __sim_disabled_exceptions_global.
18412         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18413         and global __sim_round_mode_global.
18414         (__simulate_exceptions): Use thread-local floating-point state and
18415         set global state from it as needed.
18416         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18417         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18418         __sim_round_mode_thread.
18419         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18420         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18421         and global __sim_exceptions_global.
18422         (__sim_disabled_exceptions): Change to thread-local
18423         __sim_disabled_exceptions_thread and global
18424         __sim_disabled_exceptions_global.
18425         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18426         and global __sim_round_mode_global.
18427         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18428         (SIM_SET_GLOBAL): Likewise.
18429         * sysdeps/powerpc/soft-fp/sfp-machine.h
18430         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
18431         __sim_round_mode_thread.
18432         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
18433         __sim_disabled_exceptions_thread.
18434         (__sim_exceptions): Change to __sim_exceptions_thread.
18435         (__sim_disabled_exceptions): Change to
18436         __sim_disabled_exceptions_thread.
18437         (__sim_round_mode): Change to __sim_round_mode_thread.
18438         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
18439         thread-local floating-point state and set global state from it as
18440         needed.
18441         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
18442         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
18443         (__sim_disabled_exceptions): Remove extern declaration.
18444         (feenableexcept): Use thread-local floating-point state and set
18445         global state from it as needed.
18446         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
18447         extern declaration.
18448         (__sim_disabled_exceptions): Likewise.
18449         (__sim_round_mode): Likewise.
18450         (__fegetenv): Use thread-local floating-point state.
18451         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
18452         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18453         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
18454         floating-point state and set global state from it as needed.
18455         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
18456         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
18457         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
18458         Likewise.
18459         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
18460         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
18461         Likewise.
18462         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
18463         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
18464         Use __sim_round_mode_thread.
18465         * math/test-fenv-tls.c: New file.
18466         * math/Makefile (tests): Add test-fenv-tls.
18467         ($(objpfx)test-fenv-tls): Depend on
18468         $(common-objpfx)nptl/libpthread.so.
18470 2013-11-19  Andreas Schwab  <schwab@suse.de>
18472         * locale/programs/locale.c (show_info): Decode wordarray elements.
18473         * locale/categories.def (LC_MONETARY): Add element for
18474         _NL_MONETARY_CRNCYSTR.
18475         * locale/C-monetary.c (conversion_rate): New variable.
18476         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
18477         element.
18479 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
18481         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
18482         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
18484 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
18486         * elf/Makefile (tst-auxv): New test.
18487         * elf/tst-auxv.c: New
18488         * elf/rtld.c (dl_main): Adjust AT_EXECFN
18490 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
18492         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
18493         (hidden_proto): Caller changed.
18494         (hidden_tls_proto): New macro.
18495         (libc_hidden_tls_proto): Likewise.
18496         (rtld_hidden_tls_proto): Likewise.
18497         (libm_hidden_tls_proto): Likewise.
18498         (libresolv_hidden_tls_proto): Likewise.
18499         (librt_hidden_tls_proto): Likewise.
18500         (libdl_hidden_tls_proto): Likewise.
18501         (libnss_files_hidden_tls_proto): Likewise.
18502         (libnsl_hidden_tls_proto): Likewise.
18503         (libnss_nisplus_hidden_tls_proto): Likewise.
18504         (libutil_hidden_tls_proto): Likewise.
18506 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
18508         [BZ #10253]
18509         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
18510         (decompose_rpath): Defer expansion to fillin_rpath.
18511         (_dl_init_paths): Pass linkmap to fillin_rpath.
18513 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18515         * benchtests/Makefile: Add strsep.
18516         * benchtests/bench-strsep.c: New file: strsep benchtest.
18517         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
18519 2013-11-18  Andreas Schwab  <schwab@suse.de>
18521         * locale/programs/locale.c (show_info) [case byte]: Check for
18522         '\377' instead of '\177'.
18523         * locale/C-monetary.c (not_available): Always use "\377".
18524         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
18525         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
18526         detect unavailable sign_posn locale elements.
18527         * locale/localeconv.c (__localeconv): For grouping and
18528         mon_grouping handle "\177" and "\377" like no grouping.
18529         (INT_ELEM): New macro.  Use it to set all numeric members.
18530         * locale/programs/ld-monetary.c (monetary_read)
18531         <tok_mon_grouping>: Normalize single -1 to the empty string.
18532         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
18533         Likewise.
18535 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18537         [BZ #16055]
18538         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
18539         when we match (nil).
18540         * stdio-common/tst-sscanf.c (struct test): Add testcase.
18542 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
18544         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
18545         (NO_TEST_INLINE): Update value.
18546         (ERRNO_UNCHANGED): Likewise.
18547         (ERRNO_EDOM): Likewise.
18548         (ERRNO_ERANGE): Likewise.
18549         (IGNORE_RESULT): Likewise.
18550         (check_float_internal): Check signs of NaN results if
18551         TEST_NAN_SIGN used.
18552         (check_complex): Pass TEST_NAN_SIGN flag through to second
18553         check_float_internal call.
18554         (copysign_test_data): Add tests with quiet NaNs as second
18555         argument.  Use TEST_NAN_SIGN.
18556         (fabs_test_data): Add test of negative quiet NaN argument.  Use
18557         TEST_NAN_SIGN.
18558         (signbit_test_data): Add tests of quiet NaN argument.
18559         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
18561         * math/gen-libm-test.pl (show_exceptions): Take extra argument
18562         $ignore_result.
18563         (parse_args): Handle function results specified as IGNORE.
18564         * math/libm-test.inc (IGNORE_RESULT): New macro.
18565         (check_float_internal): Do not check numerical result if flag
18566         IGNORE_RESULT set.
18567         (check_complex): Pass through IGNORE_RESULT to second
18568         check_float_internal call.
18569         (check_int): Do not check numerical result if flag IGNORE_RESULT
18570         set.
18571         (check_long): Likewise.
18572         (check_bool): Likewise.
18573         (check_longlong): Likewise.
18574         (lrint_test_data): Add tests of infinite and NaN arguments.
18575         (lrint_tonearest_test_data): Likewise.
18576         (lrint_towardzero_test_data): Likewise.
18577         (lrint_downward_test_data): Likewise.
18578         (lrint_upward_test_data): Likewise.
18579         (llrint_test_data): Likewise.
18580         (llrint_tonearest_test_data): Likewise.
18581         (llrint_towardzero_test_data): Likewise.
18582         (llrint_downward_test_data): Likewise.
18583         (llrint_upward_test_data): Likewise.
18584         (lround_test_data): Likewise.
18585         (llround_test_data): Likewise.
18587         * math/libm-test.inc (NO_TEST_INLINE): New macro.
18588         (ERRNO_UNCHANGED): Update value.
18589         (ERRNO_EDOM): Likewise.
18590         (ERRNO_ERANGE): Likewise.
18591         (NO_TEST_INLINE_FLOAT): New macro.
18592         (NO_TEST_INLINE_DOUBLE): Likewise.
18593         (enable_test): New function.
18594         (RUN_TEST_f_f): Check enable_test before running test.
18595         (RUN_TEST_2_f): Likewise.
18596         (RUN_TEST_fff_f): Likewise.
18597         (RUN_TEST_c_f): Likewise.
18598         (RUN_TEST_f_f1): Likewise.
18599         (RUN_TEST_fF_f1): Likewise.
18600         (RUN_TEST_fI_f1): Likewise.
18601         (RUN_TEST_ffI_f1): Likewise.
18602         (RUN_TEST_c_c): Likewise.
18603         (RUN_TEST_cc_c): Likewise.
18604         (RUN_TEST_f_i): Likewise.
18605         (RUN_TEST_f_i_tg): Likewise.
18606         (RUN_TEST_ff_i_tg): Likewise.
18607         (RUN_TEST_f_b): Likewise.
18608         (RUN_TEST_f_b_tg): Likewise.
18609         (RUN_TEST_f_l): Likewise.
18610         (RUN_TEST_f_L): Likewise.
18611         (RUN_TEST_fFF_11): Likewise.
18612         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
18613         conditionals.
18614         (cosh_test_data): Likewise.
18615         (exp_test_data): Likewise.
18616         (expm1_test_data): Likewise.
18617         (hypot_test_data): Likewise.
18618         (pow_test_data): Likewise.
18619         (sinh_test_data): Likewise.
18620         (tanh_test_data): Likewise.
18621         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
18622         flags argument.
18624         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
18625         tests with quiet NaN input and output.
18626         (acosh_test_data): Likewise.
18627         (asin_test_data): Likewise.
18628         (asinh_test_data): Likewise.
18629         (atan_test_data): Likewise.
18630         (atanh_test_data): Likewise.
18631         (atan2_test_data): Likewise.
18632         (cbrt_test_data): Likewise.
18633         (cos_test_data): Likewise.
18634         (cosh_test_data): Likewise.
18635         (erf_test_data): Likewise.
18636         (erfc_test_data): Likewise.
18637         (exp_test_data): Likewise.
18638         (exp10_test_data): Likewise.
18639         (exp2_test_data): Likewise.
18640         (expm1_test_data): Likewise.
18641         (hypot_test_data): Likewise.
18642         (j0_test_data): Likewise.
18643         (j1_test_data): Likewise.
18644         (jn_test_data): Likewise.
18645         (lgamma_test_data): Likewise.
18646         (log_test_data): Likewise.
18647         (log10_test_data): Likewise.
18648         (log1p_test_data): Likewise.
18649         (log2_test_data): Likewise.
18650         (pow_test_data): Likewise.
18651         (scalb_test_data): Likewise.
18652         (sin_test_data): Likewise.
18653         (sincos_test_data): Likewise.
18654         (sinh_test_data): Likewise.
18655         (tan_test_data): Likewise.
18656         (tanh_test_data): Likewise.
18657         (tgamma_test_data): Likewise.
18658         (y0_test_data): Likewise.
18659         (y1_test_data): Likewise.
18660         (yn_test_data): Likewise.
18662         [BZ #16167]
18663         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
18664         argument being NaN and avoid computations with second argument in
18665         that case.
18666         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
18667         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
18668         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
18670 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
18672         * locale/iso-639.def: Add Chitwani Tharu (the).
18674 2013-11-14  Andreas Schwab  <schwab@suse.de>
18676         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
18677         word instead of empty string.
18679 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18682         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
18683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18684         (__fe_nomask_env): Likewise.
18686 2013-11-13  Steve Ellcey  <sellcey@mips.com>
18688         * benchtests/bench-timing.h: Include time.h.
18690 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
18692         [BZ #15997]
18693         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
18694         to 3.4.0 for x32.
18695         * sysdeps/unix/sysv/linux/configure: Regenerated.
18697 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
18699         [BZ #16151]
18700         * stdlib/strtod_l.c (round_and_return): Do not consider
18701         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
18702         exponent one less than half the least subnormal exponent.
18703         * stdlib/test-strtod-round-data: Add more tests.
18704         * stdlib/tst-strtod-round.c (tests): Regenerated.
18706 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18708         [BZ #14143]
18709         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
18710         (__fe_mask_env): Likewise.
18711         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
18712         libm_hidden_proto and add function prototype.
18713         (__fe_mask_env): Add function prototype.
18714         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18715         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
18716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
18717         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
18718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18719         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
18721 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18723         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
18724         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
18726 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18728         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
18729         of htab_find_slot().
18731 2013-11-11  David S. Miller  <davem@davemloft.net>
18733         [BZ #16150]
18734         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
18735         symbol in the non-vis3 case in static builds.
18736         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
18737         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
18738         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
18739         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
18741 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
18743         [BZ #387]
18744         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
18745         it is empty.
18747 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18749         * benchtests/Makefile: Add bench-strtod.
18750         * benchtests/bench-strtod.c: New file: strtod benchtest
18752 2013-11-11  Andreas Schwab  <schwab@suse.de>
18754         [BZ #16153]
18755         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
18756         terminating NUL in key length.
18758 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18760         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18761         Add artificial ODP entry for vDSO symbol for PPC64.
18762         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
18763         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
18765 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18767         [BZ #15374]
18768         * nss/getent.c (services_keys): Recognize services starting with digit.
18770 2013-11-06  David S. Miller  <davem@davemloft.net>
18772         [BZ #15985]
18773         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
18774         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
18776 2013-11-06  Will Newton  <will.newton@linaro.org>
18778         * manual/memory.texi (Malloc Examples): Remove register
18779         keyword from examples.
18781 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
18783         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
18785 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
18787         [BZ #6981]
18788         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
18789         depending on [__GCC_IEC_559 > 0].
18790         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
18791         depending on [__GCC_IEC_559_COMPLEX > 0].
18793 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
18795         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
18796         to iso-639.def.
18798 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
18800         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
18802 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
18804         [BZ #16112]
18805         * malloc/malloc (malloc_info): Do not handle first bin as
18806         special case.
18808 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
18810         * locale/iso-639.def: Add Central Nahuatl (nhn).
18812 2013-11-01  Bruno Haible  <bruno@clisp.org>
18814         [BZ #7003]
18815         * manual/math.texi (BSD Random): Specify range upper bound as
18816         in POSIX.
18818 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
18820         * locale/iso-639.def: Add Meadow Mari (mhr).
18822 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
18824         [BZ #14752], [BZ #15763]
18825         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
18826         Validate name.
18827         * rt/tst_shm.c: Add test for escaping directory.
18829 2013-10-31  Andreas Schwab  <schwab@suse.de>
18831         [BZ #15917]
18832         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
18833         followed by 'x' as part of digit sequence.
18834         * stdio-common/tst-sscanf.c (double_tests2): New tests.
18836 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
18838         [BZ #16037]
18839         * configure.ac: allow GNU Make 4.0 and greater.
18840         * configure: Regenerated.
18842 2013-10-30  Will Newton  <will.newton@linaro.org>
18844         [BZ #16038]
18845         * malloc/hooks.c (memalign_check): Limit alignment to the
18846         maximum representable power of two.
18847         * malloc/malloc.c (__libc_memalign): Likewise.
18848         * malloc/tst-memalign.c (do_test): Add test for very
18849         large alignment values.
18850         * malloc/tst-posix_memalign.c (do_test): Likewise.
18852 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
18854         [BZ #11087]
18855         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
18856         (munmap_chunk): Likewise.
18857         (mremap_chunk): Likewise.
18859 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
18861         [BZ #15799]
18862         * stdlib/div.c (div): Remove obsolete code.
18863         * stdlib/ldiv.c (ldiv): Likewise.
18864         * stdlib/lldiv.c (lldiv): Likewise.
18866 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
18868         [BZ #16071]
18869         * nss/nss_files/files-XXX.c (get_contents_ret): New
18870         enumerator.
18871         (get_contents): New function.
18872         (internal_getent): Use it.  Expand size of LINEBUFLEN.
18874 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
18876         * configure.in: Moved to ...
18877         * configure.ac: ... here. Change reference to configure.in
18878         to configure.ac.
18879         * sysdeps/arm/preconfigure.ac: ... here.
18880         configure.in to configure.ac.
18881         * sysdeps/gnu/configure.in: Moved to ...
18882         * sysdeps/gnu/configure.ac: ... here.
18883         * sysdeps/i386/configure.in: Moved to ...
18884         * sysdeps/i386/configure.ac: ... here.
18885         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
18886         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
18887         * sysdeps/mach/configure.in: Moved to ...
18888         * sysdeps/mach/configure.ac: ... here.
18889         * sysdeps/mach/hurd/configure.in: Moved to ...
18890         * sysdeps/mach/hurd/configure.ac: ... here.
18891         * sysdeps/powerpc/configure.in: Moved to ...
18892         * sysdeps/powerpc/configure.ac: ... here.
18893         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
18894         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
18895         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
18896         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
18897         * sysdeps/s390/s390-32/configure.in: Moved to ...
18898         * sysdeps/s390/s390-32/configure.ac: ... here.
18899         * sysdeps/s390/s390-64/configure.in: Moved to ...
18900         * sysdeps/s390/s390-64/configure.ac: ... here.
18901         * sysdeps/sh/configure.in: Moved to ...
18902         * sysdeps/sh/configure.ac: ... here.
18903         * sysdeps/sparc/configure.in: Moved to ...
18904         * sysdeps/sparc/configure.ac: ... here.
18905         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
18906         * sysdeps/unix/sysv/linux/configure.ac: ... here.
18907         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
18908         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
18909         * sysdeps/x86_64/configure.in: Moved to ...
18910         * sysdeps/x86_64/configure.ac: ... here.
18911         * sysdeps/x86_64/preconfigure.in: Moved to ...
18912         * sysdeps/x86_64/preconfigure.ac: ... here.
18913         * aclocal.m4: Change reference to configure.in to configure.ac.
18914         * config.h.in: Likewise.
18915         * manual/install.texi: Likewise.
18916         * manual/maint.texi: Likewise.
18917         * Makefile: Likewise.
18918         * malloc/Makefile: Likewise.
18919         * nscd/Makefile: Likewise.
18920         * Makeconfig: Change reference to configure.in and
18921         preconfigure.in to configure.ac and preconfigure.ac
18922         respectively.
18923         * INSTALL: Regenerated.
18924         * configure: Likewise.
18925         * sysdeps/gnu/configure: Likewise.
18926         * sysdeps/i386/configure: Likewise.
18927         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
18928         * sysdeps/mach/configure: Likewise.
18929         * sysdeps/mach/hurd/configure: Likewise.
18930         * sysdeps/powerpc/configure: Likewise.
18931         * sysdeps/powerpc/powerpc32/configure: Likewise.
18932         * sysdeps/powerpc/powerpc64/configure: Likewise.
18933         * sysdeps/s390/s390-32/configure: Likewise.
18934         * sysdeps/s390/s390-64/configure: Likewise.
18935         * sysdeps/sh/configure: Likewise.
18936         * sysdeps/sparc/configure: Likewise.
18937         * sysdeps/unix/sysv/linux/configure: Likewise.
18938         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
18939         * sysdeps/x86_64/configure: Likewise.
18940         * sysdeps/x86_64/preconfigure: Likewise.
18942 2013-10-29  Andreas Schwab  <schwab@suse.de>
18944         * stdio-common/Makefile (tst-swscanf-ENV): Define.
18946 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18948         * benchtests/pow-inputs: Add new inputs.
18950         * benchtests/exp-inputs: Add new inputs.
18952         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
18953         conditional check for return value.
18954         (__cos32): Likewise.
18956 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18958         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
18959         to provide a boost for large inputs with word alignment.
18960         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
18961         implementation based on optimized PPC64 strcpy.
18962         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
18963         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
18964         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
18965         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
18967 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
18969         [BZ #2801]
18970         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
18972 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
18974         [BZ #14876]
18975         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
18976         * time/tst-strptime.c (day_tests): Add testcase.
18978 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
18980         [BZ #14029]
18981         * manual/pattern.texi: Acknowledge that fnmatch can fail.
18983 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
18985         [BZ #16074]
18986         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
18987         MAP_FAILED on error.
18989 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
18991         [BZ #16072]
18992         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
18993         heap for large requests.
18995 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
18997         [BZ #9954]
18998         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
18999         result if the result has no associated interface.
19000         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19001         interface for all 127.X.Y.Z addresses.
19003 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19005         * locale/iso-639.def: Add Ligurian (lij)
19007 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19009         [BZ #15825]
19010         * sunrpc/rpc_main.c: Document rpcgen -5.
19012 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19014         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19016 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19018         [BZ #10278]
19019         * posix/glob.c: Match only directories when trailing slash is present.
19020         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19021         (main): Add testcase.
19023 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19025         [BZ #15670]
19026         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19028 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19030         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19031         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19032         AUTH_DES and cindex for FIPS 140-2.
19033         (DES Encryption): Add cindex FIPS 46-3.
19035         * locale/locarchive.h (struct locarhandle): Add fname.
19036         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19037         if an optional argument was specified to --list-archive,
19038         otherwise NULL.
19039         * locale/programs/locarchive.c (show_archive_content): Take new
19040         argument fname and pass it via ah.fname to open_archive.
19041         * locale/programs/localedef.h: Update decl.
19042         (open_archive): If AH->fname is non-null, open that file
19043         rather than the default file name, and don't ignore ENOENT.
19044         (create_archive): Set AH.fname to NULL.
19045         (delete_locales_from_archive): Likewise.
19046         (add_locales_to_archive): Likewise.
19047         * locale/programs/locfile.c (write_all_categories): Likewise.
19049 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19050             Aldy Hernandez  <aldyh@redhat.com>
19052         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19053         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19054         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19055         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19056         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19057         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19058         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19059         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19060         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19061         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19062         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19063         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19064         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19065         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19066         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19067         Likewise.
19068         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19069         Likewise.
19070         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19071         Likewise.
19072         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19073         Likewise.
19074         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19075         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19076         Likewise.
19077         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19078         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19079         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19080         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19081         Likewise.
19082         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19083         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19084         * sysdeps/powerpc/preconfigure: Likewise.
19085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19086         Likewise.
19087         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19088         Replace contents of file by #include of <fenv_libc.h>.
19089         * sysdeps/powerpc/soft-fp/sfp-machine.h
19090         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19091         and <sys/prctl.h>.
19092         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19093         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19094         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19095         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19096         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19097         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19098         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19099         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19100         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19101         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19102         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19103         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19105         Allow copysignl PLT reference to be missing.
19107 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19108             Joseph Myers  <joseph@codesourcery.com
19110         [BZ #15948]
19111         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19112         single character.
19113         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19115 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19117         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19118         * elf/tst-tls1.c: Likewise.
19119         * elf/tst-tls10.h: Likewise.
19120         * elf/tst-tls14.c: Likewise.
19121         * elf/tst-tls2.c: Likewise.
19122         * elf/tst-tls3.c: Likewise.
19123         * elf/tst-tls4.c: Likewise.
19124         * elf/tst-tls5.c: Likewise.
19125         * elf/tst-tls6.c: Likewise.
19126         * elf/tst-tls7.c: Likewise.
19127         * elf/tst-tls8.c: Likewise.
19128         * elf/tst-tls9.c: Likewise.
19129         * elf/tst-tlsmod1.c: Likewise.
19130         * elf/tst-tlsmod13.c: Likewise.
19131         * elf/tst-tlsmod13a.c: Likewise.
19132         * elf/tst-tlsmod14a.c: Likewise.
19133         * elf/tst-tlsmod16a.c: Likewise.
19134         * elf/tst-tlsmod16b.c: Likewise.
19135         * elf/tst-tlsmod2.c: Likewise.
19136         * elf/tst-tlsmod3.c: Likewise.
19137         * elf/tst-tlsmod4.c: Likewise.
19138         * elf/tst-tlsmod5.c: Likewise.
19139         * elf/tst-tlsmod6.c: Likewise.
19141 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19143         [BZ #12486]
19144         * malloc/malloc.c: remove checks for statistics.
19146 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19148         [BZ #15277]
19149         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19150         * inet/tst-network.c: Add testcase.
19152 2013-10-17  Andreas Schwab  <schwab@suse.de>
19154         [BZ #15218]
19155         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19156         to determine canonical name.
19158 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19160         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19161         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19162         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19163         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19164         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19165         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19166         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19167         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19168         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19169         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19170         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19171         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19172         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19173         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19174         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19175         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19176         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19177         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19178         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19179         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19180         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19181         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19182         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19183         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19184         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19185         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19186         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19187         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19188         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19189         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19190         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19191         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19192         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19193         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19194         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19195         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19196         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19197         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19198         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19199         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19200         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19201         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19202         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19203         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19204         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19205         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19206         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19207         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19208         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19209         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19210         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19211         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19212         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19213         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19214         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19215         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19216         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19217         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19219 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19221         [BZ #16041]
19222         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19223         make result into a quiet NaN.
19225 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19227         * soft-fp/adddf3.c: Fix horizontal whitespace.
19228         * soft-fp/addsf3.c: Likewise.
19229         * soft-fp/addtf3.c: Likewise.
19230         * soft-fp/divdf3.c: Likewise.
19231         * soft-fp/divsf3.c: Likewise.
19232         * soft-fp/divtf3.c: Likewise.
19233         * soft-fp/double.h: Likewise.
19234         * soft-fp/eqdf2.c: Likewise.
19235         * soft-fp/eqsf2.c: Likewise.
19236         * soft-fp/eqtf2.c: Likewise.
19237         * soft-fp/extenddftf2.c: Likewise.
19238         * soft-fp/extended.h: Likewise.
19239         * soft-fp/extendsfdf2.c: Likewise.
19240         * soft-fp/extendsftf2.c: Likewise.
19241         * soft-fp/extendxftf2.c: Likewise.
19242         * soft-fp/fixdfdi.c: Likewise.
19243         * soft-fp/fixdfsi.c: Likewise.
19244         * soft-fp/fixdfti.c: Likewise.
19245         * soft-fp/fixsfdi.c: Likewise.
19246         * soft-fp/fixsfsi.c: Likewise.
19247         * soft-fp/fixsfti.c: Likewise.
19248         * soft-fp/fixtfdi.c: Likewise.
19249         * soft-fp/fixtfsi.c: Likewise.
19250         * soft-fp/fixtfti.c: Likewise.
19251         * soft-fp/fixunsdfdi.c: Likewise.
19252         * soft-fp/fixunsdfsi.c: Likewise.
19253         * soft-fp/fixunsdfti.c: Likewise.
19254         * soft-fp/fixunssfdi.c: Likewise.
19255         * soft-fp/fixunssfsi.c: Likewise.
19256         * soft-fp/fixunssfti.c: Likewise.
19257         * soft-fp/fixunstfdi.c: Likewise.
19258         * soft-fp/fixunstfsi.c: Likewise.
19259         * soft-fp/fixunstfti.c: Likewise.
19260         * soft-fp/floatdidf.c: Likewise.
19261         * soft-fp/floatdisf.c: Likewise.
19262         * soft-fp/floatditf.c: Likewise.
19263         * soft-fp/floatsidf.c: Likewise.
19264         * soft-fp/floatsisf.c: Likewise.
19265         * soft-fp/floatsitf.c: Likewise.
19266         * soft-fp/floattidf.c: Likewise.
19267         * soft-fp/floattisf.c: Likewise.
19268         * soft-fp/floattitf.c: Likewise.
19269         * soft-fp/floatundidf.c: Likewise.
19270         * soft-fp/floatundisf.c: Likewise.
19271         * soft-fp/floatunditf.c: Likewise.
19272         * soft-fp/floatunsidf.c: Likewise.
19273         * soft-fp/floatunsisf.c: Likewise.
19274         * soft-fp/floatunsitf.c: Likewise.
19275         * soft-fp/floatuntidf.c: Likewise.
19276         * soft-fp/floatuntisf.c: Likewise.
19277         * soft-fp/floatuntitf.c: Likewise.
19278         * soft-fp/fmadf4.c: Likewise.
19279         * soft-fp/fmasf4.c: Likewise.
19280         * soft-fp/fmatf4.c: Likewise.
19281         * soft-fp/gedf2.c: Likewise.
19282         * soft-fp/gesf2.c: Likewise.
19283         * soft-fp/getf2.c: Likewise.
19284         * soft-fp/ledf2.c: Likewise.
19285         * soft-fp/lesf2.c: Likewise.
19286         * soft-fp/letf2.c: Likewise.
19287         * soft-fp/muldf3.c: Likewise.
19288         * soft-fp/mulsf3.c: Likewise.
19289         * soft-fp/multf3.c: Likewise.
19290         * soft-fp/negdf2.c: Likewise.
19291         * soft-fp/negsf2.c: Likewise.
19292         * soft-fp/negtf2.c: Likewise.
19293         * soft-fp/op-1.h: Likewise.
19294         * soft-fp/op-2.h: Likewise.
19295         * soft-fp/op-4.h: Likewise.
19296         * soft-fp/op-8.h: Likewise.
19297         * soft-fp/op-common.h: Likewise.
19298         * soft-fp/quad.h: Likewise.
19299         * soft-fp/single.h: Likewise.
19300         * soft-fp/soft-fp.h: Likewise.
19301         * soft-fp/sqrtdf2.c: Likewise.
19302         * soft-fp/sqrtsf2.c: Likewise.
19303         * soft-fp/sqrttf2.c: Likewise.
19304         * soft-fp/subdf3.c: Likewise.
19305         * soft-fp/subsf3.c: Likewise.
19306         * soft-fp/subtf3.c: Likewise.
19307         * soft-fp/truncdfsf2.c: Likewise.
19308         * soft-fp/trunctfdf2.c: Likewise.
19309         * soft-fp/trunctfsf2.c: Likewise.
19310         * soft-fp/trunctfxf2.c: Likewise.
19311         * soft-fp/unorddf2.c: Likewise.
19312         * soft-fp/unordsf2.c: Likewise.
19313         * soft-fp/unordtf2.c: Likewise.
19315 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19317         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19318         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19320 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19322         * elf/dl-libc.c: Clear initfini list after freeing.
19324 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19326         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19327         * soft-fp/addsf3.c: Likewise.
19328         * soft-fp/addtf3.c: Likewise.
19329         * soft-fp/divdf3.c: Likewise.
19330         * soft-fp/divsf3.c: Likewise.
19331         * soft-fp/divtf3.c: Likewise.
19332         * soft-fp/double.h: Likewise.
19333         * soft-fp/eqdf2.c: Likewise.
19334         * soft-fp/eqsf2.c: Likewise.
19335         * soft-fp/eqtf2.c: Likewise.
19336         * soft-fp/extenddftf2.c: Likewise.
19337         * soft-fp/extended.h: Likewise.
19338         * soft-fp/extendsfdf2.c: Likewise.
19339         * soft-fp/extendsftf2.c: Likewise.
19340         * soft-fp/extendxftf2.c: Likewise.
19341         * soft-fp/fixdfdi.c: Likewise.
19342         * soft-fp/fixdfsi.c: Likewise.
19343         * soft-fp/fixdfti.c: Likewise.
19344         * soft-fp/fixsfdi.c: Likewise.
19345         * soft-fp/fixsfsi.c: Likewise.
19346         * soft-fp/fixsfti.c: Likewise.
19347         * soft-fp/fixtfdi.c: Likewise.
19348         * soft-fp/fixtfsi.c: Likewise.
19349         * soft-fp/fixtfti.c: Likewise.
19350         * soft-fp/fixunsdfdi.c: Likewise.
19351         * soft-fp/fixunsdfsi.c: Likewise.
19352         * soft-fp/fixunsdfti.c: Likewise.
19353         * soft-fp/fixunssfdi.c: Likewise.
19354         * soft-fp/fixunssfsi.c: Likewise.
19355         * soft-fp/fixunssfti.c: Likewise.
19356         * soft-fp/fixunstfdi.c: Likewise.
19357         * soft-fp/fixunstfsi.c: Likewise.
19358         * soft-fp/fixunstfti.c: Likewise.
19359         * soft-fp/floatdidf.c: Likewise.
19360         * soft-fp/floatdisf.c: Likewise.
19361         * soft-fp/floatditf.c: Likewise.
19362         * soft-fp/floatsidf.c: Likewise.
19363         * soft-fp/floatsisf.c: Likewise.
19364         * soft-fp/floatsitf.c: Likewise.
19365         * soft-fp/floattidf.c: Likewise.
19366         * soft-fp/floattisf.c: Likewise.
19367         * soft-fp/floattitf.c: Likewise.
19368         * soft-fp/floatundidf.c: Likewise.
19369         * soft-fp/floatundisf.c: Likewise.
19370         * soft-fp/floatunsidf.c: Likewise.
19371         * soft-fp/floatunsisf.c: Likewise.
19372         * soft-fp/floatuntidf.c: Likewise.
19373         * soft-fp/floatuntisf.c: Likewise.
19374         * soft-fp/floatuntitf.c: Likewise.
19375         * soft-fp/fmadf4.c: Likewise.
19376         * soft-fp/fmasf4.c: Likewise.
19377         * soft-fp/fmatf4.c: Likewise.
19378         * soft-fp/gedf2.c: Likewise.
19379         * soft-fp/gesf2.c: Likewise.
19380         * soft-fp/getf2.c: Likewise.
19381         * soft-fp/ledf2.c: Likewise.
19382         * soft-fp/lesf2.c: Likewise.
19383         * soft-fp/letf2.c: Likewise.
19384         * soft-fp/muldf3.c: Likewise.
19385         * soft-fp/mulsf3.c: Likewise.
19386         * soft-fp/multf3.c: Likewise.
19387         * soft-fp/negdf2.c: Likewise.
19388         * soft-fp/negsf2.c: Likewise.
19389         * soft-fp/negtf2.c: Likewise.
19390         * soft-fp/op-1.h: Likewise.
19391         * soft-fp/op-2.h: Likewise.
19392         * soft-fp/op-4.h: Likewise.
19393         * soft-fp/op-8.h: Likewise.
19394         * soft-fp/op-common.h: Likewise.
19395         * soft-fp/quad.h: Likewise.
19396         * soft-fp/single.h: Likewise.
19397         * soft-fp/soft-fp.h: Likewise.
19398         * soft-fp/sqrtdf2.c: Likewise.
19399         * soft-fp/sqrtsf2.c: Likewise.
19400         * soft-fp/sqrttf2.c: Likewise.
19401         * soft-fp/subdf3.c: Likewise.
19402         * soft-fp/subsf3.c: Likewise.
19403         * soft-fp/subtf3.c: Likewise.
19404         * soft-fp/truncdfsf2.c: Likewise.
19405         * soft-fp/trunctfdf2.c: Likewise.
19406         * soft-fp/trunctfsf2.c: Likewise.
19407         * soft-fp/trunctfxf2.c: Likewise.
19408         * soft-fp/unorddf2.c: Likewise.
19409         * soft-fp/unordsf2.c: Likewise.
19410         * soft-fp/unordtf2.c: Likewise.
19412 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19414         [BZ #15672]
19415         * misc/error.c (error_tail): Fix possible buffer overflow.
19417 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
19419         [BZ #13028]
19420         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19421         address.
19423 2013-10-14  P. J. McDermott  <pj@pehjota.net>
19425         [BZ #832]
19426         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
19427         testing pipefail option.
19429 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19431         * soft-fp/double.h: Indent preprocessor directives inside #if.
19432         * soft-fp/extended.h: Likewise.
19433         * soft-fp/op-2.h: Likewise.
19434         * soft-fp/op-4.h: Likewise.
19435         * soft-fp/op-common.h: Likewise.
19436         * soft-fp/quad.h: Likewise.
19437         * soft-fp/single.h: Likewise.
19438         * soft-fp/soft-fp.h: Likewise.
19440 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
19442         * iconv/iconv_prog.c: Fix typos.
19443         * stdio-common/psiginfo-data.h: Likewise.
19445 2013-10-12   Reuben Thomas <rrt@sc3d.org>
19447         [BZ #15764]
19448         * locale/setlocale.c: Fix typo.
19450 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19452         [BZ #16036]
19453         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
19454         signaling NaN arguments.
19455         * soft-fp/unordsf2.c (__unordsf2): Likewise.
19456         * soft-fp/unordtf2.c (__unordtf2): Likewise.
19458         [BZ #14910]
19459         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
19460         unordered operands.
19461         * soft-fp/gesf2.c (__gesf2): Likewise.
19462         * soft-fp/getf2.c (__getf2): Likewise.
19463         * soft-fp/ledf2.c (__ledf2): Likewise.
19464         * soft-fp/lesf2.c (__lesf2): Likewise.
19465         * soft-fp/letf2.c (__letf2): Likewise.
19467         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
19468         * soft-fp/eqsf2.c (__eqsf2): Likewise.
19469         * soft-fp/eqtf2.c (__eqtf2): Likewise.
19470         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
19471         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
19472         * soft-fp/fixdfti.c (__fixdfti): Likewise.
19473         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
19474         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
19475         * soft-fp/fixsfti.c (__fixsfti): Likewise.
19476         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
19477         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
19478         * soft-fp/fixtfti.c (__fixtfti): Likewise.
19479         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
19480         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
19481         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
19482         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
19483         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
19484         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
19485         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
19486         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
19487         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
19488         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
19489         * soft-fp/floatdisf.c (__floatdisf): Likewise.
19490         * soft-fp/floatsisf.c (__floatsisf): Likewise.
19491         * soft-fp/floattidf.c (__floattidf): Likewise.
19492         * soft-fp/floattisf.c (__floattisf): Likewise.
19493         * soft-fp/floattitf.c (__floattitf): Likewise.
19494         * soft-fp/floatundidf.c (__floatundidf): Likewise.
19495         * soft-fp/floatundisf.c (__floatundisf): Likewise.
19496         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
19497         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
19498         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
19499         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
19500         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
19501         * soft-fp/gesf2.c (__gesf2): Likewise.
19502         * soft-fp/getf2.c (__getf2): Likewise.
19503         * soft-fp/ledf2.c (__ledf2): Likewise.
19504         * soft-fp/lesf2.c (__lesf2): Likewise.
19505         * soft-fp/letf2.c (__letf2): Likewise.
19507         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
19508         Undefine and redefine.
19509         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
19510         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
19511         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
19512         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
19513         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19514         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
19515         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19516         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
19517         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19518         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
19519         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19520         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
19521         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19522         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
19523         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19525         [BZ #16032]
19526         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
19527         without decrementing exponent if mantissa >= that for the
19528         denominator, not >.
19529         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
19530         denominator, not >.  Decrement exponent in < case instead of
19531         incrementing in >= case.
19532         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
19533         without decrementing exponent if mantissa >= that for the
19534         denominator, not >.
19536         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
19537         computing saturated result for unsigned overflow.
19539 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19540             Jeff Law  <law@redhat.com>
19542         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
19543         (atan2Mp): Add systemtap probe marker.
19544         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
19545         (__ieee754_log): Add systemtap probe marker.
19546         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
19547         (atanMp): Add systemtap probe marker.
19548         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
19549         (tanMp): Add systemtap probe marker.
19550         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
19551         (__slowexp): Add systemtap probe marker.
19552         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
19553         (__slowpow): Add systemtap probe marker.
19554         * manual/probes.texi: Document probes.
19556 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
19558         [BZ #15362]
19559         * libio/fileops.c (_IO_new_file_write): Return count of bytes
19560         written.
19561         (_IO_new_file_xsputn): Don't return EOF if nothing has been
19562         written.
19563         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
19564         written to buffer but not flushed.
19565         * libio/iofwrite_u.c:  Likewise.
19566         * libio/iopadn.c:  Return bytes returned even if EOF was
19567         encountered.
19568         * libio/iowpadn.c:  Likewise.
19569         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
19570         if _IO_padn does not write the whole buffer.
19571         [!COMPILE_WPRINTF] (PAD): Likewise.
19573 2013-10-10  David S. Miller  <davem@davemloft.net>
19575         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
19576         directory block.
19578 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19580         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
19581         instead of FSF address.
19582         * soft-fp/fixdfti.c: Likewise.
19583         * soft-fp/fixsfti.c: Likewise.
19584         * soft-fp/fixtfti.c: Likewise.
19585         * soft-fp/fixunsdfti.c: Likewise.
19586         * soft-fp/fixunssfti.c: Likewise.
19587         * soft-fp/fixunstfti.c: Likewise.
19588         * soft-fp/floattidf.c: Likewise.
19589         * soft-fp/floattisf.c: Likewise.
19590         * soft-fp/floattitf.c: Likewise.
19591         * soft-fp/floatuntidf.c: Likewise.
19592         * soft-fp/floatuntisf.c: Likewise.
19593         * soft-fp/floatuntitf.c: Likewise.
19594         * soft-fp/trunctfxf2.c: Likewise.
19596         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
19597         * soft-fp/fixdfti.c: Likewise.
19598         * soft-fp/fixsfti.c: Likewise.
19599         * soft-fp/fixtfti.c: Likewise.
19600         * soft-fp/fixunsdfti.c: Likewise.
19601         * soft-fp/fixunssfti.c: Likewise.
19602         * soft-fp/fixunstfti.c: Likewise.
19603         * soft-fp/floattidf.c: Likewise.
19604         * soft-fp/floattisf.c: Likewise.
19605         * soft-fp/floattitf.c: Likewise.
19606         * soft-fp/floatuntidf.c: Likewise.
19607         * soft-fp/floatuntisf.c: Likewise.
19608         * soft-fp/floatuntitf.c: Likewise.
19609         * soft-fp/trunctfxf2.c: Likewise.
19611 2013-10-10  David S. Miller  <davem@davemloft.net>
19613         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19615 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
19617         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19618         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
19619         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
19620         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
19621         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
19622         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
19623         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
19625         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
19626         for NaNs before doing comparisons on argument.
19627         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
19628         Likewise.
19630 2013-10-10  Will Newton  <will.newton@linaro.org>
19632         * malloc/hooks.c (memalign_check): Ensure the value of bytes
19633         passed to _int_memalign does not overflow.
19635 2013-10-10  Torvald Riegel  <triegel@redhat.com>
19637         * scripts/bench.pl: Add include-sources directive.
19638         * benchtests/README: Update documentation.
19640 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19642         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
19643         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
19644         instead of FP_INIT_ROUNDMODE.
19645         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
19646         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
19648         [BZ #16034]
19649         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
19650         copy class of input value.
19651         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
19652         not handle exceptions.
19653         * soft-fp/negsf2.c (__negsf2): Likewise.
19654         * soft-fp/negtf2.c (__negtf2): Likewise.
19655         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
19657 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
19659         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
19660         semicolon.  From Linux kernel.
19662 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
19664         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
19666 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
19668         [BZ #156]
19669         * manual/socket.texi: Added statement about buffer
19670         for gethostbyname2_r.
19672 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
19674         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
19675         Use .p2align directive instead, throughout.
19676         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
19677         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
19678         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
19679         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
19680         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
19681         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
19682         * sysdeps/x86_64/strchr.S: Likewise.
19683         * sysdeps/x86_64/strrchr.S: Likewise.
19685 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
19687         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
19689         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
19691         * sysdeps/generic/math_private.h (__mpsin1): Remove
19692         declaration.
19693         (__mpcos1): Likewise.
19694         (__mpsin): New argument __range_reduce.
19695         (__mpcos): Likewise.
19696         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19697         (slow): Use __mpsin and __mpcos.
19698         (slow1): Likewise.
19699         (slow2): Likewise.
19700         (sloww): Likewise.
19701         (sloww1): Likewise.
19702         (sloww2): Likewise.
19703         (bsloww): Likewise.
19704         (bsloww1): Likewise.
19705         (bsloww2): Likewise.
19706         (cslow2): Likewise.
19707         (csloww): Likewise.
19708         (csloww1): Likewise.
19709         (csloww2): Likewise.
19710         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
19711         range_reduce.  Merge in __mpsin1.
19712         (__mpcos): Likewise.
19713         (__mpsin1): Remove.
19714         (__mpcos1): Likewise.
19716 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
19718         * locale/loadlocale.c (_nl_intern_locale_data): Use
19719         LOCFILE_ALIGNED_P.
19720         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
19721         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
19722         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
19723         obstack data is appropriately aligned.
19724         (obstack_int32_grow_fast): Likewise.
19725         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
19726         * locale/programs/locfile.c (add_locale_uint32): Likewise.
19727         (add_locale_uint32_array): Likewise.
19729 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
19731         * benchtests/Makefile: Remove ARGLIST and RET variables.
19732         ($(objpfx)bench-%.c): Pass only function name to the script.
19733         * benchtests/README: Update documentation.
19734         * benchtests/acos-inputs: Add new directives.
19735         * benchtests/acosh-inputs: Likewise.
19736         * benchtests/asin-inputs: Likewise.
19737         * benchtests/asinh-inputs: Likewise.
19738         * benchtests/atan-inputs: Likewise.
19739         * benchtests/atanh-inputs: Likewise.
19740         * benchtests/cos-inputs: Likewise.
19741         * benchtests/cosh-inputs: Likewise.
19742         * benchtests/exp-inputs: Likewise.
19743         * benchtests/log-inputs: Likewise.
19744         * benchtests/pow-inputs: Likewise.
19745         * benchtests/rint-inputs: Likewise.
19746         * benchtests/sin-inputs: Likewise.
19747         * benchtests/sinh-inputs: Likewise.
19748         * benchtests/tan-inputs: Likewise.
19749         * benchtests/tanh-inputs: Likewise.
19750         * scripts/bench.pl: Add support for new directives.
19752 2013-10-07  Alan Modra  <amodra@gmail.com>
19754         * README: Fix careless merge.
19756 2013-10-05  Alan Modra  <amodra@gmail.com>
19758         * NEWS: Mention powerpc64le support and bugs fixed.
19759         * README: Both big-endian and little-endian powerpc64 supported.
19761 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19763         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
19764         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
19765         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
19766         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
19768 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
19770         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
19771         match prototype.
19773 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
19775         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
19776         Move -mhard-float appending from
19777         ports/sysdeps/powerpc/powerpc32/Makefile.
19778         [$(with-fp) = yes] (ASFLAGS): Likewise.
19779         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
19780         * sysdeps/powerpc/nofpu: Move directory from
19781         ports/sysdeps/powerpc/nofpu.
19782         * sysdeps/powerpc/soft-fp: Move directory from
19783         ports/sysdeps/powerpc/soft-fp.
19784         * sysdeps/powerpc/powerpc32/405: Move directory from
19785         ports/sysdeps/powerpc/powerpc32/405.
19786         * sysdeps/powerpc/powerpc32/440: Move directory from
19787         ports/sysdeps/powerpc/powerpc32/440.
19788         * sysdeps/powerpc/powerpc32/464: Move directory from
19789         ports/sysdeps/powerpc/powerpc32/464.
19790         * sysdeps/powerpc/powerpc32/476: Move directory from
19791         ports/sysdeps/powerpc/powerpc32/476.
19792         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
19793         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
19794         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
19795         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
19796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
19797         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
19798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
19799         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
19800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
19801         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
19802         * README: Update for powerpc-*-linux-gnu software floating point
19803         support in libc.
19805         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
19806         case to powerpc/powerpc32*.
19807         * sysdeps/unix/sysv/linux/configure: Regenerated.
19809         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
19810         (_FPU_MASK_OM): Define as 0x04.
19811         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
19812         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
19813         0x00c10080.
19814         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
19815         0x0000003c.
19816         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
19818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
19819         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
19820         getcontext_e500.
19821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
19822         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
19823         setcontext_e500.
19824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
19825         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
19826         and setcontext_e500.
19828 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
19830         * locale/iso-3166.def: Update iso-1366.def and related occurrences
19832 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19834         * manual/threads.texi (Default Thread Attributes): Fix typo.
19836 2013-10-04  Will Newton  <will.newton@linaro.org>
19838         * malloc/Makefile: Add tst-memalign.
19839         * malloc/tst-memalign.c: New file.
19841         * malloc/tst-posix_memalign.c: Add comments.
19842         (do_test): Add comments and call free on all potentially
19843         allocated pointers. Add space after cast.
19845         * malloc/tst-pvalloc.c: Add comments.
19846         (do_test): Add comments and call free on all potentially
19847         allocated pointers. Remove duplicate check for NULL pointer.
19848         Add space after cast.
19850         * malloc/tst-valloc.c: Add comments.
19851         (do_test): Add comments and call free on all potentially
19852         allocated pointers. Remove duplicate check for NULL pointer.
19853         Add space after cast.
19855 2013-10-04  Alan Modra  <amodra@gmail.com>
19857         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19858         Use stdint types in rather than __attribute__((mode())).
19859         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19861 2013-10-04  Alan Modra  <amodra@gmail.com>
19863         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19864         Correct handling of unaligned relocs for little-endian.
19865         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19867 2013-10-04  Alan Modra  <amodra@gmail.com>
19869         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
19870         * configure: Regenerate.
19871         * nptl/shlib-versions: Powerpc*le starts at 2.18.
19872         * shlib-versions: Likewise.
19874 2013-10-04  Alan Modra  <amodra@gmail.com>
19876         * string/tester.c (test_memrchr): Increment reported test cycle.
19878 2013-10-04  Alan Modra  <amodra@gmail.com>
19880         * string/test-memcpy.c (do_one_test): When reporting errors, print
19881         string address and don't overrun end of string.
19883 2013-10-04  Alan Modra  <amodra@gmail.com>
19885         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
19886         insrdi.  Make better use of reg selection to speed exit slightly.
19887         Schedule entry path a little better.  Remove useless "are we done"
19888         checks on entry to main loop.  Handle wrapping around zero address.
19889         Correct main loop count.  Handle single left-over word from main
19890         loop inline rather than by using loop_small.  Remove extra word
19891         case in loop_small caused by wrong loop count.  Add little-endian
19892         support.
19893         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
19894         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
19895         cache hint.
19896         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
19897         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
19898         support.  Avoid rlwimi.
19899         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
19901 2013-10-04  Alan Modra  <amodra@gmail.com>
19903         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
19904         insrdi.  Formatting.
19905         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
19906         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
19907         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
19908         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19909         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
19910         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
19912 2013-10-04  Alan Modra  <amodra@gmail.com>
19914         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
19915         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19916         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
19917         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
19918         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
19919         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19920         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19921         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
19922         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
19923         use of regs.  Use power7 mtocrf.  Tidy function tails.
19925 2013-10-04  Alan Modra  <amodra@gmail.com>
19927         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
19928         Formatting.  Consistently use rXXX register defines or rN defines.
19929         Use early exit labels that avoid restoring unused non-volatile regs.
19930         Make cr field use more consistent with rWORDn compares.  Rename
19931         regs used as shift registers for unaligned loop, using rN defines
19932         for short lifetime/multiple use regs.
19933         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19934         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
19935         addi 1,1,64 to pop stack frame.  Simplify return value code.
19936         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19938 2013-10-04  Alan Modra  <amodra@gmail.com>
19940         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
19941         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
19942         rather than rlwimi.
19943         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
19944         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
19945         little-endian support.  Correct typos.
19946         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
19947         rather than rlwimi.
19948         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
19949         in loop and entry code to keep "and." results.
19950         (strchr): Add little-endian support.  Comment.  Move cntlzd
19951         earlier in tail.
19952         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
19954 2013-10-04  Alan Modra  <amodra@gmail.com>
19956         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
19957         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
19958         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
19959         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
19961 2013-10-04  Alan Modra  <amodra@gmail.com>
19963         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
19964         (rTMP): Define as r11.
19965         (strcmp): Add little-endian support.  Optimise tail.
19966         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
19967         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
19968         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
19969         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
19970         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
19971         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
19972         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
19974 2013-10-04  Alan Modra  <amodra@gmail.com>
19976         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
19977         little-endian support.  Remove unnecessary "are we done" tests.
19978         Handle "s" wrapping around zero and extremely large "size".
19979         Correct main loop count.  Handle single left-over word from main
19980         loop inline rather than by using small_loop.  Correct comments.
19981         Delete "zero" tail, use "end_max" instead.
19982         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
19984 2013-10-04  Alan Modra  <amodra@gmail.com>
19986         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
19987         support.  Don't branch over align.
19988         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
19989         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
19990         support.  Rearrange tmp reg use to suit.  Comment.
19991         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
19993 2013-10-04  Alan Modra  <amodra@gmail.com>
19995         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
19997 2013-10-04  Alan Modra  <amodra@gmail.com>
19999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20000         conditional form of branch and link when obtaining pc.
20001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20003 2013-10-04  Alan Modra  <amodra@gmail.com>
20005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20006         HIWORD/LOWORD.
20007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20010 2013-10-04  Alan Modra  <amodra@gmail.com>
20012         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20013         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20014         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20015         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20016         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20017         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20018         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20019         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20020         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20021         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20023 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20024             Alistair Popple <alistair@ozlabs.au.ibm.com>
20025             Alan Modra <amodra@gmail.com>
20027         [BZ #15723]
20028         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20029         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20030         _dl_hwcap access for little-endian.
20031         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20032         destroy vmx regs when saving unaligned.
20033         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20034         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20035         destroy vmx regs when saving unaligned.
20037 2013-10-04  Alan Modra  <amodra@gmail.com>
20039         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20040         Don't use a union to pack hi/low value.
20042 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20044         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20045         for little-endian.
20046         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20047         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20048         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20049         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20050         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20052 2013-10-04  Alan Modra  <amodra@gmail.com>
20054         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20055         constants to usual value for .cst8 section, and remove redundant
20056         high address load.
20057         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20058         constant for 0x1p52.  Load little-endian words of double from
20059         correct stack offsets.
20061 2013-10-04  Alan Modra  <amodra@gmail.com>
20063         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20064         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20065         words of double from correct stack offsets.
20066         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20067         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20068         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20069         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20070         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20071         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20072         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20073         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20074         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20075         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20076         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20077         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20078         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20079         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20080         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20081         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20082         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20084 2013-10-04  Alan Modra  <amodra@gmail.com>
20086         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20087         64-bit int/double union.
20088         (_FPU_SETCW): Likewise.
20089         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20090         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20092 2013-10-04  Alan Modra  <amodra@gmail.com>
20094         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20095         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20097 2013-10-04  Alan Modra  <amodra@gmail.com>
20099         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20100         use vector int constants.
20101         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20103 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20105         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20106         array with long long.
20107         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20108         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20109         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20110         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20111         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20112         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20113         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20114         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20115         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20116         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20117         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20118         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20119         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20121 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20123         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20124         (__signbit): Likewise.  Correct for little-endian.
20125         (__signbitl): Call __signbit.
20126         (lrint): Correct for little-endian.
20127         (lrintf): Call lrint.
20129 2013-10-04  Alan Modra  <amodra@gmail.com>
20131         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20132         union 32-bit int array member with 64-bit int array.
20133         (t515, tm256): Double rather than long double.
20134         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20136 2013-10-04  Alan Modra  <amodra@gmail.com>
20138         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20139         Delete.
20140         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20141         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20142         version of math_ldbl.h.
20144 2013-10-04  Alan Modra  <amodra@gmail.com>
20146         [BZ #15734], [BZ #15735]
20147         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20148         all uses of ieee875 long double macros and unions.  Simplify test
20149         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20150         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20151         normalize after ldbl_extract_mantissa, and don't add hidden bit
20152         already handled.  Don't treat low word of ieee854 mantissa like
20153         low word of IBM long double and mask off bit when testing for
20154         zero.
20155         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20156         all uses of ieee875 long double macros and unions.  Simplify tests
20157         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20158         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20159         two1022, instead use their values.  Recognise that tests for large
20160         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20161         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20162         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20163         test for 0.0L and nan.  Correct negation.
20164         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20165         ieee875 long double macros and unions.  Correct output for large
20166         magnitude x.  Correct absolute value calculation.
20167         (__erfcl): Likewise.
20168         * math/libm-test.inc: Add tests for errors discovered in IBM long
20169         double versions of fmodl, remainderl, erfl and erfcl.
20171 2013-10-04  Alan Modra  <amodra@gmail.com>
20173         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20174         all uses of ieee854 long double macros and unions.  Simplify tests
20175         for long doubles that are fully specified by the high double.
20176         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20177         Likewise.
20178         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20179         Remove dead code too.
20180         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20181         (__ieee754_ynl): Likewise.
20182         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20183         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20184         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20185         Remove dead code too.
20186         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20187         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20188         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20189         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20190         Simplify.
20191         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20192         Simplify.
20193         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20194         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20195         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20196         Comment on variable precision.
20197         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20198         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20199         Likewise.
20200         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20201         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20202         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20203         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20204         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20206 2013-10-04  Alan Modra  <amodra@gmail.com>
20208         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20209         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20210         all uses of ieee854 long double macros and unions.
20211         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20212         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20213         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20214         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20215         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20216         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20217         Likewise.
20218         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20219         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20220         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20221         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20222         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20223         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20224         Simplify sign and nan test too.
20225         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20226         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20227         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20228         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20229         Likewise.
20230         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20231         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20232         Likewise.
20233         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20234         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20235         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20236         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20237         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20238         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20240 2013-10-04  Alan Modra  <amodra@gmail.com>
20242         * stdio-common/printf_size.c (__printf_size): Don't use
20243         union ieee854_long_double in fpnum union.
20244         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20245         signbit macro to retrieve sign from long double.
20246         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20247         retrieve sign from long double.
20248         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20249         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20250         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20251         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20252         * math/test-misc.c (main): Don't use union ieee854_long_double.
20254 2013-10-04  Alan Modra  <amodra@gmail.com>
20256         [BZ #15680]
20257         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20258         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20259         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20260         calculation.  Remove unnecessary test for denormal exponent.
20261         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20262         Correct handling of denormals.  Avoid undefined shift behaviour.
20263         Correct normalisation of low mantissa when low double is denormal.
20264         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20265         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20266         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20267         Correct normalisation of low mantissa.  Test for overflow of high
20268         mantissa and normalise.
20269         (ldbl_nearbyint): Use more readable constant for two52.
20270         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20271         (__mpn_construct_long_double): Fix test for overflow of high
20272         mantissa and correct normalisation.  Avoid undefined shift.
20274 2013-10-04  Alan Modra  <amodra@gmail.com>
20276         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20277         (union ibm_extended_long_double): Define as an array of ieee754_double.
20278         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20279         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20280         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20281         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20282         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20283         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20284         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20285         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20286         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20287         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20288         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20290 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20292         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20293         page size instead of calling getpagesize.
20295         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20296         (LOCFILE_ALIGN_MASK): Likewise.
20297         (LOCFILE_ALIGN_UP): Likewise.
20298         (LOCFILE_ALIGNED_P): Likewise.
20299         * locale/programs/ld-collate.c (collate_output): Use the new
20300         macros instead of __alignof__ (int32_t).
20301         * locale/weight.h (findidx): Likewise.
20303 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20305         [BZ #431]
20306         * manual/string.texi: Fix strncat and wcsncat.
20308 2013-10-03  Brooks Moses  <bmoses@google.com>
20310         [BZ #15915]
20311         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20312         * Makerules: ...here, and adjust associated comments.
20314 2013-10-02  Will Newton  <will.newton@linaro.org>
20316         * malloc/Makefile: Add tst-pvalloc.
20317         * malloc/tst-pvalloc.c: New file.
20319 2013-10-02  Will Newton  <will.newton@linaro.org>
20321         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20322         improve test coverage.
20324 2013-10-02  Will Newton  <will.newton@linaro.org>
20326         * malloc/Makefile: Add tst-posix_memalign.
20327         * malloc/tst-posix_memalign.c: New file.
20329 2013-10-01  Eric Blake  <eblake@redhat.com>
20331         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20332         Use __THROWNL rather than __THROW on static functions.
20334 2013-09-30  Petr Machata  <pmachata@redhat.com>
20336         * elf/elf.h (R_AARCH64_ABS16): New macro.
20337         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20338         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20339         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20340         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20341         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20342         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20343         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20344         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20345         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20346         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20347         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20348         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20349         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20350         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20351         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20352         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20353         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20354         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20355         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20356         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20357         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20358         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20359         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20360         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20361         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20362         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20363         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20364         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20365         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20366         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20367         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20368         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20369         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20370         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20371         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20372         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20373         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20374         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20375         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20376         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20377         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20378         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20379         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20380         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20381         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20382         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20383         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20384         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20385         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20386         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20387         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20388         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20389         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20390         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20391         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20392         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20393         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20394         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20395         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20396         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20397         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20398         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20399         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20400         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20401         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20402         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20403         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20404         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20405         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20406         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20407         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20408         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20409         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20410         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20411         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20412         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20413         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20414         (R_AARCH64_TLSDESC_LDR): Likewise.
20415         (R_AARCH64_TLSDESC_ADD): Likewise.
20416         (R_AARCH64_TLSDESC_CALL): Likewise.
20418 2013-09-30  Andreas Schwab  <schwab@suse.de>
20420         [BZ #15048]
20421         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20422         the nss database lookup.
20423         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20424         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20426 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
20428         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20430 2013-09-28  P. J. McDermott  <pj@pehjota.net>
20432         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
20433         ${Bash-specific parameter/pattern/string} parameter expansion.
20434         * sysdeps/unix/make-syscalls.sh: Likewise.
20436 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20438         * sysdeps/sh/stackguard-macros.h: New file.
20440 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
20442         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20443         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
20444         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
20445         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
20446         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20447         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
20449 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20451         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
20452         Fix thread ID register.
20454 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
20456         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
20457         [POSIX || UNIX98]: Require rather than permitting all symbols from
20458         <time.h>.
20459         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
20460         element of struct sched_param.
20461         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
20462         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
20463         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
20464         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
20465         constant.
20467 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
20469         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
20470         argument calculation.
20472 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20474         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
20475         Expect macro.
20476         [POSIX] (pthread_attr_t): Do not require type.
20477         [POSIX] (pthread_cond_t): Likewise.
20478         [POSIX] (pthread_condattr_t): Likewise.
20479         [POSIX] (pthread_key_t): Likewise.
20480         [POSIX] (pthread_mutex_t): Likewise.
20481         [POSIX] (pthread_mutexattr_t): Likewise.
20482         [POSIX] (pthread_once_t): Likewise.
20483         [POSIX] (pthread_t): Likewise.
20484         [POSIX-based standards] (pthread_atfork): Expect function.
20486 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20487             Richard Sandiford  <richard@codesourcery.com>
20489         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
20490         (swap_endianness_p): New extern variable.
20491         (set_big_endian): New inline function.
20492         (maybe_swap_uint32): Likewise.
20493         (maybe_swap_uint32_array): Likewise.
20494         (maybe_swap_uint32_obstack): Likewise.
20495         * locale/programs/locfile.c: Include <stdbool.h>.
20496         (swap_endianness_p): New variable.
20497         (add_locale_uint32): Call maybe_swap_uint32.
20498         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
20499         (write_locale_data): Call maybe_swap_uint32_array.
20500         * locale/programs/ld-collate.c (obstack_int32_grow): Call
20501         maybe_swap_uint32.
20502         (obstack_int32_grow_fast): Likewise.
20503         (output_weightwc): Call maybe_swap_uint32_obstack.
20504         (collate_output): Likewise.
20505         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
20506         (OPT_LITTLE_ENDIAN): Likewise.
20507         (options): Add --little-endian and --big-endian options.
20508         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
20509         * locale/programs/locarchive.c: Include "locfile.h".
20510         (GET): New macro.
20511         (SET): Likewise.
20512         (INC): Likewise.
20513         (create_archive): Use the new macros to access fields of
20514         structures directly mapped from or written to locale archives.
20515         (oldlocrecentcmp): Likewise.
20516         (enlarge_archive): Likewise.
20517         (insert_name): Likewise.
20518         (add_alias): Likewise.
20519         (add_locale): Likewise.
20520         (delete_locales_from_archive): Likewise.
20521         (show_archive_content): Likewise.
20522         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
20523         locale data.
20525 2013-09-24  Roland McGrath  <roland@hack.frob.com>
20527         * manual/freemanuals.texi: Updated from (newly) canonical copy at
20528         http://www.gnu.org/doc/freemanuals.texi.
20529         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
20531 2013-09-24  Will Newton  <will.newton@linaro.org>
20533         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
20534         macro.
20536 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
20538         * locale/hashval.h (compute_hashval): Interpret bytes of key as
20539         unsigned char.
20541 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
20543         * manual/threads.texi (POSIX Threads): Fix a typo.
20545 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
20547         [BZ #14547]
20548         * string/tst-strcoll-overflow.c: New test case.
20549         * string/Makefile (xtests): Add tst-strcoll-overflow.
20550         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
20551         cache if string sizes may cause integer overflow.
20553         [BZ #14547]
20554         * string/strcoll_l.c (coll_seq): New members rule, idx,
20555         save_idx and back_us.
20556         (get_next_seq_nocache): New function.
20557         (do_compare_nocache): New function.
20558         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
20559         when malloc fails.
20561 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
20563         [BZ #15754]
20564         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
20565         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
20566         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
20568         [BZ #15754]
20569         * elf/Makefile (tests): Add tst-ptrguard1.
20570         (tests-static): Add tst-ptrguard1-static.
20571         (tst-ptrguard1-ARGS): Define.
20572         (tst-ptrguard1-static-ARGS): Define.
20573         * elf/tst-ptrguard1.c: New file.
20574         * elf/tst-ptrguard1-static.c: New file.
20575         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
20576         * sysdeps/i386/stackguard-macros.h: Likewise.
20577         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
20578         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
20579         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
20580         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
20581         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
20582         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
20584 2013-09-23  Hector Marco  <hecmargi@upv.es>
20585             Ismael Ripoll  <iripoll@disca.upv.es>
20586             Carlos O'Donell  <carlos@redhat.com>
20588         [BZ #15754]
20589         * sysdeps/generic/stackguard-macros.h: Define
20590         __pointer_chk_guard_local and POINTER_CHK_GUARD.
20591         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
20592         Define __pointer_chk_guard_local.
20593         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
20594         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
20596 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
20598         [BZ #15859]
20599         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
20601 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
20603         * include/string.h (__ffs): Declare as hidden.
20604         * string/ffs.c (__ffs): Define as hidden.
20605         * sysdeps/i386/ffs.c (__ffs): Likewise.
20606         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
20607         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
20608         * sysdeps/s390/ffs.c (__ffs): Likewise.
20609         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
20611 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
20613         * NEWS: Mention malloc probes.
20615         * malloc/arena.c (new_heap): New memory_heap_new probe.
20616         (grow_heap): New memory_heap_more probe.
20617         (shrink_heap): New memory_heap_less probe.
20618         (heap_trim): New memory_heap_free probe.
20619         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
20620         (systrim): New memory_sbrk_less probe.
20621         * manual/probes.texi: Document them.
20623         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
20624         * manual/probes.texi: Document it.
20626         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
20627         (__libc_realloc): Add memory_realloc_retry probe.
20628         (__libc_memalign): Add memory_memalign_retry probe.
20629         (__libc_valloc): Add memory_valloc_retry probe.
20630         (__libc_pvalloc): Add memory_pvalloc_retry probe.
20631         (__libc_calloc): Add memory_calloc_retry probe.
20632         * manual/probes.texi: Document them.
20634         * malloc/arena.c (get_free_list): Add probe
20635         memory_arena_reuse_free_list.
20636         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
20637         and memory_arena_reuse.
20638         (arena_get2) [!PER_THREAD]: Likewise.
20639         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
20640         memory_arena_reuse_realloc.
20641         * manual/probes.texi: Document them.
20643         * malloc/malloc.c (__libc_free): Add
20644         memory_mallopt_free_dyn_thresholds probe.
20645         (__libc_mallopt): Add multiple memory_mallopt probes.
20646         * manual/probes.texi: Document them.
20648         * malloc/malloc.c: Include stap-probe.h.
20649         (__libc_mallopt): Add memory_mallopt probe.
20650         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
20651         * manual/probes.texi: New.
20652         * manual/Makefile (chapters): Add probes.
20653         * manual/threads.texi: Set next node.
20655 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
20657         [BZ #15963, #13985]
20658         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
20659         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
20660         Add `Chinese' to `nan' entry name.
20662 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20664         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
20665         (POLYNOMIAL): Likewise.
20666         (TAYLOR_SINCOS): Likewise.
20667         (TAYLOR_SLOW): Likewise.
20668         (__sin): Use TAYLOR_SINCOS.
20669         (__cos): Likewise.
20670         (slow): Use TAYLOR_SLOW.
20671         (sloww): Likewise.
20672         (bsloww): Likewise.
20673         (csloww): Likewise.
20675 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
20677         * stdlib/strtod_l.c: Fix buffer overrun.
20679 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20681         * benchtests/Makefile (bench): Add sincos.
20682         * benchtests/bench-sincos.c: New file.
20684         * math/libm-test.inc (cos_test_data): New test inputs.
20685         (sin_test_data): Likewise.
20687         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
20688         macro.
20689         (__sin): Use it.
20690         (__cos): Likewise.
20691         (slow1): Likewise.
20692         (slow2): Likewise.
20693         (sloww1): Likewise.
20694         (sloww2): Likewise.
20695         (bsloww1): Likewise.
20696         (bsloww2): Likewise.
20697         (cslow2): Likewise.
20698         (csloww1): Likewise.
20699         (csloww2): Likewise.
20701         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
20702         function.
20703         (__sin): Use it.
20704         (__cos): Likewise.
20706         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
20707         gotos.
20708         (__cos): Likewise.
20710 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
20712         * config.h.in (HAVE_MIPS_NAN2008): New macro.
20713         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
20714         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
20715         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
20716         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
20717         * elf/cache.c (print_entry): Handle the new cache flags.
20719 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20720             Aldy Hernandez  <aldyh@redhat.com>
20722         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
20723         Change condition to [_SOFT_FLOAT].
20724         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
20725         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
20726         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
20727         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
20728         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
20729         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
20730         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
20731         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
20732         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
20733         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
20734         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
20735         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
20736         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
20737         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
20738         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
20739         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
20740         declaration.
20742 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20744         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
20745         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20746         (__longjmp): Use LOAD_GP to load saved GPRs.
20747         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
20748         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20749         (__sigsetjmp): Use SAVE_GP to save GPRs.
20751         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
20752         Do not append -msoft-float.
20753         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
20755 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20757         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
20759 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
20761         [BZ #15966]
20762         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
20763         (_FPU_GETCW): Use initial "__" on variable and field names but not
20764         on macro parameter name.
20765         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
20766         parentheses around reference to macro parameter.
20768 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
20770         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
20771         prototype.
20772         (ctype_startup): Use uint32_t in cast and sizeof for
20773         ctype->charnames.
20775 2013-09-11  Jia Liu  <proljc@gmail.com>
20777         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
20778         __daddr_t_defined.
20779         [__FreeBSD__]: Likewise.
20781 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
20783         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
20784         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
20785         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
20786         (strchr): Remove __strchr_sse42 ifunc selection.
20787         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
20788         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
20790 2013-09-11  Will Newton  <will.newton@linaro.org>
20792         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
20793         parameter to RES. Remove hardcoded 1000 value.
20794         * benchtests/bench-skeleton.c (main): Pass RES parameter
20795         to TIMING_INIT and multiply result by 1000.
20797 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20799         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20801 2013-09-11  Andreas Schwab  <schwab@suse.de>
20803         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
20804         if not defined.
20805         (O_TMPFILE) [__USE_GNU]: Define.
20806         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
20807         Define.
20809 2013-09-11  Will Newton  <will.newton@linaro.org>
20811         [BZ #15857]
20812         * malloc/malloc.c (__libc_memalign): Check the value of bytes
20813         does not overflow.
20815 2013-09-11  Will Newton  <will.newton@linaro.org>
20817         [BZ #15856]
20818         * malloc/malloc.c (__libc_valloc): Check the value of bytes
20819         does not overflow.
20821 2013-09-11  Will Newton  <will.newton@linaro.org>
20823         [BZ #15855]
20824         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
20825         does not overflow.
20827 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
20829         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
20830         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20831         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20832         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20833         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20835 2013-09-10  Allan McRae  <allan@archlinux.org>
20837         [BZ #15748]
20838         * manual/arith.texi (Parsing of Floats): Clarify
20839         cross-reference.
20841         [BZ #15849]
20842         * manual/install.texi (Running make install): Mention
20843         --enable-pt-chown.
20844         * INSTALL: Regenerated.
20846 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
20848         * csu/init-first.c (_init): Remove the !SHARED condition around
20849         FPU control word initialization.
20850         * elf/dl-support.c (_dl_fpu_control): New variable.
20851         (_dl_aux_init) <AT_FPUCW>: Initialize it.
20852         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
20853         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
20854         * math/test-fpucw-static.c: New file.
20855         * math/test-fpucw-ieee.c: New file.
20856         * math/test-fpucw-ieee-static.c: New file.
20857         * math/Makefile (tests): Add `test-fpucw-ieee' and
20858         `$(tests-static)'.
20859         (tests-static): New variable.
20860         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
20861         dependency to...
20862         [($(build-shared),yes)]
20863         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
20864         ... this.
20865         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
20866         New dependency.
20868 2013-09-09  Allan McRae  <allan@archlinux.org>
20870         [BZ #15939]
20871         * manual/string.texi (Collation Functions): Fix typo in
20872         strcoll example.
20873         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
20875         [BZ #15893]
20876         * stdlib/isomac.c (get_null_defines): Fix memory leak.
20878         [BZ #15892]
20879         * libio/memstream.c (open_memstream): Fix memory leak.
20880         * libio/wmemstream.c (open_wmemstream): Likewise.
20882         [BZ #15895]
20883         * nscd/netgroupcache.c: Fix nesting of ifdefs.
20885 2013-09-09  Will Newton  <will.newton@linaro.org>
20887         * malloc/Makefile: Add tst-realloc to tests.
20888         * malloc/tst-realloc.c: New file.
20890 2013-09-09  Allan McRae  <allan@archlinux.org>
20892         [BZ #15844]
20893         * COPYING: Update from GNU website to fix FSF address.
20894         * COPYING.LIB: Likewise.
20896 2013-09-06  David S. Miller  <davem@davemloft.net>
20898         * po/zh_TW.po: Update Chinese (traditional) translation from
20899         translation project.
20901 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
20902             Joseph Myers  <joseph@codesourcery.com>
20904         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
20905         "localeinfo.h".
20906         (obstack_chunk_alloc): New macro.
20907         (obstack_chunk_free): Likewise.
20908         (record_offset): New function.
20909         (init_locale_data): Likewise.
20910         (align_locale_data): Likewise.
20911         (add_locale_empty): Likewise.
20912         (add_locale_raw_data): Likewise.
20913         (add_locale_raw_obstack): Likewise.
20914         (add_locale_string): Likewise.
20915         (add_locale_wstring): Likewise.
20916         (add_locale_uint32): Likewise.
20917         (add_locale_uint32_array): Likewise.
20918         (add_locale_char): Likewise.
20919         (start_locale_structure): Likewise.
20920         (end_locale_structure): Likewise.
20921         (start_locale_prelude): Likewise.
20922         (end_locale_prelude): Likewise.
20923         (write_locale_data): Take locale_file structure rather than an
20924         iovec.
20925         * locale/programs/locfile.h: Include "obstack.h".
20926         (struct locale_file): Change to store locale file contents instead
20927         of header.
20928         (init_locale_data): New prototype.
20929         (align_locale_data): Likewise.
20930         (add_locale_empty): Likewise.
20931         (add_locale_raw_data): Likewise.
20932         (add_locale_raw_obstack): Likewise.
20933         (add_locale_string): Likewise.
20934         (add_locale_wstring): Likewise.
20935         (add_locale_uint32): Likewise.
20936         (add_locale_uint32_array): Likewise.
20937         (add_locale_char): Likewise.
20938         (start_locale_structure): Likewise.
20939         (end_locale_structure): Likewise.
20940         (start_locale_prelude): Likewise.
20941         (end_locale_prelude): Likewise.
20942         (write_locale_data): Update prototype.
20943         * locale/programs/3level.h (struct TABLE): Remove result field.
20944         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
20945         Use new locale_file interface.
20946         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
20947         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
20948         * locale/programs/ld-address.c (address_output): Use new
20949         locale_file interface.
20950         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
20951         NO_ADD_LOCALE.
20952         (collate_finish): Don't call collseq_table_finalize.
20953         (collate_output): Use new locale_file interface.
20954         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
20955         in file.
20956         (NO_FINALIZE): Change to NO_ADD_LOCALE.
20957         (TABLE): Move defines earlier in file.
20958         (ELEMENT): Likewise.
20959         (DEFAULT): Likewise.
20960         (wctrans_table_add): Move macro and inline function earlier in
20961         file.
20962         (struct wctype_table): Move type earlier in file.
20963         (add_locale_wctype_table): New static prototype.
20964         (struct locale_ctype_t): Use logical types instead of struct iovec
20965         pointers for members.
20966         (ctype_output): Use new locale_file interface.
20967         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
20968         new locale_file interface.
20969         (allocate_arrays): Update for use of new locale_file interface.
20970         * locale/programs/ld-identification.c (identification_output): Use
20971         new locale_file interface.
20972         * locale/programs/ld-measurement.c (measurement_output): Likewise.
20973         * locale/programs/ld-messages.c (messages_output): Likewise.
20974         * locale/programs/ld-monetary.c (monetary_output): Likewise.
20975         * locale/programs/ld-name.c (name_output): Likewise.
20976         * locale/programs/ld-numeric.c (numeric_output): Likewise.
20977         * locale/programs/ld-paper.c (paper_output): Likewise.
20978         * locale/programs/ld-telephone.c (telephone_output): Likewise.
20979         * locale/programs/ld-time.c (time_output): Likewise.
20981 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20983         * benchtests/Makefile: Add memrchr benchmark.
20984         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
20985         benchmark as memrchr.
20986         * benchtests/bench-memrchr-ifunc.c: New file.
20987         * benchtests/bench-memrchr.c: New file.
20989 2013-09-06   Will Newton  <will.newton@linaro.org>
20991         * benchtests/Makefile (string-bench): Add memcpy.
20993 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
20994             Cong Wang  <amwang@redhat.com>
20996         [BZ #15850]
20997         * sysdeps/unix/sysv/linux/bits/in.h
20998         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
20999         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21000         before __USE_KERNEL_IPV6_DEFS uses.
21001         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21002         IPPROTO_BEETPH.
21003         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21004         sockaddr_in6, or ipv6_mreq.
21006 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21008         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21009         memory access for final bytes in some large inputs.
21010         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21012 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21014         * string/test-memrchr.c: New file.
21015         * string/test-memrchr-ifunc.c: New file.
21016         * string/Makefile: Add new memrchr testcase.
21018 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21020         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21021         fanotify_init returns EPERM.
21023 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21025         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21026         errors.
21027         (top level): Treat second token from macro or constant entries for
21028         allowed headers as allowed.
21029         * include/complex.h: Condition internal declarations on
21030         [!_ISOMAC].
21031         * include/fenv.h: Condition include of <stdbool.h> and internal
21032         declarations on [!_ISOMAC].
21034 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21036         [BZ #15923]
21037         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21039 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21041         * configure.in (--enable-versioning): Remove configure option.
21042         (libc_cv_asm_symver_directive): Remove configure test.
21043         (libc_cv_ld_version_script_option): Likewise.
21044         (VERSIONING): Remove variable and AC_SUBST.
21045         (DO_VERSIONING): Remove AC_DEFINE.
21046         * configure: Regenerated.
21047         * config.h.in (DO_VERSIONING): Remove macro.
21048         * Makerules [$(versioning) = yes]: Change conditionals to
21049         [$(build-shared) = yes].
21050         * config.make.in (versioning): Remove variable.
21051         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21052         [$(build-shared) = yes].
21053         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21054         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21055         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21056         [$(build-shared) = yes].
21057         * extra-lib.mk [$(versioning) = yes]: Likewise.
21058         * hurd/Makefile [$(versioning) = yes]: Likewise.
21059         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21060         [SHARED].
21061         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21062         [SHARED].
21063         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21064         [SHARED && !NO_HIDDEN].
21065         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21066         [SHARED].
21067         [SHARED && DO_VERSIONING]: Likewise..
21068         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21069         [$(build-shared) = yes].
21070         * manual/install.texi (--disable-versioning): Remove
21071         documentation.
21072         * INSTALL: Regenerated.
21073         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21074         to [SHARED].
21075         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21076         [$(build-shared) = yes].
21077         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21078         * sysdeps/i386/i686/multiarch/strstr-c.c
21079         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21080         [SHARED && !NO_HIDDEN].
21081         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21082         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21083         * sysdeps/powerpc/powerpc32/dl-machine.c
21084         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21085         * sysdeps/powerpc/powerpc32/sysdep.h
21086         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21087         to [SHARED && PIC && !NO_HIDDEN].
21088         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21089         conditional to [SHARED].
21091 2013-09-04   Will Newton  <will.newton@linaro.org>
21093         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21094         * benchtests/bench-string.h: Include bench-timing.h instead
21095         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21096         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21097         call to HP_TIMING_DIFF_INIT.
21098         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21099         instead of hp-timing.h macros.
21100         * benchtests/bench-memchr.c: Likewise.
21101         * benchtests/bench-memcmp.c: Likewise.
21102         * benchtests/bench-memcpy.c: Likewise.
21103         * benchtests/bench-memmem.c: Likewise.
21104         * benchtests/bench-memmove.c: Likewise.
21105         * benchtests/bench-memset.c: Likewise.
21106         * benchtests/bench-rawmemchr.c: Likewise.
21107         * benchtests/bench-strcasecmp.c: Likewise.
21108         * benchtests/bench-strcasestr.c: Likewise.
21109         * benchtests/bench-strcat.c: Likewise.
21110         * benchtests/bench-strchr.c: Likewise.
21111         * benchtests/bench-strcmp.c: Likewise.
21112         * benchtests/bench-strcpy.c: Likewise.
21113         * benchtests/bench-strcpy_chk.c: Likewise.
21114         * benchtests/bench-strlen.c: Likewise.
21115         * benchtests/bench-strncasecmp.c: Likewise.
21116         * benchtests/bench-strncat.c: Likewise.
21117         * benchtests/bench-strncmp.c: Likewise.
21118         * benchtests/bench-strncpy.c: Likewise.
21119         * benchtests/bench-strnlen.c: Likewise.
21120         * benchtests/bench-strpbrk.c: Likewise.
21121         * benchtests/bench-strrchr.c: Likewise.
21122         * benchtests/bench-strspn.c: Likewise.
21123         * benchtests/bench-strstr.c: Likewise.
21125 2013-09-04  Will Newton  <will.newton@linaro.org>
21127         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21129 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21131         [BZ #15427]
21132         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21133         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21134         * math/libm-test.inc (lgamma_test_data): Add more tests.
21135         * sysdeps/i386/fpu/libm-test-ulps: Update.
21136         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21138 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21140         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21141         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21142         Add ifunc.
21143         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21144         Add strcmp-sse2-unaligned
21145         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21147 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21149         * Versions.def (libc): Add GLIBC_2.19.
21151 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21153         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21154         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21156 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21158         [BZ #14155]
21159         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21160         intermediate calculations in recurrence.
21161         (__ieee754_ynf): Likewise.
21162         * math/libm-test.inc (jn_test_data): Do not allow spurious
21163         underflow exception.  Add more tests.
21164         (yn_test_data): Add more tests.
21165         * sysdeps/i386/fpu/libm-test-ulps: Update.
21166         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21168 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21170         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21172 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21174         * csu/init-first.c: Fix then/than typos.
21175         * locale/programs/ld-collate.c: Likewise.
21176         * locale/programs/linereader.h: Likewise.
21177         * manual/charset.texi: Likewise.
21178         * manual/filesys.texi: Likewise.
21179         * manual/stdio.texi: Likewise.
21180         * manual/string.texi: Likewise.
21181         * stdlib/fmtmsg.c: Likewise.
21182         * sysdeps/i386/stpncpy.S: Likewise.
21183         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21184         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21185         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21186         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21188 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21190         * elf/dl-open.c: Fix typos.
21191         * iconvdata/gbbig5.c: Likewise.
21192         * iconvdata/iso-2022-jp.c: Likewise.
21193         * iconv/gconv_int.h: Likewise.
21194         * iconv/loop.c: Likewise.
21195         * nis/rpcsvc/nis.h: Likewise.
21196         * resolv/ns_name.c: Likewise.
21197         * stdio-common/vfscanf.c: Likewise.
21198         * streams/stropts.h: Likewise.
21199         * sunrpc/rpc_thread.c: Likewise.
21200         * sysdeps/i386/strpbrk.S: Likewise.
21201         * sysdeps/ieee754/k_standard.c: Likewise.
21202         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21203         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21204         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21205         * sysdeps/mach/hurd/profil.c: Likewise.
21206         * sysdeps/s390/dl-procinfo.h: Likewise.
21207         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21208         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21209         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21210         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21211         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21213 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21215         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21216         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21218 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21220         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21221         aix specific files.
21222         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21223         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21224         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21225         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21226         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21227         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21228         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21229         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21231 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21232             Roland McGrath  <roland@hack.frob.com>
21234         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21235         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21237 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21239         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21240         __executable_start symbol instead of _start.
21242 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21244         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21245         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21246         Move macros to...
21247         * sysdeps/gnu/ldsodefs.h: ... this new file.
21249         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21250         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21251         instead of ELFOSABI_LINUX.
21253         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21254         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21255         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21256         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21257         Likewise.
21258         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21259         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21260         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21261         Likewise.
21262         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21263         (ibm_extended_long_double): Add ieee_nan member.
21264         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21265         (do_test): New function.
21267         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21268         TEST_TRUNC.
21269         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21270         functions, renamed from truncdfsf_test, trunctfsf_test,
21271         trunctfdf_test.
21272         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21273         functions.
21274         (do_test): Run all these.
21276 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21278         * argp/argp-help.c: Fix typos.
21279         * argp/argp-parse.c: Likewise.
21280         * debug/backtracesyms.c: Likewise.
21281         * elf/elf.h: Likewise.
21282         * malloc/malloc.c: Likewise.
21283         * nis/nis_print.c: Likewise.
21284         * resolv/res_comp.c: Likewise.
21285         * stdlib/stdlib.h: Likewise.
21286         * sunrpc/clnt_tcp.c: Likewise.
21287         * sunrpc/clnt_udp.c: Likewise.
21288         * sunrpc/clnt_unix.c: Likewise.
21289         * sysdeps/unix/bsd/ptsname.c: Likewise.
21290         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21291         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21293         Likewise.
21294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21295         Likewise.
21296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21297         Likewise.
21298         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21300 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21302         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21303         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21305 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21307         [BZ #15897]
21308         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21309         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21310         ($(objpfx)bug-dl-leaf): New rule.
21311         ($(objpfx)bug-dl-leaf.so): Likewise.
21312         ($(objpfx)bug-dl-leaf.out): Likewise.
21313         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21314         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21315         * dlfcn/bug-dl-leaf.c: New test.
21316         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21317         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21318         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21319         (dlclose): Likewise.
21320         (dlmopen): Likewise.
21322 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21324         * include/netdb.h [!_ISOMAC]:
21325         Don't include <tls.h>.
21326         (h_errno, __libc_h_errno): Move declaration and macros out of
21327         [_LIBC_REENTRANT].
21329         * include/resolv.h [_RESOLV_H_]:
21330         Don't include <tls.h>.
21331         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21332         * resolv/res_libc.c: Don't include <tls.h>.
21333         (_res): Use __attribute__ ((nocommon)) in place of
21334         __attribute__ ((section (".bss"))).
21336         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21337         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21339         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21341         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21342         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21344         * resolv/res_mkquery.c: Include <sys/time.h>.
21346         * inet/ifreq.c: Moved to ...
21347         * sysdeps/unix/ifreq.c: ... here.
21348         * inet/ifreq.c: New file, true stub version.
21350         * socket/sa_len.c: New file.
21351         * socket/Makefile (aux): Add it.
21352         * sysdeps/unix/sysv/linux/Makefile
21353         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21354         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21355         and #include <socket/sa_len.c>.
21356         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21357         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21359         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21360         * bits/socket.h: ... here.
21362         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21363         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21364         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21366 2013-08-27  Andreas Schwab  <schwab@suse.de>
21368         [BZ #15736]
21369         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21370         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21371         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21372         * string/test-strcasecmp.c (test_main): Run tests in several
21373         locales.
21374         * string/test-strncasecmp.c (test_main): Likewise.
21376         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21377         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21378         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21379         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21380         (__strncasecmp_ssse3) [PIC]: Likewise.
21382 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21384         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21386         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21387         instead of explicitly declaring xdecrypt.
21388         * nis/nss_nis/nis-publickey.c: Likewise.
21390 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21392         [BZ #15890]
21393         * nscd/aicache.c: Include res_hconf.h.
21394         (addhstaiX): Initialize res_hconf.
21396 2013-08-26  Andreas Schwab  <schwab@suse.de>
21398         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21399         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21401 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21403         * nscd/aicache.c (addhstaiX): Fix indentation.
21405 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21407         * configure.ac: Quote $build_pt_chown test.
21408         * configure: Regenerated.
21410 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21412         [BZ #15532]
21413         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21414         * math/s_cexpf.c (__cexpf): Likewise.
21415         * math/s_cexpl.c (__cexpl): Likewise.
21416         * math/libm-test.inc (cexp_test_data): Correct expected return
21417         value for NaN + i0.  Add another test.
21419 2013-08-22  David S. Miller  <davem@davemloft.net>
21421         * po/ca.po: Update Catalan translation from translation project.
21422         * po/uk.po: Add Ukrainian translations from translation project.
21424 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
21426         [BZ #15797]
21427         * math/s_fdim.c (__fdim): Check for infinite arguments if result
21428         is infinite, not alongside NaN test.
21429         * math/s_fdimf.c (__fdimf): Likewise.
21430         * math/s_fdiml.c (__fdiml): Likewise.
21431         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
21432         errno is unchanged.
21434 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
21436         * argp/argp-help.c: Fix typos.
21437         * crypt/speeds.c: Likewise.
21438         * csu/check_fds.c: Likewise.
21439         * elf/dl-load.c: Likewise.
21440         * elf/dl-open.c: Likewise.
21441         * elf/reldep3.c: Likewise.
21442         * elf/reldep.c: Likewise.
21443         * elf/sprof.c: Likewise.
21444         * iconv/iconv_charmap.c: Likewise.
21445         * iconv/skeleton.c: Likewise.
21446         * iconv/strtab.c: Likewise.
21447         * io/lockf64.c: Likewise.
21448         * libio/libioP.h: Likewise.
21449         * resolv/gai_notify.c: Likewise.
21450         * resolv/ns_name.c: Likewise.
21451         * resolv/ns_samedomain.c: Likewise.
21452         * resolv/res_send.c: Likewise.
21453         * stdlib/random.c: Likewise.
21454         * sunrpc/rpc/xdr.h: Likewise.
21455         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
21456         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21457         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21458         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21459         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21460         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21461         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21462         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21463         * sysdeps/mach/hurd/check_fds.c: Likewise.
21464         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21465         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21466         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21467         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21468         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21469         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21470         * sysdeps/pthread/aio_notify.c: Likewise.
21471         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
21472         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
21473         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
21474         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21475         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21477 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21479         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
21480         version if bit_Slow_SSE4_2 is set.
21481         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21482         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21484 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21486         [BZ #15867]
21487         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
21488         trampoline stack frame information.
21489         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
21490         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
21491         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
21492         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
21493         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
21494         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21495         (_libc_vdso_platform_setup): Initialize the signal trampolines.
21496         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
21497         sa_flags value.
21498         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
21499         interrupting a syscall and set with option SA_SIGINFO.
21501 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21503         [BZ #15531]
21504         * math/s_cproj.c (__cproj): Only return an infinity if one part of
21505         argument is infinite.
21506         * math/s_cprojf.c (__cprojf): Likewise.
21507         * math/s_cprojl.c (__cprojl): Likewise.
21508         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
21509         * math/libm-test.inc (cproj_test_data): Add more tests.
21511         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
21513         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
21514         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
21515         size.  Use __ffs to determine corresponding shift.
21517 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21518             Roland McGrath  <roland@hack.frob.com>
21520         * Makefile (INSTALL): Remove trailing blank lines from output of
21521         makeinfo.
21523 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21525         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
21526         Align 32 bit compat elf_greg to 8 bytes.
21528 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
21530         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
21532 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21534         * string/strcoll_l.c (coll_seq): New structure.
21535         (get_next_seq_cached): New function.
21536         (get_next_seq): New function.
21537         (do_compare): New function.
21538         (STRCOLL): Use GNU style definition.  Simplify implementation
21539         by using get_next_seq, get_next_seq_cached and do_compare.
21541 2013-08-16  Florian Weimer  <fweimer@redhat.com>
21543         [BZ #14699]
21544         CVE-2013-4237
21545         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
21546         member.
21547         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
21548         member.
21549         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
21550         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
21551         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
21552         conditional.
21553         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
21554         GETDENTS_64BIT_ALIGNED.
21555         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
21556         * manual/filesys.texi (Reading/Closing Directory): Document
21557         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
21558         strongly.
21559         * manual/conf.texi (Limits for Files): Add portability note to
21560         NAME_MAX, PATH_MAX.
21561         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
21563 2013-08-13  Andreas Schwab  <schwab@suse.de>
21565         [BZ #15749]
21566         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
21567         of fabs.
21568         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
21569         LDBL_MAX_EXP >= 16384]: Add tests for it.
21571 2013-08-12  David S. Miller  <davem@davemloft.net>
21573         * version.h (RELEASE): Set to "development".
21574         (VERSION): Set to "2.18.90".
21575         * NEWS: Add 2.19 section.
21577 2013-08-03  David S. Miller  <davem@davemloft.net>
21579         * po/ko.po: Update Korean translation from translation project.
21581 2013-08-01  David S. Miller  <davem@davemloft.net>
21583         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
21584         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
21585         Bilka.
21587 2013-07-30  David S. Miller  <davem@davemloft.net>
21589         * po/fr.po: Update French translation from translation project.
21591 2013-07-28  David S. Miller  <davem@davemloft.net>
21593         * po/cs.po: Update Czech translation from translation project.
21595         * po/sv.po: Update Swedish translation from translation project.
21597 2013-07-27  David S. Miller  <davem@davemloft.net>
21599         * po/eo.po: Update Esperanto translation from translation project.
21601         * po/vi.po: Update Vietnamese translation from translation project.
21603         * po/de.po: Update German translation from translation project.
21605 2013-07-26  David S. Miller  <davem@davemloft.net>
21607         * po/bg.po: Update Bulgarian translation from translation project.
21609         * po/nl.po: Update Dutch translation from translation project.
21610         * po/pl.po: Update Polish translation from translation project.
21611         * po/ru.po: Update Russian translation from translation project.
21613 2013-07-24  David S. Miller  <davem@davemloft.net>
21615         * po/libc.pot: Update.
21617 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21619         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
21620         variable page size.
21621         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
21622         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
21623         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
21625 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21627         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
21629 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21630             Andreas Schwab  <schwab@suse.de>
21631             Roland McGrath  <roland@hack.frob.com>
21632             Joseph Myers  <joseph@codesourcery.com>
21633             Carlos O'Donell  <carlos@redhat.com>
21635         [BZ #15755]
21636         * config.h.in: Define HAVE_PT_CHOWN.
21637         * config.make.in (build-pt-chown): New variable.
21638         * configure.in (--enable-pt_chown): New configure option.
21639         * configure: Regenerate.
21640         * login/Makefile: Include Makeconfig.  Build pt_chown only if
21641         build-pt-chown is enabled.
21642         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
21643         pt_chown to fix pty ownership.
21644         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
21645         CLOSE_ALL_FDS.
21646         * manual/install.texi (Configuring and compiling): Mention
21647         --enable-pt_chown. Add @findex for grantpt.
21648         * INSTALL: Regenerate.
21650 2013-07-20  David S. Miller  <davem@davemloft.net>
21652         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
21653         difference between 32-bit and 64-bit.
21655 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
21657         [BZ #15711]
21658         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
21659         Avoid system header dependency with -ffreestanding.
21660         ($(objpfx)bits/syscall%d): Likewise.
21662 2013-07-13  David S. Miller  <davem@davemloft.net>
21664         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
21665         underflows from atanl/atan2l due to bug 15319.
21666         (casinh_test_data): Likewise.
21668 2013-07-07  David S. Miller  <davem@davemloft.net>
21670         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
21672 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
21674         * sysdeps/i386/fpu/libm-test-ulps: Update.
21675         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21677 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21679         * configure.in (--enable-lock-elision): Fix message text.
21680         * INSTALL: Regenerate.
21681         * configure: Regenerate.
21683 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21685         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21687 2013-07-03  Andreas Jaeger  <aj@suse.de>
21689         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
21690         define.
21691         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
21692         (ptrace_peeksiginfo_args): Add.
21693         (__ptrace_peeksiginfo_flags): Add.
21694         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21695         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21696         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21698 2013-07-03  Allan McRae  <allan@archlinux.org>
21700         * sysdeps/i386/fpu/libm-test-ulps: Update.
21702 2013-07-02  David S. Miller  <davem@davemloft.net>
21704         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21706 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
21708         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21710 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21712         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
21713         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21715 2013-07-02  Andi Kleen <ak@linux.intel.com>
21717         * config.h.in (ENABLE_LOCK_ELISION): Add.
21718         * configure.in (--enable-lock-elision): Add option.
21719         * manual/install.texi: Document --enable lock elision.
21720         * configure: Regenerate
21721         * INSTALL: Regenerate.
21723 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
21725         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
21726         SSE4.2 strcasecmp for libc.a.
21727         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
21729 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21731         [BZ #13304]
21732         * soft-fp/op-common.h (_FP_FMA): New macro.
21733         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
21734         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
21735         (_FP_MUL_MEAT_1_imm): ... here.
21736         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
21737         (_FP_MUL_MEAT_1_wide): ... here.
21738         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
21739         (_FP_MUL_MEAT_1_hard): ... here.
21740         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
21741         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
21742         (_FP_MUL_MEAT_2_wide): ... here.
21743         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
21744         (_FP_MUL_MEAT_2_wide_3mul): ... here.
21745         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
21746         (_FP_MUL_MEAT_2_gmp): ... here.
21747         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
21748         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
21749         (_FP_MUL_MEAT_4_wide): ... here.
21750         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
21751         (_FP_MUL_MEAT_4_gmp): ... here.
21752         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
21753         (_FP_WFRACBITS_DW_S): Likewise.
21754         (_FP_WFRACXBITS_DW_S): Likewise.
21755         (_FP_HIGHBIT_DW_S): Likewise.
21756         (FP_FMA_S): Likewise.
21757         (_FP_FRAC_HIGH_DW_S): Likewise.
21758         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
21759         (_FP_WFRACBITS_DW_D): Likewise.
21760         (_FP_WFRACXBITS_DW_D): Likewise.
21761         (_FP_HIGHBIT_DW_D): Likewise.
21762         (FP_FMA_D): Likewise.
21763         (_FP_FRAC_HIGH_DW_D): Likewise.
21764         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
21765         (_FP_WFRACBITS_DW_E): Likewise.
21766         (_FP_WFRACXBITS_DW_E): Likewise.
21767         (_FP_HIGHBIT_DW_E): Likewise.
21768         (FP_FMA_E): Likewise.
21769         (_FP_FRAC_HIGH_DW_E): Likewise.
21770         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
21771         (_FP_WFRACBITS_DW_Q): Likewise.
21772         (_FP_WFRACXBITS_DW_Q): Likewise.
21773         (_FP_HIGHBIT_DW_Q): Likewise.
21774         (FP_FMA_Q): Likewise.
21775         (_FP_FRAC_HIGH_DW_Q): Likewise.
21776         * soft-fp/fmasf4.c: New file.
21777         * soft-fp/fmadf4.c: Likewise.
21778         * soft-fp/fmatf4.c: Likewise.
21780 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21782         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
21783         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
21784         Silvermont.
21785         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
21786         macro.
21787         (index_Slow_SSE4_2): Likewise.
21788         (index_Prefer_PMINUB_for_stringop): Likewise.
21789         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
21790         bit_Slow_SSE4_2 is set.
21791         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
21792         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21794 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21796         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
21797         rtld_global._dl_hwcap2.
21798         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
21799         POWER8.
21800         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
21801         POWER8 feature descriptions defined in _dl_hwcap2.
21802         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
21803         string handling for POWER8 feature bits.
21804         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
21805         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
21806         _dl_powerpc_cap_flags.
21807         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
21808         * sysdeps/powerpc/rtld-global-offsets.sym
21809         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
21810         _dl_hwcap2 in the rtld_global_ro structure.
21812 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21814         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
21815         hardware capabilities in support of AT_HWCAP2.
21816         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
21817         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
21818         GLRO(dl_hwcap2).
21819         (_dl_show_auxv): Add support for calling _dl_procinfo to display
21820         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
21821         explicitly the unknown a_type display mechanism is used.
21822         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
21823         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
21824         struct member.
21825         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
21826         to macro prototype for AT_HWCAP2 support.
21827         * sysdeps/i386/dl-procinfo.h: Likewise.
21828         * sysdeps/s390/dl-procinfo.h: Likewise.
21829         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
21830         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
21831         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
21832         return -1 for unknown a_type display fallback.
21833         * sysdeps/sparc/dl-procinfo.h: Likewise.
21834         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
21835         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
21837 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
21839         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
21840         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
21842 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
21844         [BZ #12492]
21845         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
21846         mprotect making __stack_prot writable.
21848 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
21849             Joseph Myers  <joseph@codesourcery.com>
21851         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
21852         as being properly aligned.
21854 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
21856         * dlfcn/modstatic5.c: New file.
21857         * dlfcn/tststatic5.c: New file.
21858         * dlfcn/Makefile (tests): Add tststatic5.
21859         (tests-static): Likewise.
21860         (modules-names): Add modstatic5.
21861         (tststatic5-ENV): New variable.
21862         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
21864         [BZ #15022]
21865         * elf/dl-support.c (_dl_main_map): New variable.
21866         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
21867         (_dl_nns, _dl_load_adds): Set to 1.
21868         (_dl_initial_searchlist): Refer to _dl_main_map.
21869         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
21870         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
21871         call to _dl_get_origin.
21872         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
21873         around call_map.
21874         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
21875         * dlfcn/modstatic3.c: New file.
21876         * dlfcn/tststatic3.c: New file.
21877         * dlfcn/tststatic4.c: New file.
21878         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
21879         (tests-static): Likewise.
21880         (modules-names): Add modstatic3.
21881         (tststatic3-ENV, tststatic4-ENV): New variables.
21882         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
21883         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
21885 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
21887         * configure.in (CC): Require GCC version 4.4 or later.
21888         * configure: Regenerated.
21889         * manual/install.texi (Tools for Compilation): Update GCC version
21890         requirement.
21891         * INSTALL: Regenerated.
21893 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21895         [BZ #15674]
21896         * string/test-memcmp.c (check2): New.
21897         (main): Call check2.
21899         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
21901 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
21903         [BZ #15022]
21904         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
21905         over to...
21906         (dl_open_worker) [!SHARED]: ... here.
21908 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21910         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
21912 2013-06-25  Richard Henderson  <rth@redhat.com>
21914         * locale/programs/locarchive.c: Include <libc-internal.h>
21916 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
21918         * manual/texinfo.tex: Update to version 2013-06-21.17, with
21919         trailing whitespace removed.
21921 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
21923         [BZ #10283]
21924         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
21925         * locale/programs/locarchive.c: Include libc-mmap.h.
21926         (prepare_address_space): Take two new outputs (the mmap base and len).
21927         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
21928         values.
21929         (create_archive): Declare new mmap base and len values for
21930         prepare_address_space, and store the result in ah.
21931         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
21932         (enlarge_archive): If ah->mmap_base is not NULL, use that and
21933         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
21934         Declare new mmap base and len values for
21935         prepare_address_space, and store the result in new_ah.
21936         (open_archive): Declare new mmap base and len values for
21937         prepare_address_space, and store the result in ah.
21938         (close_archive): If ah->mmap_base is not NULL, use that and
21939         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
21940         * sysdeps/generic/libc-mmap.h: New file.
21942 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
21944         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
21945         (ALIGN_UP): Likewise.
21946         (PTR_ALIGN_DOWN): Likewise.
21947         (PTR_ALIGN_UP): Likewise.
21949 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21951         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
21952         entry mapped to PPC_PLATFORM_POWER8.
21953         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
21954         POWER8.
21955         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
21956         (_dl_string_platform): Add case for exporting platform position for
21957         POWER8.
21958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
21959         search path to sysdeps/powerpc/powerpc32/power8 directory.
21960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
21961         search path to sysdeps/powerpc/powerpc64/power8 directory.
21962         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
21963         power7 directories.
21964         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
21965         power7 directories.
21967 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
21969         * INSTALL: Regenerate.
21971         * nscd/connections.c (nscd_init): Fix comment.
21973 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
21975         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
21977         [BZ #15667]
21978         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
21979         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
21981 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
21983         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
21984         DL_DST_REQ_STATIC.
21985         (DL_DST_REQ_STATIC): Remove macro.
21987 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
21989         [BZ #7006]
21990         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
21991         with a shift of 0 bits.
21993 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
21995         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
21996         $(tststatic-ENV).
21998 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22000         [BZ #15655]
22001         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22003 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22005         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22006         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22007         accepts -fno-tree-loop-distribute-patterns.
22008         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22009         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22010         recursive call.
22011         * string/memset.c (memset): Likewise.
22012         * string/test-memmove.c (simple_memmove): Disable loop transformation
22013         to library calls.
22014         * string/test-memset.c (simple_memset): Likewise.
22015         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22016         * benchtests/bench-memset.c (simple_memset): Likewise.
22017         * configure: Regenerated.
22019 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22021         * math/test-misc.c (main): Ignore fesetround failure when failures
22022         of subsequent rounding tests would be ignored.
22024         [BZ #15654]
22025         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22026         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22027         * math/fegetenv.c (__fegetenv): Return 0.
22028         * math/fegetexcept.c (fegetexcept): Return 0.
22029         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22030         FE_TONEAREST.
22031         * math/feholdexcpt.c (feholdexcept): Return 0.
22032         * math/fesetenv.c (__fesetenv): Return 0.
22033         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22034         argument FE_TONEAREST.
22035         * math/feupdateenv.c (__feupdateenv): Return 0.
22036         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22038 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22040         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22041         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22042         ($(objpfx)rtld-%.os rules): Use them.
22044 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22046         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22047         fields.
22049 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22051         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22052         length of target pattern, then descending length of dependency pattern.
22053         * configure.in (AWK): Require gawk 3.1.2 or newer.
22054         * manual/install.texi (Tools for Compilation): Say that we do.
22055         * configure: Regenerated.
22057         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22058         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22059         * scripts/sysd-rules.awk: ... this new script.
22060         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22061         than a glob-style pattern.
22063 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22065         * math/test-misc.c (main): Do not treat incorrectly rounded
22066         conversions as failure unless ROUNDING_TESTS passes.
22068 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22070         [BZ #15631]
22071         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22072         restore exception state around main square root computation, then
22073         check for inexactness explicitly.
22075         * math/libm-test.inc (fma_test_data): Add another test.
22077 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22079         * manual/threads.texi (Non-POSIX Extensions): New document
22080         node.  Document pthread_getattr_default_np and
22081         pthread_setattr_default_np.
22083         * Versions.def (libpthread): Add GLIBC_2.18.
22084         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22086         Likewise.
22087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22088         Likewise.
22089         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22090         Likewise.
22091         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22092         Likewise.
22093         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22094         Likewise.
22095         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22096         Likewise.
22097         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22098         Likewise.
22099         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22100         Likewise.
22101         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22102         Likewise.
22104 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22106         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22107         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22109 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22110             H.J. Lu  <hjl.tools@gmail.com>
22112         [BZ #15627]
22113         * sysdeps/x86_64/rtld-memset.c: Remove file.
22114         * sysdeps/x86_64/rtld-memset.S: New file.
22116 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22118         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22119         (test_in_one_mode): Take arguments for whether the rounding mode
22120         is supported for each floating-point type.
22121         (do_test): Pass new arguments to test_in_one_mode using
22122         ROUNDING_TESTS.
22124 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22126         * posix/tst-waitid.c (do_test): Distinguish different instances of
22127         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22128         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22129         before entering the kernel for waitpid.
22131 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22133         * NEWS: Fix note on clock function precision.  Text by Roland
22134         McGrath.
22136 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22138         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22139         it into place only when and if the sanity check passes.
22141 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22143         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22144         output for whether conversion result is exact.  Take argument
22145         indicating whether type is IBM long double.
22146         (round_for_all): Change need_exact field to ibm_ld.
22147         * stdlib/tst-strtod-round.c (struct exactness): New type.
22148         (struct test): Change bool ld_ok field to struct exactness exact.
22149         (TEST): Update all definitions for change to field.
22150         (tests): Regenerate array contents.
22151         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22152         field value.  Check for IBM long double here.
22153         (do_test): Update calls to test_in_one_mode.
22155 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22157         [BZ #12515]
22158         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22159         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22161 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22163         [BZ #15605]
22164         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22165         generated by the compiler on loop optimizations.
22166         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22167         general definitions.
22169 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22171         * math/bug-nextafter.c: Include <math-tests.h>.
22172         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22173         the relevant type.
22174         * math/bug-nexttoward.c: Include <math-tests.h>.
22175         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22176         the relevant type.
22177         * math/test-misc.c: Include <math-tests.h>.
22178         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22179         the relevant type.
22181 2013-06-12  Andreas Jaeger  <aj@suse.de>
22183         * po/ia.po: Update Interlingua translation from translation
22184         project.
22186 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22188         * include/fenv.h: Include stdbool.h.
22189         (struct rm_ctx): New structure.
22190         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22191         Define macro.
22192         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22193         (SET_RESTORE_ROUNDF): Likewise.
22194         (SET_RESTORE_ROUNDL): Likewise.
22195         (SET_RESTORE_ROUND_NOEX): Likewise.
22196         (SET_RESTORE_ROUND_NOEXF): Likewise.
22197         (SET_RESTORE_ROUND_NOEXL): Likewise.
22198         (SET_RESTORE_ROUND_53BIT): Likewise.
22199         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22200         (libc_feresetround_noexf_ctx): Likewise.
22201         (libc_feresetround_noexl_ctx): Likewise.
22202         (libc_feholdsetround_53bit_ctx): Likewise.
22203         (libc_feresetround_53bit_ctx): Likewise.
22204         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22205         (libc_feholdexcept_setround_sse_ctx): New function.
22206         (libc_fesetenv_sse_ctx): Likewise.
22207         (libc_feupdateenv_sse_ctx): Likewise.
22208         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22209         (libc_feholdexcept_setround_387_ctx): Likewise.
22210         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22211         (libc_feholdsetround_387_prec_ctx): Likewise.
22212         (libc_feholdsetround_387_ctx): Likewise.
22213         (libc_feholdsetround_387_53bit_ctx): Likewise.
22214         (libc_feholdsetround_sse_ctx): Likewise.
22215         (libc_feresetround_sse_ctx): Likewise.
22216         (libc_feresetround_387_ctx): Likewise.
22217         (libc_feupdateenv_387_ctx): Likewise.
22218         (libc_feholdexcept_setroundf_ctx): Define macro.
22219         (libc_fesetenvf_ctx): Likewise.
22220         (libc_feupdateenvf_ctx): Likewise.
22221         (libc_feholdsetroundf_ctx): Likewise.
22222         (libc_feresetroundf_ctx): Likewise.
22223         (libc_feholdexcept_setround_ctx): Likewise.
22224         (libc_fesetenv_ctx): Likewise.
22225         (libc_feupdateenv_ctx): Likewise.
22226         (libc_feholdsetround_ctx): Likewise.
22227         (libc_feresetround_ctx): Likewise.
22228         (libc_feholdexcept_setroundl_ctx): Likewise.
22229         (libc_feupdateenvl_ctx): Likewise.
22230         (libc_feholdsetroundl_ctx): Likewise.
22231         (libc_feresetroundl_ctx): Likewise.
22232         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22233         (libc_feresetround_53bit_ctx): Likewise.
22235 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22237         * locale/iso-639.def: Convert to UTF-8.
22239 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22241         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22242         (EXCEPTION_TESTS_double): Likewise.
22243         (EXCEPTION_TESTS_long_double): Likewise.
22244         (EXCEPTION_TESTS): Likewise.
22245         * math/libm-test.inc (test_exceptions): Only test exceptions if
22246         EXCEPTION_TESTS (FLOAT).
22248 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22250         * benchtests/Makefile (string-bench): Add strcpy_chk and
22251         stpcpy_chk.
22252         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22253         * benchtests/bench-stpcpy_chk.c: New file.
22254         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22255         * benchtests/bench-strcpy_chk.c: New file.
22256         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22257         code.
22258         (do_test): Likewise.
22260 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22262         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22263         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22264         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22265         with tabs where appropriate.
22266         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22267         dl-procinfo.h.
22268         [PPC_PLATFORM_PPC440]: Likewise.
22269         [PPC_PLATFORM_PPC464]: Likewise.
22270         [PPC_PLATFORM_PPC476]: Likewise.
22271         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22272         ppc464, and ppc476 platform strings merging from ports/
22273         dl-procinfo.h.
22275 2013-06-11  Andreas Schwab  <schwab@suse.de>
22277         [BZ #14991]
22278         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22279         (from_ucs4_idx): Regenerate.
22280         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22281         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22282         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22283         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22284         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22285         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22286         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22287         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22288         from FROM_LOOP and TO_LOOP specific macros.
22289         (BODY): Handle combining characters.
22290         * iconvdata/BIG5HKSCS.irreversible: Update.
22291         * iconvdata/BIG5HKSCS.precomposed: New file.
22292         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22293         characters.
22294         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22296 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22298         * include/sys/time.h: Fix indentation and add copyright header.
22300         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22301         (do_test): Likewise.
22302         * string/test-memchr.c (do_one_test): Likewise.
22303         (do_test): Likewise.
22304         * string/test-memcmp.c (do_one_test): Likewise.
22305         (do_test): Likewise.
22306         * string/test-memcpy.c (do_one_test): Likewise.
22307         (do_test): Likewise.
22308         * string/test-memmem.c (do_one_test): Likewise.
22309         (do_test): Likewise.
22310         (do_random_tests): Likewise.
22311         * string/test-memmove.c (do_one_test): Likewise.
22312         (do_test): Likewise.
22313         * string/test-memset.c (do_one_test): Likewise.
22314         (do_test): Likewise.
22315         * string/test-rawmemchr.c (do_one_test): Likewise.
22316         (do_test): Likewise.
22317         * string/test-strcasecmp.c (do_one_test): Likewise.
22318         (do_test): Likewise.
22319         * string/test-strcasestr.c (do_one_test): Likewise.
22320         (do_test): Likewise.
22321         * string/test-strcat.c (do_one_test): Likewise.
22322         (do_test): Likewise.
22323         * string/test-strchr.c (do_one_test): Likewise.
22324         (do_test): Likewise.
22325         * string/test-strcmp.c (do_one_test): Likewise.
22326         (do_test): Likewise.
22327         * string/test-strcpy.c (do_one_test): Likewise.
22328         (do_test): Likewise.
22329         * string/test-string.h: Likewise.
22330         (test_init): Likewise.
22331         * string/test-strlen.c (do_one_test): Likewise.
22332         (do_test): Likewise.
22333         * string/test-strncasecmp.c (do_one_test): Likewise.
22334         (do_test): Likewise.
22335         * string/test-strncat.c (do_one_test): Likewise.
22336         (do_test): Likewise.
22337         * string/test-strncmp.c (do_one_test): Likewise.
22338         (do_test_limit): Likewise.
22339         (do_test): Likewise.
22340         * string/test-strncpy.c (do_one_test): Likewise.
22341         (do_test): Likewise.
22342         * string/test-strnlen.c (do_one_test): Likewise.
22343         (do_test): Likewise.
22344         * string/test-strpbrk.c (do_one_test): Likewise.
22345         (do_test): Likewise.
22346         * string/test-strrchr.c (do_one_test): Likewise.
22347         (do_test): Likewise.
22348         * string/test-strspn.c (do_one_test): Likewise.
22349         (do_test): Likewise.
22350         * string/test-strstr.c (do_one_test): Likewise.
22351         (do_test): Likewise.
22353         * benchtests/Makefile (string-bench): Add string benchmarks.
22354         * benchtests/bench-bcopy-ifunc.c: New file.
22355         * benchtests/bench-bcopy.c: New file.
22356         * benchtests/bench-bzero-ifunc.c: New file.
22357         * benchtests/bench-bzero.c: New file.
22358         * benchtests/bench-memccpy-ifunc.c: New file.
22359         * benchtests/bench-memccpy.c: New file.
22360         * benchtests/bench-memchr-ifunc.c: New file.
22361         * benchtests/bench-memchr.c: New file.
22362         * benchtests/bench-memcmp-ifunc.c: New file.
22363         * benchtests/bench-memcmp.c: New file.
22364         * benchtests/bench-memmem-ifunc.c: New file.
22365         * benchtests/bench-memmem.c: New file.
22366         * benchtests/bench-memmove-ifunc.c: New file.
22367         * benchtests/bench-memmove.c: New file.
22368         * benchtests/bench-mempcpy-ifunc.c: New file.
22369         * benchtests/bench-mempcpy.c: New file.
22370         * benchtests/bench-memset-ifunc.c: New file.
22371         * benchtests/bench-memset.c: New file.
22372         * benchtests/bench-rawmemchr-ifunc.c: New file.
22373         * benchtests/bench-rawmemchr.c: New file.
22374         * benchtests/bench-stpcpy-ifunc.c: New file.
22375         * benchtests/bench-stpcpy.c: New file.
22376         * benchtests/bench-stpncpy-ifunc.c: New file.
22377         * benchtests/bench-stpncpy.c: New file.
22378         * benchtests/bench-strcasecmp-ifunc.c: New file.
22379         * benchtests/bench-strcasecmp.c: New file.
22380         * benchtests/bench-strcasestr-ifunc.c: New file.
22381         * benchtests/bench-strcasestr.c: New file.
22382         * benchtests/bench-strcat-ifunc.c: New file.
22383         * benchtests/bench-strcat.c: New file.
22384         * benchtests/bench-strchr-ifunc.c: New file.
22385         * benchtests/bench-strchr.c: New file.
22386         * benchtests/bench-strchrnul-ifunc.c: New file.
22387         * benchtests/bench-strchrnul.c: New file.
22388         * benchtests/bench-strcmp-ifunc.c: New file.
22389         * benchtests/bench-strcmp.c: New file.
22390         * benchtests/bench-strcpy-ifunc.c: New file.
22391         * benchtests/bench-strcpy.c: New file.
22392         * benchtests/bench-strcspn-ifunc.c: New file.
22393         * benchtests/bench-strcspn.c: New file.
22394         * benchtests/bench-strlen-ifunc.c: New file.
22395         * benchtests/bench-strlen.c: New file.
22396         * benchtests/bench-strncasecmp-ifunc.c: New file.
22397         * benchtests/bench-strncasecmp.c: New file.
22398         * benchtests/bench-strncat-ifunc.c: New file.
22399         * benchtests/bench-strncat.c: New file.
22400         * benchtests/bench-strncmp-ifunc.c: New file.
22401         * benchtests/bench-strncmp.c: New file.
22402         * benchtests/bench-strncpy-ifunc.c: New file.
22403         * benchtests/bench-strncpy.c: New file.
22404         * benchtests/bench-strnlen-ifunc.c: New file.
22405         * benchtests/bench-strnlen.c: New file.
22406         * benchtests/bench-strpbrk-ifunc.c: New file.
22407         * benchtests/bench-strpbrk.c: New file.
22408         * benchtests/bench-strrchr-ifunc.c: New file.
22409         * benchtests/bench-strrchr.c: New file.
22410         * benchtests/bench-strspn-ifunc.c: New file.
22411         * benchtests/bench-strspn.c: New file.
22412         * benchtests/bench-strstr-ifunc.c: New file.
22413         * benchtests/bench-strstr.c: New file.
22415         * benchtests/Makefile: Disable parallel execution of targets.
22416         (string-bench): Add memcpy.
22417         (benchset): New variable to store a list of benchmark sets.
22418         (bench-func): Renamed from bench.
22419         (bench-set): New target.
22420         (bench): Depend on bench-func and bench-set.
22421         * benchtests/README: Add section on benchmark sets.
22422         * benchtests/bench-memcpy-ifunc.c: New file.
22423         * benchtests/bench-memcpy.c: New file.
22424         * benchtests/bench-string.h: New file.
22426 2013-06-11  Andreas Schwab  <schwab@suse.de>
22428         [BZ #15577]
22429         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22430         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
22431         values in the triple.
22432         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
22433         terminator in the group key.
22435 2013-06-11  Andreas Jaeger  <aj@suse.de>
22437         * po/zh_TW.po: Update Chinese (traditional) translation from
22438         translation project.
22440 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22442         * include/time.h (__clock_gettime): Add libc_hidden_proto.
22443         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
22444         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
22445         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
22446         (clock_getcpuclockid): Likewise.
22447         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
22448         Add weak_alias and libc_hidden_def.
22449         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
22450         * rt/clock_gettime.c (clock_gettime): Rename to
22451         __clock_gettime.  Add weak_alias and libc_hidden_def.
22452         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
22453         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
22454         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
22455         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
22456         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
22457         Likewise.
22458         * rt/clock_settime.c (clock_settime): Rename to
22459         __clock_settime.  Add weak_alias and libc_hidden_def.
22460         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
22462 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
22464         * mach/err_boot.sub: Remove trailing whitespace.
22465         * mach/err_ipc.sub: Likewise.
22466         * mach/err_mach.sub: Likewise.
22468         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
22469         (ROUNDING_TESTS_double): Likewise.
22470         (ROUNDING_TESTS_long_double): Likewise.
22471         (ROUNDING_TESTS): Likewise.
22472         * math/libm-test.inc: Include <math-tests.h>.
22473         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
22474         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22475         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22476         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22478 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22480         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
22481         of assigning.
22483 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
22485         * sysdeps/gnu/errlist.awk: Do not generate space at end of
22486         otherwise empty TRANS lines.
22487         * sysdeps/gnu/errlist.c: Regenerated.
22489         * catgets/gencat.c (error_print): Use (void) in function
22490         definition.
22491         * crypt/crypt_util.c (__init_des): Likewise.
22492         * crypt/speeds.c (Stop): Likewise.
22493         (main): Likewise.
22494         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
22495         * inet/ruserpass.c (token): Likewise.
22496         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
22497         * intl/localealias.c (extend_alias_table): Likewise.
22498         * intl/plural-exp.c (init_germanic_plural): Likewise.
22499         * libio/fcloseall.c (__fcloseall): Likewise.
22500         * libio/genops.c (_IO_flush_all): Likewise.
22501         (_IO_flush_all_linebuffered): Likewise.
22502         (_IO_cleanup): Likewise.
22503         (_IO_iter_begin): Likewise.
22504         (_IO_iter_end): Likewise.
22505         (_IO_list_lock): Likewise.
22506         (_IO_list_unlock): Likewise.
22507         (_IO_list_resetlock): Likewise.
22508         * libio/getchar.c (getchar): Likewise.
22509         * libio/getchar_u.c (getchar_unlocked): Likewise.
22510         * libio/getwchar.c (getwchar): Likewise.
22511         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
22512         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
22513         * login/getpt.c (__getpt): Likewise.
22514         * login/tst-utmp.c (main): Likewise.
22515         * malloc/hooks.c (__malloc_check_init): Likewise.
22516         * malloc/malloc.c (__malloc_stats): Likewise.
22517         * malloc/mtrace.c (tr_break): Likewise.
22518         (mtrace): Likewise.
22519         (muntrace): Likewise.
22520         * misc/fstab.c (endfsent): Likewise.
22521         * misc/getclktck.c (__getclktck): Likewise.
22522         * misc/getdtsz.c (__getdtablesize): Likewise.
22523         * misc/gethostid.c (gethostid): Likewise.
22524         * misc/getpagesize.c (__getpagesize): Likewise.
22525         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
22526         (__get_nprocs): Likewise.
22527         (__get_phys_pages): Likewise.
22528         (__get_avphys_pages): Likewise.
22529         * misc/getttyent.c (getttyent): Likewise.
22530         (setttyent): Likewise.
22531         (endttyent): Likewise.
22532         * misc/getusershell.c (getusershell): Likewise.
22533         (endusershell): Likewise.
22534         (setusershell): Likewise.
22535         (initshells): Likewise.
22536         * misc/hsearch.c (__hdestroy): Likewise.
22537         * misc/sync.c (sync): Likewise.
22538         * misc/syslog.c (closelog_internal): Likewise.
22539         (closelog): Likewise.
22540         * misc/ttyslot.c (ttyslot): Likewise.
22541         * misc/vhangup.c (vhangup): Likewise.
22542         * posix/fork.c (__fork): Likewise.
22543         * posix/getegid.c (__getegid): Likewise.
22544         * posix/geteuid.c (__geteuid): Likewise.
22545         * posix/getgid.c (__getgid): Likewise.
22546         * posix/getpid.c (__getpid): Likewise.
22547         * posix/getppid.c (__getppid): Likewise.
22548         * posix/getuid.c (__getuid): Likewise.
22549         * posix/pause.c (pause): Likewise.
22550         * posix/setpgrp.c (setpgrp): Likewise.
22551         * posix/setsid.c (__setsid): Likewise.
22552         * posix/test-vfork.c (noop): Likewise.
22553         * resolv/gethnamaddr.c (_endhtent): Likewise.
22554         (_gethtent): Likewise.
22555         (ht_endhostent): Likewise.
22556         (gethostent): Likewise.
22557         (dns_service): Likewise.
22558         * stdlib/drand48.c (drand48): Likewise.
22559         * stdlib/lrand48.c (lrand48): Likewise.
22560         * stdlib/mrand48.c (mrand48): Likewise.
22561         * stdlib/rand.c (rand): Likewise.
22562         * stdlib/random.c (__random): Likewise.
22563         * stdlib/setenv.c (clearenv): Likewise.
22564         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
22565         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
22566         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
22567         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
22568         (__get_nprocs): Likewise.
22569         (__get_phys_pages): Likewise.
22570         (__get_avphys_pages): Likewise.
22571         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
22572         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
22573         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
22574         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
22575         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
22576         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
22577         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
22578         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
22579         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
22580         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
22581         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
22582         * sysdeps/mach/hurd/sync.c (sync): Likewise.
22583         * sysdeps/posix/clock.c (clock): Likewise.
22584         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
22585         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
22586         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
22587         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
22588         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
22589         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
22590         (__get_nprocs_conf): Likewise.
22591         (__get_phys_pages): Likewise.
22592         (__get_avphys_pages): Likewise.
22593         * time/clock.c (clock): Likewise.
22594         * time/tzset.c (__tzname_max): Likewise.
22596 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
22598         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
22599         (__bswap_32): Do not use "register".
22600         * crypt/crypt.c (_ufc_doit_r): Likewise.
22601         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
22602         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
22603         * gmon/gmon.c (__monstartup): Likewise.
22604         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
22605         * hurd/hurdmalloc.c (more_memory): Likewise.
22606         (malloc): Likewise.
22607         (free): Likewise.
22608         (realloc): Likewise.
22609         (malloc_fork_prepare): Likewise.
22610         (malloc_fork_parent): Likewise.
22611         (malloc_fork_child): Likewise.
22612         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
22613         (_svcauth_des): Likewise.
22614         * inet/inet_lnaof.c (inet_lnaof): Likewise.
22615         * inet/inet_net.c (inet_network): Likewise.
22616         * inet/inet_netof.c (inet_netof): Likewise.
22617         * inet/rcmd.c (__validuser2_sa): Likewise.
22618         * io/fts.c (fts_open): Likewise.
22619         (fts_load): Likewise.
22620         (fts_close): Likewise.
22621         (fts_read): Likewise.
22622         (fts_children): Likewise.
22623         (fts_build): Likewise.
22624         (fts_stat): Likewise.
22625         (fts_sort): Likewise.
22626         (fts_alloc): Likewise.
22627         (fts_lfree): Likewise.
22628         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
22629         (_IO_file_xsgetn): Likewise.
22630         (_IO_file_xsgetn_mmap): Likewise.
22631         * libio/iofopncook.c (_IO_cookie_read): Likewise.
22632         (_IO_cookie_write): Likewise.
22633         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
22634         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
22635         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
22636         * malloc/obstack.c (_obstack_begin): Likewise.
22637         (_obstack_begin_1): Likewise.
22638         (_obstack_newchunk): Likewise.
22639         (_obstack_allocated_p): Likewise.
22640         (obstack_free): Likewise.
22641         (_obstack_memory_used): Likewise.
22642         * misc/getttyent.c (getttynam): Likewise.
22643         (getttyent): Likewise.
22644         (skip): Likewise.
22645         (value): Likewise.
22646         * misc/getusershell.c (initshells): Likewise.
22647         * misc/syslog.c (__vsyslog_chk): Likewise.
22648         * misc/ttyslot.c (ttyslot): Likewise.
22649         * nis/nis_hash.c (__nis_hash): Likewise.
22650         * posix/fnmatch_loop.c (FCT): Likewise.
22651         * posix/getconf.c (print_all): Likewise.
22652         (main): Likewise.
22653         * posix/getopt.c (exchange): Likewise.
22654         * posix/glob.c (globfree): Likewise.
22655         (prefix_array): Likewise.
22656         (__glob_pattern_type): Likewise.
22657         * resolv/arpa/nameser.h (NS_GET16): Likewise.
22658         (NS_GET32): Likewise.
22659         (NS_PUT16): Likewise.
22660         (NS_PUT32): Likewise.
22661         * resolv/gethnamaddr.c (getanswer): Likewise.
22662         (gethostbyname2): Likewise.
22663         (gethostbyaddr): Likewise.
22664         (_gethtent): Likewise.
22665         (_gethtbyname2): Likewise.
22666         (_gethtbyaddr): Likewise.
22667         * resolv/ns_print.c (dst_s_get_int16): Likewise.
22668         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
22669         * resolv/res_init.c (__res_vinit): Likewise.
22670         (net_mask): Likewise.
22671         * resolv/res_mkquery.c (outchar): Likewise.
22672         (PRINT): Likewise.
22673         * stdio-common/printf_fp.c (outchar): Likewise.
22674         (PRINT): Likewise.
22675         * stdio-common/printf_fphex.c (outchar): Likewise.
22676         (PRINT): Likewise.
22677         * stdio-common/printf_size.c (outchar): Likewise.
22678         (PRINT): Likewise.
22679         * stdio-common/test_rdwr.c (main): Likewise.
22680         * stdio-common/tfformat.c (matches): Likewise.
22681         * stdio-common/vfprintf.c (outchar): Likewise.
22682         (printf_unknown): Likewise.
22683         (buffered_vfprintf): Likewise.
22684         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
22685         * stdio-common/xbug.c (AppendToBuffer): Likewise.
22686         (ReadFile): Likewise.
22687         * stdlib/qsort.c (SWAP): Likewise.
22688         (_quicksort): Likewise.
22689         * stdlib/setenv.c (__add_to_environ): Likewise.
22690         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
22691         * stdlib/strtol_l.c (__strtol_l): Likewise.
22692         * stdlib/tst-strtod.c (main): Likewise.
22693         * stdlib/tst-strtol.c (main): Likewise.
22694         * stdlib/tst-strtoll.c (main): Likewise.
22695         * string/bits/string2.h (__strcmp_cc): Likewise.
22696         (__strcmp_cg): Likewise.
22697         (__strcspn_c1): Likewise.
22698         (__strcspn_c2): Likewise.
22699         (__strcspn_c3): Likewise.
22700         (__strspn_c1): Likewise.
22701         (__strspn_c2): Likewise.
22702         (__strspn_c3): Likewise.
22703         (__strsep_1c): Likewise.
22704         (__strsep_2c): Likewise.
22705         (__strsep_3c): Likewise.
22706         * string/memccpy.c (__memccpy): Likewise.
22707         * string/stpcpy.c (__stpcpy): Likewise.
22708         * string/strcmp.c (strcmp): Likewise.
22709         * string/strrchr.c (strrchr): Likewise.
22710         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
22711         Likewise.
22712         * sysdeps/mach/hurd/getcwd.c
22713         (_hurd_canonicalize_directory_name_internal): Likewise.
22714         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
22715         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
22716         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
22717         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
22718         Likewise, in both definitions.
22719         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
22720         definitions.
22721         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
22722         64] (__bswap_64): Likewise.
22723         * time/test_time.c (main): Likewise.
22724         * time/tzfile.c (__tzfile_read): Likewise.
22725         (__tzfile_compute): Likewise.
22726         * time/tzset.c (__tzset_parse_tz): Likewise.
22727         (tzset_internal): Likewise.
22728         (compute_change): Likewise.
22729         * wcsmbs/wcscat.c (__wcscat): Likewise.
22730         * wcsmbs/wcschr.c (wcschr): Likewise.
22731         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
22732         * wcsmbs/wcscspn.c (wcscspn): Likewise.
22733         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
22734         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
22735         * wcsmbs/wcsspn.c (wcsspn): Likewise.
22736         * wcsmbs/wcsstr.c (wcsstr): Likewise.
22737         * wcsmbs/wmemchr.c (wmemchr): Likewise.
22738         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
22739         * wcsmbs/wmemset.c (wmemset): Likewise.
22741 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
22743         * scripts/config.guess: Update to version 2013-05-16.
22744         * scripts/config.sub: Update to version 2013-04-24.
22745         * scripts/install-sh: Update to version 2011-11-20.07.
22746         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
22747         * scripts/move-if-change: Update to version 2012-01-06 07:23.
22749 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
22751         * debug/fgetws_u_chk.c: Fix leading whitespaces.
22752         * elf/sln.c: Likewise.
22753         * hurd/hurd/ioctl.h: Likewise.
22754         * hurd/hurdmalloc.c: Likewise.
22755         * hurd/xattr.c: Likewise.
22756         * include/shlib-compat.h: Likewise.
22757         * inet/ruserpass.c: Likewise.
22758         * libio/iofgets_u.c: Likewise.
22759         * libio/iofgetws_u.c: Likewise.
22760         * locale/programs/ld-identification.c: Likewise.
22761         * locale/programs/ld-time.c: Likewise.
22762         * mach/msg-destroy.c: Likewise.
22763         * nss/nss_files/files-netgrp.c: Likewise.
22764         * resolv/res_data.c: Likewise.
22765         * soft-fp/op-1.h: Likewise.
22766         * soft-fp/op-2.h: Likewise.
22767         * soft-fp/op-4.h: Likewise.
22768         * soft-fp/op-common.h: Likewise.
22769         * stdio-common/printf_fphex.c: Likewise.
22770         * stdlib/strtod_l.c: Likewise.
22771         * sunrpc/rpc/clnt.h: Likewise.
22772         * sysdeps/generic/framestate.c: Likewise.
22773         * sysdeps/i386/bsd-_setjmp.S: Likewise.
22774         * sysdeps/i386/bsd-setjmp.S: Likewise.
22775         * sysdeps/i386/__longjmp.S: Likewise.
22776         * sysdeps/i386/setjmp.S: Likewise.
22777         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22778         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
22779         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22780         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22781         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22782         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
22783         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
22784         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
22785         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
22786         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
22787         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
22788         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
22789         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
22790         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
22791         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
22792         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
22793         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
22794         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
22795         * sysdeps/ieee754/support.c: Likewise.
22796         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
22797         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
22798         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
22799         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
22800         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
22801         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
22802         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
22803         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
22804         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
22805         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
22806         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
22807         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
22808         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
22809         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
22810         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
22811         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
22812         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
22813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
22815 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
22817         * posix/transbug.c: Remove executable mode.
22819 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
22821         * crypt/speeds.c: Remove trailing whitespace.
22822         * dlfcn/default.c: Likewise.
22823         * elf/ifuncdep2.c: Likewise.
22824         * elf/ifuncmain1.c: Likewise.
22825         * elf/ifuncmain1vis.c: Likewise.
22826         * elf/testobj.h: Likewise.
22827         * elf/tst-stackguard1.c: Likewise.
22828         * gmon/sys/gmon.h: Likewise.
22829         * hurd/hurdmsg.c: Likewise.
22830         * hurd/new-fd.c: Likewise.
22831         * hurd/ports-get.c: Likewise.
22832         * iconvdata/ibm1008_420.c: Likewise.
22833         * inet/tst-getni1.c: Likewise.
22834         * inet/tst-getni2.c: Likewise.
22835         * libio/ioungetc.c: Likewise.
22836         * libio/wfiledoalloc.c: Likewise.
22837         * manual/libm-err-tab.pl: Likewise.
22838         * math/w_dremf.c: Likewise.
22839         * misc/ftruncate.c: Likewise.
22840         * posix/bug-glob2.c: Likewise.
22841         * posix/tst-pcre.c: Likewise.
22842         * posix/wait4.c: Likewise.
22843         * resolv/README: Likewise.
22844         * resolv/res_debug.h: Likewise.
22845         * resolv/tst-inet_ntop.c: Likewise.
22846         * setjmp/bug269-setjmp.c: Likewise.
22847         * soft-fp/extended.h: Likewise.
22848         * soft-fp/op-1.h: Likewise.
22849         * soft-fp/op-2.h: Likewise.
22850         * soft-fp/op-4.h: Likewise.
22851         * soft-fp/op-8.h: Likewise.
22852         * soft-fp/testit.c: Likewise.
22853         * stdio-common/bug16.c: Likewise.
22854         * stdlib/random.c: Likewise.
22855         * sunrpc/rpcsvc/rquota.x: Likewise.
22856         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
22857         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
22858         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22859         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
22860         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
22861         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
22862         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
22863         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
22864         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
22865         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
22866         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
22867         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
22868         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
22869         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
22870         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
22871         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
22872         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
22873         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
22874         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
22875         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
22876         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
22877         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
22878         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
22879         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
22880         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
22881         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
22882         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22883         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
22884         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
22885         * sysdeps/ieee754/s_lib_version.c: Likewise.
22886         * sysdeps/mach/hurd/check_fds.c: Likewise.
22887         * sysdeps/mach/hurd/getsockname.c: Likewise.
22888         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
22889         * sysdeps/mach/hurd/recvfrom.c: Likewise.
22890         * sysdeps/powerpc/bits/link.h: Likewise.
22891         * sysdeps/powerpc/dl-procinfo.c: Likewise.
22892         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
22893         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
22894         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
22895         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
22896         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
22897         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
22898         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
22899         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
22900         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
22901         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
22902         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22903         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
22904         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
22905         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
22906         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
22907         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22908         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22909         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
22910         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
22911         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
22912         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
22913         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22914         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22915         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
22916         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22917         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22918         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
22919         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
22920         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22921         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22922         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22923         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22924         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
22925         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
22926         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
22927         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
22928         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22929         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
22930         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
22931         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
22932         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
22933         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
22934         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
22935         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22936         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
22937         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
22938         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22939         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
22940         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
22941         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
22942         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
22943         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22944         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22945         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
22946         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
22947         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
22948         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22949         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
22950         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
22951         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
22952         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
22953         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
22954         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22955         * sysdeps/powerpc/sysdep.h: Likewise.
22956         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
22957         * sysdeps/s390/s390-64/sub_n.S: Likewise.
22958         * sysdeps/sh/dl-trampoline.S: Likewise.
22959         * sysdeps/sh/memset.S: Likewise.
22960         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
22961         * sysdeps/sh/strlen.S: Likewise.
22962         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
22963         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
22964         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
22965         * sysdeps/sparc/sparc32/rem.S: Likewise.
22966         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
22967         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
22968         * sysdeps/sparc/sparc32/strchr.S: Likewise.
22969         * sysdeps/sparc/sparc32/udiv.S: Likewise.
22970         * sysdeps/sparc/sparc32/urem.S: Likewise.
22971         * sysdeps/sparc/sparc64/add_n.S: Likewise.
22972         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
22973         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
22974         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
22975         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
22976         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
22977         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
22978         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
22979         * sysdeps/unix/bsd/times.c: Likewise.
22980         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
22981         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
22982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
22983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
22984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
22985         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
22986         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22987         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
22988         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
22989         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
22990         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
22991         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
22992         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
22993         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
22994         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
22995         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
22996         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
22997         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
22998         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
22999         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23000         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23001         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23002         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23003         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23004         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23005         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23006         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23007         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23008         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23009         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23010         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23011         * sysdeps/x86_64/strcspn.S: Likewise.
23013 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23015         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23016         generated file.  Regenerate properly from gen-translit.pl.
23017         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23018         locale/C-translit.h.
23020 2013-06-05  Andreas Schwab  <schwab@suse.de>
23022         [BZ #15100]
23023         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23024         week as 6 instead of -1.
23025         * time/tst-strptime.c (day_tests): Add test case.
23027 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23029         * sysdeps/generic/math_private.h
23030         (libc_feholdexcept_setround_53bit): Replace with
23031         libc_feholdsetround_53bit.
23032         (libc_feupdateenv_53bit): Replace with
23033         libc_feresetround_53bit.
23034         (SET_RESTORE_ROUND_53BIT): Adjust.
23036 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23038         * string/test-strchrnul.c: Add copyright header.
23040         * posix/tst-getaddrinfo4.c: Increase test timeout.
23042 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23044         [BZ #15536]
23045         * math/libm-test.inc (MAX_EXP): Remove
23046         (MIN_EXP): Define.
23047         (ulp): Use MIN_EXP - MANT_DIG.
23048         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23050 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23052         * po/be.po: Revert last change.
23053         * po/zh_CN.po: Likewise.
23054         * po/header.pot: Likewise.
23056 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23058         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23059         link-libc-deps to empty as target-specific variable.
23060         * Makerules (link-libc-args): New variable.
23061         (libc-for-link): Likewise.
23062         (link-libc-deps): Likewise.
23063         (lib%.so): Depend on $(link-libc-deps).  Link with
23064         $(link-libc-args).
23065         (build-module): Link with $(link-libc-args).
23066         (build-module-asneeded): Likewise.
23067         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23068         list of objects.
23069         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23070         target-specific variable.
23071         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23072         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23073         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23074         libc.
23075         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23076         libc and ld.so.
23077         ($(objpfx)libpcprofile.so): Likewise.
23078         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23079         libc_nonshared.a.
23080         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23081         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23082         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23083         $(link-libc-deps).
23084         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23085         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23086         * login/Makefile ($(objpfx)libutil.so): Likewise.
23087         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23088         * math/Makefile ($(objpfx)libm.so): Likewise.
23089         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23090         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23091         variable instead of depending directly on libc.
23092         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23093         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23094         $(link-libc-deps).
23095         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23096         libc.
23097         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23098         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23099         ($(objpfx)libanl.so): Likewise.
23100         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23101         ld.so.
23102         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23103         $(link-libc-deps).
23104         * sysdeps/i386/fpu/Makefile: Remove file.
23105         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23106         ($(objpfx)libm.so): Remove dependency on ld.so.
23108 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23110         [BZ # 15553]
23111         * nis/yp_xdr.c (XDRMAXNAME): Define.
23112         (XDRMAXRECORD): Define.
23113         (xdr_domainname): Use XDRMAXNAME.
23114         (xdr_mapname): Likewise.
23115         (xdr_peername): Likewise.
23116         (xdr_keydat): Use XDRMAXRECORD.
23117         (xdr_valdat): Likewise.
23119 2013-05-30  Jeff Law  <law@redhat.com>
23121         [BZ #14256]
23122         * manual/errno.texi (ESTALE): Update to account for more than
23123         just NFS file systems.
23124         * sysdeps/gnu/errlist.c: Regenerated.
23126 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23128         [BZ #15465]
23129         * elf/Makefile (tests): Add tst-null-argv.
23130         (modules-names):  Add tst-null-argv-lib.
23131         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23132         (tst-null-argv-ENV): Set environment for tst-null-argv.
23133         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23134         (RTLD_PROGNAME): New macro.
23135         * elf/tst-null-argv.c: New test case.
23136         * elf/tst-null-argv-lib.c: Library for test case.
23137         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23138         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23139         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23140         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23141         * elf/dl-init.c (call_init): Likewise.
23142         (_dl_init): Likewise.
23143         * elf/dl-load.c (print_search_path): Likewise.
23144         (_dl_map_object): Likewise.
23145         * elf/dl-lookup.c (do_lookup_x): Likewise.
23146         (add_dependency): Likewise.
23147         (_dl_lookup_symbol_x): Likewise.
23148         (_dl_debug_bindings): Likewise.
23149         * elf/dl-open.c (_dl_show_scope): Likewise.
23150         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23151         * elf/dl-version.c (match_symbol): Likewise.
23152         (_dl_check_map_versions): Likewise.
23153         * elf/rtld.c (dl_main): Likewise.
23154         (print_unresolved): Use RTLD_PROGNAME.
23155         (print_missing_version): Likewise.
23156         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23157         (elf_machine_rela): Likewise.
23158         * sysdeps/powerpc/powerpc32/dl-machine.c
23159         (__process_machine_rela): Likewise.
23160         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23161         Likewise.
23162         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23163         Likewise.
23164         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23165         Likewise.
23166         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23167         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23168         Likewise.
23169         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23170         Likewise.
23171         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23173 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23175         * po/be.po: Add descriptive title.
23176         * po/zh_CN.po: Likewise.
23177         * po/header.pot: Likewise.
23179 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23181         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23182         error message.
23183         (enlarge_archive): Likewise.
23185 2013-05-28  Ben North  <ben@redfrontdoor.org>
23187         * manual/arith.texi (frexp): It is the magnitude of the return
23188         value which lies in [0.5, 1), not the return value itself.
23190 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23192         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23194 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23196         * stdio-common/bug26.c (main): Correct fscanf template.
23198         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23199         declare _dl_skip_args.
23201         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23202         Don't declare.
23204         * manual/platform.texi: Add missing @end deftypefun.
23206 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23208         [BZ #15529]
23209         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23210         bit of mantissa of 2^16382.
23211         * math/libm-test.inc (hypot_test_data): Add more tests.
23213         * math/libm-test.inc: Add drem and pow10 to list of tested
23214         functions.
23215         (pow10_test): New function.
23216         (drem_test): Likewise.
23217         (drem_test_tonearest): Likewise.
23218         (drem_test_towardzero): Likewise.
23219         (drem_test_downward): Likewise.
23220         (drem_test_upward): Likewise.
23221         (main): Call the new functions.
23223         * math/libm-test.inc (finite_test_data): Remove.
23224         (finite_test): Run tests from isfinite_test_data.
23225         (gamma_test_data): Remove.
23226         (gamma_test): Run tests from lgamma_test_data.
23227         * sysdeps/i386/fpu/libm-test-ulps: Update.
23228         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23230 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23232         * manual/platform.texi: Add PowerPC PPR function set documentation.
23233         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23234         implementation.
23236 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23238         * math/libm-test.inc (MAX_EXP): Define.
23239         (ULPDIFF): Define.
23240         (ulp): New function.
23241         (check_float_internal): Use ULPDIFF.
23242         (cpow_test): Disable failing test.
23243         (check_ulp): Test ulp() implemetnation.
23244         (main): Call check_ulp before starting tests.
23246 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23248         * math/gen-libm-test.pl (generate_testfile): Do not handle
23249         START_DATA and END_DATA.
23250         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23251         END_DATA.
23252         (acos_tonearest_test_data): Likewise.
23253         (acos_towardzero_test_data): Likewise.
23254         (acos_downward_test_data): Likewise.
23255         (acos_upward_test_data): Likewise.
23256         (acosh_test_data): Likewise.
23257         (asin_test_data): Likewise.
23258         (asin_tonearest_test_data): Likewise.
23259         (asin_towardzero_test_data): Likewise.
23260         (asin_downward_test_data): Likewise.
23261         (asin_upward_test_data): Likewise.
23262         (asinh_test_data): Likewise.
23263         (atan_test_data): Likewise.
23264         (atanh_test_data): Likewise.
23265         (atan2_test_data): Likewise.
23266         (cabs_test_data): Likewise.
23267         (cacos_test_data): Likewise.
23268         (cacosh_test_data): Likewise.
23269         (carg_test_data): Likewise.
23270         (casin_test_data): Likewise.
23271         (casinh_test_data): Likewise.
23272         (catan_test_data): Likewise.
23273         (catanh_test_data): Likewise.
23274         (cbrt_test_data): Likewise.
23275         (ccos_test_data): Likewise.
23276         (ccosh_test_data): Likewise.
23277         (ceil_test_data): Likewise.
23278         (cexp_test_data): Likewise.
23279         (cimag_test_data): Likewise.
23280         (clog_test_data): Likewise.
23281         (clog10_test_data): Likewise.
23282         (conj_test_data): Likewise.
23283         (copysign_test_data): Likewise.
23284         (cos_test_data): Likewise.
23285         (cos_tonearest_test_data): Likewise.
23286         (cos_towardzero_test_data): Likewise.
23287         (cos_downward_test_data): Likewise.
23288         (cos_upward_test_data): Likewise.
23289         (cosh_test_data): Likewise.
23290         (cosh_tonearest_test_data): Likewise.
23291         (cosh_towardzero_test_data): Likewise.
23292         (cosh_downward_test_data): Likewise.
23293         (cosh_upward_test_data): Likewise.
23294         (cpow_test_data): Likewise.
23295         (cproj_test_data): Likewise.
23296         (creal_test_data): Likewise.
23297         (csin_test_data): Likewise.
23298         (csinh_test_data): Likewise.
23299         (csqrt_test_data): Likewise.
23300         (ctan_test_data): Likewise.
23301         (ctan_tonearest_test_data): Likewise.
23302         (ctan_towardzero_test_data): Likewise.
23303         (ctan_downward_test_data): Likewise.
23304         (ctan_upward_test_data): Likewise.
23305         (ctanh_test_data): Likewise.
23306         (ctanh_tonearest_test_data): Likewise.
23307         (ctanh_towardzero_test_data): Likewise.
23308         (ctanh_downward_test_data): Likewise.
23309         (ctanh_upward_test_data): Likewise.
23310         (erf_test_data): Likewise.
23311         (erfc_test_data): Likewise.
23312         (exp_test_data): Likewise.
23313         (exp_tonearest_test_data): Likewise.
23314         (exp_towardzero_test_data): Likewise.
23315         (exp_downward_test_data): Likewise.
23316         (exp_upward_test_data): Likewise.
23317         (exp10_test_data): Likewise.
23318         (exp2_test_data): Likewise.
23319         (expm1_test_data): Likewise.
23320         (fabs_test_data): Likewise.
23321         (fdim_test_data): Likewise.
23322         (finite_test_data): Likewise.
23323         (floor_test_data): Likewise.
23324         (fma_test_data): Likewise.
23325         (fma_towardzero_test_data): Likewise.
23326         (fma_downward_test_data): Likewise.
23327         (fma_upward_test_data): Likewise.
23328         (fmax_test_data): Likewise.
23329         (fmin_test_data): Likewise.
23330         (fmod_test_data): Likewise.
23331         (fpclassify_test_data): Likewise.
23332         (frexp_test_data): Likewise.
23333         (gamma_test_data): Likewise.
23334         (hypot_test_data): Likewise.
23335         (ilogb_test_data): Likewise.
23336         (isfinite_test_data): Likewise.
23337         (isgreater_test_data): Likewise.
23338         (isgreaterequal_test_data): Likewise.
23339         (isinf_test_data): Likewise.
23340         (isless_test_data): Likewise.
23341         (islessequal_test_data): Likewise.
23342         (islessgreater_test_data): Likewise.
23343         (isnan_test_data): Likewise.
23344         (isnormal_test_data): Likewise.
23345         (issignaling_test_data): Likewise.
23346         (isunordered_test_data): Likewise.
23347         (j0_test_data): Likewise.
23348         (j1_test_data): Likewise.
23349         (jn_test_data): Likewise.
23350         (ldexp_test_data): Likewise.
23351         (lgamma_test_data): Likewise.
23352         (lrint_test_data): Likewise.
23353         (lrint_tonearest_test_data): Likewise.
23354         (lrint_towardzero_test_data): Likewise.
23355         (lrint_downward_test_data): Likewise.
23356         (lrint_upward_test_data): Likewise.
23357         (llrint_test_data): Likewise.
23358         (llrint_tonearest_test_data): Likewise.
23359         (llrint_towardzero_test_data): Likewise.
23360         (llrint_downward_test_data): Likewise.
23361         (llrint_upward_test_data): Likewise.
23362         (log_test_data): Likewise.
23363         (log10_test_data): Likewise.
23364         (log1p_test_data): Likewise.
23365         (log2_test_data): Likewise.
23366         (logb_test_data): Likewise.
23367         (logb_downward_test_data): Likewise.
23368         (lround_test_data): Likewise.
23369         (llround_test_data): Likewise.
23370         (modf_test_data): Likewise.
23371         (nearbyint_test_data): Likewise.
23372         (nextafter_test_data): Likewise.
23373         (nexttoward_test_data): Likewise.
23374         (pow_test_data): Likewise.
23375         (pow_tonearest_test_data): Likewise.
23376         (pow_towardzero_test_data): Likewise.
23377         (pow_downward_test_data): Likewise.
23378         (pow_upward_test_data): Likewise.
23379         (remainder_test_data): Likewise.
23380         (remainder_tonearest_test_data): Likewise.
23381         (remainder_towardzero_test_data): Likewise.
23382         (remainder_downward_test_data): Likewise.
23383         (remainder_upward_test_data): Likewise.
23384         (remquo_test_data): Likewise.
23385         (rint_test_data): Likewise.
23386         (rint_tonearest_test_data): Likewise.
23387         (rint_towardzero_test_data): Likewise.
23388         (rint_downward_test_data): Likewise.
23389         (rint_upward_test_data): Likewise.
23390         (round_test_data): Likewise.
23391         (scalb_test_data): Likewise.
23392         (scalbn_test_data): Likewise.
23393         (scalbln_test_data): Likewise.
23394         (signbit_test_data): Likewise.
23395         (sin_test_data): Likewise.
23396         (sin_tonearest_test_data): Likewise.
23397         (sin_towardzero_test_data): Likewise.
23398         (sin_downward_test_data): Likewise.
23399         (sin_upward_test_data): Likewise.
23400         (sincos_test_data): Likewise.
23401         (sinh_test_data): Likewise.
23402         (sinh_tonearest_test_data): Likewise.
23403         (sinh_towardzero_test_data): Likewise.
23404         (sinh_downward_test_data): Likewise.
23405         (sinh_upward_test_data): Likewise.
23406         (sqrt_test_data): Likewise.
23407         (tan_test_data): Likewise.
23408         (tan_tonearest_test_data): Likewise.
23409         (tan_towardzero_test_data): Likewise.
23410         (tan_downward_test_data): Likewise.
23411         (tan_upward_test_data): Likewise.
23412         (tanh_test_data): Likewise.
23413         (tgamma_test_data): Likewise.
23414         (trunc_test_data): Likewise.
23415         (y0_test_data): Likewise.
23416         (y1_test_data): Likewise.
23417         (yn_test_data): Likewise.
23418         (significand_test_data): Likewise.
23420         * math/gen-libm-test.pl (@functions): Remove variable.
23421         (generate_testfile): Don't handle START and END lines.
23422         * math/libm-test.inc (START): New macro.
23423         (END): Likewise.
23424         (END_COMPLEX): Likewise.
23425         (acos_test): Use END macro without arguments.
23426         (acos_test_tonearest): Likewise.
23427         (acos_test_towardzero): Likewise.
23428         (acos_test_downward): Likewise.
23429         (acos_test_upward): Likewise.
23430         (acosh_test): Likewise.
23431         (asin_test): Likewise.
23432         (asin_test_tonearest): Likewise.
23433         (asin_test_towardzero): Likewise.
23434         (asin_test_downward): Likewise.
23435         (asin_test_upward): Likewise.
23436         (asinh_test): Likewise.
23437         (atan_test): Likewise.
23438         (atanh_test): Likewise.
23439         (atan2_test): Likewise.
23440         (cabs_test): Likewise.
23441         (cacos_test): Use END_COMPLEX macro without arguments.
23442         (cacosh_test): Likewise.
23443         (carg_test): Use END macro without arguments.
23444         (casin_test): Use END_COMPLEX macro without arguments.
23445         (casinh_test): Likewise.
23446         (catan_test): Likewise.
23447         (catanh_test): Likewise.
23448         (cbrt_test): Use END macro without arguments.
23449         (ccos_test): Use END_COMPLEX macro without arguments.
23450         (ccosh_test): Likewise.
23451         (ceil_test): Use END macro without arguments.
23452         (cexp_test): Use END_COMPLEX macro without arguments.
23453         (cimag_test): Use END macro without arguments.
23454         (clog_test): Use END_COMPLEX macro without arguments.
23455         (clog10_test): Likewise.
23456         (conj_test): Likewise.
23457         (copysign_test): Use END macro without arguments.
23458         (cos_test): Likewise.
23459         (cos_test_tonearest): Likewise.
23460         (cos_test_towardzero): Likewise.
23461         (cos_test_downward): Likewise.
23462         (cos_test_upward): Likewise.
23463         (cosh_test): Likewise.
23464         (cosh_test_tonearest): Likewise.
23465         (cosh_test_towardzero): Likewise.
23466         (cosh_test_downward): Likewise.
23467         (cosh_test_upward): Likewise.
23468         (cpow_test): Use END_COMPLEX macro without arguments.
23469         (cproj_test): Likewise.
23470         (creal_test): Use END macro without arguments.
23471         (csin_test): Use END_COMPLEX macro without arguments.
23472         (csinh_test): Likewise.
23473         (csqrt_test): Likewise.
23474         (ctan_test): Likewise.
23475         (ctan_test_tonearest): Likewise.
23476         (ctan_test_towardzero): Likewise.
23477         (ctan_test_downward): Likewise.
23478         (ctan_test_upward): Likewise.
23479         (ctanh_test): Likewise.
23480         (ctanh_test_tonearest): Likewise.
23481         (ctanh_test_towardzero): Likewise.
23482         (ctanh_test_downward): Likewise.
23483         (ctanh_test_upward): Likewise.
23484         (erf_test): Use END macro without arguments.
23485         (erfc_test): Likewise.
23486         (exp_test): Likewise.
23487         (exp_test_tonearest): Likewise.
23488         (exp_test_towardzero): Likewise.
23489         (exp_test_downward): Likewise.
23490         (exp_test_upward): Likewise.
23491         (exp10_test): Likewise.
23492         (exp2_test): Likewise.
23493         (expm1_test): Likewise.
23494         (fabs_test): Likewise.
23495         (fdim_test): Likewise.
23496         (finite_test): Likewise.
23497         (floor_test): Likewise.
23498         (fma_test): Likewise.
23499         (fma_test_towardzero): Likewise.
23500         (fma_test_downward): Likewise.
23501         (fma_test_upward): Likewise.
23502         (fmax_test): Likewise.
23503         (fmin_test): Likewise.
23504         (fmod_test): Likewise.
23505         (fpclassify_test): Likewise.
23506         (frexp_test): Likewise.
23507         (gamma_test): Likewise.
23508         (hypot_test): Likewise.
23509         (ilogb_test): Likewise.
23510         (isfinite_test): Likewise.
23511         (isgreater_test): Likewise.
23512         (isgreaterequal_test): Likewise.
23513         (isinf_test): Likewise.
23514         (isless_test): Likewise.
23515         (islessequal_test): Likewise.
23516         (islessgreater_test): Likewise.
23517         (isnan_test): Likewise.
23518         (isnormal_test): Likewise.
23519         (issignaling_test): Likewise.
23520         (isunordered_test): Likewise.
23521         (j0_test): Likewise.
23522         (j1_test): Likewise.
23523         (jn_test): Likewise.
23524         (ldexp_test): Likewise.
23525         (lgamma_test): Likewise.
23526         (lrint_test): Likewise.
23527         (lrint_test_tonearest): Likewise.
23528         (lrint_test_towardzero): Likewise.
23529         (lrint_test_downward): Likewise.
23530         (lrint_test_upward): Likewise.
23531         (llrint_test): Likewise.
23532         (llrint_test_tonearest): Likewise.
23533         (llrint_test_towardzero): Likewise.
23534         (llrint_test_downward): Likewise.
23535         (llrint_test_upward): Likewise.
23536         (log_test): Likewise.
23537         (log10_test): Likewise.
23538         (log1p_test): Likewise.
23539         (log2_test): Likewise.
23540         (logb_test): Likewise.
23541         (logb_test_downward): Likewise.
23542         (lround_test): Likewise.
23543         (llround_test): Likewise.
23544         (modf_test): Likewise.
23545         (nearbyint_test): Likewise.
23546         (nextafter_test): Likewise.
23547         (nexttoward_test): Likewise.
23548         (pow_test): Likewise.
23549         (pow_test_tonearest): Likewise.
23550         (pow_test_towardzero): Likewise.
23551         (pow_test_downward): Likewise.
23552         (pow_test_upward): Likewise.
23553         (remainder_test): Likewise.
23554         (remainder_test_tonearest): Likewise.
23555         (remainder_test_towardzero): Likewise.
23556         (remainder_test_downward): Likewise.
23557         (remainder_test_upward): Likewise.
23558         (remquo_test): Likewise.
23559         (rint_test): Likewise.
23560         (rint_test_tonearest): Likewise.
23561         (rint_test_towardzero): Likewise.
23562         (rint_test_downward): Likewise.
23563         (rint_test_upward): Likewise.
23564         (round_test): Likewise.
23565         (scalb_test): Likewise.
23566         (scalbn_test): Likewise.
23567         (scalbln_test): Likewise.
23568         (signbit_test): Likewise.
23569         (sin_test): Likewise.
23570         (sin_test_tonearest): Likewise.
23571         (sin_test_towardzero): Likewise.
23572         (sin_test_downward): Likewise.
23573         (sin_test_upward): Likewise.
23574         (sincos_test): Likewise.
23575         (sinh_test): Likewise.
23576         (sinh_test_tonearest): Likewise.
23577         (sinh_test_towardzero): Likewise.
23578         (sinh_test_downward): Likewise.
23579         (sinh_test_upward): Likewise.
23580         (sqrt_test): Likewise.
23581         (tan_test): Likewise.
23582         (tan_test_tonearest): Likewise.
23583         (tan_test_towardzero): Likewise.
23584         (tan_test_downward): Likewise.
23585         (tan_test_upward): Likewise.
23586         (tanh_test): Likewise.
23587         (tgamma_test): Likewise.
23588         (trunc_test): Likewise.
23589         (y0_test): Likewise.
23590         (y1_test): Likewise.
23591         (yn_test): Likewise.
23592         (significand_test): Likewise.
23594 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
23596         [BZ #15381]
23597         * libio/genops.c (_IO_no_init): Initialize wide struct info.
23599 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
23601         [BZ #14894]
23602         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
23603         __ppc_mdoio and __ppc_mdoom.
23604         * manual/platform.texi: Document new functions __ppc_yield,
23605         __ppc_mdoio and __ppc_mdoom.
23607 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
23609         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
23610         (main): Mention "tls" pseudo-hwcap is legacy.
23611         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
23613 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23615         * math/gen-libm-test.pl (parse_args): Output only string of
23616         arguments as text for test name, not full call or descriptions of
23617         tests for extra outputs.
23618         (generate_testfile): Do not pass function name to parse_args.
23619         Generate this_func variable from START.
23620         * math/libm-test.inc (struct test_f_f_data): Rename test_name
23621         field to arg_str.
23622         (struct test_ff_f_data): Likewise.
23623         (test_ff_f_data_nexttoward): Likewise.
23624         (struct test_fi_f_data): Likewise.
23625         (struct test_fl_f_data): Likewise.
23626         (struct test_if_f_data): Likewise.
23627         (struct test_fff_f_data): Likewise.
23628         (struct test_c_f_data): Likewise.
23629         (struct test_f_f1_data): Likewise.  Remove field extra_name.
23630         (struct test_fF_f1_data): Likewise.
23631         (struct test_ffI_f1_data): Likewise.
23632         (struct test_c_c_data): Rename test_name field to arg_str.
23633         (struct test_cc_c_data): Likewise.
23634         (struct test_f_i_data): Likewise.
23635         (struct test_ff_i_data): Likewise.
23636         (struct test_f_l_data): Likewise.
23637         (struct test_f_L_data): Likewise.
23638         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
23639         and extra2_name.
23640         (COMMON_TEST_SETUP): New macro.
23641         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
23642         (COMMON_TEST_CLEANUP): Likewise.
23643         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
23644         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
23645         macros.
23646         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
23647         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
23648         macros.
23649         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
23650         (RUN_TEST_fff_f): Take argument string.  Call new setup and
23651         cleanup macros.
23652         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
23653         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
23654         macros.
23655         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
23656         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
23657         macros.
23658         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23659         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
23660         cleanup macros.
23661         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23662         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
23663         cleanup macros.
23664         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23665         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
23666         cleanup macros.
23667         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23668         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
23669         macros.
23670         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
23671         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
23672         macros.
23673         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
23674         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
23675         macros.
23676         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
23677         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
23678         cleanup macros.
23679         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
23680         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
23681         cleanup macros.
23682         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
23683         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
23684         macros.
23685         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
23686         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
23687         cleanup macros.
23688         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
23689         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
23690         macros.
23691         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
23692         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
23693         macros.
23694         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
23695         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
23696         cleanup macros.
23697         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
23699 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
23701         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
23702         to _sifields.sigfault.
23703         (si_addr_lsb): Define new macro.
23704         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
23705         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
23706         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
23708 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
23710         [BZ #15441]
23711         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
23712         returns -1.
23713         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
23714         null return -1.
23715         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
23716         loading the domain.
23718 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23720         * math/gen-libm-test.pl (parse_args): Do not include expected
23721         result in test name.
23722         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
23723         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23724         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23725         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23726         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23727         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23729 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23731         * benchtests/Makefile: Sort function entries.
23733         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
23734         tanh, asinh, acosh, atanh.
23735         * benchtests/acos-inputs: New file.
23736         * benchtests/acosh-inputs: New file.
23737         * benchtests/asin-inputs: New file.
23738         * benchtests/asinh-inputs: New file.
23739         * benchtests/atanh-inputs: New file.
23740         * benchtests/cosh-inputs: New file.
23741         * benchtests/log-inputs: New file.
23742         * benchtests/sinh-inputs: New file.
23743         * benchtests/tanh-inputs: New file.
23745 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
23747         [BZ #15339]
23748         * posix/tst-getaddrinfo4.c: New test.
23749         * posix/Makefile (tests): Add it.
23751 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23753         [BZ #15339]
23754         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
23755         when no services were used.
23756         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
23757         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
23759 2013-05-21  Andreas Schwab  <schwab@suse.de>
23761         [BZ #15014]
23762         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
23763         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
23764         successful.
23765         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
23766         redundant variable declarations and reallocation of buffer when
23767         parsing as IPv6 address.  Always set NSS status when called from
23768         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
23769         buffer too small.  Correct computation of needed size.
23770         * nss/Makefile (tests): Add test-digits-dots.
23771         * nss/test-digits-dots.c: New test.
23773 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23775         * benchtests/Makefile: Remove instructions for adding
23776         benchmark tests.
23777         * benchtests/README: New file to explain how to execute and
23778         enhance the benchmark tests.
23780 2013-05-21  Andreas Schwab  <schwab@suse.de>
23782         [BZ #15493]
23783         * setjmp/Makefile (tests): Add tst-sigsetjmp.
23784         * setjmp/tst-sigsetjmp.c: New test.
23786 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
23788         * sysdeps/x86_64/memset.S (memset): New implementation.
23789         (__bzero): Likewise.
23790         (__memset_tail): New function.
23792 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
23794         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
23795         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
23796         __memcpy_sse2_unaligned ifunc selection.
23797         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23798         Add memcpy-sse2-unaligned.S.
23799         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23800         Add: __memcpy_sse2_unaligned.
23802 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
23804         [BZ #15490]
23805         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
23806         math_force_eval before restoring floating-point envrionment.
23807         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
23808         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
23809         Likewise.
23810         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
23811         <math_private.h>.
23812         (__nearbyintl): Use math_force_eval before restoring
23813         floating-point environment.
23814         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
23816         * math/gen-libm-test.pl (special_functions): Remove.
23817         (parse_args): Don't handle TEST_extra.  Handle functions with no
23818         return value.
23819         * math/libm-test.inc (struct test_sincos_data): Replace with
23820         struct test_fFF_11_data.
23821         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
23822         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
23823         (sincos_test_data): Change element type to struct
23824         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
23825         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
23826         RUN_TEST_LOOP_sincos.
23827         * math/README.libm-test: Don't mention special handling of
23828         individual functions.
23829         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
23830         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23831         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23832         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23833         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23834         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23836         * math/gen-libm-test.pl (get_variable): Remove function.
23837         (parse_args): Don't show pointer parameters to call in test
23838         names.  Use "extra output N" in test names for extra outputs
23839         rather than naming variables.
23841 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
23843         [BZ #15488]
23844         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
23845         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
23846         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
23847         double tests.
23848         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
23849         disable.
23850         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
23851         check_long_double.
23853         * math/gen-libm-test.pl (@tests): Remove variable.
23854         ($count): Likewise.
23855         (new_test): Remove function.
23856         (show_exceptions): New function.
23857         (special_functions): Use show_exceptions instead of new_test.
23858         (parse_args): Likewise.
23859         (generate_testfile): Pass only function name in generated call to
23860         print_max_error or print_complex_max_error.
23861         (get_ulps): Do not handle complex tests specially.
23862         (output_test): Rename to ...
23863         (get_all_ulps_for_test): ... this.  Return a string rather than
23864         printing to a file.  Require ulps to be present.
23865         (output_ulps): Generate arrays rather than #defines.
23866         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
23867         (struct ulp_data): New type.
23868         (BUILD_COMPLEX_ULP): Remove macro.
23869         (compare_ulp_data): New function.
23870         (find_ulps): Likewise.
23871         (find_test_ulps): Likewise.
23872         (find_function_ulps): Likewise.
23873         (find_complex_function_ulps): Likewise.
23874         (print_max_error): Determine allowed ulps using
23875         find_function_ulps.
23876         (print_complex_max_error): Determine allowed ulps using
23877         find_complex_function_ulps.
23878         (check_float_internal): Determine max ulps using find_test_ulps.
23879         (check_float): Do not take max_ulp parameter.  Update call to
23880         check_float_internal.
23881         (check_complex): Likewise.
23882         (check_int): Do not take max_ulp parameter.
23883         (check_long): Likewise.
23884         (check_bool): Likewise.
23885         (check_longlong): Likewise.
23886         (struct test_f_f_data): Remove max_ulp field.
23887         (struct test_ff_f_data): Likewise.
23888         (struct test_ff_f_data_nexttoward): Likewise.
23889         (struct test_fi_f_data): Likewise.
23890         (struct test_fl_f_data): Likewise.
23891         (struct test_if_f_data): Likewise.
23892         (struct test_fff_f_data): Likewise.
23893         (struct test_c_f_data): Likewise.
23894         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
23895         (struct test_fF_f1_data): Likewise.
23896         (struct test_ffI_f1_data): Likewise.
23897         (struct test_c_c_data): Remove max_ulp field.
23898         (struct test_cc_c_data): Likewise.
23899         (struct test_f_i_data): Likewise.
23900         (struct test_ff_i_data): Likewise.
23901         (struct test_f_l_data): Likewise.
23902         (struct test_f_L_data): Likewise.
23903         (struct test_sincos_data): Likewise.
23904         (RUN_TEST_f_f): Do not handle ulps.
23905         (RUN_TEST_LOOP_f_f): Likewise.
23906         (RUN_TEST_2_f): Likewise.
23907         (RUN_TEST_LOOP_2_f): Likewise.
23908         (RUN_TEST_fff_f): Likewise.
23909         (RUN_TEST_LOOP_fff_f): Likewise.
23910         (RUN_TEST_c_f): Likewise.
23911         (RUN_TEST_LOOP_c_f): Likewise.
23912         (RUN_TEST_f_f1): Likewise.
23913         (RUN_TEST_LOOP_f_f1): Likewise.
23914         (RUN_TEST_fF_f1): Likewise.
23915         (RUN_TEST_LOOP_fF_f1): Likewise.
23916         (RUN_TEST_fI_f1): Likewise.
23917         (RUN_TEST_LOOP_fI_f1): Likewise.
23918         (RUN_TEST_ffI_f1): Likewise.
23919         (RUN_TEST_LOOP_ffI_f1): Likewise.
23920         (RUN_TEST_c_c): Likewise.
23921         (RUN_TEST_LOOP_c_c): Likewise.
23922         (RUN_TEST_cc_c): Likewise.
23923         (RUN_TEST_LOOP_cc_c): Likewise.
23924         (RUN_TEST_f_i): Likewise.
23925         (RUN_TEST_LOOP_f_i): Likewise.
23926         (RUN_TEST_f_i_tg): Likewise.
23927         (RUN_TEST_LOOP_f_i_tg): Likewise.
23928         (RUN_TEST_ff_i_tg): Likewise.
23929         (RUN_TEST_LOOP_ff_i_tg): Likewise.
23930         (RUN_TEST_f_b): Likewise.
23931         (RUN_TEST_LOOP_f_b): Likewise.
23932         (RUN_TEST_f_b_tg): Likewise.
23933         (RUN_TEST_LOOP_f_b_tg): Likewise.
23934         (RUN_TEST_f_l): Likewise.
23935         (RUN_TEST_LOOP_f_l): Likewise.
23936         (RUN_TEST_f_L): Likewise.
23937         (RUN_TEST_LOOP_f_L): Likewise.
23938         (RUN_TEST_sincos): Likewise.
23939         (RUN_TEST_LOOP_sincos): Likewise.
23941 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
23943         [BZ #15480]
23944         [BZ #15485]
23945         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
23946         main case of finite arguments, set rounding mode to FE_TONEAREST
23947         and discard exceptions.
23948         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
23949         exceptions.
23950         (remainder_tonearest_test_data): New variable.
23951         (remainder_test_tonearest): New function.
23952         (remainder_towardzero_test_data): New variable.
23953         (remainder_test_towardzero): New function.
23954         (remainder_downward_test_data): New variable.
23955         (remainder_test_downward): New function.
23956         (remainder_upward_test_data): New variable.
23957         (remainder_test_upward): New function.
23958         (main): Call the new test functions.
23960         * math/libm-test.inc (struct test_f_f1_data): Remove field
23961         extra_init.
23962         (struct test_fF_f1_data): Likewise.
23963         (struct test_ffI_f1_data): Likewise.
23964         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
23965         based on value of EXTRA_EXPECTED.
23966         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23967         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
23968         EXTRA_VAR based on value of EXTRA_EXPECTED.
23969         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23970         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
23971         EXTRA_VAR based on value of EXTRA_EXPECTED.
23972         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23973         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
23974         EXTRA_VAR based on value of EXTRA_EXPECTED.
23975         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23976         * math/gen-libm-test.pl (parse_args): Don't output initializers
23977         for extra output values.
23979         * math/libm-test.inc (check_int): Expect result to be exactly
23980         equal to expected value and do not handle ulps.
23981         (check_long): Likewise.
23982         (check_longlong): Likewise.
23984         * math/libm-test.inc (ceil_test_data): Test for "inexact"
23985         exceptions.
23986         (cimag_test_data): Likewise.
23987         (conj_test_data): Likewise.
23988         (copysign_test_data): Likewise.
23989         (cproj_test_data): Likewise.
23990         (creal_test_data): Likewise.
23991         (fabs_test_data): Likewise.
23992         (fdim_test_data): Likewise.
23993         (finite_test_data): Likewise.
23994         (floor_test_data): Likewise.
23995         (fmax_test_data): Likewise.
23996         (fmin_test_data): Likewise.
23997         (fmod_test_data): Likewise.
23998         (fpclassify_test_data): Likewise.
23999         (frexp_test_data): Likewise.
24000         (ilogb_test_data): Likewise.
24001         (isfinite_test_data): Likewise.
24002         (isgreater_test_data): Likewise.
24003         (isgreaterequal_test_data): Likewise.
24004         (isinf_test_data): Likewise.
24005         (isless_test_data): Likewise.
24006         (islessequal_test_data): Likewise.
24007         (islessgreater_test_data): Likewise.
24008         (isnan_test_data): Likewise.
24009         (isnormal_test_data): Likewise.
24010         (issignaling_test_data): Likewise.
24011         (isunordered_test_data): Likewise.
24012         (ldexp_test_data): Likewise.
24013         (lrint_test_data): Likewise.
24014         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24015         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24016         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24017         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24018         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24019         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24020         test input.
24021         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24022         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24023         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24024         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24025         that test input.
24026         (lrint_downward_test_data): Test for "inexact" exceptions.
24027         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24028         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24029         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24030         test input.
24031         (lrint_upward_test_data): Test for "inexact" exceptions.
24032         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24033         test input.
24034         (llrint_test_data): Test for "inexact" exceptions.
24035         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24036         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24037         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24038         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24039         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24040         (llrint_downward_test_data): Test for "inexact" exceptions.
24041         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24042         (llrint_upward_test_data): Test for "inexact" exceptions.
24043         (logb_test_data): Likewise.
24044         (logb_downward_test_data): Likewise.
24045         (nextafter_test_data): Likewise.
24046         (nexttoward_test_data): Likewise.
24047         (remainder_test_data): Likewise.
24048         (remquo_test_data): Likewise.
24049         (scalbn_test_data): Likewise.
24050         (scalbln_test_data): Likewise.
24051         (signbit_test_data): Likewise.
24052         (sqrt_test_data): Likewise.
24053         (significand_test_data): Likewise.
24055 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24057         [BZ #15424]
24058         * benchtests/bench-modf.c (struct args): Mark arg0 as
24059         volatile.
24060         * scripts/bench.pl: Mark members of struct args as volatile.
24062 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24064         [BZ # 15497]
24065         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24066         negative infinity on POWER6 or lower.
24067         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24069 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24071         [BZ #15442]
24072         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24073         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24074         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24075         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24076         (_FP_SETQNAN): New macro.
24077         (_FP_SETQNAN_SEMIRAW): Likewise.
24078         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24079         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24080         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24081         (FP_EXTEND): Use _FP_FRAC_SNANP.
24082         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24083         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24084         into account.
24085         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24086         New macro.
24087         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24088         Likewise.
24090 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24092         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24093         with DIVIDE_BY_ZERO_EXCEPTION.
24094         (gamma_test_data): Likewise.
24095         (lgamma_test_data): Likewise.
24096         (log_test_data): Likewise.
24097         (log10_test_data): Likewise.
24098         (log2_test_data): Likewise.
24099         (tgamma_test_data): Likewise.
24101         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24102         (acos_test_tonearest): Likewise.
24103         (acos_test_towardzero): Likewise.
24104         (acos_test_downward): Likewise.
24105         (acos_test_upward): Likewise.
24106         (acosh_test): Likewise.
24107         (asin_test): Likewise.
24108         (asin_test_tonearest): Likewise.
24109         (asin_test_towardzero): Likewise.
24110         (asin_test_downward): Likewise.
24111         (asin_test_upward): Likewise.
24112         (asinh_test): Likewise.
24113         (atan_test): Likewise.
24114         (atanh_test): Likewise.
24115         (atan2_test): Likewise.
24116         (cabs_test): Likewise.
24117         (cacos_test): Likewise.
24118         (cacosh_test): Likewise.
24119         (casin_test): Likewise.
24120         (casinh_test): Likewise.
24121         (catan_test): Likewise.
24122         (catanh_test): Likewise.
24123         (cbrt_test): Likewise.
24124         (ccos_test): Likewise.
24125         (ccosh_test): Likewise.
24126         (cexp_test): Likewise.
24127         (clog_test): Likewise.
24128         (clog10_test): Likewise.
24129         (cos_test): Likewise.
24130         (cos_test_tonearest): Likewise.
24131         (cos_test_towardzero): Likewise.
24132         (cos_test_downward): Likewise.
24133         (cos_test_upward): Likewise.
24134         (cosh_test): Likewise.
24135         (cosh_test_tonearest): Likewise.
24136         (cosh_test_towardzero): Likewise.
24137         (cosh_test_downward): Likewise.
24138         (cosh_test_upward): Likewise.
24139         (cpow_test): Likewise.
24140         (csin_test): Likewise.
24141         (csinh_test): Likewise.
24142         (csqrt_test): Likewise.
24143         (ctan_test): Likewise.
24144         (ctan_test_tonearest): Likewise.
24145         (ctan_test_towardzero): Likewise.
24146         (ctan_test_downward): Likewise.
24147         (ctan_test_upward): Likewise.
24148         (ctanh_test): Likewise.
24149         (ctanh_test_tonearest): Likewise.
24150         (ctanh_test_towardzero): Likewise.
24151         (ctanh_test_downward): Likewise.
24152         (ctanh_test_upward): Likewise.
24153         (erf_test): Likewise.
24154         (erfc_test): Likewise.
24155         (exp_test): Likewise.
24156         (exp_test_tonearest): Likewise.
24157         (exp_test_towardzero): Likewise.
24158         (exp_test_downward): Likewise.
24159         (exp_test_upward): Likewise.
24160         (exp10_test): Likewise.
24161         (exp2_test): Likewise.
24162         (expm1_test): Likewise.
24163         (fmod_test): Likewise.
24164         (gamma_test): Likewise.
24165         (hypot_test): Likewise.
24166         (j0_test): Likewise.
24167         (j1_test): Likewise.
24168         (jn_test): Likewise.
24169         (lgamma_test): Likewise.
24170         (log_test): Likewise.
24171         (log10_test): Likewise.
24172         (log1p_test): Likewise.
24173         (log2_test): Likewise.
24174         (logb_test_downward): Likewise.
24175         (pow_test): Likewise.
24176         (pow_test_tonearest): Likewise.
24177         (pow_test_towardzero): Likewise.
24178         (pow_test_downward): Likewise.
24179         (pow_test_upward): Likewise.
24180         (remainder_test): Likewise.
24181         (remquo_test): Likewise.
24182         (sin_test): Likewise.
24183         (sin_test_tonearest): Likewise.
24184         (sin_test_towardzero): Likewise.
24185         (sin_test_downward): Likewise.
24186         (sin_test_upward): Likewise.
24187         (sincos_test): Likewise.
24188         (sinh_test): Likewise.
24189         (sinh_test_tonearest): Likewise.
24190         (sinh_test_towardzero): Likewise.
24191         (sinh_test_downward): Likewise.
24192         (sinh_test_upward): Likewise.
24193         (sqrt_test): Likewise.
24194         (tan_test): Likewise.
24195         (tan_test_tonearest): Likewise.
24196         (tan_test_towardzero): Likewise.
24197         (tan_test_downward): Likewise.
24198         (tan_test_upward): Likewise.
24199         (tanh_test): Likewise.
24200         (tgamma_test): Likewise.
24201         (y0_test): Likewise.
24202         (y1_test): Likewise.
24203         (yn_test): Likewise.
24205         * math/gen-libm-test.pl (adjust_arg): Remove function.
24206         (special_function): Remove argument $in_func.  Only handle
24207         generating output for tables of tests, not inside functions.
24208         (parse_args): Likewise.
24209         (generate_testfile): Remove variable $in_func.  Update call to
24210         parse_args.
24211         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24212         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24213         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24214         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24215         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24216         (MAX_VALUE_INIT): Rename macro to max_value.
24217         (MIN_VALUE_INIT): Rename macro to min_value.
24218         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24219         (plus_zero): Remove variable.
24220         (minus_zero): Likewise.
24221         (plus_infty): Likewise.
24222         (minus_infty): Likewise.
24223         (qnan_value): Likewise.
24224         (max_value): Likewise.
24225         (min_value): Likewise.
24226         (min_subnorm_value): Likewise.
24228 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24230         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24231         uint64_t or uint32_t usage.
24232         * crypt/sha256-block.c: Likewise.
24233         * crypt/sha256-crypt.c: Likewise.
24234         * crypt/sha256.c: Likewise.
24235         * crypt/sha512-block.c: Likewise.
24236         * crypt/sha512-crypt.c: Likewise.
24237         * crypt/sha512.c: Likewise.
24238         * debug/backtrace-tst.c: Likewise.
24239         * debug/pcprofiledump.c: Likewise.
24240         * elf/cache.c: Likewise.
24241         * elf/dl-cache.c: Likewise.
24242         * elf/dl-misc.c: Likewise.
24243         * elf/dl-profile.c: Likewise.
24244         * elf/dl-support.c: Likewise.
24245         * elf/ldconfig.c: Likewise.
24246         * elf/sprof.c: Likewise.
24247         * iconv/dummy-repertoire.c: Likewise.
24248         * iconv/iconv_charmap.c: Likewise.
24249         * iconv/skeleton.c: Likewise.
24250         * iconvdata/8bit-generic.c: Likewise.
24251         * iconvdata/cp737.h: Likewise.
24252         * iconvdata/cp775.h: Likewise.
24253         * iconvdata/ibm1008.h: Likewise.
24254         * iconvdata/ibm1025.h: Likewise.
24255         * iconvdata/ibm1046.h: Likewise.
24256         * iconvdata/ibm1097.h: Likewise.
24257         * iconvdata/ibm1112.h: Likewise.
24258         * iconvdata/ibm1122.h: Likewise.
24259         * iconvdata/ibm1123.h: Likewise.
24260         * iconvdata/ibm1124.h: Likewise.
24261         * iconvdata/ibm1129.h: Likewise.
24262         * iconvdata/ibm1130.h: Likewise.
24263         * iconvdata/ibm1132.h: Likewise.
24264         * iconvdata/ibm1133.h: Likewise.
24265         * iconvdata/ibm1137.h: Likewise.
24266         * iconvdata/ibm1140.h: Likewise.
24267         * iconvdata/ibm1141.h: Likewise.
24268         * iconvdata/ibm1142.h: Likewise.
24269         * iconvdata/ibm1143.h: Likewise.
24270         * iconvdata/ibm1144.h: Likewise.
24271         * iconvdata/ibm1145.h: Likewise.
24272         * iconvdata/ibm1146.h: Likewise.
24273         * iconvdata/ibm1147.h: Likewise.
24274         * iconvdata/ibm1148.h: Likewise.
24275         * iconvdata/ibm1149.h: Likewise.
24276         * iconvdata/ibm1153.h: Likewise.
24277         * iconvdata/ibm1154.h: Likewise.
24278         * iconvdata/ibm1155.h: Likewise.
24279         * iconvdata/ibm1156.h: Likewise.
24280         * iconvdata/ibm1157.h: Likewise.
24281         * iconvdata/ibm1158.h: Likewise.
24282         * iconvdata/ibm1160.h: Likewise.
24283         * iconvdata/ibm1161.h: Likewise.
24284         * iconvdata/ibm1162.h: Likewise.
24285         * iconvdata/ibm1163.h: Likewise.
24286         * iconvdata/ibm1164.h: Likewise.
24287         * iconvdata/ibm1166.h: Likewise.
24288         * iconvdata/ibm1167.h: Likewise.
24289         * iconvdata/ibm12712.h: Likewise.
24290         * iconvdata/ibm1390.h: Likewise.
24291         * iconvdata/ibm1399.h: Likewise.
24292         * iconvdata/ibm16804.h: Likewise.
24293         * iconvdata/ibm4517.h: Likewise.
24294         * iconvdata/ibm4899.h: Likewise.
24295         * iconvdata/ibm4909.h: Likewise.
24296         * iconvdata/ibm4971.h: Likewise.
24297         * iconvdata/ibm5347.h: Likewise.
24298         * iconvdata/ibm803.h: Likewise.
24299         * iconvdata/ibm856.h: Likewise.
24300         * iconvdata/ibm901.h: Likewise.
24301         * iconvdata/ibm902.h: Likewise.
24302         * iconvdata/ibm9030.h: Likewise.
24303         * iconvdata/ibm9066.h: Likewise.
24304         * iconvdata/ibm921.h: Likewise.
24305         * iconvdata/ibm922.h: Likewise.
24306         * iconvdata/ibm9448.h: Likewise.
24307         * iconvdata/isiri-3342.h: Likewise.
24308         * iconvdata/jis0201.h: Likewise.
24309         * include/link.h: Likewise.
24310         * include/netdb.h: Likewise.
24311         * inet/check_native.c: Likewise.
24312         * inet/check_pf.c: Likewise.
24313         * inet/getipv4sourcefilter.c: Likewise.
24314         * inet/getnameinfo.c: Likewise.
24315         * inet/getsourcefilter.c: Likewise.
24316         * inet/htonl.c: Likewise.
24317         * inet/setipv4sourcefilter.c: Likewise.
24318         * inet/setsourcefilter.c: Likewise.
24319         * inet/test-inet6_opt.c: Likewise.
24320         * inet/tst-network.c: Likewise.
24321         * locale/C-collate.c: Likewise.
24322         * locale/C-ctype.c: Likewise.
24323         * locale/C-time.c: Likewise.
24324         * locale/C-translit.h: Likewise.
24325         * locale/loadarchive.c: Likewise.
24326         * locale/programs/3level.h: Likewise.
24327         * locale/programs/charmap.c: Likewise.
24328         * locale/programs/charmap.h: Likewise.
24329         * locale/programs/ld-address.c: Likewise.
24330         * locale/programs/ld-collate.c: Likewise.
24331         * locale/programs/ld-ctype.c: Likewise.
24332         * locale/programs/ld-identification.c: Likewise.
24333         * locale/programs/ld-measurement.c: Likewise.
24334         * locale/programs/ld-messages.c: Likewise.
24335         * locale/programs/ld-monetary.c: Likewise.
24336         * locale/programs/ld-name.c: Likewise.
24337         * locale/programs/ld-numeric.c: Likewise.
24338         * locale/programs/ld-paper.c: Likewise.
24339         * locale/programs/ld-telephone.c: Likewise.
24340         * locale/programs/ld-time.c: Likewise.
24341         * locale/programs/linereader.c: Likewise.
24342         * locale/programs/locale.c: Likewise.
24343         * locale/programs/locarchive.c: Likewise.
24344         * locale/programs/locfile.h: Likewise.
24345         * locale/programs/repertoire.c: Likewise.
24346         * locale/programs/simple-hash.c: Likewise.
24347         * locale/programs/simple-hash.h: Likewise.
24348         * malloc/memusage.c: Likewise.
24349         * malloc/memusagestat.c: Likewise.
24350         * nis/nis_defaults.c: Likewise.
24351         * nis/nis_hash.c: Likewise.
24352         * nis/nis_print.c: Likewise.
24353         * nis/nis_xdr.c: Likewise.
24354         * nscd/connections.c: Likewise.
24355         * nscd/hstcache.c: Likewise.
24356         * nscd/nscd_gethst_r.c: Likewise.
24357         * nscd/nscd_getserv_r.c: Likewise.
24358         * nscd/nscd_helper.c: Likewise.
24359         * nscd/servicescache.c: Likewise.
24360         * nss/makedb.c: Likewise.
24361         * nss/nss_db/db-XXX.c: Likewise.
24362         * nss/nss_db/db-initgroups.c: Likewise.
24363         * nss/nss_db/db-netgrp.c: Likewise.
24364         * nss/nss_files/files-network.c: Likewise.
24365         * nss/nss_files/files-parse.c: Likewise.
24366         * posix/bug-regex5.c: Likewise.
24367         * posix/fnmatch_loop.c: Likewise.
24368         * posix/regcomp.c: Likewise.
24369         * posix/regexec.c: Likewise.
24370         * posix/tst-rfc3484-2.c: Likewise.
24371         * posix/tst-rfc3484-3.c: Likewise.
24372         * posix/tst-rfc3484.c: Likewise.
24373         * resolv/nss_dns/dns-canon.c: Likewise.
24374         * resolv/nss_dns/dns-network.c: Likewise.
24375         * resolv/res_init.c: Likewise.
24376         * resolv/res_mkquery.c: Likewise.
24377         * resolv/tst-aton.c: Likewise.
24378         * stdlib/cxa_atexit.c: Likewise.
24379         * stdlib/cxa_finalize.c: Likewise.
24380         * stdlib/gen-fpioconst.c: Likewise.
24381         * stdlib/strtol_l.c: Likewise.
24382         * string/tst-endian.c: Likewise.
24383         * sunrpc/auth_des.c: Likewise.
24384         * sunrpc/clnt_udp.c: Likewise.
24385         * sunrpc/rtime.c: Likewise.
24386         * sunrpc/svcauth_des.c: Likewise.
24387         * sunrpc/xdr.c: Likewise.
24388         * sunrpc/xdr_intXX_t.c: Likewise.
24389         * sunrpc/xdr_rec.c: Likewise.
24390         * sysdeps/generic/ldconfig.h: Likewise.
24391         * sysdeps/generic/ldsodefs.h: Likewise.
24392         * sysdeps/generic/memusage.h: Likewise.
24393         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24394         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24395         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24396         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24397         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24398         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24399         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24400         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24401         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24402         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24403         * sysdeps/posix/getaddrinfo.c: Likewise.
24404         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24405         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24406         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24407         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24408         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24409         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24410         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24411         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24412         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24413         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24414         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24415         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24416         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24417         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24418         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24419         * sysdeps/x86_64/dl-tls.h: Likewise.
24420         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24421         * time/alt_digit.c: Likewise.
24422         * time/era.c: Likewise.
24423         * wcsmbs/tst-c16c32-1.c: Likewise.
24425 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24427         * math/libm-test.inc (struct test_sincos_data): New type.
24428         (RUN_TEST_LOOP_sincos): New macro.
24429         (sincos_test_data): New variable.
24430         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
24432 2013-05-16  Richard Henderson  <rth@redhat.com>
24434         * math/atest-exp2.c (LIMB64): New macro.
24435         (CONSTSZ): New macro.
24436         (mp_exp1, mp_exp_m1, mp_log2): New variables.
24437         (hexdig): Move ...
24438         (print_mpn_fp): ... to function scope.
24439         (read_mpn_hex): Remove.
24440         (get_log2): Remove.
24441         (exp2_mpn): Use mp_log2.
24442         (main): Use mp_exp1.
24444 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24446         * math/libm-test.inc: Remove comment about not testing "inexact"
24447         exceptions.
24448         (INEXACT_EXCEPTION): New macro.
24449         (NO_INEXACT_EXCEPTION): Likewise.
24450         (INVALID_EXCEPTION_OK): Update value.
24451         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24452         (OVERFLOW_EXCEPTION_OK): Likewise.
24453         (UNDERFLOW_EXCEPTION_OK): Likewise.
24454         (IGNORE_ZERO_INF_SIGN): Likewise.
24455         (ERRNO_UNCHANGED): Likewise.
24456         (ERRNO_EDOM): Likewise.
24457         (ERRNO_ERANGE): Likewise.
24458         (test_exceptions): Handle testing "inexact" exceptions.
24459         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
24460         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
24461         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
24462         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
24463         INEXACT_EXCEPTION.
24464         (rint_towardzero_test_data): Likewise.
24465         (rint_downward_test_data): Likewise.
24466         (rint_upward_test_data): Likewise.
24468         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
24469         with OVERFLOW_EXCEPTION.
24470         (exp10_test_data): Likewise.
24471         (exp2_test_data): Likewise.
24472         (expm1_test_data): Likewise.
24473         (lgamma_test_data): Likewise.
24474         (pow_test_data): Likewise.
24475         (tgamma_test_data): Likewise.
24476         (yn_test_data): Remove duplicate test of overflow.
24478         * math/libm-test.inc (struct test_cc_c_data): New type.
24479         (RUN_TEST_LOOP_cc_c): New macro.
24480         (cpow_test_data): New variable.
24481         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
24483         * math/libm-test.inc (struct test_f_L_data): New type.
24484         (RUN_TEST_LOOP_f_L): New macro.
24485         (llrint_test_data): New variable.
24486         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
24487         (llrint_tonearest_test_data): New variable.
24488         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
24489         (llrint_towardzero_test_data): New variable.
24490         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
24491         (llrint_downward_test_data): New variable.
24492         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
24493         (llrint_upward_test_data): New variable.
24494         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
24495         (llround_test_data): New variable.
24496         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
24498 2013-05-13  Peter Collingbourne  <pcc@google.com>
24500         * math/atest-exp2.c (get_log2): Remove const attribute.
24502 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24504         * math/libm-test.inc (struct test_f_l_data): New type.
24505         (RUN_TEST_LOOP_f_l): New macro.
24506         (lrint_test_data): New variable.
24507         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
24508         (lrint_tonearest_test_data): New variable.
24509         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
24510         (lrint_towardzero_test_data): New variable.
24511         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
24512         (lrint_downward_test_data): New variable.
24513         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
24514         (lrint_upward_test_data): New variable.
24515         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
24516         (lround_test_data): New variable.
24517         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
24519 2013-05-15  Peter Collingbourne  <pcc@google.com>
24521         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
24522         (EXTRACT_WORDS64) Use where appropriate.
24523         (INSERT_WORDS64) Likewise.
24525         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
24526         constraints with x constraints.
24527         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
24529         * malloc/obstack.c (_obstack_compat): Add initializer.
24531 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24533         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
24534         si_trapno and add si_addr_lsb to _sifields.sigfault.
24535         (si_trapno): Remove macro.
24536         (si_addr_lsb): Define new macro.
24537         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24539 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24541         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
24542         instead of TEST_f_l.
24543         (llrint_test_tonearest): Likewise.
24544         (llrint_test_towardzero): Likewise.
24545         (llrint_test_downward): Likewise.
24546         (llrint_test_upward): Likewise.
24547         (llround_test): Likewise.
24549         * math/libm-test.inc (struct test_f_i_data): Add comment.
24550         (RUN_TEST_LOOP_f_b): New macro.
24551         (RUN_TEST_LOOP_f_b_tg): Likewise.
24552         (finite_test_data): New variable.
24553         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
24554         (isfinite_test_data): New variable.
24555         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24556         (isinf_test_data): New variable.
24557         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24558         (isnan_test_data): New variable.
24559         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24560         (isnormal_test_data): New variable.
24561         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24562         (issignaling_test_data): New variable.
24563         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24564         (signbit_test_data): New variable.
24565         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24567         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
24568         with INVALID_EXCEPTION.
24569         (acosh_test_data): Likewise.
24570         (asin_test_data): Likewise.
24571         (atanh_test_data): Likewise.
24572         (fmod_test_data): Likewise.
24573         (log_test_data): Likewise.
24574         (log10_test_data): Likewise.
24575         (log2_test_data): Likewise.
24576         (pow_test_data): Likewise.
24577         (sqrt_test_data): Likewise.
24578         (y0_test_data): Likewise.
24579         (y1_test_data): Likewise.
24580         (yn_test_data): Likewise.
24582         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
24583         function contents.
24585         * math/libm-test.inc (struct test_ff_i_data): New type.
24586         (RUN_TEST_LOOP_ff_i_tg): New macro.
24587         (isgreater_test_data): New variable.
24588         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24589         (isgreaterequal_test_data): New variable.
24590         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24591         (isless_test_data): New variable.
24592         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24593         (islessequal_test_data): New variable.
24594         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24595         (islessgreater_test_data): New variable.
24596         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24597         (isunordered_test_data): New variable.
24598         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24600 2013-05-14  David S. Miller  <davem@davemloft.net>
24602         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24604 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
24606         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
24608         * math/libm-test.inc (struct test_fF_f1_data): Change type of
24609         extra_test to int.
24610         (struct test_f_i_data): Change type of max_ulp to int.
24612         * math/libm-test.inc (test_ffI_f1_data): New type.
24613         (RUN_TEST_LOOP_ffI_f1): New macro.
24614         (remquo_test_data): New variable.
24615         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
24617         * setjmp/tst-setjmp-fp.c: New file.
24618         * setjmp/Makefile (tests): Add tst-setjmp-fp.
24619         (link-libm): New variable.
24620         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
24622         * math/libm-test.inc (struct test_f_i_data): New type.
24623         (RUN_TEST_LOOP_f_i): New macro.
24624         (RUN_TEST_LOOP_f_i_tg): Likewise.
24625         (fpclassify_test_data): New variable.
24626         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
24627         (ilogb_test_data): New variable.
24628         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
24630         * math/libm-test.inc (scalbln_test): Correct function name in END
24631         call.
24633         * math/libm-test.inc (struct test_f_f1_data): Add comment.
24634         (RUN_TEST_LOOP_fI_f1): New macro.
24635         (frexp_test_data): New variable.
24636         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
24638         * math/libm-test.inc (struct test_fF_f1_data): New type.
24639         (RUN_TEST_LOOP_fF_f1): New macro.
24640         (modf_test_data): New variable.
24641         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
24643         * math/libm-test.inc (struct test_f_f1_data): New type.
24644         (RUN_TEST_LOOP_f_f1): New macro.
24645         (gamma_test_data): New variable.
24646         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24647         (lgamma_test_data): New variable.
24648         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24650 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
24652         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
24653         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
24654         (main): Comment "tls" pseudo-hwcap.
24656 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
24658         * math/libm-test.inc (struct test_fl_f_data): New type.
24659         (RUN_TEST_LOOP_fl_f): New variable.
24660         (scalbln_test_data): New variable.
24661         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
24663         * math/libm-test.inc (struct test_fi_f_data): New type.
24664         (RUN_TEST_LOOP_fi_f): New macro.
24665         (ldexp_test_data): New variable.
24666         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
24667         (scalbn_test_data): New variable.
24668         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
24670         * math/libm-test.inc (struct test_c_f_data): New type.
24671         (RUN_TEST_LOOP_c_f): New macro.
24672         (cabs_test_data): New variable.
24673         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
24674         (carg_test_data): New variable.
24675         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
24676         (cimag_test_data): New variable.
24677         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
24678         (creal_test_data): New variable.
24679         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
24681         * math/libm-test.inc (struct test_if_f_data): New type.
24682         (RUN_TEST_LOOP_if_f): New macro.
24683         (jn_test_data): New variable.
24684         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
24685         (yn_test_data): New variable.
24686         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
24688         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
24690 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24692         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
24693         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
24695 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24697         * benchtests/Makefile (CPPFLAGS-nonlib): Add
24698         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
24699         (bench-deps): Add bench-timing.h.
24700         * benchtests-bench-skeleton.c: Include bench-timing.h.
24701         (main): Use TIMING_* macros instead of clock_gettime.
24702         * benchtests/bench-timing.h: New file.
24704         [BZ #14582]
24705         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
24706         Renamed from _LIB_VERSION.
24707         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
24709 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
24711         * math/libm-test.inc (struct test_fff_f_data): New type.
24712         (RUN_TEST_LOOP_fff_f): New macro.
24713         (fma_test_data): New variable.
24714         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
24715         (fma_towardzero_test_data): New variable.
24716         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
24717         (fma_downward_test_data): New variable.
24718         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
24719         (fma_upward_test_data): New variable.
24720         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
24722         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
24723         (struct test_c_c_data): New type.
24724         (RUN_TEST_LOOP_c_c): New macro.
24725         (cacos_test_data): New variable.
24726         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
24727         (cacosh_test_data): New variable.
24728         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
24729         (casin_test_data): New variable.
24730         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
24731         (casinh_test_data): New variable.
24732         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
24733         (catan_test_data): New variable.
24734         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
24735         (catanh_test_data): New variable.
24736         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
24737         (ccos_test_data): New variable.
24738         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
24739         (ccosh_test_data): New variable.
24740         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
24741         (cexp_test_data): New variable.
24742         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
24743         (clog_test_data): New variable.
24744         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
24745         (clog10_test_data): New variable.
24746         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
24747         (conj_test_data): New variable.
24748         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
24749         (cproj_test_data): New variable.
24750         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
24751         (csin_test_data): New variable.
24752         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
24753         (csinh_test_data): New variable.
24754         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
24755         (csqrt_test_data): New variable.
24756         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
24757         (ctan_test_data): New variable.
24758         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
24759         (ctan_tonearest_test_data): New variable.
24760         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24761         (ctan_towardzero_test_data): New variable.
24762         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24763         (ctan_downward_test_data): New variable.
24764         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24765         (ctan_upward_test_data): New variable.
24766         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24767         (ctanh_test_data): New variable.
24768         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
24769         (ctanh_tonearest_test_data): New variable.
24770         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24771         (ctanh_towardzero_test_data): New variable.
24772         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24773         (ctanh_downward_test_data): New variable.
24774         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24775         (ctanh_upward_test_data): New variable.
24776         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24777         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
24778         of BUILD_COMPLEX.
24780         * math/libm-test.inc (struct test_ff_f_data): New type.
24781         (struct test_ff_f_data_nexttoward): Likewise.
24782         (RUN_TEST_LOOP_2_f): New macro.
24783         (RUN_TEST_LOOP_ff_f): Likewise.
24784         (atan2_test_data): New variable.
24785         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
24786         (copysign_test_data): New variable.
24787         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
24788         (fdim_test_data): New variable.
24789         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
24790         (fmax_test_data): New variable.
24791         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
24792         (fmin_test_data): New variable.
24793         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
24794         (fmod_test_data): New variable.
24795         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
24796         (hypot_test_data): New variable.
24797         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
24798         (nextafter_test_data): New variable.
24799         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
24800         (nexttoward_test_data): New variable.
24801         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
24802         (pow_test_data): New variable.
24803         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
24804         (pow_tonearest_test_data): New variable.
24805         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
24806         (pow_towardzero_test_data): New variable.
24807         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
24808         (pow_downward_test_data): New variable.
24809         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
24810         (pow_upward_test_data): New variable.
24811         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
24812         (remainder_test_data): New variable.
24813         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
24814         (scalb_test_data): New variable.
24815         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
24816         * sysdeps/i386/fpu/libm-test-ulps: Update.
24818 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
24820         * math/libm-test.inc (fma_test): Use max_value instead of local
24821         variable fltmax.
24822         (nextafter_test): Likewise.
24824         * math/libm-test.inc (acos_towardzero_test_data): New variable.
24825         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24826         (acos_downward_test_data): New variable.
24827         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24828         (acos_upward_test_data): New variable.
24829         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24830         (acosh_test_data): New variable.
24831         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
24832         (asin_test_data): New variable.
24833         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
24834         (asin_tonearest_test_data): New variable.
24835         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24836         (asin_towardzero_test_data): New variable.
24837         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24838         (asin_downward_test_data): New variable.
24839         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24840         (asin_upward_test_data): New variable.
24841         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24842         (asinh_test_data): New variable.
24843         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
24844         (atan_test_data): New variable.
24845         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
24846         (atanh_test_data): New variable.
24847         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
24848         (cbrt_test_data): New variable.
24849         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
24850         (ceil_test_data): New variable.
24851         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
24852         (cos_test_data): New variable.
24853         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
24854         (cos_tonearest_test_data): New variable.
24855         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24856         (cos_towardzero_test_data): New variable.
24857         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24858         (cos_downward_test_data): New variable.
24859         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24860         (cos_upward_test_data): New variable.
24861         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24862         (cosh_test_data): New variable.
24863         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
24864         (cosh_tonearest_test_data): New variable.
24865         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24866         (cosh_towardzero_test_data): New variable.
24867         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24868         (cosh_downward_test_data): New variable.
24869         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24870         (cosh_upward_test_data): New variable.
24871         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24872         (erf_test_data): New variable.
24873         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
24874         (erfc_test_data): New variable.
24875         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
24876         (exp_test_data): New variable.
24877         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
24878         (exp_tonearest_test_data): New variable.
24879         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24880         (exp_towardzero_test_data): New variable.
24881         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24882         (exp_downward_test_data): New variable.
24883         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24884         (exp_upward_test_data): New variable.
24885         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24886         (exp10_test_data): New variable.
24887         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
24888         (exp2_test_data): New variable.
24889         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
24890         (expm1_test_data): New variable.
24891         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
24892         (fabs_test_data): New variable.
24893         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
24894         (floor_test_data): New variable.
24895         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
24896         (j0_test_data): New variable.
24897         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
24898         (j1_test_data): New variable.
24899         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
24900         (log_test_data): New variable.
24901         (log_test): Run tests with RUN_TEST_LOOP_f_f.
24902         (log10_test_data): New variable.
24903         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
24904         (log1p_test_data): New variable.
24905         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
24906         (log2_test_data): New variable.
24907         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
24908         (logb_test_data): New variable.
24909         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
24910         (logb_downward_test_data): New variable.
24911         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24912         (nearbyint_test_data): New variable.
24913         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
24914         (rint_test_data): New variable.
24915         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
24916         (rint_tonearest_test_data): New variable.
24917         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24918         (rint_towardzero_test_data): New variable.
24919         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24920         (rint_downward_test_data): New variable.
24921         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24922         (rint_upward_test_data): New variable.
24923         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24924         (round_test_data): New variable.
24925         (round_test): Run tests with RUN_TEST_LOOP_f_f.
24926         (sin_test_data): New variable.
24927         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
24928         (sin_tonearest_test_data): New variable.
24929         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24930         (sin_towardzero_test_data): New variable.
24931         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24932         (sin_downward_test_data): New variable.
24933         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24934         (sin_upward_test_data): New variable.
24935         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24936         (sinh_test_data): New variable.
24937         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
24938         (sinh_tonearest_test_data): New variable.
24939         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24940         (sinh_towardzero_test_data): New variable.
24941         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24942         (sinh_downward_test_data): New variable.
24943         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24944         (sinh_upward_test_data): New variable.
24945         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24946         (sqrt_test_data): New variable.
24947         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
24948         (tan_test_data): New variable.
24949         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
24950         (tan_tonearest_test_data): New variable.
24951         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24952         (tan_towardzero_test_data): New variable.
24953         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24954         (tan_downward_test_data): New variable.
24955         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24956         (tan_upward_test_data): New variable.
24957         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24958         (tanh_test_data): New variable.
24959         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
24960         (tgamma_test_data): New variable.
24961         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
24962         (trunc_test_data): New variable.
24963         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
24964         (y0_test_data): New variable.
24965         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
24966         (y1_test_data): New variable.
24967         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
24968         (significand_test_data): New variable.
24969         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
24971 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
24973         [BZ #12387]
24974         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
24976 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
24978         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
24980 2013-05-10  Andreas Jaeger  <aj@suse.de>
24982         [BZ #15448]
24983         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
24984         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
24986 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
24988         * math/gen-libm-test.pl (adjust_arg): New function.
24989         (special_functions): Handle generating output in both functions
24990         and arrays.
24991         (parse_args): Likewise.
24992         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
24993         $in_func argument to parse_args.
24994         * math/libm-test.inc (struct test_f_f_data): New type.
24995         (IF_ROUND_INIT_): New macro.
24996         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
24997         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
24998         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
24999         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25000         (ROUND_RESTORE_): Likewise.
25001         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25002         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25003         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25004         (ROUND_RESTORE_FE_UPWARD): Likewise.
25005         (RUN_TEST_LOOP_f_f): New macro.
25006         (acos_test_data): New variable.
25007         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25008         (acos_tonearest_test_data): New variable.
25009         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25011 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25013         * benchtests/bench-skeleton.c (startup): Fix coding style.
25015 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25017         [BZ #6809]
25018         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25019         negative infinity argument.
25020         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25021         negative infinity argument.
25022         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25023         negative infinity argument.
25024         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25025         domain errors.
25027 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25029         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25030         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25031         * iconv/iconv_prog.c (main): Likewise.
25032         * locale/programs/charmap-dir.c (charmap_readdir)
25033         (fopen_uncompressed): Likewise.
25034         * locale/programs/locfile.c (siblings_uncached)
25035         (write_locale_data): Use lstat64 instead of lstat.
25036         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25037         stat.
25039 2013-05-10  Andreas Jaeger  <aj@suse.de>
25041         [BZ #15395]
25042         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25043         localization.
25044         Include <locale.h>.
25046 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25048         * elf/dl-close.c (_dl_close_worker): Add comments.
25050 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25052         [BZ #15359]
25053         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25054         high part of pi/2.
25055         (__ieee754_rem_pio2l): Update comments.
25057         [BZ #15429]
25058         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25059         high part of pi/2.
25060         (__ieee754_rem_pio2l): Update comments.
25062         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25063         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25065         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25066         M_PI_4l.
25068         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25069         (M_PI_34_LOG10El): Likewise.
25070         (M_PI2_LOG10El): Likewise.
25071         (M_PI4_LOG10El): Likewise.
25072         (M_PI_LOG10El): Likewise.
25074 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25076         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25078 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25080         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25081         (MINUS_ZERO_INIT): Likewise.
25082         (PLUS_INFTY_INIT): Likewise.
25083         (MINUS_INFTY_INIT): Likewise.
25084         (QNAN_VALUE_INIT): Likewise.
25085         (MAX_VALUE_INIT): Likewise.
25086         (MIN_VALUE_INIT): Likewise.
25087         (MIN_SUBNORM_VALUE_INIT): Likewise.
25088         (plus_zero): Initialize with PLUS_ZERO_INIT.
25089         (minus_zero): Initialize with MINUS_ZERO_INIT.
25090         (plus_infty): Initialize with PLUS_INFTY_INIT.
25091         (minus_infty): Initialize with MINUS_INFTY_INIT.
25092         (qnan_value): Initialize with QNAN_VALUE_INIT.
25093         (max_value): Initialize with MAX_VALUE_INIT.
25094         (min_value): Initialize with MIN_VALUE_INIT.
25095         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25097         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25098         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25099         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25100         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25102         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25103         (RUN_TEST_2_f): Likewise.
25104         (RUN_TEST_ff_f): Likewise.
25105         (RUN_TEST_fi_f): Likewise.
25106         (RUN_TEST_fl_f): Likewise.
25107         (RUN_TEST_fff_f): Likewise.
25108         (RUN_TEST_c_f): Likewise.
25109         (RUN_TEST_f_f1): Likewise.
25110         (RUN_TEST_fF_f1): Likewise.
25111         (RUN_TEST_fI_f1): Likewise.
25112         (RUN_TEST_ffI_f1): Likewise.
25113         (RUN_TEST_c_c): Likewise.
25114         (RUN_TEST_cc_c): Likewise.
25115         (RUN_TEST_f_i): Likewise.
25116         (RUN_TEST_f_i_tg): Likewise.
25117         (RUN_TEST_ff_i_tg): Likewise.
25118         (RUN_TEST_f_b): Likewise.
25119         (RUN_TEST_f_b_tg): Likewise.
25120         (RUN_TEST_f_l): Likewise.
25121         (RUN_TEST_f_L): Likewise.
25122         (RUN_TEST_sincos): Likewise.
25123         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25124         whether to show exceptions.  Do not include ");\n" in return
25125         value.
25126         (special_functions): Output call to RUN_TEST_sincos instead of
25127         check_float calls.  Update calls to new_test.
25128         (parse_args): Output call to single RUN_TEST_* macro instead of
25129         check_* calls and other assignments.  Update calls to new_test.
25131         [BZ #2546]
25132         [BZ #2560]
25133         [BZ #5159]
25134         [BZ #15426]
25135         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25136         input to result for tgamma overflow.
25137         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25138         (gamma_coeff): New variable.
25139         (NCOEFF): New macro.
25140         (gamma_positive): New function.
25141         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25142         underflow here.  Use gamma_positive instead of exp (lgamma) for
25143         other arguments.
25144         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25145         (gamma_coeff): New variable.
25146         (NCOEFF): New macro.
25147         (gammaf_positive): New function.
25148         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25149         underflow here.  Use gamma_positive instead of exp (lgamma) for
25150         other arguments.
25151         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25152         (gamma_coeff): New variable.
25153         (NCOEFF): New macro.
25154         (gammal_positive): New function.
25155         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25156         underflow here.  Use gamma_positive instead of exp (lgamma) for
25157         other arguments.
25158         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25159         (gamma_coeff): New variable.
25160         (NCOEFF): New macro.
25161         (gammal_positive): New function.
25162         (__ieee754_gammal_r): Handle positive infinity, overflow and
25163         underflow here.  Handle NaN the same as positive infinity.  Remove
25164         check x < 0xffffffff for negative integers.  Use gamma_positive
25165         instead of exp (lgamma) for other arguments.
25166         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25167         (gamma_coeff): New variable.
25168         (NCOEFF): New macro.
25169         (gammal_positive): New function.
25170         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25171         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25172         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25173         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25174         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25175         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25176         * sysdeps/generic/math_private.h (__gamma_productf): New
25177         prototype.
25178         (__gamma_product): Likewise.
25179         (__gamma_productl): Likewise.
25180         * math/Makefile (libm-calls): Add gamma_product.
25181         * math/libm-test.inc (tgamma_test): Add more tests.
25182         * sysdeps/i386/fpu/libm-test-ulps: Update.
25183         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25185 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25187         * benchtests/bench-skeleton.c (main): Preheat CPU.
25189 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25191         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25193 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25195         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25196         and _dl_skip_args_internal.
25198 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25200         * manual/message.texi (Message Translation): Talk about users.
25201         Message to key mapping impacts design.
25203 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25205         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25207         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25209         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25210         * sysdeps/wordsize-64/glob64.c: ... here.
25212         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25213         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25214         New macros.
25216         * debug/getlogin_r_chk.c: Moved to ...
25217         * login/getlogin_r_chk.c: ... here.
25218         * debug/Makefile (routines): Move getlogin_r_chk to ...
25219         * login/Makefile (routines): ... here.
25220         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25221         * login/Versions (libc: GLIBC_2.4): ... here.
25223         * io/poll.c (__poll): Renamed from poll.
25224         Add libc_hidden_def.
25225         (poll): Define as weak alias.
25227         * debug/ptsname_r_chk.c: Moved to ...
25228         * login/ptsname_r_chk.c: ... here.
25229         * debug/Makefile (routines): Move ptsname_r_chk to ...
25230         * login/Makefile (routines): ... here.
25231         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25232         * login/Versions (libc: GLIBC_2.4): ... here.
25234         * posix/getlogin.c: Moved to ...
25235         * login/getlogin.c: ... here.
25236         * posix/getlogin_r.c: Moved to ...
25237         * login/getlogin_r.c: ... here.
25238         * posix/getlogin_r.c: Moved to ...
25239         * login/getlogin_r.c: ... here.
25240         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25241         * login/Makefile (routines): ... here.
25242         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25243         * login/Versions (libc: GLIBC_2.0): ... here.
25245         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25246         (setrlimit): Define as weak alias.
25248         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25249         Call __ names for open, ftruncate, and close.
25250         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25251         (truncate): Define as weak alias.
25253 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25255         * math/gen-libm-test.pl (parse_args): Initialize x before each
25256         test of frexp, modf and remquo.
25258         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25259         test signgam value.
25261 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25263         [BZ #15418]
25264         [BZ #15419]
25265         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25266         internal tests.
25267         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25269 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25271         * elf/dl-writev.h: New file.
25272         * elf/dl-misc.c: Include it.
25273         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25274         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25276 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25278         * math/libm-test.inc (noXFails): Remove variable.
25279         (noXPasses): Likewise.
25280         (BUILD_COMPLEX_INT): Remove macro.
25281         (print_screen): Remove xfail argument.
25282         (print_screen_max_error): Likewise.
25283         (update_stats): Likewise.
25284         (print_max_error): Likewise.  Update calls to other affected
25285         functions.
25286         (print_complex_max_error): Likewise.
25287         (test_single_exception): Update calls to print_screen.
25288         (test_single_errno): Likewise.
25289         (check_float_internal): Remove xfail argument.  Update calls to
25290         other affected functions.
25291         (check_float): Likewise.
25292         (check_complex): Likewise.
25293         (check_int): Likewise.
25294         (check_long): Likewise.
25295         (check_bool): Likewise.
25296         (check_longlong): Likewise.
25297         (main): Don't print noXFails and noXPasses.
25298         * math/gen-libm-test.pl (top level): Don't mention expected
25299         failure handling in comment.
25300         (new_test): Don't handle expected failures.
25301         (parse_args): Don't mention expected failure handling in comment.
25302         (generate_testfile): Don't handle expected failures.
25303         (parse_ulps): Likewise.
25304         (print_ulps_file): Likewise.
25305         (get_failure): Remove function.
25306         (output_test): Don't handle expected failures.
25307         * make/README.libm-test: Don't mention expected failure handling.
25309         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25310         (minus_zero): Likewise.
25311         (plus_infty): Likewise.
25312         (minus_infty): Likewise.
25313         (qnan_value): Likewise.
25314         (max_value): Likewise.
25315         (min_value): Likewise.
25316         (min_subnorm_value): Likewise.
25317         (initialize): Do not initialize those variables dynamically.
25319 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25321         * io/open.c (__open_2): Moved to ...
25322         * io/open_2.c: ... this new file.
25323         * io/open64.c (__open64_2): Moved to ...
25324         * io/open64_2.c: ... this new file.
25325         * io/openat.c (__openat_2): Moved to ...
25326         * io/openat_2.c: ... this new file.
25327         * io/openat64.c (__openat64_2): Moved to ...
25328         * io/openat64_2.c: ... this new file.
25329         * io/Makefile (routines): Add them.
25330         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25331         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25332         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25333         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25334         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25335         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25336         (__openat64): Add hidden_ver.
25337         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25338         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25340         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25341         Separately conditionalize setting of GLRO(dl_sysinfo) so
25342         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25343         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25345 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25347         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25348         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25349         definition.
25350         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25351         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25352         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25353         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25354         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25356 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25358         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25359         test signgam value.
25361         * math/libm-test.inc (hypot_test): Do not use
25362         IGNORE_ZERO_INF_SIGN.
25364 2013-05-03  Andreas Jaeger  <aj@suse.de>
25366         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25367         Linux 3.9.
25368         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25369         (PF_MAX): Adjust for VSOCK change.
25371 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25373         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25375 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25377         [BZ #15264]
25378         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25379         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25380         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25382 2013-05-02  David S. Miller  <davem@davemloft.net>
25384         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25386 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25388         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25390 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25392         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25394 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25396         [BZ #14952]
25397         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25398         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25399         Use __attribute__ ((__gnu_inline__)).
25400         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25401         Don't use __attribute__ ((__gnu_inline__)).
25403 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25405         [BZ #15423]
25406         * math/s_catan.c (__catan): Handle small real or imaginary part of
25407         input specially to avoid spurious underflow.
25408         * math/s_catanf.c (__catanf): Likewise.
25409         * math/s_catanh.c (__catanh): Likewise.
25410         * math/s_catanhf.c (__catanhf): Likewise.
25411         * math/s_catanhl.c (__catanhl): Likewise.
25412         * math/s_catanl.c (__catanl): Likewise.
25413         * math/libm-test.inc (catan_test): Add more tests.
25414         (catanh_test): Likewise.
25415         * sysdeps/i386/fpu/libm-test-ulps: Update.
25416         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25418 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25420         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25422 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
25424         [BZ #15416]
25425         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25426         accurately for denominator in atan2.
25427         * math/s_catanf.c (__catanf): Likewise.
25428         * math/s_catanh.c (__catanh): Likewise.
25429         * math/s_catanhf.c (__catanhf): Likewise.
25430         * math/s_catanhl.c (__catanhl): Likewise.
25431         * math/s_catanl.c (__catanl): Likewise.
25432         * math/libm-test.inc (catan_test): Add more tests.
25433         (catanh_test): Likewise.
25434         * sysdeps/i386/fpu/libm-test-ulps: Update.
25435         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25437 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
25439         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
25441         * benchtests/Makefile (bench): Remove slow benchmarks.
25442         * benchtests/atan-inputs: Add slow benchmark inputs.
25443         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
25444         (BENCH_FUNC): Accept variant offset.
25445         (VARIANT): Define.
25446         * benchtests/bench-skeleton.c (main): Run benchmark for each
25447         variant.
25448         * benchtests/cos-inputs: Add slow benchmark inputs.
25449         * benchtests/exp-inputs: Likewise.
25450         * benchtests/pow-inputs: Likewise.
25451         * benchtests/sin-inputs: Likewise.
25452         * benchtests/slowatan-inputs: Remove.
25453         * benchtests/slowatan.c: Remove.
25454         * benchtests/slowcos-inputs: Remove.
25455         * benchtests/slowcos.c: Remove.
25456         * benchtests/slowexp-inputs: Remove.
25457         * benchtests/slowexp.c: Remove.
25458         * benchtests/slowpow-inputs: Remove.
25459         * benchtests/slowpow.c: Remove.
25460         * benchtests/slowsin-inputs: Remove.
25461         * benchtests/slowsin.c: Remove.
25462         * benchtests/slowtan-inputs: Remove.
25463         * benchtests/slowtan.c: Remove.
25464         * benchtests/tan-inputs: Add slow benchmark inputs.
25465         * scripts/bench.pl: Parse comments and directives.
25467         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
25468         in CPPFLAGS.
25469         ($(objpfx)bench-%.c): Remove *-ITER.
25470         * benchtests/bench-modf.c: Remove definition of ITER.
25471         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
25472         (main): Loop for DURATION seconds instead of fixed number of
25473         iterations.
25474         * scripts/bench.pl: Don't expect iterations in parameters.
25476 2013-04-29  Roland McGrath  <roland@hack.frob.com>
25478         * io/fchdir.c (__fchdir): Renamed from fchdir.
25479         (fchdir): Define as weak alias.
25481 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25483         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
25484         (ERRNO_EDOM): Likewise.
25485         (ERRNO_ERANGE): Likewise.
25486         (noErrnoTests): New variable.
25487         (init_max_error): Set errno to 0.
25488         (test_single_errno): New function.
25489         (test_errno): Likewise.
25490         (check_float_internal): Call test_errno.  Set errno to 0.
25491         (check_complex): Refer to errno tests in comment.
25492         (check_int): Call test_errno.  Set errno to 0.
25493         (check_long): Likewise.
25494         (check_bool): Likewise.
25495         (check_longlong): Likewise.
25496         (cos_test): Use ERRNO_* flags for errno tests instead of
25497         check_int.
25498         (expm1_test): Likewise.
25499         (fmod_test): Likewise.
25500         (ilogb_test): Likewise.
25501         (lgamma_test): Likewise.
25502         (pow_test): Likewise.
25503         (remainder_test): Likewise.
25504         (sin_test): Likewise.
25505         (tan_test): Likewise.
25506         (yn_test): Likewise.
25507         (initialize): Set errno to 0.
25508         (main): Print number of errno tests.
25509         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
25511 2013-04-29  Andreas Jaeger  <aj@suse.de>
25513         [BZ #15084]
25514         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
25515         and RES_USEVC.
25517         [BZ #15085]
25518         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
25519         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
25520         unimplemented.
25522         [BZ #15380]
25523         * stdlib/random.c (__initstate): Return NULL if
25524         __initstate fails.
25526         [BZ #15086]
25527         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
25528         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
25529         RES_SNGLKUPREOP.
25531 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25533         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25535 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25537         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
25538         of individual tests.
25539         (casin_test): Likewise.
25540         (casinh_test): Likewise.
25542 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
25544         [BZ #15409]
25545         * math/s_catan.c (__catan): Handle arguments with large real or
25546         imaginary part separately without squaring.
25547         * math/s_catanf.c (__catanf): Likewise.
25548         * math/s_catanh.c (__catanh): Likewise.
25549         * math/s_catanhf.c (__catanhf): Likewise.
25550         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25551         and redefine.
25552         (__catanhl): Handle arguments with large real or imaginary part
25553         separately without squaring.
25554         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25555         and redefine.
25556         (__catanl): Handle arguments with large real or imaginary part
25557         separately without squaring.
25558         * math/libm-test.inc (catan_test): Add more tests.
25559         (catanh_test): Likewise.
25560         * sysdeps/i386/fpu/libm-test-ulps: Update.
25561         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25563 2013-04-27  Andreas Jaeger  <aj@suse.de>
25565         [BZ #15007]
25566         * stdlib/stdlib.h: Update guards for qecvt.
25567         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
25568         <stdlib.h>.
25570 2013-04-27  Allan McRae  <allan@archlinux.org>
25572         * sysdeps/i386/fpu/libm-test-ulps: Update.
25574 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
25576         [BZ #15406]
25577         * math/s_catan.c: Include <float.h>.
25578         (__catan): Ensure underflow exception occurs for underflowed
25579         result.
25580         * math/s_catanf.c: Include <float.h>.
25581         (__catanf): Ensure underflow exception occurs for underflowed
25582         result.
25583         * math/s_catanh.c: Include <float.h>.
25584         (__catanh): Ensure underflow exception occurs for underflowed
25585         result.
25586         * math/s_catanhf.c: Include <float.h>.
25587         (__catanhf): Ensure underflow exception occurs for underflowed
25588         result.
25589         * math/s_catanhl.c: Include <float.h>.
25590         (__catanhl): Ensure underflow exception occurs for underflowed
25591         result.
25592         * math/s_catanl.c: Include <float.h>.
25593         (__catanl): Ensure underflow exception occurs for underflowed
25594         result.
25595         * math/libm-test.inc (catan_test): Add more tests.
25596         (catanh_test): Likewise.
25598         [BZ #15405]
25599         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
25600         underflowed result.
25601         * math/s_ccoshf.c (__ccoshf): Likewise.
25602         * math/s_ccoshl.c (__ccoshl): Likewise.
25603         * math/s_csin.c (__csin): Likewise.
25604         * math/s_csinf.c (__csinf): Likewise.
25605         * math/s_csinh.c (__csinh): Likewise.
25606         * math/s_csinhf.c (__csinhf): Likewise.
25607         * math/s_csinhl.c (__csinhl): Likewise.
25608         * math/s_csinl.c (__csinl): Likewise.
25609         * math/libm-test.inc (ccos_test): Add more tests.
25610         (ccosh_test): Likewise.
25611         (csin_test): Likewise.
25612         (csinh_test): Likewise.
25614 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25616         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
25617         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
25618         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
25619         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
25620         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
25621         powerpc/power5+/fpu folders.
25622         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
25625 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
25627         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25629 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
25631         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
25632         additions to variable.
25633         [$(config-machine) = x86_64] (modules-names): Likewise.
25634         ($(objpfx)tst-audit3): Remove dependency.
25635         ($(objpfx)tst-audit3.out): Likewise.
25636         ($(objpfx)tst-audit4): Likewise.
25637         ($(objpfx)tst-audit4.out): Likewise.
25638         ($(objpfx)tst-audit5): Likewise.
25639         ($(objpfx)tst-audit5.out): Likewise.
25640         ($(objpfx)tst-audit6): Likewise.
25641         ($(objpfx)tst-audit6.out): Likewise.
25642         ($(objpfx)tst-audit7): Likewise.
25643         ($(objpfx)tst-audit7.out): Likewise.
25644         (tst-audit3-ENV): Remove variable.
25645         (tst-audit4-ENV): Likewise.
25646         (tst-audit5-ENV): Likewise.
25647         (tst-audit6-ENV): Likewise.
25648         (tst-audit7-ENV): Likewise.
25649         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
25650         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
25651         addition to variable.
25652         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
25653         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
25654         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
25655         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
25656         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
25657         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
25658         tst-audit3, tst-audit4 and tst-audit5.
25659         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
25660         tst-audit6 and tst-audit7.
25661         [$(subdir) = elf] (modules-names): Add audit modules for those
25662         tests.
25663         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
25664         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
25665         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
25666         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
25667         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
25668         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
25669         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
25670         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
25671         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
25672         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
25673         [$(subdir) = elf] (tst-audit3-ENV): New variable.
25674         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
25675         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
25676         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
25677         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
25678         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
25679         Likewise.
25680         [$(subdir) = elf && $(config-cflags-avx) = yes]
25681         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
25682         [$(subdir) = elf && $(config-cflags-avx) = yes]
25683         (CFLAGS-tst-auditmod4a.c): Likewise.
25684         [$(subdir) = elf && $(config-cflags-avx) = yes]
25685         (CFLAGS-tst-auditmod4b.c): Likewise.
25686         [$(subdir) = elf && $(config-cflags-avx) = yes]
25687         (CFLAGS-tst-auditmod6b.c): Likewise.
25688         [$(subdir) = elf && $(config-cflags-avx) = yes]
25689         (CFLAGS-tst-auditmod6c.c): Likewise.
25690         [$(subdir) = elf && $(config-cflags-avx) = yes]
25691         (CFLAGS-tst-auditmod7b.c): Likewise.
25692         * elf/tst-audit3.c: Move to ...
25693         * sysdeps/x86_64/tst-audit3.c: ... here.
25694         * elf/tst-audit4.c: Move to ...
25695         * sysdeps/x86_64/tst-audit4.c: ... here.
25696         * elf/tst-audit5.c: Move to ...
25697         * sysdeps/x86_64/tst-audit5.c: ... here.
25698         * elf/tst-audit6.c: Move to ...
25699         * sysdeps/x86_64/tst-audit6.c: ... here.
25700         * elf/tst-audit7.c: Move to ...
25701         * sysdeps/x86_64/tst-audit7.c: ... here.
25702         * elf/tst-auditmod3a.c: Move to ...
25703         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
25704         * elf/tst-auditmod3b.c: Move to ...
25705         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
25706         * elf/tst-auditmod4a.c: Move to ...
25707         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
25708         * elf/tst-auditmod4b.c: Move to ...
25709         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
25710         * elf/tst-auditmod5a.c: Move to ...
25711         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
25712         * elf/tst-auditmod5b.c: Move to ...
25713         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
25714         * elf/tst-auditmod6a.c: Move to ...
25715         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
25716         * elf/tst-auditmod6b.c: Move to ...
25717         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
25718         * elf/tst-auditmod6c.c: Move to ...
25719         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
25720         * elf/tst-auditmod7a.c: Move to ...
25721         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
25722         * elf/tst-auditmod7b.c: Move to ...
25723         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
25725 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
25727         [BZ #15366]
25728         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
25729         define unconditionally.
25730         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
25731         define unconditionally.
25732         (INT8_C, INT16_C, etc.): Likewise.
25734 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
25736         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
25737         __ehdr_start with hidden visibility.
25739         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
25741 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
25743         * math/libm-test.inc (cos_test): Use accurate hex constants.
25744         (sincost_test): Likewise.
25746 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
25748         * math/libm-test.inc (catan_test): Add more tests.
25749         (catanh_test): Likewise.
25751         * math/s_catanf.c (__catanf): Use suffixed floating-point
25752         constants.
25753         * math/s_catanhf.c (__catanhf): Likewise.
25754         * math/s_catanhl.c (__catanhl): Likewise.
25755         * math/s_catanl.c (__catanl): Likewise.
25757         [BZ #15394]
25758         * math/s_catan.c (__catan): Calculate imaginary part of result
25759         with log1p not log unless computing log of number close to 0.
25760         * math/s_catanf.c (__catanf): Likewise.
25761         * math/s_catanl.c (__catanl): Likewise.
25762         * math/s_catanh.c (__catanh): Calculate real part of result with
25763         log1p not log unless computing log of number close to 0.
25764         * math/s_catanhf.c (__catanhf): Likewise.
25765         * math/s_catanhl.c (__catanhl): Likewise.
25766         * math/libm-test.inc (catan_test): Add more tests.
25767         (catanh_test): Likewise.
25768         * sysdeps/i386/fpu/libm-test-ulps: Update.
25769         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25771 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25773         * benchtests/Makefile: Mention files in which fast and slow
25774         paths of math functions are implemented.
25776 2013-04-23  Roland McGrath  <roland@hack.frob.com>
25778         * sysdeps/posix/timespec_get.c: New file.
25780 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25782         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
25783         POWER.
25784         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
25785         for POWER.
25786         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
25787         powerpc/power5/fpu folders.
25788         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
25789         * benchtests/Makefile: Add modf testcase.
25790         * benchtests/bench-modf.c: New file: Benchmark test for mo
25792 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25794         [BZ #14888]
25795         * time/Makefile (tests): Add tst-strptime-whitespace.
25796         * time/strptime_l.c (get_number): Use ISSPACE.
25797         (__strptime_internal): Likewise.
25798         * time/tst-strptime-whitespace.c: New test case.
25800 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
25802         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
25803         member.
25804         (_nss_files_init): Set it here.
25806 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
25808         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
25809         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
25810         unsigned.
25812 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
25814         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
25816 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
25818         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
25819         size just once.
25821 2013-04-21  David S. Miller  <davem@davemloft.net>
25823         * po/ru.po: Update Russion translation from translation project.
25825 2013-04-17  Adam Conrad  <adconrad@0c3.net>
25827         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
25828         and setfsgid.
25830 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
25832         * configure.in: Remove i386 configure warning. Remove i386 case.
25833         * configure: Regenerate.
25834         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
25835         Add example to error message.
25836         * sysdeps/i386/configure: Regenerate.
25838 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25840         * benchtests/Makefile (bench): Add cos, tan, slowcos and
25841         slowtan.
25842         * benchtests/cos-inputs: New file.
25843         * benchtests/slowcos-inputs: New file.
25844         * benchtests/slowcos.c: New file.
25845         * benchtests/slowtan-inputs: New file.
25846         * benchtests/slowtan.c: New file.
25847         * benchtests/tan-inputs: New file.
25849 2013-04-16  Roland McGrath  <roland@hack.frob.com>
25851         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
25852         considered kosher.
25854 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25856         * benchtests/Makefile: Include cppflags-iterator.mk to add
25857         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
25859         * Makefile.in (bench-clean): New target.
25860         * benchtests/Makefile (bench-clean): Likewise.
25862 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
25864         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
25866 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
25868         * stdio-common/tstdiomisc.c: Fix coding-style violation.
25870 2013-04-15  Andreas Schwab  <schwab@suse.de>
25872         * nscd/grpcache.c (cache_addgr): Properly check for short write.
25873         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25874         * nscd/pwdcache.c (cache_addpw): Likewise.
25875         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
25876         more than recsize.
25878 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25880         * benchtests/Makefile (bench): Write all output to
25881         bench-out.tmp together.
25883 2013-04-15  Andreas Schwab  <schwab@suse.de>
25885         * nscd/nscd.c (main): Don't fork again after closing files.
25887 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25889         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
25891         * benchtests/Rules (bench-deps): Collect dependencies into a
25892         single variable.  Add Makefile to dependencies.
25893         ($(objpfx)bench-%.c): Depend on bench-deps.
25895 2013-04-12  Roland McGrath  <roland@hack.frob.com>
25896             Xavier Roche  <roche+kml2@exalead.com>
25898         [BZ #15361]
25899         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
25900         just that it's a file descriptor.
25901         * manual/llio.texi (Synchronizing AIO Operations): Update description
25902         for EBADF error from aio_fsync.
25904 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
25906         * Rules (bench): Move target definition...
25907         * benchtests/Makefile: ... here.
25909 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
25911         * math/libm-test.inc (cos_test): Fix PI/2 test.
25912         (sincos_test): Likewise.
25913         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
25914         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
25916 2013-04-11  Andreas Schwab  <schwab@suse.de>
25918         [BZ #13988]
25919         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
25920         accept exponent character only when digits were seen.
25921         * stdio-common/Makefile (tests): Add bug26.
25922         * stdio-common/bug26.c: New file.
25924         [BZ #14293]
25925         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
25926         non-freeable.
25928 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25930         * Makeconfig (rtld-prefix): Define built linker prefix.
25931         * Rules (run-bench): Use it.
25932         * math/Makefile (run-regen-ulps): Likewise.
25934         * Rules (bench): Remove eval.
25936 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25937             Roland McGrath  <roland@hack.frob.com>
25938             Ondrej Bilka  <neleai@seznam.cz>
25940         [BZ #15346]
25941         * time/getdate.c: Include ctype.h and alloca.h.
25942         (__getdate_r): Trim leading and trailing spaces of input.
25943         * time/tst-getdate.c (tests): Add tests with leading and
25944         trailing spaces.
25946 2013-04-08  Roland McGrath  <roland@hack.frob.com>
25948         [BZ #14280]
25949         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
25950         when computing value.
25952 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
25954         * math/README.libm-test (How can I generate "libm-test-ulps"?):
25955         Use testrun.sh to run libm tests.
25957         [BZ #15309]
25958         * elf/dl-open.c (dl_open_worker): memset all of seen array.
25960 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
25962         [BZ #15264]
25963         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
25965 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
25967         * Makefile.in (regen-ulps): New target.
25968         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
25969         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
25970         [ifneq (no,$(PERL)] (regen-ulps): New target.
25971         [ifeq (no,$(PERL)] (regen-ulps): New target.
25972         * math/libm-test.inc (ulps_file_name): Define.
25973         (output_dir): New variable.
25974         (options): Add "output-dir" option.
25975         (parse_opt): Handle 'o' case.
25976         (main): If output_dir is non-NULL use it as a prefix
25977         otherwise use "".
25978         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
25980 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
25982         [BZ #10060, #10062]
25983         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
25984         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
25985         fail configure if __sync_val_compare_and_swap is not inlined.
25986         * sysdeps/i386/configure: Regenerate.
25987         * configure.in: Build for i686 when configured for i386.
25988         * configure: Regenerate.
25989         * README: Remove i386 reference.
25991 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
25993         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
25994         * sysdeps/s390/s390-64/sysdep.h: Likewise.
25996 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
25998         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
25999         (lmsnanval): New variables.
26000         (F): Add conversion tests.
26001         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26002         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26004         * stdio-common/tstdiomisc.c (F): Properly collect individual
26005         tests' results.
26007         [BZ #14686, #15336]
26008         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26009         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26010         Instead, use input NaN values or generate a qNaN by arithmetic
26011         operation.  Also fix bugs to comply with the standard.
26012         * math/libm-test.inc (remainder_test): Add more tests.
26014         [BZ #15335, #15342]
26015         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26016         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26017         input NaN values or generate a qNaN by arithmetic operation.
26019         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26020         unreachable code.
26022         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26023         definitions.
26025 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26027         [BZ #14478]
26028         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26029         underflowed result.
26030         * math/s_cexpf.c (__cexpf): Likewise.
26031         * math/s_cexpl.c (__cexpl): Likewise.
26032         * math/libm-test.inc (cexp_test): Add more tests.
26034 2013-04-03  Andreas Schwab  <schwab@suse.de>
26036         [BZ #15330]
26037         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26038         order arrays from heap if bigger than alloca cutoff.
26040 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26042         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26043         (SNAN_TESTS_double): Refer to GCC PR56831.
26044         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26045         GCC PR56828.
26047 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26049         * Rules (bench): Move bench.out after the run is complete.
26051         * Rules (bench): Echo currently running benchmark.
26053         * benchtests/Makefile (bench): Add atan and slowatan.
26054         * benchtests/atan-inputs: New file.
26055         * benchtests/slowatan-inputs: New file.
26056         * benchtests/slowatan.c: New file.
26058         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26059         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26060         its value.
26062         [BZ #15305]
26063         * sysdeps/unix/sysv/linux/kernel-features.h
26064         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26065         __ASSUME_XFS_RESTRICTED_CHOWN.
26066         * sysdeps/unix/sysv/linux/pathconf.c
26067         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26068         Save and restore errno.
26070 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26072         [BZ #15327]
26073         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26074         arguments using __kernel_casinh.
26075         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26076         arguments using __kernel_casinhf.
26077         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26078         arguments using __kernel_casinhl.
26079         * math/libm-test.inc (cacosh_test): Add more tests.
26080         * sysdeps/i386/fpu/libm-test-ulps: Update.
26081         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26083 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26085         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26086         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26088         * bench/Makefile (bench): Add sin and slowsin.
26089         * benchtests/sin-inputs: New file.
26090         * benchtests/slowsin-inputs: New file.
26091         * benchtests/slowsin.c: New file.
26093         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26094         (bench): Add slowexp and slowpow.
26095         (exp-ITER): Increase iterations.
26096         (pow-ITER): Likewise.
26097         * benchtests/exp-inputs: Change input.
26098         * benchtests/pow-inputs: Likewise.
26099         * benchtests/slowexp-inputs: New file.
26100         * benchtests/slowexp.c: New file.
26101         * benchtests/slowpow-inputs: New file.
26102         * benchtests/slowpow.c: New file.
26104 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26106         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26107         instructions.
26108         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26109         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26110         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26111         * benchtests/Makefile: Add rint benchtest.
26112         * benchtests/rint-inputs: Input for rint benchtest.
26114 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26116         * Versions.def (libm): Add GLIBC_2.18.
26117         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26118         hidden libm prototypes.
26119         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26120         * math/Makefile (libm-calls): Add s_issignaling.
26121         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26122         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26123         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26124         declaration.
26125         * math/math.h [__USE_GNU] (issignaling): New macro.
26126         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26127         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26128         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26129         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26130         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26131         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26132         * manual/arith.texi (issignaling): New section.
26133         * manual/libm-err-tab.pl (@all_functions): Update comment.
26134         * math/gen-libm-test.pl (parse_args): Apply special handling for
26135         issignaling.
26136         * math/libm-test.inc (print_float, issignaling_test): New
26137         functions.
26138         (check_float_internal): Add issignaling checks.
26139         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26140         default definition.
26141         * sysdeps/powerpc/math-tests.h: New file.
26142         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26143         tests.
26144         * math/test-snan.c (TEST_FUNC): Likewise.
26146 2013-03-30  David S. Miller  <davem@davemloft.net>
26148         * po/de.po: Update from translation team.
26150 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26152         [BZ #10357]
26153         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26154         imaginary part less than 1.0 and real part less than 0.5
26155         specially.
26156         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26157         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26158         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26159         (cacos_test): Add more tests.
26160         (casin_test): Likewise.
26161         (casinh_test): Likewise.
26162         * sysdeps/i386/fpu/libm-test-ulps: Update.
26163         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26165 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26167         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26168         ONE with its value.
26170         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26171         (__pow_mp): Replace ONE and MONE with their values.
26172         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26173         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26174         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26175         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26176         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26177         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26179         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26181         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26182         (__pow_mp): Replace ZERO and MZERO with their values.
26183         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26184         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26185         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26186         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26187         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26188         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26189         (__sqr): Likewise.
26191         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26193         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26195 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26197         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26198         Declare with __attribute__ ((weak)).
26199         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26200         Call __call_tls_dtors only if it's not NULL.
26202 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26204         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26205         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26206         magic __ehdr_start linker symbol if it's defined.
26207         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26208         them up here if it was already done.
26210         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26211         (_dl_aux_init): Use const in cast when setting it.
26212         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26213         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26214         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26216         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26217         Declare them here.
26218         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26219         * csu/libc-tls.c: Nor here.
26220         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26222         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26223         (__libc_message): Never call vsyslog.
26225 2013-03-28  Alan Modra  <amodra@gmail.com>
26227         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26228         Define as empty.
26229         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26230         Likewise.
26232 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26234         [BZ #15214]
26235         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26236         underflow.
26237         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26239 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26241         [BZ #15304]
26242         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26243         Don't add gid passed as argument.
26245         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26247 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26249         [BZ #15307]
26250         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26251         imaginary part between 1.0 and 1.5 and real part less than 0.5
26252         specially.
26253         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26254         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26255         * math/libm-test.inc (cacos_test): Add more tests.
26256         (casin_test): Likewise.
26257         (casinh_test): Likewise.
26258         * sysdeps/i386/fpu/libm-test-ulps: Update.
26259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26261 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26263         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26264         constants.
26265         (norm): Likewise.
26266         (denorm): Likewise.
26267         (__dbl_mp): Likewise.
26268         (add_magnitudes): Likewise.
26269         (sub_magnitudes): Likewise.
26270         (__add): Likewise.
26271         (__sub): Likewise.
26272         (__mul): Likewise.
26273         (__sqr): Likewise.
26274         (__inv): Likewise.
26275         (__dvd): Likewise.
26277         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26278         commented code.
26279         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26280         (__dubcos): Likewise.
26281         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26282         (__ieee754_acos): Likewise.
26283         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26284         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26285         (__exp1): Likewise.
26286         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26287         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26288         (log1): Likewise.
26289         (my_log2): Likewise.
26290         (checkint): Likewise.
26291         * sysdeps/ieee754/dbl-64/e_remainder.c
26292         (__ieee754_remainder): Likewise.
26293         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26294         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26295         (bsloww): Likewise.
26296         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26298         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26299         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26300         MANTISSA_STORE_T to store computations on mantissa.  Use
26301         macros for rounding and division.
26302         (denorm): Likewise.
26303         (__dbl_mp): Likewise.
26304         (add_magnitudes): Likewise.
26305         (sub_magnitudes): Likewise.
26306         (__mul): Likewise.
26307         (__sqr): Likewise.
26308         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26309         powers of two in terms of TWOPOW macro.
26310         (mp_no): Make type of mantissa as MANTISSA_T.
26311         [!RADIXI]: Define RADIXI.
26312         [!TWO52]: Define TWO52.
26313         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26315 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26317         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26318         llroundl symbol when building for PPC32.
26320 2013-03-24  Mark H Weaver  <mhw@netris.org>
26322         * manual/arith.texi (Normalization Functions): Fix prototypes for
26323         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26325 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26327         [BZ #13889]
26328         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26329         high value to check if expl overflow.
26330         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26331         to check for underflow and overflow.
26332         * math/libm-test.inc: Add exp test.
26334 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26336         [BZ #11120]
26337         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26338         with NOT_IN_libc.
26340 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26342         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26343         symbol.
26345 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26347         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26348         wrap blocks consisting of several statements.
26350         * sysdeps/generic/math-tests.h: New file.
26351         * sysdeps/i386/fpu/math-tests.h: Likewise.
26352         * math/test-snan.c: Include it.
26353         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26355 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26357         [BZ #15285]
26358         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26359         (__ieee754_j0l): Do not improve calculations using cos of twice
26360         input for inputs above LDBL_MAX / 2.0L.
26361         (__ieee754_y0l): Likewise.
26362         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26363         (__ieee754_j1l): Do not improve calculations using cos of twice
26364         input for inputs above LDBL_MAX / 2.0L.
26365         (__ieee754_y1l): Likewise.
26366         * math/libm-test.inc (j0_test): Add another test.
26367         (j1_test): Likewise.
26368         (y0_test): Likewise.
26369         (y1_test): Likewise.
26370         * sysdeps/i386/fpu/libm-test-ulps: Update.
26372 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26374         * Rules ($(objpfx)bench-%.c): Include code from a C source
26375         file.
26377 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26379         [BZ #15287]
26380         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26381         imaginary part 1.0 and real part less than 0.5 specially.
26382         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26383         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26384         * math/libm-test.inc (cacos_test): Add more tests.
26385         (casin_test): Likewise.
26386         (casinh_test): Likewise.
26387         * sysdeps/i386/fpu/libm-test-ulps: Update.
26388         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26390 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26392         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26393         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26395 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26397         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26398         * config.make.in (config-cflags-sse4): Remove variable.
26399         (config-cflags-avx): Likewise.
26400         (config-cflags-sse2avx): Likewise.
26401         (config-cflags-novzeroupper): Likewise.
26402         (config-asflags-i686): Likewise.
26403         (have-mfma4): Likewise.
26404         (have-as-vis3): Likewise.
26405         (MIG): Likewise.
26406         * configure.in (MIG): Do not AC_SUBST.
26407         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26408         (libc_cv_cc_sse4): Do not AC_SUBST.
26409         (libc_cv_cc_avx): Likewise.
26410         (libc_cv_cc_sse2avx): Likewise.
26411         (libc_cv_cc_novzeroupper): Likewise.
26412         (libc_cv_cc_fma4): Likewise.
26413         (libc_cv_as_i686): Likewise.
26414         (libc_cv_sparc_as_vis3): Likewise.
26415         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26416         LIBC_CONFIG_VAR.
26417         (config-asflags-i686): Likewise.
26418         (config-cflags-avx): Likewise.
26419         (config-cflags-sse2avx): Likewise.
26420         (have-mfma4): Likewise.
26421         (config-cflags-novzeroupper): Likewise.
26422         * sysdeps/mach/configure.in (MIG): Likewise.
26423         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26424         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26425         LIBC_CONFIG_VAR.
26426         (config-cflags-avx): Likewise.
26427         (config-cflags-sse2avx): Likewise.
26428         (have-mfma4): Likewise.
26429         (config-cflags-novzeroupper): Likewise.
26430         * configure: Regenerated.
26431         * sysdeps/i386/configure: Likewise.
26432         * sysdeps/mach/configure: Likewise.
26433         * sysdeps/sparc/configure: Likewise.
26434         * sysdeps/x86_64/configure: Likewise.
26436 2013-03-20  Roland McGrath  <roland@hack.frob.com>
26438         [BZ #14812]
26439         * locale/programs/localedef.c (options): Put N_ translation marker
26440         on argument names, not just descriptions.
26442 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26444         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
26446 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
26448         [BZ #14176]
26449         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
26451 2013-03-19  Roland McGrath  <roland@hack.frob.com>
26453         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
26454         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
26455         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
26456         [!BEFORE_ABORT] (before_abort): New function.
26457         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
26458         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
26459         (writev_for_fatal): New function.
26460         (WRITEV_FOR_FATAL): New macro; call that.
26461         (backtrace_and_maps): New function.
26462         (BEFORE_ABORT): New macro; call that.
26463         (struct str_list): Type removed.
26464         (__libc_message, __libc_fatal): Functions removed.
26465         Include <sysdeps/posix/libc_fatal.c> instead.
26467 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
26469         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
26470         constants.
26471         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
26472         double constants.
26474 2013-03-19  Andreas Schwab  <schwab@suse.de>
26476         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
26477         * sysdeps/gnu/configure: Regenerate.
26479         * configure.in: Substitute libc_cv_rtlddir.
26480         * configure: Regenerate.
26481         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
26482         * Makeconfig (rtlddir, inst_rtlddir): New variables.
26483         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
26484         * elf/Makefile (install-others, CFLAGS-interp.c)
26485         (ldso_install, common-ldd-rewrite): Likewise.
26486         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
26487         $(inst_slibdir)/$(rtld-installed-name).
26488         * scripts/rellns-sh: Add -p option.
26489         * Makerules (make-shlib-link): Use rellns-sh to get relative name
26490         for source.
26492 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26494         * manual/nptl.texi: Renamed to ...
26495         * manual/threads.texi: ... this.
26496         * manual/Makefile (chapters): Update.
26498 2013-03-18  Roland McGrath  <roland@hack.frob.com>
26500         [BZ #14812]
26501         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
26502         on argument names, not just descriptions.
26503         * malloc/memusagestat.c (options): Likewise.
26504         * nss/getent.c (options): Likewise.
26506 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
26508         [BZ #14812]
26509         * iconv/iconv_prog.c (options): Put N_ translation marker
26510         on argument names, not just descriptions.
26511         * iconv/iconvconfig.c (options): Likewise.
26513 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
26515         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
26516         implementation which is faster on all x86_64 architectures.
26517         Tested on AMD, Intel Nehalem, SNB, IVB.
26518         * sysdeps/x86_64/strnlen.S: Likewise.
26520         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26521         Remove all multiarch strlen and strnlen versions.
26522         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
26523         Remove strlen and strnlen related parts.
26525         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
26526         Inline strlen part.
26527         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
26529         * sysdeps/x86_64/multiarch/strlen.S: Remove.
26530         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
26531         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
26532         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
26533         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
26534         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
26536 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
26538         * manual/memory.texi (Malloc Tunable Parameters):
26539         Sort parameters alphabetically. Add comments for missing entries.
26541 2013-03-17  David S. Miller  <davem@davemloft.net>
26543         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26545 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
26547         [BZ #15283]
26548         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
26549         for arguments at most half maximum finite value.
26550         * math/libm-test.inc (j0_test): Add more tests.
26551         (j1_test): Likewise.
26552         (y0_test): Likewise.
26553         (y1_test): Likewise.
26554         * sysdeps/i386/fpu/libm-test-ulps: Update.
26555         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26557         [BZ #14155]
26558         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
26559         1 / x and functions P and Q for arguments above 0x1p256L.
26560         (__ieee754_y0l): Likewise.
26561         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
26562         (__ieee754_y1l): Likewise.
26563         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
26564         (j1_test): Likewise.
26565         (y0_test): Likewise.
26566         (y1_test): Likewise.
26568 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
26570         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
26571         variable.
26573 2013-03-15  Roland McGrath  <roland@hack.frob.com>
26575         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
26576         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
26577         zero since it's initialized to EXEC_PAGESIZE.
26579         * sysdeps/unix/sysv/linux/ldsodefs.h
26580         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
26581         * sysdeps/generic/ldsodefs.h: ... here.
26583 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
26585         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
26587         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
26588         math/test-snan.c.
26589         * math/test-snan.c: Renamed from
26590         sysdeps/powerpc/fpu/test-powerpc-snan.c.
26591         * math/Makefile (tests): Add test-snan.
26592         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
26593         test-powerpc-snan.
26595         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
26596         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
26597         functions.
26598         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
26599         __builtin_nan family of functions.
26600         * math/libm-test.inc (initialize): Initialize qnan_value with
26601         __builtin_nan family of functions.
26602         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
26603         Remove variables.
26604         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
26605         Remove functions.
26606         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
26607         storage class.  Initialize qNaN_var and sNaN_var with
26608         __builtin_nan and __builtin_nans families of functions,
26609         respectively.
26611         * math/libm-test.inc (acosh_test): Also test with qNaN input.
26612         (sqrt_test): Remove duplicate test with qNaN input.
26613         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
26614         (round_test, signbit_test, significand_test): Note missing +/-Inf
26615         as well as qNaN tests.
26617         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
26618         qNaN_var.  Fix a few strings, too.
26619         * math/libm-test.inc (nan_value): Rename to qnan_value.
26620         * math/gen-libm-test.pl (%beautify): Adjust to that.
26621         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
26622         * math/test-misc.c (main): Likewise.
26623         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
26624         to __qnan_bytes, and __qnan_union, respectively.
26625         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
26626         Likewise.
26627         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
26628         and lqnanval, respectively.
26629         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
26630         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
26631         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
26632         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
26634         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
26635         * math/test-misc.c (main) [__x86_64__]: Enable test for long
26636         doubles.
26638         * math/test-misc.c (main): Fix copy'n'pastos.
26639         * misc/tst-efgcvt.c (special): Likewise.
26641         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
26642         Remove declarations.
26644 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26646         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
26647         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
26648         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
26649         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
26651 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26653         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
26654         macro to return vdso values correctly in IFUNC implementations.
26655         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
26656         Optimization by using IFUNC.
26658 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26659             Richard Henderson  <rth@redhat.com>
26660             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
26662         * Makefile.in (bench): New target.
26663         * NEWS: Mention the benchmark framework.
26664         * Rules (bench): Likewise.
26665         (binaries-bench): Generate binaries for functions to
26666         benchmark.
26667         * benchtests/Makefile: New makefile for benchmark tests.
26668         * benchtests/bench-skeleton.c: New skeleton file for benchmark
26669         programs.
26670         * benchtests/exp-inputs: New input file for EXP function.
26671         * benchtests/pow-inputs: New input file for POW function.
26672         * scripts/bench.pl: New script to generate source files for
26673         benchmark programs.
26675 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26677         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26678         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
26679         computations on mantissa.  Use macros for rounding and
26680         division.
26681         (denorm): Likewise.
26682         (__dbl_mp): Likewise.
26683         (add_magnitudes): Likewise.
26684         (sub_magnitudes): Likewise.
26685         (__mul): Likewise.
26686         (__sqr): Likewise.
26687         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26688         powers of two in terms of TWOPOW macro.
26689         (mp_no): Make type of mantissa as MANTISSA_T.
26690         [!RADIXI]: Define RADIXI.
26691         [!TWO52]: Define TWO52.
26692         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26694         * manual/nptl.texi (cindex): Modify threads to pthreads.
26696 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
26698         * sysdeps/x86_64/preconfigure: Regenerated.
26700 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
26702         [BZ #14155]
26703         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
26704         0x1p28 and above.
26705         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
26706         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
26707         0x1p28 and above.
26708         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
26709         * math/libm-test.inc (j0_test): Do not allow one spurious
26710         underflow exception.
26711         (y1_test): Likewise.
26713 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26715         * manual/Makefile (chapters): Add nptl.
26716         * manual/debug.texi (Debugging Support): Add link to Threads
26717         chapter.
26718         * manual/nptl.texi: New file.
26720         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
26722 2013-03-14  Petr Baudis  <pasky@ucw.cz>
26724         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
26725         for non-NULL pointer before the memory validity test. Pointed
26726         out by Holger Brunck <holger.brunck@keymile.com>.
26728 2013-03-13  Andreas Schwab  <schwab@suse.de>
26730         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
26731         instead of .os.
26733 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
26735         * timezone/zic.c: Update from tzcode 2013b.
26737 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
26739         * manual/install.texi (Configuring and compiling):
26740         Mention i686 and i586.
26741         * INSTALL: Regenerate.
26743 2013-03-12  Roland McGrath  <roland@hack.frob.com>
26745         * sysdeps/init_array/elf-init.c: New file.
26746         * csu/elf-init.c
26747         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
26748         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
26750         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
26751         __gmon_start__ as global, but as static with a .preinit_array pointer.
26752         * sysdeps/init_array/gmon-start.c: New file.  Use that.
26753         * sysdeps/init_array/crti.S: New file, empty except for comments.
26754         * sysdeps/init_array/crtn.S: Likewise.
26756 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
26758         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
26759         definining bcopy.
26760         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26761         Remove Prefer_SSE_for_memop.
26762         * sysdeps/x86_64/multiarch/init-arch.h: Remove
26763         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
26764         HAS_PREFER_SSE_FOR_MEMOP.
26765         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
26766         memset-x86-64.
26767         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26768         Remove bzero, memset ifunc support.
26769         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
26770         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
26771         * sysdeps/x86_64/multiarch/memset.S: Likewise.
26772         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
26774 2013-03-11  Andreas Schwab  <schwab@suse.de>
26776         [BZ #15234]
26777         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
26778         by SHLIB_COMPAT.
26779         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
26780         (GLIBC_2.16): Remove pthread_atfork.
26782 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
26784         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
26785         (ptestcases.h): Likewise.
26787 2013-03-08  Roland McGrath  <roland@hack.frob.com>
26789         * Makeconfig ($(common-objpfx)config.status): Depend on
26790         sysdeps/*/preconfigure{,.in} too.
26792 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
26794         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
26795         (__free_hook): Use void * instead of __malloc_ptr_t.
26796         (__malloc_hook): Likewise.
26797         (__realloc_hook): Likewise.
26798         (__memalign_hook): Likewise.
26799         (__after_morecore_hook): Likewise.
26800         * malloc/arena.c (save_malloc_hook): Likewise.
26801         (save_free_hook): Likewise.
26802         * malloc/hooks.c (malloc_hook_ini): Likewise.
26803         (realloc_hook_ini): Likewise.
26804         (memalign_hook_ini): Likewise.
26805         * malloc/malloc.c (malloc_hook_ini): Likewise.
26806         (realloc_hook_ini): Likewise.
26807         (memalign_hook_ini): Likewise.
26808         (__free_hook): Likewise.
26809         (__malloc_hook): Likewise.
26810         (__realloc_hook): Likewise.
26811         (__memalign_hook): Likewise.
26812         (__libc_malloc): Likewise.
26813         (__libc_free): Likewise.
26814         (__libc_realloc): Likewise.
26815         (__libc_memalign): Likewise.
26816         (__libc_valloc): Likewise.
26817         (__libc_pvalloc): Likewise.
26818         (__libc_calloc): Likewise.
26819         (__posix_memalign): Likewise.
26820         * malloc/morecore.c (__sbrk): Likewise.
26821         (__default_morecore): Likewise.
26823         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
26825         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
26826         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
26827         __malloc_ptrdiff_t.
26829         * malloc/malloc.h (__malloc_size_t): Remove macro.
26830         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
26831         __malloc_size_t.
26832         (old_memalign_hook): Likewise.
26833         (old_realloc_hook): Likewise.
26834         (struct hdr): Likewise.
26835         (flood): Likewise.
26836         (mallochook): Likewise.
26837         (memalignhook): Likewise.
26838         (reallochook): Likewise.
26839         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
26840         (tr_old_realloc_hook): Likewise.
26841         (tr_old_memalign_hook): Likewise.
26842         (tr_mallochook): Likewise.
26843         (tr_reallochook): Likewise.
26844         (tr_memalignhook): Likewise.
26846 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26848         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
26849         default_ldbl_pack and using as default implementation.
26850         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
26851         implementation.
26852         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
26853         redundant definition.
26854         (ldbl_insert_mantissa): Likewise.
26855         (ldbl_canonicalize): Likewise.
26856         (ldbl_nearbyint): Likewise.
26857         (ldbl_pack): Rename to ldbl_pack_ppc.
26858         (ldbl_unpack): Rename to ldbl_unpack_ppc.
26859         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
26860         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
26862 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
26864         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
26865         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
26866         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
26867         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
26868         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
26869         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
26870         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
26871         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
26873 2013-03-07  Andreas Jaeger  <aj@suse.de>
26875         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
26876         bits/mman-linux.h.
26878 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
26880         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
26881         Include mpa.h and declare __MPEXP.
26882         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
26883         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
26884         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
26885         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
26886         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
26887         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
26888         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
26890         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
26891         (__slowpow): Use long double EXPL and LOGL functions to
26892         compute POW.
26893         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
26894         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
26895         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
26896         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
26897         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
26898         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
26900         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
26901         intermediate variable to calculate exponent.
26902         (__sqr): Likewise.
26903         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
26904         Likewise.
26905         (__sqr): Likewise.
26907         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
26908         [!NO__SQR]: Define __sqr.
26909         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
26910         and NO__SQR.  Remove all code except __mul and __sqr.  Include
26911         sysdeps/ieee754/dbl-64/mpa.c.
26912         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26914         [BZ #12723]
26915         * posix/Makefile (tests): Add tst-pathconf.
26916         * posix/tst-pathconf.c: New test case.
26917         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
26918         _PC_PIPE_BUF.
26919         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
26921 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
26923         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
26925 2013-03-06  Andreas Jaeger  <aj@suse.de>
26927         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
26928         definition via __MAP_ANONYMOUS.
26930         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
26931         it's not part of Linux headers.
26933         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
26934         (MAP_HUGE_MASK): Define.
26936         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26937         Define.
26938         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26939         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26940         Define.
26941         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26942         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26943         Define.
26944         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26945         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
26946         Define.
26947         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26949         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
26950         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
26951         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
26952         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
26953         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
26954         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
26956         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
26957         Handle f2fs.
26959         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
26960         Handle f2fs and efivarfs.
26962         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
26963         f2fs.
26965         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
26966         (EFIVARFS_MAGIC): Add.
26967         (F2FS_LINK_MAX): Add.
26969 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
26971         * stdio-common/vfprintf.c: Replace __builtin_expect with
26972         __glibc_unlikely.
26974 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
26976         [BZ #13550]
26977         * sysdeps/generic/bp-sym.h: Remove file.
26978         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
26979         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
26980         <bp-sym.h> and <bp-asm.h>.
26981         (__longjmp): Don't use BP_SYM.
26982         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
26983         and <bp-asm.h>.
26984         (memcpy): Don't use BP_SYM.
26985         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
26986         <bp-sym.h> and <bp-asm.h>.
26987         (memcpy): Don't use BP_SYM.
26988         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
26989         <bp-asm.h>.
26990         (memcpy): Don't use BP_SYM.
26991         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
26992         <bp-asm.h>.
26993         (memset): Don't use BP_SYM.
26994         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
26995         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
26996         (__bzero): Don't use BP_SYM.
26997         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26998         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26999         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27000         <bp-sym.h> and <bp-asm.h>.
27001         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27002         pointers.
27003         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27004         <bp-sym.h> and <bp-asm.h>.
27005         (memcpy): Don't use BP_SYM.
27006         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27007         <bp-sym.h> and <bp-asm.h>.
27008         (memset): Don't use BP_SYM.
27009         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27010         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27011         (__bzero): Don't use BP_SYM.
27012         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27013         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27014         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27015         <bp-sym.h> and <bp-asm.h>.
27016         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27017         pointers.
27018         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27019         <bp-sym.h> and <bp-asm.h>.
27020         (memcpy): Don't use BP_SYM.
27021         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27022         <bp-sym.h> and <bp-asm.h>.
27023         (memset): Don't use BP_SYM.
27024         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27025         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27026         (__bzero): Don't use BP_SYM.
27027         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27028         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27029         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27030         <bp-sym.h> and <bp-asm.h>.
27031         (__memchr): Don't use BP_SYM.
27032         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27033         <bp-sym.h> and <bp-asm.h>.
27034         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27035         pointers.
27036         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27037         <bp-sym.h> and <bp-asm.h>.
27038         (memcpy): Don't use BP_SYM.
27039         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27040         <bp-sym.h> and <bp-asm.h>.
27041         (__mempcpy): Don't use BP_SYM.
27042         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27043         <bp-sym.h> and <bp-asm.h>.
27044         (__memrchr): Don't use BP_SYM.
27045         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27046         <bp-sym.h> and <bp-asm.h>.
27047         (memset): Don't use BP_SYM.
27048         (__bzero): Likewise.
27049         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27050         <bp-sym.h> and <bp-asm.h>.
27051         (__rawmemchr): Don't use BP_SYM.
27052         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27053         <bp-sym.h> and <bp-asm.h>.
27054         (__STRCMP): Don't use BP_SYM.
27055         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27056         <bp-sym.h> and <bp-asm.h>.
27057         (strchr): Don't use BP_SYM.
27058         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27059         <bp-sym.h> and <bp-asm.h>.
27060         (__strchrnul): Don't use BP_SYM.
27061         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27062         <bp-sym.h> and <bp-asm.h>.
27063         (strlen): Don't use BP_SYM.
27064         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27065         <bp-sym.h> and <bp-asm.h>.
27066         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27067         pointers.
27068         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27069         <bp-sym.h> and <bp-asm.h>.
27070         (__strnlen): Don't use BP_SYM.
27071         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27072         <bp-sym.h> and <bp-asm.h>.
27073         (__GI__setjmp): Don't use BP_SYM.
27074         (_setjmp): Likewise.
27075         (__sigsetjmp): Likewise.
27076         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27077         (L(start_addresses)): Don't use BP_SYM.
27078         (_start): Likewise.
27079         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27080         <bp-asm.h>.
27081         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27082         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27083         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27084         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27085         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27086         <bp-asm.h>.
27087         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27088         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27089         about bounded pointers.
27090         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27091         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27092         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27093         <bp-asm.h>.
27094         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27095         about bounded pointers.  Remove GKM FIXME comments.
27096         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27097         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27098         <bp-asm.h>.
27099         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27100         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27101         Remove GKM FIXME comments.
27102         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27103         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27104         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27105         <bp-asm.h>.
27106         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27107         about bounded pointers.  Remove GKM FIXME comment.
27108         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27109         and <bp-asm.h>.
27110         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27111         pointers.
27112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27113         <bp-sym.h> and <bp-asm.h>.
27114         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27116         <bp-sym.h> and <bp-asm.h>.
27117         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27118         comment.
27120 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27122         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27123         call free(NULL).
27125 2013-03-05  David S. Miller  <davem@davemloft.net>
27127         * po/es.po: Update from translation team.
27129 2013-03-05  Andreas Jaeger  <aj@suse.de>
27131         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27132         <bits/mman-linux.h>.
27133         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27134         is fine.
27135         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27136         <bits/mman-linux.h> to end of file.
27137         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27138         is fine.
27139         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27140         <bits/mman-linux.h> to end of file.
27141         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27142         is fine.
27143         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27144         <bits/mman-linux.h> to end of file.
27146         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27147         (MCL_CURRENT, MCL_FUTURE): Define here.
27149 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27151         [BZ #15232]
27152         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27153         attribute_hidden.
27154         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27156 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27158         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27159         fourth parameter needed for rt_sigprocmask syscall.
27160         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27161         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27162         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27163         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27164         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27165         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27167 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27169         [BZ #13550]
27170         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27171         comment about bounded pointers.
27172         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27173         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27175 2013-03-04  Andreas Jaeger  <aj@suse.de>
27177         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27178         common definitions.
27180         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27181         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27182         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27183         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27184         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27185         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27187 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27189         [BZ #15055]
27190         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27191         __ieee754_sqrl instead of __sqrl.
27193 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27195         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27196         * sysdeps/powerpc/fpu_control.h: ... here.
27197         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27198         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27199         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27200         * sysdeps/powerpc/bits/mathinline.h: ... here.
27202 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27204         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27205         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27206         to just [NEED_DL_SYSINFO_DSO].
27207         * elf/dl-support.c: Likewise.
27208         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27209         * elf/rtld.c (dl_main): Likewise.
27210         * elf/setup-vdso.h (setup_vdso): Likewise.
27211         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27212         * sysdeps/unix/sysv/linux/dl-sysdep.c
27213         (_dl_discover_osversion): Likewise.
27215 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27217         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27218         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27220 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27222         * NEWS: Mention libm performance improvements and non-x86 PI
27223         futex support.
27225         * csu/libc-start.c (__pthread_initialize_minimal): Change
27226         function arguments.
27227         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27229 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27231         [BZ #13550]
27232         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27233         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27234         <bp-sym.h> and <bp-asm.h>.
27235         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27236         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27237         and <bp-asm.h>.
27238         (memcpy): Don't use BP_SYM.
27239         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27240         <bp-asm.h>.
27241         (__mpn_add_n): Don't use BP_SYM.
27242         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27243         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27244         and <bp-asm.h>.
27245         (__mpn_addmul_1): Don't use BP_SYM.
27246         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27247         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27248         <bp-sym.h>.
27249         (_setjmp): Don't use BP_SYM.
27250         (__novmx_setjmp): Likewise.
27251         (__GI__setjmp): Likewise.
27252         (__vmx_setjmp): Likewise.
27253         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27254         <bp-sym.h>.
27255         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27256         (__bzero): Don't use BP_SYM.
27257         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27258         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27259         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27260         <bp-sym.h> and <bp-asm.h>.
27261         (memcpy): Don't use BP_SYM.
27262         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27263         <bp-sym.h> and <bp-asm.h>.
27264         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27265         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27266         <bp-sym.h> and <bp-asm.h>.
27267         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27268         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27269         <bp-asm.h>.
27270         (__mpn_lshift): Don't use BP_SYM.
27271         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27272         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27273         <bp-asm.h>.
27274         (memset): Don't use BP_SYM.
27275         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27276         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27277         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27278         <bp-asm.h>.
27279         (__mpn_mul_1): Don't use BP_SYM.
27280         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27281         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27282         <bp-sym.h> and <bp-asm.h>.
27283         (memcmp): Don't use BP_SYM.
27284         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27285         <bp-sym.h> and <bp-asm.h>.
27286         (memcpy): Don't use BP_SYM.
27287         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27288         <bp-sym.h> and <bp-asm.h>.
27289         (memset): Don't use BP_SYM.
27290         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27291         <bp-sym.h> and <bp-asm.h>.
27292         (strncmp): Don't use BP_SYM.
27293         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27294         <bp-sym.h> and <bp-asm.h>.
27295         (memcpy): Don't use BP_SYM.
27296         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27297         <bp-sym.h> and <bp-asm.h>.
27298         (memset): Don't use BP_SYM.
27299         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27300         <bp-sym.h> and <bp-asm.h>.
27301         (__memchr): Don't use BP_SYM.
27302         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27303         <bp-sym.h> and <bp-asm.h>.
27304         (memcmp): Don't use BP_SYM.
27305         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27306         <bp-sym.h> and <bp-asm.h>.
27307         (memcpy): Don't use BP_SYM.
27308         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27309         <bp-sym.h> and <bp-asm.h>.
27310         (__mempcpy): Don't use BP_SYM.
27311         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27312         <bp-sym.h> and <bp-asm.h>.
27313         (__memrchr): Don't use BP_SYM.
27314         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27315         <bp-sym.h> and <bp-asm.h>.
27316         (memset): Don't use BP_SYM.
27317         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27318         <bp-sym.h> and <bp-asm.h>.
27319         (__rawmemchr): Don't use BP_SYM.
27320         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27321         <bp-sym.h> and <bp-asm.h>.
27322         (__STRCMP): Don't use BP_SYM.
27323         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27324         <bp-sym.h> and <bp-asm.h>.
27325         (strchr): Don't use BP_SYM.
27326         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27327         <bp-sym.h> and <bp-asm.h>.
27328         (__strchrnul): Don't use BP_SYM.
27329         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27330         <bp-sym.h> and <bp-asm.h>.
27331         (strlen): Don't use BP_SYM.
27332         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27333         <bp-sym.h> and <bp-asm.h>.
27334         (strncmp): Don't use BP_SYM.
27335         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27336         <bp-sym.h> and <bp-asm.h>.
27337         (__strnlen): Don't use BP_SYM.
27338         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27339         <bp-asm.h>.
27340         (__mpn_rshift): Don't use BP_SYM.
27341         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27342         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27343         <bp-sym.h> and <bp-asm.h>.
27344         (__sigsetjmp): Don't use BP_SYM.
27345         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27346         (L(start_addresses)): Don't use BP_SYM.
27347         (_start): Likewise.
27348         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27349         <bp-asm.h>.
27350         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27351         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27352         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27353         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27354         <bp-asm.h>.
27355         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27356         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27357         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27358         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27359         <bp-asm.h>.
27360         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27361         comments.
27362         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27363         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27364         <bp-asm.h>.
27365         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27366         FIXME comments.
27367         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27368         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27369         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27370         <bp-asm.h>.
27371         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27372         comment.
27373         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27374         and <bp-asm.h>.
27375         (strncmp): Don't use BP_SYM,
27376         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27377         <bp-asm.h>.
27378         (__mpn_sub_n): Don't use BP_SYM.
27379         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27380         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27381         and <bp-asm.h>.
27382         (__mpn_submul_1): Don't use BP_SYM.
27383         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27385         <bp-sym.h> and <bp-asm.h>.
27386         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27388         <bp-sym.h> and <bp-asm.h>.
27389         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27390         comment.
27392 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27394         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27395         Use ZK to minimize writes to Z.
27396         (sub_magnitudes): Simplify code a bit.
27397         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27398         Use ZK to minimize writes to Z.
27399         (sub_magnitudes): Simplify code a bit.
27401 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27403         * csu/gmon-start.c: Add special exception to license text.
27405 2013-02-27  Richard Henderson  <rth@redhat.com>
27407         * scripts/config.guess: Update from config.git.
27408         * scripts/config.sub: Likewise.
27410 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27412         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27414         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27416         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27418         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27420         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27422 2013-02-26  Roland McGrath  <roland@hack.frob.com>
27424         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27425         [$(build-shared = yes].
27427 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27429         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27430         (__mul): Reduce iterations for calculating mantissa.
27432         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
27433         MPTWO.
27434         (__mpranred): Likewise.
27436         [BZ #15160]
27437         * malloc/memusagestat.c (main): Draw graphs for heap and stack
27438         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
27440 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27442         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
27443         Define __attribute__.
27445 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27447         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
27448         unused.
27449         * posix/regex_internal.h (__attribute): Remove.
27450         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
27451         (re_string_context_at): Likewise.
27452         (bitset_not): Use __attribute__ and mark function as possibly
27453         unused.
27454         (bitset_merge): Likewise.
27455         (bitset_mask): Likewise.
27456         (re_string_char_size_at): Likewise.
27457         (re_string_wchar_at): Likewise.
27458         (re_string_elem_size_at): Likewise.
27460 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27462         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
27463         code.
27464         (cc32): Likewise.
27466         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
27467         (__acr): Likewise.
27468         (__cpy): Likewise.
27469         (norm): Likewise.
27470         (denorm): Likewise.
27471         (__dbl_mp): Likewise.
27472         (add_magnitudes): Likewise.
27473         (sub_magnitudes): Likewise.
27474         (__mul): Likewise.
27475         (__inv): Likewise.
27477         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
27478         style.
27480         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
27481         style.
27483         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
27484         code.
27486         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
27487         up changes with default code.
27488         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
27489         Likewise.
27491 2013-02-24  Allan McRae  <allan@archlinux.org>
27493         * manual/socket.texi (The Internet Namespace): Order menu items
27494         to match that in the file.
27496         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
27497         node listing of the info page menu.
27499 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
27501         [BZ #13550]
27502         * sysdeps/i386/bp-asm.h: Remove file.
27503         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27504         (PARMS): Do not use macros from bp-asm.h.
27505         (S1): Likewise.
27506         (S2): Likewise.
27507         (SIZE): Likewise.
27508         (__mpn_add_n): Do not use BP_SYM
27509         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
27510         "bp-asm.h".
27511         (PARMS): Do not use macros from bp-asm.h.
27512         (S1): Likewise.
27513         (SIZE): Likewise.
27514         (__mpn_addmul_1): Do not use BP_SYM
27515         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
27516         "bp-asm.h".
27517         (PARMS): Do not use macros from bp-asm.h.
27518         (SIGMSK): Likewise.
27519         (_setjmp): Likewise.  Do not use BP_SYM.
27520         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
27521         "bp-asm.h".
27522         (PARMS): Do not use macros from bp-asm.h.
27523         (SIGMSK): Likewise.
27524         (setjmp): Likewise.  Do not use BP_SYM.
27525         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
27526         "bp-asm.h".
27527         (PARMS): Do not use macros from bp-asm.h.
27528         (__frexp): Do not use BP_SYM.
27529         (frexp): Likewise.
27530         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
27531         "bp-asm.h".
27532         (PARMS): Do not use macros from bp-asm.h.
27533         (__frexpf): Do not use BP_SYM.
27534         (frexpf): Likewise.
27535         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
27536         "bp-asm.h".
27537         (PARMS): Do not use macros from bp-asm.h.
27538         (__frexpl): Do not use BP_SYM.
27539         (frexpl): Likewise.
27540         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
27541         "bp-asm.h".
27542         (PARMS): Do not use macros from bp-asm.h.
27543         (__remquo): Do not use BP_SYM.
27544         (remquo): Likewise.
27545         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
27546         "bp-asm.h".
27547         (PARMS): Do not use macros from bp-asm.h.
27548         (__remquof): Do not use BP_SYM.
27549         (remquof): Likewise.
27550         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
27551         "bp-asm.h".
27552         (PARMS): Do not use macros from bp-asm.h.
27553         (__remquol): Do not use BP_SYM.
27554         (remquol): Likewise.
27555         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
27556         "bp-asm.h".
27557         (PARMS): Do not use macros from bp-asm.h.
27558         (DEST): Likewise.
27559         (SRC): Likewise.
27560         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
27561         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
27562         "bp-asm.h".
27563         (PARMS): Do not use macros from bp-asm.h.
27564         (strlen): Do not use BP_SYM.
27565         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
27566         "bp-asm.h".
27567         (PARMS): Do not use macros from bp-asm.h.
27568         (S1): Likewise.
27569         (S2): Likewise.
27570         (SIZE): Likewise.
27571         (__mpn_add_n): Do not use BP_SYM.
27572         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
27573         "bp-asm.h".
27574         (PARMS): Do not use macros from bp-asm.h.
27575         (S1): Likewise.
27576         (SIZE): Likewise.
27577         (__mpn_addmul_1): Do not use BP_SYM.
27578         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
27579         weak_alias.
27580         (bzero): Likewise.
27581         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
27582         "bp-asm.h".
27583         (PARMS): Do not use macros from bp-asm.h.
27584         (S): Likewise.
27585         (SIZE): Likewise.
27586         (__mpn_lshift): Do not use BP_SYM.
27587         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
27588         "bp-asm.h".
27589         (PARMS): Do not use macros from bp-asm.h.
27590         (DEST): Likewise.
27591         (SRC): Likewise.
27592         (LEN): Likewise.
27593         (memcpy): Likewise.  Do not use BP_SYM.
27594         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
27595         libc_hidden_def and weak_alias.
27596         (mempcpy): Do not use BP_SYM in weak_alias.
27597         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
27598         "bp-asm.h".
27599         (PARMS): Do not use macros from bp-asm.h.
27600         (DEST): Likewise.
27601         (LEN): Likewise.
27602         [!BZERO_P] (CHR): Likewise.
27603         (memset): Likewise.  Do not use BP_SYM.
27604         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
27605         "bp-asm.h".
27606         (PARMS): Do not use macros from bp-asm.h.
27607         (S1): Likewise.
27608         (SIZE): Likewise.
27609         (__mpn_mul_1): Do not use BP_SYM.
27610         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
27611         "bp-asm.h".
27612         (PARMS): Do not use macros from bp-asm.h.
27613         (S): Likewise.
27614         (SIZE): Likewise.
27615         (__mpn_rshift): Do not use BP_SYM.
27616         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
27617         "bp-asm.h".
27618         (PARMS): Do not use macros from bp-asm.h.
27619         (STR): Likewise.
27620         (CHR): Likewise.
27621         (strchr): Likewise.  Do not use BP_SYM.
27622         (index): Do not use BP_SYM in weak_alias.
27623         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
27624         "bp-asm.h".
27625         (PARMS): Do not use macros from bp-asm.h.
27626         (DEST): Likewise.
27627         (SRC): Likewise.
27628         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
27629         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
27630         "bp-asm.h".
27631         (PARMS): Do not use macros from bp-asm.h.
27632         (strlen): Do not use BP_SYM.
27633         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
27634         "bp-asm.h".
27635         (PARMS): Do not use macros from bp-asm.h.
27636         (S1): Likewise.
27637         (S2): Likewise.
27638         (SIZE): Likewise.
27639         (__mpn_sub_n): Do not use BP_SYM.
27640         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
27641         "bp-asm.h".
27642         (PARMS): Do not use macros from bp-asm.h.
27643         (S1): Likewise.
27644         (SIZE): Likewise.
27645         (__mpn_submul_1): Do not use BP_SYM.
27646         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
27647         "bp-asm.h".
27648         (PARMS): Do not use macros from bp-asm.h.
27649         (S1): Likewise.
27650         (S2): Likewise.
27651         (SIZE): Likewise.
27652         (__mpn_add_n): Do not use BP_SYM.
27653         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
27654         weak_alias.
27655         (bzero): Likewise.
27656         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
27657         "bp-asm.h".
27658         (PARMS): Do not use macros from bp-asm.h.
27659         (BLK2): Likewise.
27660         (LEN): Likewise.
27661         (memcmp): Do not use BP_SYM.
27662         (bcmp): Do not use BP_SYM in weak_alias.
27663         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
27664         "bp-asm.h".
27665         (PARMS): Do not use macros from bp-asm.h.
27666         (DEST): Likewise.
27667         (SRC): Likewise.
27668         (LEN): Likewise.
27669         (memcpy): Likewise.  Do not use BP_SYM.
27670         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
27671         "bp-asm.h".
27672         (PARMS): Do not use macros from bp-asm.h.
27673         (DEST): Likewise.
27674         (SRC): Likewise.
27675         (LEN): Likewise.
27676         (memmove): Likewise.  Do not use BP_SYM.
27677         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
27678         "bp-asm.h".
27679         (PARMS): Do not use macros from bp-asm.h.
27680         (DEST): Likewise.
27681         (SRC): Likewise.
27682         (LEN): Likewise.
27683         (__mempcpy): Likewise.  Do not use BP_SYM.
27684         (mempcpy): Do not use BP_SYM in weak_alias.
27685         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
27686         "bp-asm.h".
27687         (PARMS): Do not use macros from bp-asm.h.
27688         (DEST): Likewise.
27689         (LEN): Likewise.
27690         [!BZERO_P] (CHR): Likewise.
27691         (memset): Likewise.  Do not use BP_SYM.
27692         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
27693         "bp-asm.h".
27694         (PARMS): Do not use macros from bp-asm.h.
27695         (STR2): Likewise.
27696         (strcmp): Do not use BP_SYM.
27697         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
27698         "bp-asm.h".
27699         (PARMS): Do not use macros from bp-asm.h.
27700         (STR): Likewise.
27701         (DELIM): Likewise.
27702         [USE_AS_STRTOK_R] (SAVE): Likewise.
27703         (FUNCTION): Likewise.  Do not use BP_SYM.
27704         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
27705         aliases.
27706         (strtok_r): Likewise.
27707         (__GI___strtok_r): Likewise.
27708         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27709         (PARMS): Do not use macros from bp-asm.h.
27710         (S): Likewise.
27711         (SIZE): Likewise.
27712         (__mpn_lshift): Do not use BP_SYM.
27713         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27714         (PARMS): Do not use macros from bp-asm.h.
27715         (STR): Likewise.
27716         (CHR): Likewise.
27717         (__memchr): Do not use BP_SYM.
27718         (memchr): Do not use BP_SYM in weak_alias.
27719         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27720         (PARMS): Do not use macros from bp-asm.h.
27721         (BLK2): Likewise.
27722         (LEN): Likewise.
27723         (memcmp): Do not use BP_SYM.
27724         (bcmp): Do not use BP_SYM in weak_alias.
27725         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
27726         (PARMS): Do not use macros from bp-asm.h.
27727         (S1): Likewise.
27728         (SIZE): Likewise.
27729         (__mpn_mul_1): Do not use BP_SYM.
27730         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
27731         "bp-asm.h".
27732         (PARMS): Do not use macros from bp-asm.h.
27733         (STR): Likewise.
27734         (CHR): Likewise.
27735         (__rawmemchr): Do not use BP_SYM.
27736         (rawmemchr): Do not use BP_SYM in weak_alias.
27737         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27738         (PARMS): Do not use macros from bp-asm.h.
27739         (S): Likewise.
27740         (SIZE): Likewise.
27741         (__mpn_rshift): Do not use BP_SYM.
27742         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27743         (PARMS): Do not use macros from bp-asm.h.
27744         (SIGMSK): Likewise.
27745         (__sigsetjmp): Likewise.  Do not use BP_SYM.
27746         * sysdeps/i386/start.S: Do not include "bp-sym.h".
27747         (_start): Do not use BP_SYM.
27748         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
27749         (PARMS): Do not use macros from bp-asm.h.
27750         (DEST): Likewise.
27751         (SRC): Likewise.
27752         (__stpcpy): Likewise.  Do not use BP_SYM.
27753         (stpcpy): Do not use BP_SYM in weak_alias.
27754         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
27755         "bp-asm.h".
27756         (PARMS): Do not use macros from bp-asm.h.
27757         (DEST): Likewise.
27758         (SRC): Likewise.
27759         (LEN): Likewise.
27760         (__stpncpy): Likewise.  Do not use BP_SYM.
27761         (stpncpy): Do not use BP_SYM in weak_alias.
27762         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27763         (PARMS): Do not use macros from bp-asm.h.
27764         (STR): Likewise.
27765         (CHR): Likewise.
27766         (strchr): Likewise.  Do not use BP_SYM.
27767         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
27768         "bp-asm.h".
27769         (PARMS): Do not use macros from bp-asm.h.
27770         (STR): Likewise.
27771         (CHR): Likewise.
27772         (__strchrnul): Likewise.  Do not use BP_SYM.
27773         (strchrnul): Do not use BP_SYM in weak_alias.
27774         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
27775         "bp-asm.h".
27776         (PARMS): Do not use macros from bp-asm.h.
27777         (STOP): Likewise.
27778         (strcspn): Do not use BP_SYM.
27779         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
27780         "bp-asm.h".
27781         (PARMS): Do not use macros from bp-asm.h.
27782         (STR): Likewise.
27783         (STOP): Likewise.
27784         (strpbrk): Likewise.  Do not use BP_SYM.
27785         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
27786         "bp-asm.h".
27787         (PARMS): Do not use macros from bp-asm.h.
27788         (STR): Likewise.
27789         (CHR): Likewise.
27790         (strrchr): Likewise.  Do not use BP_SYM.
27791         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
27792         (PARMS): Do not use macros from bp-asm.h.
27793         (SKIP): Likewise.
27794         (strspn): Do not use BP_SYM.
27795         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
27796         (PARMS): Do not use macros from bp-asm.h.
27797         (STR): Likewise.
27798         (DELIM): Likewise.
27799         (SAVE): Likewise.
27800         (FUNCTION): Likewise.  Do not use BP_SYM.
27801         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
27802         aliases.
27803         (strtok_r): Likewise.
27804         (__GI___strtok_r): Likewise.
27805         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27806         (PARMS): Do not use macros from bp-asm.h.
27807         (S1): Likewise.
27808         (S2): Likewise.
27809         (SIZE): Likewise.
27810         (__mpn_sub_n): Do not use BP_SYM.
27811         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
27812         "bp-asm.h".
27813         (PARMS): Do not use macros from bp-asm.h.
27814         (S1): Likewise.
27815         (SIZE): Likewise.
27816         (__mpn_submul_1): Do not use BP_SYM.
27817         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
27818         <bp-sym.h>.
27819         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
27820         and <bp-asm.h>.
27821         (PARMS): Do not use macros from bp-asm.h.
27822         (FLAGS): Likewise.
27823         (PTID): Likewise.
27824         (TLS): Likewise.
27825         (CTID): Likewise.
27826         (__clone): Do not use BP_SYM.
27827         (clone): Do not use BP_SYM in weak_alias.
27828         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
27829         and <bp-asm.h>.
27830         (PARMS): Do not use macros from bp-asm.h.
27831         (LEN): Likewise.
27832         (__mmap64): Do not use BP_SYM.
27833         (mmap64): Do not use BP_SYM in weak_alias.
27834         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
27835         <bp-sym.h> and <bp-asm.h>.
27836         (PARMS): Do not use macros from bp-asm.h.
27837         (__posix_fadvise64_l64): Do not use BP_SYM.
27838         * sysdeps/unix/sysv/linux/i386/semtimedop.S
27839         (PARMS): Do not use macros from bp-asm.h.
27840         (NSOPS): Likewise.
27841         (semtimedop): Do not use BP_SYM.
27842         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
27843         and <bp-asm.h>.
27845 2013-02-21  Allan McRae  <allan@archlinux.org>
27847         * manual/message.texi (Charset conversion in gettext):
27848         Move @end statement to beginning of line.
27850 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27852         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
27853         static.
27854         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
27855         Likewise.
27857         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
27858         (denorm): Likewise.
27859         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
27860         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
27862 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27864         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
27865         tail-call to the resolved function if pltexit isn't needed.
27867 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27869         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
27870         or Y being zero as being unlikely.
27871         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27872         Likewise.
27874 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
27876         * manual/nss.texi (System Databases and Name Service Switch):
27877         Remove frobnicate @pxref.
27879 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
27881         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
27882         __attribute__ ((unused)) to __attribute__ ((__unused__)).
27884 2013-02-20  Petr Machata  <pmachata@redhat.com>
27886         * elf/elf.h (R_ARM_TARGET1): New macro.
27887         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
27888         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
27889         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
27890         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
27891         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
27892         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
27893         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
27894         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
27895         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
27896         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
27897         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
27898         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
27899         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
27900         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
27901         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
27902         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
27903         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
27904         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
27905         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
27906         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
27907         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
27908         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
27909         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
27910         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
27911         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
27912         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
27913         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
27914         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
27915         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
27916         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
27917         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
27918         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
27919         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
27920         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
27921         (R_ARM_THM_GOT_BREL12): Likewise.
27922         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
27923         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
27924         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
27925         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
27926         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
27927         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
27928         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
27929         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
27930         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
27932 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
27934         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
27935         __attribute_used__ to __attribute__ ((unused)).
27937 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
27939         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
27940         powerpc mpa.c.
27941         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
27942         comment formatting.
27943         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
27945 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
27947         [BZ #13550]
27948         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
27949         Remove macro.
27950         (ENTER): Remove both macro definitions.
27951         (LEAVE): Likewise.
27952         (CHECK_BOUNDS_LOW): Likewise.
27953         (CHECK_BOUNDS_HIGH): Likewise.
27954         (CHECK_BOUNDS_BOTH): Likewise.
27955         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
27956         (RETURN_BOUNDED_POINTER): Likewise.
27957         (RETURN_NULL_BOUNDED_POINTER): Likewise.
27958         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
27959         (POP_ERRNO_LOCATION_RETURN): Likewise.
27960         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
27961         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27962         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
27963         macros.
27964         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27965         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
27966         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
27967         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
27968         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
27969         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
27970         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
27971         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
27972         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
27973         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
27974         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
27975         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
27976         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27977         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
27978         removed macros.
27979         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27980         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
27981         macros.
27982         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27983         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
27984         * sysdeps/i386/i586/memset.S (memset): Likewise.
27985         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
27986         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27987         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
27988         macros.
27989         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27990         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
27991         Change uses of L(2) to L(out).
27992         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
27993         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
27994         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
27995         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27996         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
27997         removed macros.
27998         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27999         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28000         macros.
28001         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28002         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28003         (RETURN): Do not use macro LEAVE.
28004         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28005         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28006         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28007         * sysdeps/i386/i686/memset.S (memset): Likewise.
28008         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28009         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28010         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28011         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28012         Likewise.
28013         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28014         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28015         L(1_2) and L(1_3) into L(1).
28016         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28017         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28018         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28019         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28020         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28021         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28022         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28023         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28024         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28025         macros.
28026         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28027         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28028         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28029         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28030         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28031         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28032         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28033         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28034         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28035         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28036         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28037         * sysdeps/i386/strspn.S (strspn): Likewise.
28038         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28039         conditional code.
28040         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28041         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28042         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28043         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28044         L(1_3) into L(1_1).
28045         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28046         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28047         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28048         macros.
28049         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28051 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28053         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28054         macro.
28056 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28058         * math/atest-exp.c (exp_mpn): Remove ROUND.
28059         * math/atest-exp2.c (exp_mpn): Likewise.
28060         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28062         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28063         * stdlib/tst-tls-atexit-lib.c: Likewise.
28064         * stdlib/tst-tls-atexit.c: Likewise.
28066 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28068         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28069         and __attribute_alloc_size__.
28071 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28073         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28074         __attribute_alloc_size__.
28075         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28076         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28078 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28080         * include/programs/xmalloc.h: New file.
28081         * catgets/gencat.c: Include it.
28082         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28083         * elf/pldd.c: Likewise.
28084         * iconv/iconv_charmap.c: Likewise.
28085         * iconv/iconvconfig.c: Likewise.
28086         * iconv/strtab.c: Likewise.
28087         * locale/programs/locale.c: Likewise.
28088         * locale/programs/localedef.h: Likewise.
28089         * locale/programs/simple-hash.c: Likewise.
28090         * nscd/nscd.h: Likewise.
28091         * nss/makedb.c: Likewise.
28092         * sysdeps/generic/ldconfig.h: Likewise.
28094 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28096         * Versions.def: Add GLIBC_2.18.
28097         * include/link.h (struct link_map): New member l_tls_dtor_count.
28098         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28099         (__call_tls_dtors): Likewise.
28100         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28101         __cxa_thread_atexit_impl.
28102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28103         Likewise.
28104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28105         Likewise.
28106         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28107         Likewise.
28108         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28109         Likewise.
28110         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28111         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28112         Likewise.
28113         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28114         Likewise.
28115         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28116         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28117         Likewise.
28118         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28119         (tests): Add test case tst-tls-atexit.
28120         (modules-names): Add shared library for tst-tls-atexit.
28121         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28122         (GLIBC_PRIVATE): Add __call_tls_dtors.
28123         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28124         for libstdc++.
28125         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28126         * stdlib/tst-tls-atexit.c: New test case.
28127         * stdlib/tst-tls-atexit-lib.c: New test case.
28129         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28131         * elf/Versions (ld): Add _dl_find_dso_for_object.
28132         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28133         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28134         (dl_open_worker): Use _dl_find_dso_for_object.
28135         * elf/dl-sym.c (do_sym): Likewise.
28136         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28138 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28140         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28141         Syntactic changes only.
28142         (_dl_runtime_profile): Do a tail-call to the resolved function.
28144 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28146         [BZ #13550]
28147         * sysdeps/x86_64/bp-asm.h: Remove file.
28148         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28149         <bp-sym.h> and <bp-asm.h>.
28150         (__clone): Do not use BP_SYM.
28151         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28152         <bp-sym.h> and <bp-asm.h>.
28153         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28154         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28155         "bp-asm.h".
28156         (_setjmp): Do not use BP_SYM.
28157         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28158         "bp-asm.h".
28159         (setjmp): Do not use BP_SYM.
28160         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28161         libc_hidden_def.
28162         (mempcpy): Do not use BP_SYM in weak_alias.
28163         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28164         "bp-asm.h".
28165         (strchr): Do not use BP_SYM.
28166         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28167         "bp-asm.h".
28168         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28169         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28170         (_start): Do not use BP_SYM.
28171         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28172         "bp-asm.h".
28173         (strcat): Do not use BP_SYM.
28174         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28175         "bp-asm.h".
28176         (STRCMP): Do not use BP_SYM.
28177         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28178         "bp-asm.h".
28179         (STRCPY): Do not use BP_SYM.
28180         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28181         "bp-asm.h".
28182         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28183         "bp-asm.h".
28184         (FUNCTION): Do not use BP_SYM.
28185         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28186         weak_alias.
28187         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28189 2013-02-17  Andreas Jaeger  <aj@suse.de>
28191         * time/Versions: Sort entries.
28192         * string/Versions: Likewise.
28193         * resolv/Versions: Likewise.
28194         * posix/Versions: Likewise.
28195         * iconv/Versions: Likewise.
28196         * elf/Versions: Likewise.
28197         * wcsmbs/Versions: Likewise.
28199 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28201         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28202         loop termination condition.
28204         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28205         variable to calculate EZ.
28206         (__sqr): Likewise.
28208         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28209         the lower precision input.
28211 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28213         [BZ #13550]
28214         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28215         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28216         (run-via-rtld-prefix): Do not handle %-bp tests.
28217         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28218         (all-object-suffixes): Remove .ob.
28219         (bppfx): Remove variable.
28220         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28221         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28222         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28223         [$(build-bounded) = yes] (libtype.ob): Likewise.
28224         * Makerules (elide-routines.ob): Remove variable.
28225         (do-tests-clean): Do not handle *-bp.out.
28226         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28227         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28228         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28229         (tests): Do not include $(tests-bp.out).
28230         (xtests): Do not include $(xtests-bp.out).
28231         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28232         [$(build-bounded) = yes] ($(addprefix
28233         $(objpfx),$(binaries-bounded))): Remove rule.
28234         ($(objpfx)%-bp.out): Remove rule.
28235         * config.make.in (build-bounded): Remove variable.
28236         * crypt/Makefile [$(build-bounded) = yes]
28237         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28238         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28239         append to variable.
28240         [$(build-bounded) = yes] (install-lib): Likewise.
28241         [$(build-bounded) = yes] (generated): Likewise.
28242         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28243         Remove rule.
28244         * intl/Makefile [$(build-bounded) = yes]
28245         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28246         * math/Makefile [$(build-bounded) = yes]
28247         ($(tests:%=$(objpfx)%-bp): Likewise.
28248         * misc/Makefile [$(build-bounded) = yes]
28249         ($(objpfx)tst-tsearch-bp): Likewise.
28250         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28251         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28252         Remove dependency.
28253         * string/Makefile (o-objects.ob): Remove variable.
28254         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28255         (CFLAGS-.ob): Remove variable.
28256         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28257         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28258         both definitions of variable.
28259         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28260         (ASFLAGS-.ob): Remove variable.
28262 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28264         [BZ #13550]
28265         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28266         Remove __BOUNDED_POINTERS__ from condition.
28267         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28268         * string/bits/string2.h [!__NO_STRING_INLINES &&
28269         !__BOUNDED_POINTERS__]: Likewise.
28270         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28271         Likewise.
28272         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28273         Remove conditional code.
28274         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28275         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28276         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28277         condition.
28279         [BZ #13550]
28280         * csu/libc-start.c: Do not include <bp-sym.h>.
28281         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28282         * elf/dl-open.c: Do not include <bp-sym.h>.
28283         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28284         * math/fegetenv.c: Do not include <bp-sym.h>.
28285         (fegetenv): Do not use BP_SYM in versioned symbols.
28286         * nptl/sysdeps/pthread/bits/libc-lockP.h
28287         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28288         <bp-sym.h>.
28289         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28290         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28291         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28292         (__pthread_mutex_destroy): Likewise.
28293         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28294         (__pthread_mutex_lock): Likewise.
28295         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28296         (__pthread_mutex_trylock): Likewise.
28297         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28298         (__pthread_mutex_unlock): Likewise.
28299         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28300         (__pthread_mutexattr_init): Likewise.
28301         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28302         (__pthread_mutexattr_destroy): Likewise.
28303         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28304         (__pthread_mutexattr_settype): Likewise.
28305         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28306         (__pthread_rwlock_init): Likewise.
28307         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28308         (__pthread_rwlock_destroy): Likewise.
28309         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28310         (__pthread_rwlock_rdlock): Likewise.
28311         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28312         (__pthread_rwlock_tryrdlock): Likewise.
28313         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28314         (__pthread_rwlock_wrlock): Likewise.
28315         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28316         (__pthread_rwlock_trywrlock): Likewise.
28317         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28318         (__pthread_rwlock_unlock): Likewise.
28319         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28320         (__pthread_key_create): Likewise.
28321         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28322         (__pthread_setspecific): Likewise.
28323         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28324         (__pthread_getspecific): Likewise.
28325         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28326         Likewise.
28327         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28328         (_pthread_cleanup_push_defer): Likewise.
28329         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28330         (_pthread_cleanup_pop_restore): Likewise.
28331         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28332         (pthread_setcancelstate): Likewise.
28333         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28334         <bp-sym.h>.
28335         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28336         (memchr): Do not use BP_SYM in weak_alias.
28337         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28338         (fegetenv): Do not use BP_SYM in versioned symbols.
28339         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28340         (fesetenv): Do not use BP_SYM in versioned symbols.
28341         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28342         (feupdateenv): Do not use BP_SYM in versioned symbols.
28343         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28344         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28345         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28346         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28347         (open64): Do not use BP_SYM in weak_alias.
28348         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28349         (fegetenv): Do not use BP_SYM in versioned symbols.
28350         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28351         (fesetenv): Do not use BP_SYM in versioned symbols.
28352         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28353         (feupdateenv): Do not use BP_SYM in versioned symbols.
28354         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28355         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28356         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28357         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28358         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28359         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28360         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28361         <bp-sym.h>.
28362         (__libc_start_main): Do not use BP_SYM.
28364 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28366         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28367         redundant return line.
28368         (norm): Likewise.
28369         (denorm): Likewise.
28370         (dbl_mp): Likewise.
28371         (sub_magnitudes): Likewise.
28372         (__add): Likewise.
28373         (__sub): Likewise.
28374         (__mul): Likewise.
28375         (__inv): Likewise.
28376         (__dvd): Likewise.
28377         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28378         (norm): Likewise.
28379         (denorm): Likewise.
28380         (dbl_mp): Likewise.
28381         (sub_magnitudes): Likewise.
28382         (__add): Likewise.
28383         (__sub): Likewise.
28384         (__mul): Likewise.
28385         (__inv): Likewise.
28386         (__dvd): Likewise.
28388         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28389         instead of __mul.
28390         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28391         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28392         (cc32): Likewise.
28394         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28395         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28396         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28397         of __mul for squares.
28398         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28399         function
28400         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28401         Likewise.
28402         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28403         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28405 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28407         [BZ #13550]
28408         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28409         code.
28410         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28411         prototype or function definition.  Rename ubp_* variables and
28412         parameters.  Remove argv definitions conditional on
28413         [__BOUNDED_POINTERS__].
28414         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28415         * elf/dl-runtime.c (_dl_fixup): Likewise.
28416         * include/set-hooks.h (RUN_HOOK): Likewise.
28417         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28418         definition.
28419         * string/strcpy.c (strcpy): Do not use __unbounded.
28420         * sysdeps/generic/frame.h (struct layout): Likewise.
28421         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28422         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28423         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28424         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28425         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28426         (__backtrace): Likewise.
28427         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28428         use __ptrvalue.
28429         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28430         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
28431         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28432         Likewise.
28433         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
28434         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
28435         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
28436         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28437         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
28438         Do not use __unbounded.
28439         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
28440         Rename __unboundedrlimits parameter to rlimits in prototype.
28441         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
28442         Do not use __unbounded.
28443         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
28444         not use __ptrvalue.
28445         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28446         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
28447         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28448         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
28449         __ptrvalue or __unbounded.
28450         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
28451         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
28452         use __unbounded.
28453         (__new_msgctl): Do not use __ptrvalue.
28454         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
28455         __unbounded.
28456         (__libc_msgrcv): Do not use __ptrvalue.
28457         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
28458         startup_info): Do not use __unbounded.
28459         (__libc_start_main): Likewise.  Rename ubp_* variables and
28460         parameters.  Remove argv definitions conditional on
28461         [__BOUNDED_POINTERS__].
28462         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
28463         __ptrvalue.
28464         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
28465         use __unbounded.
28466         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
28467         or __ptrvalue.
28468         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
28469         use __unbounded.
28470         (__new_shmctl): Do not use __ptrvalue.
28471         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28472         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28473         Likewise.
28474         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28475         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
28476         (__libc_sigaction): Likewise.
28477         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
28478         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
28479         Likewise.
28480         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28482 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
28484         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
28486         * string/mempcpy.c: Implement by calling memcpy.
28488 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28490         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
28492         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
28493         evaluation.
28495         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
28496         values in the mantissa.
28498         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
28499         minimize writes to Z.
28500         (sub_magnitudes): Simplify code a bit.
28502 2013-02-12  Roland McGrath  <roland@hack.frob.com>
28504         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
28505         from the message.  The linker prefixes all warnings with that already.
28507 2013-02-12  Andreas Schwab  <schwab@suse.de>
28509         [BZ #15078]
28510         * posix/regexec.c (extend_buffers): Add parameter min_len.
28511         (check_matching): Pass minimum needed length.
28512         (clean_state_log_if_needed): Likewise.
28513         (get_subexp): Likewise.
28514         * posix/Makefile (tests): Add bug-regex34.
28515         (bug-regex34-ENV): Define.
28516         * posix/bug-regex34.c: New file.
28518         [BZ #11561]
28519         * posix/regcomp.c (parse_bracket_exp): When looking up collating
28520         elements compare against the byte sequence of it, not its name.
28521         * posix/Makefile (tests): Add bug-regex35.
28522         (bug-regex35-ENV): Define.
28523         * posix/bug-regex35.c: New file.
28525 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28527         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
28528         comment.
28529         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
28530         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
28531         (CHECK_EOL): Add undef.
28533 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
28535         * bits/stdlib-bsearch.h: New file.
28536         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
28537         * stdlib/stdlib.h: Likewise.
28539 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28541         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
28542         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
28543         declaration.
28544         * manual/search.texi (Array Search Function): Add missing const in
28545         lfind prototype.
28546         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
28547         declaration to use rlim_t.
28548         (Basic Scheduling Functions): Remove erroneous const from
28549         sched_getparam prototype.  Remove erroneous * from
28550         sched_get_priority_max and sched_get_priority_min prototypes.
28551         (Resource Usage): Fix summary @comment on vtimes to refer to
28552         sys/vtimes.h rather than vtimes.h.
28553         Add missing *s in vtimes prototype.
28554         (Limits on Resources): Fix ulimit prototype to return long int.
28555         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
28556         prototypes to use long int rather than double.
28557         (BSD Random): Fix initstate and setstate to use char *, not void *.
28558         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
28559         prototype to make second argument 'struct aiocb64 *const[]'.
28560         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
28561         (Status of AIO Operations): Remove erroneous const in aio_return and
28562         aio_return64 prototypes.
28563         (Synchronizing I/O): Fix sync prototype to return void.
28564         * manual/startup.texi (Suboptions): Remove an erroneous const in
28565         getsubopt prototype.
28566         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
28567         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
28568         use size_t rather than int.
28569         (Scanning All Users): Likewise for getpwent_r.
28570         (Setting Groups): Add missing const to setgroups prototype.
28571         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
28572         * manual/socket.texi (Host Names): Fix gethostbyaddr and
28573         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
28574         'const void *' rather than 'const char *'.
28575         (Host Address Functions): Likewise for inet_ntop.
28576         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
28577         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
28578         ssize_t for return value.
28579         (Sending Data): Likewise for send, sendto, sendmsg.
28580         (Socket Option Functions): Add a missing const in setsockopt prototype.
28581         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
28582         use wchar_t for the argument.
28583         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
28584         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
28585         take no arguments.
28586         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
28587         double/float/long double for second argument.
28588         Fix return types of significand, significandf, significandl.
28589         * manual/filesys.texi (Setting Permissions): Use mode_t for second
28590         argument in fchmod prototype.
28591         (File Owner): Use uid_t and gid_t in fchown prototype.
28592         (File Times): Add const to utimes, futimes, and lutimes prototypes.
28593         (Making Special Files): Use mode_t and dev_t in mknod prototype.
28594         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
28595         use 'const struct dirent **' as argument types to CMP function pointer
28596         argument.
28597         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
28598         (File Times): Fix summary magic @comment for struct utimbuf and utime
28599         to refer to utime.h, not time.h.
28600         * manual/string.texi (Argz Functions): Add missing const in
28601         argz_extract and argz_next prototypes.
28602         (Finding Tokens in a String): Likewise for basename.
28603         (String/Array Comparison): Fix typo in wcscasecmp prototype.
28604         (Copying and Concatenation): Fix typo in wmemmove prototype.
28605         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
28606         (Signal Stack): Remove erroneous const in sigstack prototype.
28607         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
28608         prototype.
28609         (Simple Calendar Time): Likewise for stime.
28610         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
28611         prototype.
28612         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
28613         say sys/sysctl.h instead.
28614         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
28615         and vsyslog prototypes.
28617 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28619         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
28620         Remove.
28622 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28624         * misc/sys/mman.h: Fix typo in mremap comment.
28626 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28628         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
28629         the '\0' terminator.
28631 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28633         [BZ #13550]
28634         * debug/segfault.c: Don't include <bp-checks.h>.
28635         * sysdeps/generic/bp-checks.h: Remove file.
28636         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
28637         (__GETDENTS): Don't use CHECK_N.
28638         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
28639         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
28640         (__getgroups): Don't use CHECK_N.
28641         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
28642         (setgroups): Don't use CHECK_N.
28643         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
28644         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
28645         (__libc_msgrcv): Don't use CHECK_N.
28646         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
28647         (__libc_msgsnd): Don't use CHECK_N.
28648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
28649         <bp-checks.h>.
28650         (__libc_pread): Don't use CHECK_N.
28651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
28652         include <bp-checks.h>.
28653         (__libc_pread64): Don't use CHECK_N.
28654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
28655         include <bp-checks.h>.
28656         (__libc_pwrite): Don't use CHECK_N.
28657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
28658         include <bp-checks.h>.
28659         (__libc_pwrite64): Don't use CHECK_N.
28660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
28661         <bp-checks.h>.
28662         (__libc_pread): Don't use CHECK_N.
28663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
28664         include <bp-checks.h>.
28665         (__libc_pread64): Don't use CHECK_N.
28666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
28667         include <bp-checks.h>.
28668         (__libc_pwrite): Don't use CHECK_N.
28669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
28670         include <bp-checks.h>.
28671         (__libc_pwrite64): Don't use CHECK_N.
28672         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
28673         (do_pread): Don't use CHECK_N.
28674         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
28675         (do_pread64): Don't use CHECK_N.
28676         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
28677         (do_pwrite): Don't use CHECK_N.
28678         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
28679         (do_pwrite64): Don't use CHECK_N.
28680         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
28681         (__libc_readv): Don't use CHECK_N.
28682         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
28683         (semop): Don't use CHECK_N.
28684         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
28685         <bp-checks.h>.
28686         (semtimedop): Don't use CHECK_N.
28687         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
28688         (__libc_pread): Don't use CHECK_N.
28689         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
28690         <bp-checks.h>.
28691         (__libc_pread64): Don't use CHECK_N.
28692         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
28693         <bp-checks.h>.
28694         (__libc_pwrite): Don't use CHECK_N.
28695         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
28696         <bp-checks.h>.
28697         (__libc_pwrite64): Don't use CHECK_N.
28698         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
28699         <bp-checks.h>.
28700         (__libc_msgrcv): Don't use CHECK_N.
28701         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
28702         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
28703         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
28704         (__libc_writev): Don't use CHECK_N.
28706 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28708         * string/strcpy.c: Removed unused variable.
28710         * Makeconfig (+sysdep-includes): Define with := rather than =.
28711         Use an existing include/ subdir of each sysdeps dir before it.
28713 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28715         * nscd/connection.c (register_traced_file): Comment function.
28716         [HAVE_INOTIFY] (union __inev): Define.
28717         [HAVE_INOTIFY] (inotify_check_files): New function.
28718         [HAVE_INOTIFY] (clear_db_cache): Likewise.
28719         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
28720         clear_db_cache.
28721         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
28723 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28725         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
28726         loaded if not already and that a failure is permanent.
28728 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28730         [BZ #15006]
28731         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
28732         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
28734 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28736         [BZ #13550]
28737         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
28738         (CHECK_1_NULL_OK): Likewise.
28739         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
28740         (__fxstat): Do not use CHECK_1.
28741         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
28742         <bp-checks.h>.
28743         (___fxstat64): Do not use CHECK_1.
28744         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
28745         <bp-checks.h>.
28746         (__fxstatat): Do not use CHECK_1.
28747         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
28748         <bp-checks.h>.
28749         (__fxstatat64): Do not use CHECK_1.
28750         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
28751         <bp-checks.h>.
28752         (__fxstat): Do not use CHECK_1.
28753         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
28754         <bp-checks.h>.
28755         (__fxstatat): Do not use CHECK_1.
28756         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
28757         <bp-checks.h>.
28758         (__getresgid): Do not use CHECK_1.
28759         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
28760         <bp-checks.h>.
28761         (__getresuid): Do not use CHECK_1.
28762         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
28763         <bp-checks.h>.
28764         (__lxstat): Do not use CHECK_1.
28765         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
28766         <bp-checks.h>.
28767         (__old_msgctl): Do not use CHECK_1.
28768         (__new_msgctl): Likewise.
28769         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
28770         <bp-checks.h>.
28771         (__new_setrlimit): Do not use CHECK_1.
28772         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
28773         <bp-checks.h>.
28774         (__old_shmctl): Do not use CHECK_1.
28775         (__new_shmctl): Likewise.
28776         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
28777         <bp-checks.h>.
28778         (__xstat): Do not use CHECK_1.
28779         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
28780         (__lxstat): Do not use CHECK_1.
28781         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
28782         <bp-checks.h>.
28783         (___lxstat64): Do not use CHECK_1.
28784         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
28785         (__old_msgctl): Do not use CHECK_1.
28786         (__new_msgctl): Likewise.
28787         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
28788         <bp-checks.h>.
28789         (__gettimeofday): Do not use CHECK_1.
28790         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
28791         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
28792         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
28793         <bp-checks.h>.
28794         (__gettimeofday): Do not use CHECK_1.
28795         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
28796         (__old_shmctl): Do not use CHECK_1_NULL_OK.
28797         (__new_shmctl): Do not use CHECK_1.
28798         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
28799         <bp-checks.h>.
28800         (do_sigtimedwait): Do not use CHECK_1.
28801         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
28802         <bp-checks.h>.
28803         (do_sigwaitinfo): Do not use CHECK_1.
28804         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
28805         <bp-checks.h>.
28806         (msgctl): Do not use CHECK_1.
28807         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
28808         <bp-checks.h>.
28809         (shmctl): Do not use CHECK_1.
28810         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
28811         (ustat): Do not use CHECK_1.
28812         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
28813         <bp-checks.h>.
28814         (__fxstat): Do not use CHECK_1.
28815         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
28816         <bp-checks.h>.
28817         (__fxstatat): Do not use CHECK_1.
28818         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
28819         <bp-checks.h>.
28820         (__lxstat): Do not use CHECK_1.
28821         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
28822         <bp-checks.h>.
28823         (__xstat): Do not use CHECK_1.
28824         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
28825         (__xstat): Do not use CHECK_1.
28826         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
28827         (___xstat64): Do not use CHECK_1.
28829         [BZ #13550]
28830         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
28831         definitions.
28832         (CHECK_BOUNDS_HIGH): Likewise.
28833         * string/strcpy.c: Do not include <bp-checks.h>.
28834         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
28836 2013-02-07  Roland McGrath  <roland@hack.frob.com>
28838         * nscd/nscd-client.h (__nscd_drop_map_ref):
28839         Add __attribute__ ((unused)).
28840         * nis/nss-nisplus.h (niserr2nss): Likewise.
28842         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
28843         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
28845         * csu/libc-tls.c (init_static_tls, init_slotinfo):
28846         Remove inline keyword.
28847         * include/rounding-mode.h (round_away): Likewise.
28848         * libio/wfileops.c (adjust_wide_data): Likewise.
28849         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
28850         (__m128i_strloadu_tolower): Likewise.
28851         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
28852         (__m128i_strloadu_tolower): Likewise.
28853         * time/mktime.c (ydhms_diff): Likewise.
28854         * locale/elem-hash.h (elem_hash): Likewise.
28855         * locale/setlocale.c (setdata): Likewise.
28856         * posix/regex_internal.h (re_string_char_size_at): Likewise.
28857         (re_string_wchar_at): Likewise.
28858         (bitset_not, bitset_merge, bitset_mask): Likewise.
28859         [!(__GNUC__ > 3)] (inline): Remove macro.
28860         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
28861         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
28862         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
28863         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
28864         * string/memcmp.c (memcmp_bytes): Likewise.
28865         * locale/programs/locarchive.c (compute_hashval): Likewise.
28866         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
28867         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
28868         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
28869         * nss/getent.c (print_rpc, print_protocols): Likewise.
28870         (print_passwd, print_group, print_aliases): Likewise.
28871         * nis/nss-nisplus.h (niserr2nss): Likewise.
28872         * nscd/connections.c (restart_p): Likewise.
28873         Change return type to bool.
28875 2013-02-05  Roland McGrath  <roland@hack.frob.com>
28877         * Makeconfig (all-Depend-files): Add existing
28878         $(sorted-subdirs:=/Depend) files.
28879         (all-subdirs): Remove nss.
28880         * sysdeps/unix/inet/Subdirs: Add it here instead.
28881         * hesiod/Depend: New file.
28883         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
28884         instead of calling alloca.
28886         * io/lseek.c (__lseek): Rename to __libc_lseek.
28887         Define __lseek as an alias.
28889         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
28891 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
28893         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
28894         else clause and remove check for non-standard endianness.
28896 2013-02-04  David S. Miller  <davem@davemloft.net>
28898         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28900 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
28902         [BZ #13550]
28903         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
28904         (__ubp_memchr): Remove prototype.
28905         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
28906         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
28907         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
28908         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
28909         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
28910         Remove alias.
28911         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
28912         (__ubp_memchr): Likewise.
28913         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
28914         (__ubp_memchr): Likewise.
28915         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
28916         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
28917         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
28918         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
28919         CHECK_STRING.
28920         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
28921         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
28922         (__getcwd): Do not use CHECK_STRING.
28923         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
28924         <bp-checks.h>.
28925         (__real_chown): Do not use CHECK_STRING.
28926         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
28927         <bp-checks.h>.
28928         (fchownat): Do not use CHECK_STRING.
28929         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
28930         CHECK_STRING.
28931         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
28932         <bp-checks.h>.
28933         (__lchown): Do not use CHECK_STRING.
28934         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28935         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28936         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28937         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
28938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
28939         include <bp-checks.h>.
28940         (truncate64): Do not use CHECK_STRING.
28941         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
28942         <bp-checks.h>.
28943         (__real_chown): Do not use CHECK_STRING.
28944         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
28945         <bp-checks.h>.
28946         (__lchown): Do not use CHECK_STRING.
28947         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
28948         <bp-checks.h>.
28949         (__chown): Do not use CHECK_STRING.
28950         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
28951         <bp-checks.h>.
28952         (truncate64): Do not use CHECK_STRING.
28953         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
28954         Likewise.
28955         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
28956         (__xmknod): Do not use CHECK_STRING.
28957         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
28958         <bp-checks.h>.
28959         (__xmknodat): Do not use CHECK_STRING.
28960         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28961         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
28963 2013-02-04  Andreas Schwab  <schwab@suse.de>
28965         [BZ #14142]
28966         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
28967         * include/netdb.h: Likewise for h_errno.
28968         * elf/tst-stackguard1.c: Include <tls.h>.
28970 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
28972         * elf/link.h (struct link_map): Extend the l_addr comment.
28973         * include/link.h (struct link_map): Likewise.
28975 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
28977         [BZ #13550]
28978         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
28979         (BOUNDED_1): Remove macro.
28980         * debug/backtrace.c: Don't include <bp-checks.h>.
28981         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
28982         (__backtrace): Likewise.
28983         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
28984         <bp-checks.h>.
28985         (__backtrace): Don't use BOUNDED_1.
28986         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
28987         <bp-checks.h>.
28988         (__backtrace): Don't use BOUNDED_1.
28989         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
28990         (__backtrace): Don't use BOUNDED_1.
28991         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
28992         (shmat): Don't use BOUNDED_N.
28994 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
28996         [BZ #13550]
28997         * sysdeps/generic/bp-start.h: Remove file.
28998         * csu/libc-start.c: Don't include <bp-start.h>.
28999         (LIBC_START_MAIN): Set up __environ directly instead of using
29000         INIT_ARGV_and_ENVIRON.
29001         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29002         <bp-start.h>.
29004         [BZ #13550]
29005         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29006         definitions.
29007         (CHECK_FCNTL): Likewise.
29008         (CHECK_N_PAGES): Likewise.
29010         [BZ #13550]
29011         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29012         definitions.
29013         (CHECK_SIGSET_NULL_OK): Likewise.
29014         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29015         <bp-checks.h>.
29016         (sigpending): Don't use CHECK_SIGSET.
29017         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29018         <bp-checks.h>.
29019         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29020         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29021         <bp-checks.h>.
29022         (do_sigsuspend): Don't use CHECK_SIGSET.
29023         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29024         use CHECK_SIGSET.
29025         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29026         (do_sigwait): Don't use CHECK_SIGSET.
29027         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29028         use CHECK_SIGSET.
29029         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29030         include <bp-checks.h>.
29031         (sigpending): Don't use CHECK_SIGSET.
29032         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29033         include <bp-checks.h>.
29034         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29035         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29036         <bp-checks.h>.
29037         (sigpending): Don't use CHECK_SIGSET.
29038         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29039         <bp-checks.h>.
29040         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29042         [BZ #13550]
29043         * sysdeps/generic/bp-semctl.h: Remove file.
29044         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29045         <bp-checks.h> and <bp-semctl.h>.
29046         (__old_semctl): Don't use CHECK_SEMCTL.
29047         (__new_semctl): Likewise.
29048         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29049         and <bp-semctl.h>.
29050         (__old_semctl): Don't use CHECK_SEMCTL.
29051         (__new_semctl): Likewise.
29052         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29053         <bp-checks.h> and <bp-semctl.h>.
29054         (__old_semctl): Don't use CHECK_SEMCTL.
29055         (__new_semctl): Likewise.
29056         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29057         <bp-checks.h> and <bp-semctl.h>.
29058         (semctl): Don't use CHECK_SEMCTL.
29060         [BZ #13550]
29061         * Makerules (elide-bp-thunks): Remove variable.
29062         (elide-routines.oS): Don't use $(elide-bp-thunks).
29063         (elide-routines.os): Likewise.
29064         (elide-routines.o): Likewise.
29065         (elide-routines.op): Likewise.
29066         (elide-routines.og): Likewise.
29067         (objects): Don't use $(bp-thunks).
29068         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29069         include.
29070         (common-generated): Do not add s-proto-bp.d.
29071         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29072         (int): Likewise.
29073         (typ): Likewise.
29074         Do not generate makefile rules for bounded-pointer thunks.
29075         * sysdeps/generic/bp-thunks.h: Remove file.
29076         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29077         * sysdeps/unix/s-proto-bp.S: Likewise.
29079         [BZ #15062]
29080         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29081         parts of result separately when argument is not close to line from
29082         -i to i and one part of argument is small.
29083         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29084         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29085         * math/libm-test.inc (cacos_test): Add more tests.
29086         (casin_test): Likewise.
29087         (casinh_test): Likewise.
29088         * sysdeps/i386/fpu/libm-test-ulps: Update.
29089         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29091 2013-01-31  David S. Miller  <davem@davemloft.net>
29093         * po/de.po: Update from translation team.
29095 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29097         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29099 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29101         * configure.in (_AC_PROG_CC_C89): New definition.
29102         * configure: Regenerate.
29104         * configure.in (AC_PROG_CPP): New definition.
29105         * configure: Regenerate.
29107 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29109         * debug/tst-backtrace.h: New file.
29110         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29111         (ret): Remove variable.
29112         (x): Likewise.
29113         (FAIL): Remove macro.
29114         (NO_INLINE): Likewise.
29115         (fn1): Use match function instead of strstr.
29116         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29117         (ret): Remove variable.
29118         (x): Likewise.
29119         (FAIL): Remove macro.
29120         (NO_INLINE): Likewise.
29121         (fn): Use match function instead of strstr.
29122         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29123         (ret): Remove variable.
29124         (x): Likewise.
29125         (FAIL): Remove macro.
29126         (NO_INLINE): Likewise.
29127         (handle_signal): Use match function instead of strstr.
29128         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29129         (ret): Remove variable.
29130         (x): Likewise.
29131         (FAIL): Remove macro.
29132         (NO_INLINE): Likewise.
29133         (handle_signal): Use match function instead of strstr.
29135 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29137         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29139 2013-01-23  David S. Miller  <davem@davemloft.net>
29141         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29142         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29143         argument of CAS if possible.
29144         * sysdeps/sparc/sparc64/bits/atomic.h
29145         (__arch_compare_and_exchange_val_32_acq): Likewise.
29146         (__arch_compare_and_exchange_val_64_acq): Likewise.
29148 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29150         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29151         * sysdeps/posix/ulimit.c: ... this.
29152         Include <limits.h>.
29153         * sysdeps/unix/bsd/ulimit.c: Remove file.
29155 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29157         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29158         (LDFLAGS-tst-array5): Likewise.
29160 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29162         [BZ #15036]
29163         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29164         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29165         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29166         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29168 2013-01-21  David S. Miller  <davem@davemloft.net>
29170         * sysdeps/sparc/backtrace.c: New file.
29171         * sysdeps/sparc/sparc32/backtrace.h: New file.
29172         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29173         * sysdeps/sparc/sparc64/backtrace.h: New file.
29174         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29175         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29176         -funwind-tables.
29178 2013-01-21  Andreas Schwab  <schwab@suse.de>
29180         [BZ #15020]
29181         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29182         closed its stdout.
29184 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29186         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29187         "mpa2.h".
29188         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29190 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29191             Mark Mitchell  <mark@codesourcery.com>
29192             Tom de Vries  <tom@codesourcery.com>
29193             Paul Pluzhnikov  <ppluzhnikov@google.com>
29195         * debug/tst-backtrace2.c: New file.
29196         * debug/tst-backtrace3.c: Likewise.
29197         * debug/tst-backtrace4.c: Likewise.
29198         * debug/tst-backtrace5.c: Likewise.
29199         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29200         (CFLAGS-tst-backtrace3.c): Likewise.
29201         (CFLAGS-tst-backtrace4.c): Likewise.
29202         (CFLAGS-tst-backtrace5.c): Likewise.
29203         (LDFLAGS-tst-backtrace2): Likewise.
29204         (LDFLAGS-tst-backtrace3): Likewise.
29205         (LDFLAGS-tst-backtrace4): Likewise.
29206         (LDFLAGS-tst-backtrace5): Likewise.
29207         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29208         tst-backtrace4 and tst-backtrace5.
29210 2013-01-18  Anton Blanchard  <anton@samba.org>
29211             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29213         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29214         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29215         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29216         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29218         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29219         "+r" and remove output regs list as redundant.  Add explicit inline
29220         asm to specify register of return val to work around compiler codegen
29221         bug.  Remove (int) cast on return value.  Add return type parameter to
29222         use in macro so that this macro does not truncate return value for
29223         64-bit values.
29224         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29225         pass to INTERNAL_VSYSCALL_NCS.
29226         (INLINE_VSYSCALL): Add 'long int' as return type to
29227         INTERNAL_VSYSCALL_NCS macro invocation.
29228         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29229         INTERNAL_VSYSCALL_NCS macro invocation.
29230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29232 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29234         [BZ #14496]
29235         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29236         Fix application of SIMD FP exception mask.
29238         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29239         mp_no from a power of two.
29240         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29241         __mpexp_twomm1.  Use __pow_mp.
29243         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29244         multiplication.
29246 2013-01-17  David S. Miller  <davem@davemloft.net>
29248         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29250 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29252         [BZ #15023]
29253         * include/complex.h: Condition contents on [!_COMPLEX_H].
29254         (__kernel_casinhf): New prototype.
29255         (__kernel_casinh): Likewise.
29256         (__kernel_casinhl): Likewise.
29257         * math/Makefile (libm_calls): Add k_casinh.
29258         * math/k_casinh.c: New file.
29259         * math/k_casinhf.c: Likewise.
29260         * math/k_casinhl.c: Likewise.
29261         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29262         finite nonzero arguments.
29263         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29264         finite nonzero arguments.
29265         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29266         finite nonzero arguments.
29267         * math/s_casinh.c: Do not include <float.h>.
29268         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29269         * math/s_casinhf.c: Do not include <float.h>.
29270         (__casinhf): Move code for finite nonzero arguments to
29271         k_casinhf.c.
29272         * math/s_casinhl.c: Do not include <float.h>.
29273         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29274         redefine.
29275         (__casinhl): Move code for finite nonzero arguments to
29276         k_casinhl.c.
29277         * math/libm-test.inc (cacos_test): Add more tests.
29278         * sysdeps/i386/fpu/libm-test-ulps: Update.
29279         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29281 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29283         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29284         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29285         [!HAVE_MREMAP]: Remove [defined linux] case.
29286         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29288 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29290         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29292 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29294         * elf/elf.h (R_386_SIZE32): New relocation.
29295         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29296         R_386_SIZE32.
29297         (elf_machine_rela): Likewise.
29298         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29299         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29301 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29303         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29304         (FP_FAST_FMA): Do not define.
29305         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29306         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29307         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29308         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29309         !_SOFT_FLOAT]: Likewise.
29310         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29311         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29312         value.
29313         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29314         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29315         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29316         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29317         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29318         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29319         file.
29321 2013-01-16  Andreas Schwab  <schwab@suse.de>
29323         [BZ #14327]
29324         * include/stdlib.h (__mktemp): Add declaration.
29325         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29326         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29328 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29330         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29331         definitions.
29332         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29333         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29334         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29335         definitions here.
29336         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29337         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29338         definitions.
29339         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29340         and ONE.
29341         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29342         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29343         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29344         definitions.
29345         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29346         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29347         definitions.
29348         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29350         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29352 2013-01-15  David S. Miller  <davem@davemloft.net>
29354         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29355         trunc{,f} to libm-sysdep_routes.
29356         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29357         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29358         file.
29359         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29361         file.
29362         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29363         file.
29364         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29365         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29366         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29367         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29368         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29369         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29370         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29371         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29373         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29374         nearbyint{,f} to libm-sysdep_routes.
29375         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29376         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29377         New file.
29378         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29379         file.
29380         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29381         New file.
29382         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29383         file.
29384         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29385         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29386         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29387         file.
29388         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29389         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29390         file.
29391         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29392         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29393         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29395         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29396         libc_feholdexcept and libc_fesetenv.
29398 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29400         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29402 2013-01-14  David S. Miller  <davem@davemloft.net>
29404         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29405         (SPARC_ASM_VIS2_IFUNC): Likewise.
29406         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29407         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29408         use of 'siam' instruction.
29409         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29410         Likewise.
29411         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29412         Likewise.
29413         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29414         Likewise.
29415         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29416         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29417         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29418         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29419         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29420         file.
29421         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29422         file.
29423         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29424         file.
29425         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29426         file.
29427         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29428         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29429         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29430         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
29431         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
29432         new VIS2 routines.
29433         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
29434         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
29435         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
29436         Likewise.
29437         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
29438         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
29439         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
29440         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
29441         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
29442         routines to libm-sysdep_routines.
29443         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29445         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29446         fdim/fdimf to libm-sysdep_routines.
29447         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
29448         file.
29449         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
29450         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
29451         file.
29452         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
29453         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
29454         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
29455         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
29456         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
29457         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
29458         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
29460 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29462         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
29463         to optimize copies.
29465         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
29466         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29467         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29469         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
29470         local variable MPTWO.
29471         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29472         Likewise.
29474 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29476         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
29477         GLOB_NOESCAPE.
29479 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29481         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
29483 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29485         * manual/pattern.texi (glob_t): Document gl_flags.
29486         (glob64_t): Likewise.
29488 2013-01-11  David S. Miller  <davem@davemloft.net>
29490         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
29491         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
29492         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
29493         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
29494         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
29495         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
29496         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
29497         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
29498         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
29499         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
29500         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
29501         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
29502         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
29504         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29505         sparc V9 rather than using V8 code.
29506         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29507         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29509         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
29510         Move to...
29511         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
29512         Here.
29514 2013-01-11  Roland McGrath  <roland@hack.frob.com>
29516         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
29517         not in the main loop.
29518         * configure: Regenerated.
29520 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
29522         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
29523         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
29524         to just #else.
29525         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
29526         [!__GLIBC_HAVE_LONG_LONG] case.
29527         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
29528         condition to just #else.
29529         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
29530         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
29531         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
29532         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
29533         unconditional.
29534         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
29535         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29536         #elif condition to just #else.
29537         * sysdeps/unix/sysv/linux/sys/sysmacros.h
29538         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
29539         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29540         #elif condition to just #else.
29542 2013-01-11  Steve Ellcey  <sellcey@mips.com>
29544         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
29545         (EF_MIPS_ARCH_64): Fix value.
29546         (EF_MIPS_ARCH_32R2): New.
29547         (EF_MIPS_ARCH_64R2): New.
29549 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
29551         * Makeconfig (+link-pie-before-libc): New.
29552         (+link-pie-after-libc): Likewise.
29553         (+link-pie-tests): Likewise.
29554         (+link-pie): Rewritten.
29555         (link-before-libc): Remove $(config-LDFLAGS).
29556         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
29557         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
29558         (config-LDFLAGS): Renamed to ...
29559         (rtld-LDFLAGS): This.
29560         (rtld-tests-LDFLAGS): New macro.
29561         (link-libc-rpath-link): Likewise.
29562         (link-libc-tests-rpath-link): Likewise.
29563         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
29564         (link-libc): Prepand $(link-libc-rpath-link).
29565         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
29566         (test-program-prefix): New macro.
29567         (test-via-rtld-prefix): Likewise.
29568         (test-program-cmd): Likewise.
29569         (host-test-program-cmd): Likewise.
29570         * Makefile ($(common-objpfx)testrun.sh): Replace
29571         $(run-program-prefix) with $(test-program-prefix).
29572         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
29573         $(rtld-LDFLAGS).
29574         ($(common-objpfx)shlib.lds): Likewise.
29575         (build-module-helper): Likewise.
29576         ($(common-objpfx)format.lds): Likewise.
29577         * Rules (binaries-pie-tests): New.
29578         (binaries-pie-notests): Likewise.
29579         (binaries-pie): Rewritten.
29580         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
29581         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
29582         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
29583         (make-test-out): Replace $(host-built-program-cmd) with
29584         $(host-test-program-cmd).
29585         * config.make.in (build-hardcoded-path-in-tests): New variable.
29586         * configure.in (--enable-hardcoded-path-in-tests): New configure
29587         option.
29588         (hardcoded_path_in_tests): New AC_SUBST.
29589         * configure: Regenerated.
29590         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
29591         $(built-program-cmd) with $(test-program-cmd).
29592         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
29593         (test_program_cmd): This.
29594         * elf/Makefile ($(objpfx)order.out): Run test with
29595         $(test-program-prefix).
29596         ($(objpfx)order2.out): Likewise.
29597         ($(objpfx)tst-initorder.out): Likewise.
29598         ($(objpfx)tst-initorder2.out): Likewise.
29599         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
29600         $(test-program-cmd).
29601         ($(objpfx)tst-array1-static.out): Likewise.
29602         ($(objpfx)tst-array2.out): Likewise.
29603         ($(objpfx)tst-array3.out): Likewise.
29604         ($(objpfx)tst-array4.out): Likewise.
29605         ($(objpfx)tst-array5.out): Likewise.
29606         ($(objpfx)tst-array5-static.out): Likewise.
29607         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
29608         $(test-program-cmd).
29609         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
29610         $(run-program-prefix) with $(test-program-prefix).
29611         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
29612         (test_program_prefix): This.
29613         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
29614         $(run-program-prefix) with $(test-program-prefix).
29615         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
29616         (test_program_prefix): This.
29617         * iconvdata/tst-tables.sh: Likewise.
29618         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
29619         $(run-program-prefix) with $(test-program-prefix).
29620         ($(objpfx)tst-translit.out): Likewise.
29621         ($(objpfx)tst-gettext2.out): Likewise.
29622         ($(objpfx)tst-gettext4.out): Likewise.
29623         ($(objpfx)tst-gettext6.out): Likewise.
29624         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
29625         (test_program_prefix): This.
29626         * intl/tst-gettext2.sh: Likewise.
29627         * intl/tst-gettext4.sh  Likewise.
29628         * intl/tst-gettext6.sh: Likewise.
29629         * intl/tst-translit.sh: Likewise.
29630         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
29631         with $(test-program-cmd).
29632         * libio/Makefile ($(objpfx)test-freopen.out): Replace
29633         $(run-program-prefix) with $(test-program-prefix).
29634         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
29635         (test_program_prefix): This.
29636         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
29637         $(run-program-prefix) with $(test-program-prefix).
29638         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
29639         (test_program_prefix): This.
29640         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
29641         * posix/Makefile ($(objpfx)globtest.out): Replace
29642         $(run-via-rtld-prefix) and $(test-wrapper) with
29643         $(test-program-prefix) and $(test-via-rtld-prefix).
29644         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
29645         $(test-program-prefix).
29646         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
29647         $(host-test-program-cmd).
29648         (tst-spawn-ARGS): Likewise.
29649         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
29650         $(test-program-prefix).
29651         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
29652         (test_via_rtld_prefix): This.
29653         (test_wrapper): Renamed to ...
29654         (test_program_prefix): This.
29655         (run_program_prefix): Replaced by test_program_prefix.
29656         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
29657         (test_program_prefix): This.
29658         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
29659         with $(host-test-program-cmd).
29660         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
29661         $(run-program-prefix) with $(test-program-prefix).
29662         ($(objpfx)tst-printf.out): Likewise.
29663         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
29664         $(test-program-cmd).
29665         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
29666         (test_program_prefix): This.
29667         * stdio-common/tst-unbputc.sh: Likewise.
29668         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
29669         $(run-program-prefix) with $(test-program-prefix).
29670         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
29671         (test_program_prefix): This.
29672         * string/Makefile ($(objpfx)tst-svc.out):  Replace
29673         $(built-program-cmd) with $(test-program-cmd).
29675 2013-01-11  Andreas Jaeger  <aj@suse.de>
29677         [BZ #15003]
29678         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
29679         value. Sync with Linux 3.7.
29681 2013-01-10  David S. Miller  <davem@davemloft.net>
29683         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
29684         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29685         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29687 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29689         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
29690         never set.
29691         * configure: Regenerated.
29693 2013-01-10  David S. Miller  <davem@davemloft.net>
29695         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29696         sparc V9 rather than using V8 code.
29697         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29698         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29700 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29702         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
29703         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
29704         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
29705         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
29706         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
29707         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
29708         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
29709         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
29710         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
29711         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
29712         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
29713         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
29714         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
29715         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
29716         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
29717         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
29718         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
29719         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
29720         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
29721         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
29722         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
29723         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
29724         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
29725         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
29726         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
29727         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
29728         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
29730 2013-01-10  David S. Miller  <davem@davemloft.net>
29732         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29734 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29736         * posix/Makefile (tests-static): New variable.
29737         (tests): Add $(tests-static).
29738         (tst-exec-static-ARGS): New variable.
29739         (tst-spawn-static-ARGS): Likewise.
29740         * posix/tst-exec-static.c: New file.
29741         * posix/tst-spawn-static.c: Likewise.
29742         * posix/tst-exec.c: Support run directly.
29743         * posix/tst-spawn.c: Likewise.
29745 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
29747         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
29748         long.
29749         * math/bits/mathcalls.h (llrint): Likewise.
29750         (llround): Likewise.
29751         * stdlib/stdlib.h (struct drand48_data): Likewise.
29752         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
29753         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
29754         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
29755         Likewise.
29756         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
29757         Likewise.
29758         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
29759         (elf_greg_t): Likewise.
29760         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
29761         (__jmp_buf): Likewise.
29762         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
29763         definitions.
29764         (llrint): Likewise, for all definitions.
29765         (llrintl): Likewise.
29767         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
29768         Remove [__GNUC__] condition.
29769         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
29770         condition to just [__USE_ISOC99].
29771         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
29773 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29775         [BZ #14200]
29776         * sysdeps/unix/sysv/linux/x86/bits/environments.h
29777         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
29778         defined.
29779         (_POSIX_V6_ILP32_OFF32): Likewise.
29780         (_XBS5_ILP32_OFF32): Likewise.
29781         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
29782         (__ILP32_OFFBIG_LDFLAGS): Likewise.
29784 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29786         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
29788         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
29789         doubles __mpexp_twomm1.  Adjust usage.
29790         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
29791         Remove.
29793 2013-01-10  Andreas Schwab  <schwab@suse.de>
29795         [BZ #14964]
29796         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
29797         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
29799 2013-01-09  David S. Miller  <davem@davemloft.net>
29801         [BZ #15003]
29802         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
29803         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
29804         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
29805         (TCP_FASTOPEN): Define.
29806         (tcp_repair_opt): New structure.
29807         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
29808         enum values.
29809         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
29810         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
29811         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
29812         (tcp_cookie_transactions): New structure.
29814 2013-01-09  Anton Blanchard  <anton@samba.org>
29816         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
29817         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
29818         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
29819         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
29821 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
29823         * include/features.h (__USE_ANSI): Remove.
29825 2013-01-09  Roland McGrath  <roland@hack.frob.com>
29827         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
29829         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
29831 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
29833         * sysdeps/s390/fpu/libm-test-ulps: Update.
29835         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29837         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
29838         (__acr): Likewise.
29839         (__cpy): Likewise.
29840         (norm): Likewise.
29841         (denorm): Likewise.
29842         (__mp_dbl): Likewise.
29843         (__dbl_mp): Likewise.
29844         (add_magnitudes): Likewise.
29845         (sub_magnitudes): Likewise.
29846         (__add): Likewise.
29847         (__sub): Likewise.
29848         (__mul): Likewise.
29849         (__inv): Likewise.
29850         (__dvd): Likewise.
29851         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
29852         (__acr): Likewise.
29853         (__cpy): Likewise.
29854         (norm): Likewise.
29855         (denorm): Likewise.
29856         (__mp_dbl): Likewise.
29857         (__dbl_mp): Likewise.
29858         (add_magnitudes): Likewise.
29859         (sub_magnitudes): Likewise.
29860         (__add): Likewise.
29861         (__sub): Likewise.
29862         (__mul): Likewise.
29863         (__inv): Likewise.
29864         (__dvd): Likewise.
29865         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
29866         (__acr): Likewise.
29867         (__cpy): Likewise.
29868         (norm): Likewise.
29869         (denorm): Likewise.
29870         (__mp_dbl): Likewise.
29871         (__dbl_mp): Likewise.
29872         (add_magnitudes): Likewise.
29873         (sub_magnitudes): Likewise.
29874         (__add): Likewise.
29875         (__sub): Likewise.
29876         (__mul): Likewise.
29877         (__inv): Likewise.
29878         (__dvd): Likewise.
29880 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
29882         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
29883         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
29884         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
29885         2 && __USE_EXTERN_INLINES]: Likewise.
29887 2013-01-08  Andreas Jaeger  <aj@suse.de>
29889         [BZ# 14985]
29890         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
29891         Remove.
29892         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
29893         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
29895 2013-01-07  Anton Blanchard  <anton@samba.org>
29897         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
29898         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
29899         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
29900         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
29901         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
29902         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
29903         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
29904         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
29905         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29906         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
29907         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
29908         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
29909         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
29910         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
29911         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
29912         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
29913         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
29914         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
29915         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
29916         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
29917         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
29918         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
29919         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
29920         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
29921         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
29922         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
29923         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
29924         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
29925         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
29926         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
29927         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
29928         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29929         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
29930         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
29931         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
29932         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
29933         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
29934         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
29935         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
29936         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
29937         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
29938         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
29939         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
29941 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
29943         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
29944         (__MALLOC_PMT): Likewise.
29945         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
29946         [__GNUC__], only on [_LIBC].
29947         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
29948         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
29949         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
29950         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
29951         forward declaration.
29952         (realloc_hook_ini): Likewise.
29953         (memalign_hook_ini): Likewise.
29954         (__libc_memalign): Do not use __MALLOC_PMT in variable
29955         declaration.
29956         (__libc_valloc): Likewise.
29957         (__libc_pvalloc): Likewise.
29958         (__libc_calloc): Likewise.
29959         (__posix_memalign): Likewise.
29961         [BZ #14996]
29962         * math/s_casinh.c: Include <float.h>.
29963         (__casinh): Do not do computation with squaring and square root
29964         for large arguments.
29965         * math/s_casinhf.c: Include <float.h>.
29966         (__casinhf): Do not do computation with squaring and square root
29967         for large arguments.
29968         * math/s_casinhl.c: Include <float.h>.
29969         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
29970         (__casinhl): Do not do computation with squaring and square root
29971         for large arguments.
29972         * math/libm-test.inc (casin_test): Add more tests.
29973         (casinh_test): Likewise.
29974         * sysdeps/i386/fpu/libm-test-ulps: Update.
29975         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29977 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
29979         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
29980         (__x86_64_raw_data_cache_size): Likewise.
29981         (__x86_64_data_cache_size_half): Likewise.
29982         (__x86_64_raw_data_cache_size_half): Likewise.
29983         (__x86_64_shared_cache_size): Likewise.
29984         (__x86_64_raw_shared_cache_size): Likewise.
29985         (__x86_64_shared_cache_size_half): Likewise.
29986         (__x86_64_raw_shared_cache_size_half): Likewise.
29987         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
29988         to ...
29989         (__x86_data_cache_size): This.
29990         (__x86_64_raw_data_cache_size): Renamed to ...
29991         (__x86_raw_data_cache_size): This.
29992         (__x86_64_data_cache_size_half): Renamed to ...
29993         (__x86_data_cache_size_half): This.
29994         (__x86_64_raw_data_cache_size_half): Renamed to ...
29995         (__x86_raw_data_cache_size_half): This.
29996         (__x86_64_shared_cache_size): Renamed to ...
29997         (__x86_shared_cache_size): This.
29998         (__x86_64_raw_shared_cache_size): Renamed to ...
29999         (__x86_raw_shared_cache_size): This.
30000         (__x86_64_shared_cache_size_half): Renamed to ...
30001         (__x86_shared_cache_size_half): This.
30002         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30003         (__x86_raw_shared_cache_size_half): This.
30004         * sysdeps/x86_64/memcpy.S: Updated.
30005         * sysdeps/x86_64/memset.S: Likewise.
30006         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30007         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30008         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30010 2013-01-04  David S. Miller  <davem@davemloft.net>
30012         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30014 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30016         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30017         1 to avoid redefinition warning.
30018         (__USE_GNU): Don't define.
30019         (init_signaling_nan): Protoize.
30021         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30023 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30025         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30026         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30027         (__cpymn): Likewise.
30028         (norm): Remove commented code.
30029         (denorm): Likewise.
30030         (__mp_dbl): Likewise.
30031         (__inv): Likewise.
30032         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30033         (__cpymn): Likewise.
30034         (norm): Remove commented code.
30035         (denorm): Likewise.
30036         (__mp_dbl): Likewise.
30037         (__inv): Likewise.
30039         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30040         mp_no value for 1.0 and 2.0.
30041         (norm): Use RADIXI instead of radixi.d.
30042         (denorm): Likewise.
30043         (__mul): Use 0.0 instead of zero.d.
30044         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30045         mp_no value for 1.0 and 2.0.
30046         (norm): Use RADIXI instead of radixi.d.
30047         (denorm): Likewise.
30048         (__mul): Use 0.0 instead of zero.d.
30050 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30052         [BZ #14994]
30053         * math/s_casinh.c (__casinh): Reduce finite argument to first
30054         quadrant then set signs of results at the end.
30055         * math/s_casinhf.c (__casinhf): Likewise.
30056         * math/s_casinhl.c (__casinhl): Likewise.
30057         * math/libm-test.inc (casin_test): Add more tests.
30058         (casinh_test): Likewise.
30059         * sysdeps/i386/fpu/libm-test-ulps: Update.
30060         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30062 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30064         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30066         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30068         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30069         declarations.
30070         (denorm): Likewise.
30071         (__mp_dbl): Likewise.
30072         (__inv): Likewise.
30074         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30075         and adjust the header comment.
30077         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30078         variable name from declaration.
30080 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30082         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30083         Initialize COMMON_CPUID_INDEX_7 element.
30084         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30085         (CPUID_RTM): Likewise.
30086         (HAS_RTM): Likewise.
30087         (COMMON_CPUID_INDEX_7): New enum.
30089 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30091         [BZ #14981]
30092         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30093         size is zero, record memory as freed.
30095 2013-01-03  Andreas Jaeger  <aj@suse.de>
30097         * po/ia.po: Add new Interlingua translation.
30099 2012-01-03  Allan McRae  <allan@archlinux.org>
30101         * locale/programs/localedef.c: Fix description of '--posix' flag.
30103 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30105         * NEWS: Update dates in second copyright notice.
30106         * README: Update copyright dates in example.
30107         * manual/libc.texinfo: Update copyright dates.
30108         * scripts/test-installation.pl: Update copyright date in --version
30109         output.
30111         * hurd/ctty-input.c: Fix copyright notice formatting.
30112         * hurd/ctty-output.c: Likewise.
30113         * hurd/dtable.c: Likewise.
30114         * hurd/hurd-raise.c: Likewise.
30115         * hurd/hurdprio.c: Likewise.
30116         * hurd/msgportdemux.c: Likewise.
30117         * misc/sys/file.h: Likewise.
30118         * misc/sys/ioctl.h: Likewise.
30119         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30120         * sysdeps/mach/hurd/chdir.c: Likewise.
30121         * sysdeps/mach/hurd/fchdir.c: Likewise.
30122         * sysdeps/mach/hurd/rename.c: Likewise.
30123         * sysdeps/mach/hurd/rmdir.c: Likewise.
30124         * sysdeps/mach/hurd/seekdir.c: Likewise.
30125         * sysdeps/mach/hurd/setsid.c: Likewise.
30126         * sysdeps/posix/wait3.c: Likewise.
30128         * All files with FSF copyright notices: Update copyright dates
30129         using scripts/update-copyrights.
30130         * intl/plural.c: Regenerated.
30131         * locale/programs/charmap-kw.h: Likewise.
30132         * locale/programs/locfile-kw.h: Likewise.
30134 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30136         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30137         four values.
30139         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30140         calculation loop and add branch prediction.
30142         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30143         check access beyond bounds of m1np.
30145         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30146         MPTWO.
30147         (__inv): Remove local variable MPTWO to use the global
30148         constant.
30149         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30150         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30151         variable MPTWO.
30152         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30153         MP3HALFS static const.
30155 2013-01-01  David S. Miller  <davem@davemloft.net>
30157         * po/ca.po: Update from translation team.
30159 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30161         * scripts/update-copyrights: New file.
30162         * Makeconfig: Reformat copyright notice.
30163         * ctype/ctype.h: Likewise.
30164         * debug/swprintf_chk.c: Likewise.
30165         * elf/dl-cache.c: Likewise.
30166         * elf/dl-debug.c: Likewise.
30167         * elf/dl-object.c: Likewise.
30168         * grp/initgroups.c: Likewise.
30169         * hurd/Makefile: Likewise.
30170         * hurd/hurd/signal.h: Likewise.
30171         * hurd/hurdfault.c: Likewise.
30172         * hurd/hurdioctl.c: Likewise.
30173         * hurd/hurdlookup.c: Likewise.
30174         * hurd/intr-msg.c: Likewise.
30175         * iconv/gconv_open.c: Likewise.
30176         * libio/swprintf.c: Likewise.
30177         * locale/lc-ctype.c: Likewise.
30178         * locale/nl_langinfo.c: Likewise.
30179         * mach/Machrules: Likewise.
30180         * mach/Makefile: Likewise.
30181         * malloc/obstack.h: Likewise.
30182         * manual/Makefile: Likewise.
30183         * manual/tsort.awk: Likewise.
30184         * misc/bits/stab.def: Likewise.
30185         * nis/nis_print_group_entry.c: Likewise.
30186         * nis/nis_table.c: Likewise.
30187         * nis/nss_compat/compat-pwd.c: Likewise.
30188         * nis/nss_compat/compat-spwd.c: Likewise.
30189         * po/Makefile: Likewise.
30190         * posix/fnmatch.c: Likewise.
30191         * posix/regex.h: Likewise.
30192         * resolv/Makefile: Likewise.
30193         * resolv/nss_dns/dns-network.c: Likewise.
30194         * resolv/res_hconf.c: Likewise.
30195         * scripts/gen-sorted.awk: Likewise.
30196         * soft-fp/soft-fp.h: Likewise.
30197         * stdio-common/printf.h: Likewise.
30198         * stdlib/monetary.h: Likewise.
30199         * stdlib/random.c: Likewise.
30200         * stdlib/random_r.c: Likewise.
30201         * sysdeps/generic/Makefile: Likewise.
30202         * sysdeps/gnu/Makefile: Likewise.
30203         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30204         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30205         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30206         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30207         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30208         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30209         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30210         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30211         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30212         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30213         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30214         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30215         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30216         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30217         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30218         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30219         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30220         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30221         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30222         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30223         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30224         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30225         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30226         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30227         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30228         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30229         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30230         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30231         * sysdeps/mach/hurd/errnos.awk: Likewise.
30232         * sysdeps/mach/hurd/fork.c: Likewise.
30233         * sysdeps/mach/hurd/getcwd.c: Likewise.
30234         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30235         * sysdeps/mach/hurd/mmap.c: Likewise.
30236         * sysdeps/mach/hurd/utimes.c: Likewise.
30237         * sysdeps/mach/hurd/xmknod.c: Likewise.
30238         * sysdeps/posix/profil.c: Likewise.
30239         * sysdeps/posix/readdir_r.c: Likewise.
30240         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30241         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30242         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30243         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30244         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30245         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30246         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30247         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30248         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30249         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30250         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30251         * sysdeps/pthread/lio_listio.c: Likewise.
30252         * sysdeps/sparc/dl-procinfo.h: Likewise.
30253         * sysdeps/unix/i386/sysdep.S: Likewise.
30254         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30255         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30256         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30257         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30259         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30260         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30261         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30262         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30263         * sysdeps/wordsize-32/divdi3.c: Likewise.
30264         * time/sys/time.h: Likewise.
30265         * wcsmbs/Makefile: Likewise.
30267 2013-01-01  David S. Miller  <davem@davemloft.net>
30269         * po/fr.po: Update from translation team.
30271         * catgets/gencat.c: Update copyright year.
30272         * csu/version.c: Likewise.
30273         * debug/catchsegv.sh: Likewise.
30274         * debug/pcprofiledump.c: Likewise.
30275         * debug/xtrace.sh: Likewise.
30276         * elf/ldconfig.c: Likewise.
30277         * elf/ldd.bash.in: Likewise.
30278         * elf/pldd.c: Likewise.
30279         * elf/sotruss.ksh: Likewise.
30280         * elf/sprof.c: Likewise.
30281         * iconv/iconv_prog.c: Likewise.
30282         * iconv/iconvconfig.c: Likewise.
30283         * locale/programs/locale.c: Likewise.
30284         * locale/programs/localedef.c: Likewise.
30285         * login/programs/pt_chown.c: Likewise.
30286         * malloc/memusage.sh: Likewise.
30287         * malloc/memusagestat.c: Likewise.
30288         * malloc/mtrace.pl: Likewise.
30289         * nscd/nscd.c: Likewise.
30290         * nss/getent.c: Likewise.
30291         * nss/makedb.c: Likewise.
30292         * posix/getconf.c: Likewise.
30294 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30296         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30297         numbers.
30299 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30301         * math/bits/mathcalls.h (modf): Use __nonnull.
30303 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30305         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30306         (split): Use macro CN instead of the bare value.
30307         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30308         could be used.
30309         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30310         instead of the bare value.
30311         (power1): Likewise.
30313 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30315         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30316         __ATAN_TWOM.
30317         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30319         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30320         their values.
30321         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30322         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30323         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30324         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30326 2012-12-28  Andreas Jaeger  <aj@suse.de>
30328         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30329         values are from Linux 3.7.
30331         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30332         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30334 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30336         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30337         TRUE case.
30339         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30340         (norm): Likewise.
30341         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30342         variables with preprocessor constants.
30343         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30344         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30345         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30347 2012-12-27  Bruno Haible  <bruno@clisp.org>
30349         [BZ #14317]
30350         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30351         only if needed.
30353 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30355         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30356         and use variable directly.
30357         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30359         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30360         MPONE.
30361         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30362         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30363         variable MPONE.
30364         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30365         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30366         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30367         include directive.  Remove local variable MPONE.
30368         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30369         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30370         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30372 2012-12-25  David S. Miller  <davem@davemloft.net>
30374         * version.h (RELEASE): Set to "development".
30375         (VERSION): Set to "2.17.90".
30376         * NEWS: Add 2.18 section.
30378 2012-12-21  David S. Miller  <davem@davemloft.net>
30380         * po/hr.po: Update from translation team.
30382 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30384         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30386 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30388         * NEWS:  Mention new memcpy for MIPS.
30390 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30392         * manual/contrib.texi (Contributors): Spelling correction.
30394 2012-12-15  David S. Miller  <davem@davemloft.net>
30396         * po/ru.po: Update from translation team.
30398 2012-12-13  David S. Miller  <davem@davemloft.net>
30400         * NEWS: Mention IFUNC testsuite enhancements.
30402         * po/pl.po: Update from translation team.
30403         * po/bg.po: Likewise.
30405         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30406         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30408 2012-12-11  David S. Miller  <davem@davemloft.net>
30410         * po/sv.po: Update from translation team.
30412         * po/vi.po: Update from translation team.
30414         * po/cs.po: Update from translation team.
30416         * po/de.po: Update from translation team.
30417         * po/eo.po: Likewise.
30418         * po/nl.po: Likewise.
30420 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30422         [BZ #14246]
30423         * manual/argp.texi (Argp Helper Functions): Move node to follow
30424         Argp Parsing State.
30426         [BZ #14872]
30427         * manual/conf.texi (Limits on File System Capacity): Mention if
30428         terminating null is included in the max size.
30430 2012-12-10  Andreas Jaeger  <aj@suse.de>
30432         * po/cs.po: Update from translation team.
30434 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30436         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
30437         void pointer and cast to uintptr_t.
30438         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
30439         path.
30440         * sysdeps/s390/s390-64/memcpy.S: Likewise.
30441         * sysdeps/s390/s390-64/memset.S: Likewise.
30443 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
30445         [BZ #14833]
30446         * menual/message.texi (Message Translation): Fix typos.
30447         (Helper programs for gettext): Likewise.
30449 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
30451         [BZ #14898]
30452         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
30453         Change to -1.
30455 2012-12-07  David S. Miller  <davem@davemloft.net>
30457         * po/libc.pot: Update.
30459 2012-12-07  Richard Henderson  <rth@redhat.com>
30461         [BZ #10114]
30462         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
30463         normal/normal case to before the switch.
30464         (_FP_DIV): Likewise.
30466 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
30467             Mike Frysinger  <vapier@gentoo.org>
30469         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
30470         check for __NR_fadvise64_64.
30472 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
30474         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
30475         0, not just to plain "0" as a statement.
30476         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
30477         with cw.
30479 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
30481         * NEWS: Use sourceware.org in Bugzilla URL.
30483 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
30485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30486         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30488         * stdio-common/tst-put-error.c (do_test): Add newline to the
30489         padded test to ensure flush.
30491 2012-12-05  Jeff Law  <law@redhat.com>
30493         * sunrpc/etc.rpc (fedfs_admin): Add entry.
30495 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
30497         * README: Don't refer to ports add-on as distributed separately.
30498         Mention AArch64 in list of systems supported in the ports add-on.
30500         * LICENSES: Add more non-FSF copyright and license notices.
30502         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
30503         ((unused)).
30505         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
30507         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
30508         10000 as width of padded output.
30510 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30512         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
30514         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
30515         variable LX with __attribute__ ((unused)).
30516         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
30517         Likewise.
30518         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
30519         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
30520         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
30521         with __attribute__ ((unused)).
30523 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
30525         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
30527 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30529         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
30530         (CFLAGS-nldbl-acos.c): New variable.
30531         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
30532         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
30533         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
30534         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
30535         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
30536         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
30537         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
30538         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
30539         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
30540         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
30541         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
30542         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
30543         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
30544         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
30545         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
30546         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
30547         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
30548         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
30549         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
30550         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
30551         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
30552         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
30553         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
30554         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
30555         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
30556         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
30557         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
30558         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
30559         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
30560         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
30561         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
30562         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
30563         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
30564         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
30565         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
30566         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
30567         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
30568         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
30569         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
30570         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
30571         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
30572         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
30573         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
30574         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
30575         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
30576         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
30577         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
30578         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
30579         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
30580         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
30581         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
30582         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
30583         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
30584         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
30585         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
30586         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
30587         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
30588         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
30589         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
30590         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
30591         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
30592         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
30593         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
30594         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
30595         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
30596         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
30597         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
30598         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
30599         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
30600         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
30601         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
30602         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
30603         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
30604         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
30605         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
30606         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
30607         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
30608         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
30609         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
30610         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
30611         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
30612         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
30613         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
30614         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
30615         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
30616         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
30617         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
30618         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
30619         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
30620         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
30621         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
30622         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
30623         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
30624         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
30625         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
30626         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
30627         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
30629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30630         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30632         [BZ #14914]
30633         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
30634         whole low double instead of just low 47 bits when splitting values
30635         into two parts.
30637 2012-12-03  Allan McRae  <allan@archlinux.org>
30639         * manual/stdio.texi (Predefined Printf Handlers): Remove
30640         @hsep and @vsep usage.
30642 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
30644         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
30645         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
30647 2012-12-03  Jeff Law  <law@redhat.com>
30649         * time/sys/time.h (settimeofday): Do not mark TV argument
30650         as __nonnull.
30652 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
30654         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
30655         when currently writing and seek to current position when not.
30656         * libio/Makefile (tests): Remove bug-fclose1.
30657         * libio/bug-fclose1.c: Delete.
30659 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
30661         * manual/arith.texi (feenableexcept): Fix typo.
30662         (fedisableexcept): Likewise.
30664 2012-11-30  Roland McGrath  <roland@hack.frob.com>
30666         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
30667         second, differently-typed declaration, rather than a cast.
30669 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30671         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
30672         * include/rpc/svc.h: ... here.
30674 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
30676         [BZ #13013]
30677         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
30678         depending n and resplen2 to catch cases where answer
30679         equals answerp2.
30681 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
30683         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
30684         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
30686 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
30688         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
30690 2012-11-29  Roland McGrath  <roland@hack.frob.com>
30692         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
30694 2012-11-28  Jeff Law  <law@redhat.com>
30696         [BZ #13761]
30697         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
30698         dataset_temporary.  Track alloca usage into alloca_used.
30699         If dataset is large allocate and release it via malloc/free.
30701 2012-06-04  Florian Weimer  <fweimer@redhat.com>
30703         [BZ #14197]
30704         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
30706 2012-11-28  David S. Miller  <davem@davemloft.net>
30708         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30710 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30712         [BZ #14803]
30713         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
30714         of pi/2 rounded to nearest to 64 bits.
30715         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
30716         nearest to 64 bits.
30717         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
30718         bits.
30720 2012-11-28  Jeff Law <law@redhat.com>
30721             Martin Osvald <mosvald@redhat.com>
30723         [BZ #14889]
30724         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
30725         * sunrpc/svc.c: Include time.h.
30726         (__svc_accept_failed): New function.
30727         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
30728         any reason other than EINTR, call __svc_accept_failed.
30729         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
30730         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
30732 2012-11-28  Andreas Schwab  <schwab@suse.de>
30734         * scripts/abilist.awk: Also handle indirect functions in .opd
30735         section.
30737 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30739         [BZ #13881]
30740         * sysdeps/x86/fpu/powl_helper.c: New file.
30741         * sysdeps/x86/fpu/Makefile: Likewise.
30742         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
30743         (p3): New object.
30744         (__ieee754_powl): Use __powl_helper for finite arguments except
30745         integer exponents below 8.
30746         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
30747         (p3): New object.
30748         (__ieee754_powl): Use __powl_helper for finite arguments except
30749         integer exponents below 8.
30750         * math/libm-test.inc (pow_test): Add more tests and enable some
30751         previously disabled tests.
30752         * sysdeps/i386/fpu/libm-test-ulps: Update.
30753         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30755 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30756             Carlos O'Donell  <carlos_odonell@mentor.com>
30758         * nss/makedb.c (is_prime): Assert that input is odd and greater
30759         than 4.  Note that fact in a comment too.
30760         (next_prime): Add 4 to input.
30762 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30764         [BZ #11741]
30765         * libio/Makefile (tests): Add test case tst-fwrite-error.
30766         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
30767         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
30768         * libio/tst-fwrite-error.c: New test case.
30770 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
30772         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
30773         before casting to void *.
30774         * include/libc-internal.h (__pointer_type): New macro.
30775         (__integer_if_pointer_type_sub): Likewise.
30776         (__integer_if_pointer_type): Likewise.
30777         (cast_to_integer): Likewise.
30778         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
30779         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
30780         before casting to atomic64_t.
30781         (atomic_exchange_acq): Likewise.
30782         (__arch_exchange_and_add_body): Likewise.
30783         (__arch_add_body): Likewise.
30784         (atomic_add_negative): Likewise.
30785         (atomic_add_zero): Likewise.
30787 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
30789         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
30790         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
30791         (add_fdes): Likewise.
30792         (linear_search_fdes): Likewise.
30793         (binary_search_unencoded_fdes): Likewise.
30795 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
30797         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
30799 2012-11-24  Adam Conrad  <adconrad@0c3.net>
30801         * configure.in: Autodetect C++ header directories.
30802         * configure: Regenerated.
30804 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
30806         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
30808 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
30810         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30812 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
30814         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
30815         LDBL_MANT_DIG == 106]: Disable some tests.
30816         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
30817         Likewise.
30818         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
30819         Likewise.
30821         [BZ #14871]
30822         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
30823         input for small inputs.  Return +/- pi/2 for large inputs.
30824         * math/libm-test.inc (atan_test): Add more tests.
30826         * sysdeps/generic/unwind-dw2-fde-glibc.c
30827         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
30828         __attribute__ ((unused)).
30830         [BZ #14645]
30831         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
30832         x * y if x and y are nonzero and z is zero.
30834         [BZ #14811]
30835         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
30836         nonzero exponents with absolute value below 0x1p-117 to +/-
30837         0x1p-117.
30839         [BZ #14869]
30840         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
30841         up arguments below 2**-450, not just those below 2**-500.
30842         * math/libm-test.inc (hypot_test): Add another test.
30844         [BZ #14868]
30845         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
30846         Return a+b for ratio over 2**120, not 2**60.
30847         * math/libm-test.inc (hypot_test): Add another test.
30849         * math/libm-test.inc (clog_test): Use
30850         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
30851         (clog10_test): Likewise.
30853         [BZ #6778]
30854         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
30856 2012-11-22  Andreas Schwab  <schwab@suse.de>
30858         * sysdeps/i386/fpu/libm-test-ulps: Update.
30860 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
30862         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
30863         printf output with newline.
30865 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
30867         [BZ #14865]
30868         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
30869         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
30870         -z nodlopen, -z initfirst and -z execstack support.
30871         * configure: Regenerated.
30873         * elf/elf.h (DF_1_NODIRECT): New macro.
30874         (DF_1_IGNMULDEF): Likewise.
30875         (DF_1_NOKSYMS): Likewise.
30876         (DF_1_NOHDR): Likewise.
30877         (DF_1_EDITED): Likewise.
30878         (DF_1_NORELOC): Likewise.
30879         (DF_1_SYMINTPOSE): Likewise.
30880         (DF_1_GLOBAUDIT): Likewise.
30881         (DF_1_SINGLETON): Likewise.
30882         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
30883         DT_1_SUPPORTED_MASK bits.
30884         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
30886 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
30888         * sysdeps/unix/make-syscalls.sh: Document prefixes.
30890 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
30892         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
30893         macro.
30895         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
30896         (sendmmsg): Move declarations...
30897         * socket/sys/socket.h: ... here.
30898         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
30899         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
30900         include it from...
30901         * socket/recvmmsg.c: ... this new file.
30902         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
30903         (sendmmsg): Rename to __sendmmsg, create weak alias and make
30904         definition of __sendmmsg hidden.
30905         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
30906         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
30907         Move ENOSYS stub into and include it from...
30908         * socket/sendmmsg.c: ... this new file.
30909         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
30910         (sysdep_routines): Move recvmmsg and sendmmsg...
30911         * socket/Makefile (routines): ... here.
30912         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
30913         (GLIBC_PRIVATE): Add __sendmmsg.
30914         * include/sys/socket.h (__sendmmsg): Add declarations.
30915         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
30916         sendmmsg.
30918 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
30920         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
30921         variable I1 with __attribute__ ((unused)).
30922         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
30924 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
30926         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
30927         DUMMY variables with __attribute__ ((unused)).
30929         * bits/byteswap.h: Include <bits/types.h>.
30930         (__bswap_64): Use __uint64_t instead of unsigned long long int.
30932 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
30934         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
30935         string_t.  Do not manually set errno.
30936         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
30937         length with __strnlen.  Make sure to both set errno and return it on
30938         failure.
30940 2012-11-19  David S. Miller  <davem@davemloft.net>
30942         With help from Joseph Myers.
30943         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
30944         very large arguments properly.
30945         * math/libm-test.inc (atan_test): New tests.
30946         (atan2_test): New tests.
30947         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30948         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30950 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
30952         [BZ #14856]
30953         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
30954         Define to 3.
30956         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
30957         [POSIX] (EADDRNOTAVAIL): Likewise.
30958         [POSIX] (EAFNOSUPPORT): Likewise.
30959         [POSIX] (EALREADY): Likewise.
30960         [POSIX] (ECONNABORTED): Likewise.
30961         [POSIX] (ECONNREFUSED): Likewise.
30962         [POSIX] (ECONNRESET): Likewise.
30963         [POSIX] (EDESTADDRREQ): Likewise.
30964         [POSIX] (EDQUOT): Likewise.
30965         [POSIX] (EHOSTUNREACH): Likewise.
30966         [POSIX] (EIDRM): Likewise.
30967         [POSIX] (EISCONN): Likewise.
30968         [POSIX] (ELOOP): Likewise.
30969         [POSIX] (EMULTIHOP): Likewise.
30970         [POSIX] (ENETDOWN): Likewise.
30971         [POSIX] (ENETUNREACH): Likewise.
30972         [POSIX] (ENOBUFS): Likewise.
30973         [POSIX] (ENODATA): Likewise.
30974         [POSIX] (ENOLINK): Likewise.
30975         [POSIX] (ENOMSG): Likewise.
30976         [POSIX] (ENOPROTOOPT): Likewise.
30977         [POSIX] (ENOSR): Likewise.
30978         [POSIX] (ENOSTR): Likewise.
30979         [POSIX] (ENOTCONN): Likewise.
30980         [POSIX] (ENOTSOCK): Likewise.
30981         [POSIX] (EOPNOTSUPP): Likewise.
30982         [POSIX] (EOVERFLOW): Likewise.
30983         [POSIX] (EPROTO): Likewise.
30984         [POSIX] (EPROTONOSUPPORT): Likewise.
30985         [POSIX] (EPROTOTYPE): Likewise.
30986         [POSIX] (ESTALE): Likewise.
30987         [POSIX] (ETIME): Likewise.
30988         [POSIX] (ETXTBSY): Likewise.
30989         [POSIX] (EWOULDBLOCK): Likewise.
30990         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
30991         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
30992         [POSIX] (SEEK_CUR): Likewise.
30993         [POSIX] (SEEK_END): Likewise.
30994         [POSIX || UNIX98] (mode_t): Do not require.
30995         [POSIX] (off_t): Likewise.
30996         [POSIX] (pid_t): Likewise.
30997         [POSIX] (sys/stat.h): Do not allow header.
30998         [POSIX] (unistd.h): Likewise.
30999         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31000         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31001         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31002         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31003         require.
31004         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31005         sigevent): Specify elements.
31006         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31007         entry.
31008         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31009         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31011         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31012         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31013         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31014         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31015         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31016         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31017         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31018         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31019         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31020         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31021         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31022         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31023         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31024         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31025         Likewise.
31026         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31027         Likewise.
31028         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31029         Likewise.
31030         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31031         Likewise.
31032         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31033         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31034         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31035         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31036         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31037         Specify lower bound on value.
31038         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31039         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31040         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31041         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31042         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31043         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31044         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31045         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31046         value.
31047         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31048         as optional.
31049         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31050         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31051         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31052         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31053         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31054         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31055         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31056         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31057         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31058         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31059         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31060         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31061         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31062         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31063         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31064         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31065         entry.
31066         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31067         optional.
31068         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31069         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31070         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31071         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31072         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31073         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31074         Likewise.
31075         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31076         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31077         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31078         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31079         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31080         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31081         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31082         as optional.
31083         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31084         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31085         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31086         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31087         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31088         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31089         specify as optional.
31090         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31091         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31092         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31093         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31094         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31095         [XPG3] (NL_LANGMAX): Likewise.
31096         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31097         [POSIX || XPG3] (NL_NMAX): Likewise.
31098         [POSIX || XPG3] (NL_SETMAX): Likewise.
31099         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31100         [XPG3] (NZERO): Likewise.
31101         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31102         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31103         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31104         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31105         (REG_ERANGE): Expect.
31106         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31107         optional-constant.
31108         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31109         Use (void) in prototype.
31110         [POSIX] (*_t): Allow.
31111         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31112         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31113         (WRDE_BADVAL): Expect.
31115         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31116         expect.
31117         [XPG3 || XPG4] (O_RSYNC): Likewise.
31118         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31119         Likewise.
31120         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31121         [XPG3 || XPG4] (sigqueue): Likewise.
31122         [XPG3 || XPG4] (sigtimedwait): Likewise.
31123         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31124         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31125         [XPG3 || XPG4] (vsnprintf): Likewise.
31126         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31127         Likewise.
31128         [XPG3 || XPG4] (blksize_t): Likewise.
31129         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31130         Likewise.
31131         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31132         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31133         [XPG3 || XPG4] (struct itimerspec): Likewise.
31134         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31135         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31136         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31137         [XPG3 || XPG4] (clockid_t): Likewise.
31138         [XPG3 || XPG4] (timer_t): Likewise.
31139         [XPG3 || XPG4] (clock_getres): Likewise.
31140         [XPG3 || XPG4] (clock_gettime): Likewise.
31141         [XPG3 || XPG4] (clock_settime): Likewise.
31142         [XPG3 || XPG4] (nanosleep): Likewise.
31143         [XPG3 || XPG4] (timer_create): Likewise.
31144         [XPG3 || XPG4] (timer_delete): Likewise.
31145         [XPG3 || XPG4] (timer_gettime): Likewise.
31146         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31147         [XPG3 || XPG4] (timer_settime): Likewise.
31148         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31149         [XPG3 || XPG4] (getlogin_r): Likewise.
31150         [XPG3 || XPG4] (pread): Likewise.
31151         [XPG3 || XPG4] (pthread_atfork): Likewise.
31152         [XPG3 || XPG4] (pwrite): Likewise.
31154         [BZ #14835]
31155         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31156         <bits/siginfo.h>.
31158 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31160         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31161         finalizing MALLSTREAM.
31163         * sysdeps/mach/hurd/syncfs.c: New file.
31165 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31167         [BZ #14719]
31168         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31169         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31170         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31171         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31172         (_nss_dns_gethostbyname4_r): Likewise.
31173         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31174         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31176 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31178         [BZ #13763]
31179         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31181 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31183         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31184         * elf/cache.c (print_entry): Print ",AArch64" for
31185         FLAG_AARCH64_LIB64
31187         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31188         * elf/cache.c (print_entry): Print ",hard-float" for
31189         FLAG_ARM_LIBHF.
31191 2012-11-18  David S. Miller  <davem@davemloft.net>
31193         With help from Joseph Myers.
31194         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31195         cutoff to 2**-13.
31196         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31197         cutoff to 2**-25.
31198         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31199         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31200         small.
31201         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31202         * math/libm-test.inc (y0_test): New tests.
31203         (y1_test): New tests.
31204         * sysdeps/i386/fpu/libm-test-ulps: Update.
31205         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31206         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31208 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31210         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31211         64-bit targets.
31212         * configure: Regenerated.
31214 2012-11-17  David S. Miller  <davem@davemloft.net>
31216         [BZ #14811]
31217         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31218         nonzero exponents with absolute value below 0x1p-128 to +/-
31219         0x1p-128.
31221 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31223         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31225         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31227         * posix/getconf-speclist.c: New file.
31228         * posix/posix-envs.def: Likewise.
31229         * posix/confstr.c (START_ENV_GROUP): New macro.
31230         (END_ENV_GROUP): Likewise.
31231         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31232         (KNOWN_PRESENT_ENV_STRING): Likewise.
31233         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31234         (UNKNOWN_ENVIRONMENT): Likewise.
31235         (confstr): Include posix-envs.def instead of handling
31236         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31237         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31238         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31239         (END_ENV_GROUP): Likewise.
31240         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31241         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31242         (UNKNOWN_ENVIRONMENT): Likewise.
31243         (__sysconf): Include posix-envs.def instead of handling associated
31244         cases directly here.
31245         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31246         preprocessing getconf-speclist.c rather than running getconf or
31247         generating empty file.
31249 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31251         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31253 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31255         [BZ #14672]
31256         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31258 2012-11-16  David S. Miller  <davem@davemloft.net>
31260         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31261         smaller than LDBL_EPSILON/2.0L, just return xm1.
31263 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31265         * elf/tst-array1.c (init): Set constructor priority to 1000.
31266         (fini): Set destructor priority to 1000.
31267         * elf/tst-array2dep.c: Likewise.
31269 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31271         [BZ #11741]
31272         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31273         (_IO_new_file_xsputn): Also return EOF if none of the input
31274         data was written when overflow failed.
31275         * libio/iopadn.c (_IO_padn): Likewise.
31276         * libio/iowpadn.c (_IO_wpadn): Likewise.
31277         * stdio-common/tst-put-error.c: Add copyright notice.
31278         (do_test): Add case for printing padded string.
31279         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31280         _IO_padn returned error.
31281         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31282         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31283         return EOF.
31285 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31287         * libio/libioP.h: Add comment note that the references to C++
31288         bits are now obsolete.
31290 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31292         * math/libm-test.inc (check_complex): Use asprintf.
31294 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31296         * debug/pcprofiledump.c (print_version): Update copyright year.
31297         * malloc/memusagestat.c (print_version): Likewise.
31299 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31301         [BZ #14831]
31302         * elf/Makefile (tests): Add tst-audit8.
31303         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31304         ($(objpfx)tst-audit8.out): New target.
31305         (tst-audit8-ENV): New variable.
31306         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31307         audit if l_reloc_result is NULL.
31308         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31309         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31310         * elf/tst-audit8.c: New file.
31312 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31314         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31315         * misc/Makefile (CFLAGS-select.c): Define.
31316         * posix/Makefile (CFLAGS-pause.c): Define.
31318 2012-11-13  David S. Miller  <davem@davemloft.net>
31320         * crypt/Makefile: Move test targets after toplevel Rules
31321         inclusion.  Grab any necessary sysdep routines when linking.
31322         * crypt/md5.c (md5_process_block): Remove define, we will always
31323         name it __md5_process_block.
31324         (md5_finish_ctx): Update md5_process_block call.
31325         (md5_stream): Likewise.
31326         (md5_process_bytes): Likewise.
31327         (md5_process_block): Rename to __md5_process_block and move to ...
31328         * crypt/md5-block.c: ... here.
31329         * crypt/sha256.c (sha256_process_block): Move to ...
31330         * crypt/sha256-block.c: ... here.
31331         * crypt/sha512.c (sha512_process_block): Move to ...
31332         * crypt/sha512-block.c: ... here.
31333         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31334         path.
31335         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31336         * sysdeps/sparc/sparc64/multiarch/Makefile
31337         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31338         crypt subdir.
31339         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31340         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31341         multiarch changes.
31342         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31343         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31344         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31345         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31346         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31347         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31348         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31349         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31350         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31351         file.
31352         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31353         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31354         file.
31355         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31357 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31359         * timezone/tzselect.ksh: Update from tzcode git revision
31360         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31361         * timezone/zdump.c: Likewise.
31362         * timezone/zic.c: Likewise.
31363         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31364         in TZVERSION setting, not $(PKGVERSION).
31365         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31366         REPORT_BUGS_TO settings.
31368         [BZ #14838]
31369         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31370         macro.
31372 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31374         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31375         detection to immediately after _FP_ROUND().
31376         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31377         bits are 0.
31379 2012-11-11  David S. Miller  <davem@davemloft.net>
31381         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31382         inttypes.h
31383         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31384         __close rather than their public counterparts.
31386 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31388         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31389         file.
31390         [UNIX98] (sem_timedwait): Do not expect.
31391         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31392         [XPG4 || UNIX98] (sockatmark): Do not expect.
31393         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31394         (clock_getcpuclockid): Do not expect.
31395         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31396         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31397         Do not expect.
31398         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31399         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31400         [UNIX98] (vwscanf): Likewise.
31401         [UNIX98] (vswscanf): Likewise.
31403 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31405         * timezone/version.h: Remove file.
31406         * timezone/README: Do not refer to version.h.
31407         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31408         $(objpfx)version.h.
31409         ($(objpfx)zdump.o): Likewise.
31410         ($(objpfx)version.h): New target.
31412         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31413         2012i.
31414         * timezone/README: Don't mention modification to tzselect.ksh.
31415         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31416         work on unmodified tzselect.ksh.  Substitute version numbers in
31417         tzselect.ksh.
31419         * Makefile (format-me): Remove.
31420         (INSTALL): Adjust indentation.  Use commands directly instead of
31421         using $(format-me).
31423         * aclocal.m4 (ACX_PKGVERSION): New macro.
31424         (ACX_BUGURL): Likewise.
31425         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31426         (PKGVERSION): New AC_DEFINE_UNQUOTED.
31427         (REPORT_BUGS_TO): Likewise.
31428         * configure: Regenerated.
31429         * config.h.in (PKGVERSION): New macro.
31430         (REPORT_BUGS_TO): Likewise.
31431         * config.make.in (PKGVERSION): New variable.
31432         (PKGVERSION_TEXI): Likewise.
31433         (REPORT_BUGS_TO): Likewise.
31434         (REPORT_BUGS_TEXI): Likewise.
31435         * Makefile (format-me): Use -I$(common-objpfx)manual.
31436         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
31437         ($(common-objpfx)manual/%): New target.
31438         (manual/%): Remove target.
31439         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
31440         (print_version): Use PKGVERSION.
31441         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
31442         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
31443         and REPORT_BUGS_TO.
31444         ($(objpfx)xtrace): Likewise.
31445         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
31446         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
31447         (print_version): Use PKGVERSION.
31448         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
31449         (do_version): Use PKGVERSION.
31450         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
31451         REPORT_BUGS_TO.
31452         (common-ldd-rewrite): Likewise.
31453         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
31454         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
31455         (print_version): Use PKGVERSION.
31456         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
31457         * elf/pldd.c (argp_program_bug_address): Remove variable.
31458         (more_help): New function.
31459         (argp): Use more_help.
31460         (print_version): Use PKGVERSION.
31461         * elf/sln.c (main): Use PKGVERSION.
31462         (usage): Use REPORT_BUGS_TO.
31463         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
31464         (top level): Use PKGVERSION.
31465         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
31466         (print_version): Use PKGVERSION.
31467         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
31468         (print_version): Use PKGVERSION.
31469         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
31470         (print_version): Use PKGVERSION.
31471         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
31472         (print_version): Use PKGVERSION.
31473         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
31474         (print_version): Use PKGVERSION.
31475         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
31476         (print_version): Use PKGVERSION.
31477         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
31478         and BUGURL.
31479         ($(objpfx)memusage): Likewise.
31480         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
31481         (do_version): Use PKGVERSION.
31482         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
31483         (print_version): Use PKGVERSION.
31484         * malloc/mtrace.pl ($PACKAGE): Remove variable.
31485         ($PKGVERSION): New variable.
31486         ($REPORT_BUGS_TO): Likewise.
31487         (usage): Use $REPORT_BUGS_TO.
31488         (top level): Use $PKGVERSION.
31489         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
31490         ($(objpfx)pkgvers.texi): New rule.
31491         ($(objpfx)stamp-pkgvers): Likewise.
31492         * manual/install.texi: Include pkgvers.texi.
31493         (--with-pkgversion): Document new configure option.
31494         (--with-bugurl): Likewise.
31495         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
31496         than necessarily for this particular distribution.  Use
31497         REPORT_BUGS_TO for where to report bugs.
31498         * INSTALL: Regenerated.
31499         * manual/libc.texinfo: Include pkgvers.texi.
31500         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
31501         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
31502         (print_version): Use PKGVERSION.
31503         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
31504         (print_version): Use PKGVERSION.
31505         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
31506         (print_version): Use PKGVERSION.
31507         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
31508         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
31509         macro.
31510         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
31511         (print_version): Use PKGVERSION.
31512         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
31513         (print_version): Use PKGVERSION.
31514         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
31515         and PKGVERSION.
31517         * timezone/checktab.awk: Update from tzcode 2012i.
31518         * timezone/ialloc.c: Likewise.
31519         * timezone/private.h: Likewise.
31520         * timezone/scheck.c: Likewise.
31521         * timezone/tzfile.h: Likewise.
31522         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
31523         (TZVERSION): Hardcode tzcode version number.
31524         * timezone/zdump.c: Update from tzcode 2012i.
31525         * timezone/zic.c: Likewise.
31526         * timezone/version.h: New file.
31527         * timezone/README: Describe version.h.  Update upstream location.
31529         [BZ #14824]
31530         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
31531         (mktemp): Enable declaration.
31532         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
31533         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
31534         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
31535         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
31536         Likewise.
31537         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
31538         Likewise.
31539         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
31540         Likewise.
31541         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
31542         Likewise.
31543         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
31544         Likewise.
31545         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
31546         Likewise.
31548         [BZ #14821]
31549         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
31550         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
31551         for copies of such integer values.
31552         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
31553         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
31555 2012-11-09  Andreas Jaeger  <aj@suse.de>
31557         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
31558         definitions and declarations that are provided by
31559         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
31561 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31563         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
31564         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
31565         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
31566         definition.
31568 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31570         * elf/elf.h: Update comment before AArch64 relocations.
31572 2012-11-07  David S. Miller  <davem@davemloft.net>
31574         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
31575         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
31576         (__start_context): Declare.
31577         (__makecontext_ret): Delete.
31578         (__makecontext): Hook up __start_context instead of
31579         __makecontext_ret.
31580         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
31581         (sysdep_routines): Add __start_context when in stdlib.
31583 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31585         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
31586         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
31587         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
31588         hardcoded "nm".
31589         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
31590         (READELF): New variable.  Use it instead of hardcoded "readelf".
31592 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
31594         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
31595         * sysdeps/x86/Makefile: Here.
31596         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
31597         * sysdeps/x86/tst-xmmymm.sh: This.
31599 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31601         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
31602         expectations.
31603         [UNIX98] (pthread_barrier_t): Do not expect.
31604         [UNIX98] (pthread_barrierattr_t): Likewise.
31605         [UNIX98] (pthread_spinlock_t): Likewise.
31606         [UNIX98] (pthread_barrier_destroy): Likewise.
31607         [UNIX98] (pthread_barrier_init): Likewise.
31608         [UNIX98] (pthread_barrier_wait): Likewise.
31609         [UNIX98] (pthread_barrierattr_destroy): Likewise.
31610         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
31611         [UNIX98] (pthread_barrierattr_init): Likewise.
31612         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
31613         [UNIX98] (pthread_getcpuclockid): Likewise.
31614         [UNIX98] (pthread_mutex_timedlock): Likewise.
31615         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
31616         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
31617         [UNIX98] (pthread_sigmask): Likewise.
31618         [UNIX98] (pthread_spin_destroy): Likewise.
31619         [UNIX98] (pthread_spin_init): Likewise.
31620         [UNIX98] (pthread_spin_lock): Likewise.
31621         [UNIX98] (pthread_spin_trylock): Likewise.
31622         [UNIX98] (pthread_spin_unlock): Likewise.
31623         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
31624         Do not expect.
31625         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
31626         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
31627         [XPG3 || XPG4] (pthread_cond_t): Likewise.
31628         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
31629         [XPG3 || XPG4] (pthread_key_t): Likewise.
31630         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
31631         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
31632         [XPG3 || XPG4] (pthread_once_t): Likewise.
31633         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
31634         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
31635         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
31636         [XPG3 || XPG4] (pthread_t): Likewise.
31638         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
31639         not expect.
31640         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
31642         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
31643         Change function return type to int.
31645         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
31646         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
31647         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
31648         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
31649         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
31650         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
31651         [!POSIX] (posix_madvise): Likewise.
31652         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
31653         && !UNIX98].
31654         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
31655         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
31656         (mode_t): Likewise.
31657         (posix_mem_offset): Likewise.
31658         (posix_typed_mem_get_info): Likewise.
31659         (posix_typed_mem_open): Likewise.
31661         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
31662         Change condition to [XOPEN2K8].
31664         * conform/conformtest.pl: Preprocess allow-header data with -x c
31665         instead of from stdin.
31666         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
31667         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
31668         [C99-based standards] (cerfc): Likewise.
31669         [C99-based standards] (cexp2): Likewise.
31670         [C99-based standards] (cexpm1): Likewise.
31671         [C99-based standards] (clog10): Likewise.
31672         [C99-based standards] (clog1p): Likewise.
31673         [C99-based standards] (clog2): Likewise.
31674         [C99-based standards] (clgamma): Likewise.
31675         [C99-based standards] (ctgamma): Likewise.
31676         [C99-based standards] (cerff): Likewise.
31677         [C99-based standards] (cerfcf): Likewise.
31678         [C99-based standards] (cexp2f): Likewise.
31679         [C99-based standards] (cexpm1f): Likewise.
31680         [C99-based standards] (clog10f): Likewise.
31681         [C99-based standards] (clog1pf): Likewise.
31682         [C99-based standards] (clog2f): Likewise.
31683         [C99-based standards] (clgammaf): Likewise.
31684         [C99-based standards] (ctgammaf): Likewise.
31685         [C99-based standards] (cerfl): Likewise.
31686         [C99-based standards] (cerfcl): Likewise.
31687         [C99-based standards] (cexp2l): Likewise.
31688         [C99-based standards] (cexpm1l): Likewise.
31689         [C99-based standards] (clog10l): Likewise.
31690         [C99-based standards] (clog1pl): Likewise.
31691         [C99-based standards] (clog2l): Likewise.
31692         [C99-based standards] (clgammal): Likewise.
31693         [C99-based standards] (ctgammal): Likewise.
31694         * conform/data/inttypes.h-data [C99-based standards]: Include
31695         stdint.h-data.  Remove all expectations for stdint.h contents.
31696         [C99-based standards] (PRI*): Do not allow.
31697         [C99-based standards] (SCN*): Likewise.
31698         [C99-based standards] (*_t): Likewise.
31699         [C99-based-standards] (PRId8): Expect macro.
31700         [C99-based-standards] (PRIi8): Likewise.
31701         [C99-based-standards] (PRIo8): Likewise.
31702         [C99-based-standards] (PRIu8): Likewise.
31703         [C99-based-standards] (PRIx8): Likewise.
31704         [C99-based-standards] (PRIX8): Likewise.
31705         [C99-based-standards] (SCNd8): Likewise.
31706         [C99-based-standards] (SCNi8): Likewise.
31707         [C99-based-standards] (SCNo8): Likewise.
31708         [C99-based-standards] (SCNu8): Likewise.
31709         [C99-based-standards] (SCNx8): Likewise.
31710         [C99-based-standards] (PRIdLEAST8): Likewise.
31711         [C99-based-standards] (PRIiLEAST8): Likewise.
31712         [C99-based-standards] (PRIoLEAST8): Likewise.
31713         [C99-based-standards] (PRIuLEAST8): Likewise.
31714         [C99-based-standards] (PRIxLEAST8): Likewise.
31715         [C99-based-standards] (PRIXLEAST8): Likewise.
31716         [C99-based-standards] (SCNdLEAST8): Likewise.
31717         [C99-based-standards] (SCNiLEAST8): Likewise.
31718         [C99-based-standards] (SCNoLEAST8): Likewise.
31719         [C99-based-standards] (SCNuLEAST8): Likewise.
31720         [C99-based-standards] (SCNxLEAST8): Likewise.
31721         [C99-based-standards] (PRIdFAST8): Likewise.
31722         [C99-based-standards] (PRIiFAST8): Likewise.
31723         [C99-based-standards] (PRIoFAST8): Likewise.
31724         [C99-based-standards] (PRIuFAST8): Likewise.
31725         [C99-based-standards] (PRIxFAST8): Likewise.
31726         [C99-based-standards] (PRIXFAST8): Likewise.
31727         [C99-based-standards] (SCNdFAST8): Likewise.
31728         [C99-based-standards] (SCNiFAST8): Likewise.
31729         [C99-based-standards] (SCNoFAST8): Likewise.
31730         [C99-based-standards] (SCNuFAST8): Likewise.
31731         [C99-based-standards] (SCNxFAST8): Likewise.
31732         [C99-based-standards] (PRId16): Likewise.
31733         [C99-based-standards] (PRIi16): Likewise.
31734         [C99-based-standards] (PRIo16): Likewise.
31735         [C99-based-standards] (PRIu16): Likewise.
31736         [C99-based-standards] (PRIx16): Likewise.
31737         [C99-based-standards] (PRIX16): Likewise.
31738         [C99-based-standards] (SCNd16): Likewise.
31739         [C99-based-standards] (SCNi16): Likewise.
31740         [C99-based-standards] (SCNo16): Likewise.
31741         [C99-based-standards] (SCNu16): Likewise.
31742         [C99-based-standards] (SCNx16): Likewise.
31743         [C99-based-standards] (PRIdLEAST16): Likewise.
31744         [C99-based-standards] (PRIiLEAST16): Likewise.
31745         [C99-based-standards] (PRIoLEAST16): Likewise.
31746         [C99-based-standards] (PRIuLEAST16): Likewise.
31747         [C99-based-standards] (PRIxLEAST16): Likewise.
31748         [C99-based-standards] (PRIXLEAST16): Likewise.
31749         [C99-based-standards] (SCNdLEAST16): Likewise.
31750         [C99-based-standards] (SCNiLEAST16): Likewise.
31751         [C99-based-standards] (SCNoLEAST16): Likewise.
31752         [C99-based-standards] (SCNuLEAST16): Likewise.
31753         [C99-based-standards] (SCNxLEAST16): Likewise.
31754         [C99-based-standards] (PRIdFAST16): Likewise.
31755         [C99-based-standards] (PRIiFAST16): Likewise.
31756         [C99-based-standards] (PRIoFAST16): Likewise.
31757         [C99-based-standards] (PRIuFAST16): Likewise.
31758         [C99-based-standards] (PRIxFAST16): Likewise.
31759         [C99-based-standards] (PRIXFAST16): Likewise.
31760         [C99-based-standards] (SCNdFAST16): Likewise.
31761         [C99-based-standards] (SCNiFAST16): Likewise.
31762         [C99-based-standards] (SCNoFAST16): Likewise.
31763         [C99-based-standards] (SCNuFAST16): Likewise.
31764         [C99-based-standards] (SCNxFAST16): Likewise.
31765         [C99-based-standards] (PRId32): Likewise.
31766         [C99-based-standards] (PRIi32): Likewise.
31767         [C99-based-standards] (PRIo32): Likewise.
31768         [C99-based-standards] (PRIu32): Likewise.
31769         [C99-based-standards] (PRIx32): Likewise.
31770         [C99-based-standards] (PRIX32): Likewise.
31771         [C99-based-standards] (SCNd32): Likewise.
31772         [C99-based-standards] (SCNi32): Likewise.
31773         [C99-based-standards] (SCNo32): Likewise.
31774         [C99-based-standards] (SCNu32): Likewise.
31775         [C99-based-standards] (SCNx32): Likewise.
31776         [C99-based-standards] (PRIdLEAST32): Likewise.
31777         [C99-based-standards] (PRIiLEAST32): Likewise.
31778         [C99-based-standards] (PRIoLEAST32): Likewise.
31779         [C99-based-standards] (PRIuLEAST32): Likewise.
31780         [C99-based-standards] (PRIxLEAST32): Likewise.
31781         [C99-based-standards] (PRIXLEAST32): Likewise.
31782         [C99-based-standards] (SCNdLEAST32): Likewise.
31783         [C99-based-standards] (SCNiLEAST32): Likewise.
31784         [C99-based-standards] (SCNoLEAST32): Likewise.
31785         [C99-based-standards] (SCNuLEAST32): Likewise.
31786         [C99-based-standards] (SCNxLEAST32): Likewise.
31787         [C99-based-standards] (PRIdFAST32): Likewise.
31788         [C99-based-standards] (PRIiFAST32): Likewise.
31789         [C99-based-standards] (PRIoFAST32): Likewise.
31790         [C99-based-standards] (PRIuFAST32): Likewise.
31791         [C99-based-standards] (PRIxFAST32): Likewise.
31792         [C99-based-standards] (PRIXFAST32): Likewise.
31793         [C99-based-standards] (SCNdFAST32): Likewise.
31794         [C99-based-standards] (SCNiFAST32): Likewise.
31795         [C99-based-standards] (SCNoFAST32): Likewise.
31796         [C99-based-standards] (SCNuFAST32): Likewise.
31797         [C99-based-standards] (SCNxFAST32): Likewise.
31798         [C99-based-standards] (PRId64): Likewise.
31799         [C99-based-standards] (PRIi64): Likewise.
31800         [C99-based-standards] (PRIo64): Likewise.
31801         [C99-based-standards] (PRIu64): Likewise.
31802         [C99-based-standards] (PRIx64): Likewise.
31803         [C99-based-standards] (PRIX64): Likewise.
31804         [C99-based-standards] (SCNd64): Likewise.
31805         [C99-based-standards] (SCNi64): Likewise.
31806         [C99-based-standards] (SCNo64): Likewise.
31807         [C99-based-standards] (SCNu64): Likewise.
31808         [C99-based-standards] (SCNx64): Likewise.
31809         [C99-based-standards] (PRIdLEAST64): Likewise.
31810         [C99-based-standards] (PRIiLEAST64): Likewise.
31811         [C99-based-standards] (PRIoLEAST64): Likewise.
31812         [C99-based-standards] (PRIuLEAST64): Likewise.
31813         [C99-based-standards] (PRIxLEAST64): Likewise.
31814         [C99-based-standards] (PRIXLEAST64): Likewise.
31815         [C99-based-standards] (SCNdLEAST64): Likewise.
31816         [C99-based-standards] (SCNiLEAST64): Likewise.
31817         [C99-based-standards] (SCNoLEAST64): Likewise.
31818         [C99-based-standards] (SCNuLEAST64): Likewise.
31819         [C99-based-standards] (SCNxLEAST64): Likewise.
31820         [C99-based-standards] (PRIdFAST64): Likewise.
31821         [C99-based-standards] (PRIiFAST64): Likewise.
31822         [C99-based-standards] (PRIoFAST64): Likewise.
31823         [C99-based-standards] (PRIuFAST64): Likewise.
31824         [C99-based-standards] (PRIxFAST64): Likewise.
31825         [C99-based-standards] (PRIXFAST64): Likewise.
31826         [C99-based-standards] (SCNdFAST64): Likewise.
31827         [C99-based-standards] (SCNiFAST64): Likewise.
31828         [C99-based-standards] (SCNoFAST64): Likewise.
31829         [C99-based-standards] (SCNuFAST64): Likewise.
31830         [C99-based-standards] (SCNxFAST64): Likewise.
31831         [C99-based-standards] (PRIdMAX): Likewise.
31832         [C99-based-standards] (PRIiMAX): Likewise.
31833         [C99-based-standards] (PRIoMAX): Likewise.
31834         [C99-based-standards] (PRIuMAX): Likewise.
31835         [C99-based-standards] (PRIxMAX): Likewise.
31836         [C99-based-standards] (PRIXMAX): Likewise.
31837         [C99-based-standards] (SCNdMAX): Likewise.
31838         [C99-based-standards] (SCNiMAX): Likewise.
31839         [C99-based-standards] (SCNoMAX): Likewise.
31840         [C99-based-standards] (SCNuMAX): Likewise.
31841         [C99-based-standards] (SCNxMAX): Likewise.
31842         [C99-based-standards] (PRIdPTR): Likewise.
31843         [C99-based-standards] (PRIiPTR): Likewise.
31844         [C99-based-standards] (PRIoPTR): Likewise.
31845         [C99-based-standards] (PRIuPTR): Likewise.
31846         [C99-based-standards] (PRIxPTR): Likewise.
31847         [C99-based-standards] (PRIXPTR): Likewise.
31848         [C99-based-standards] (SCNdPTR): Likewise.
31849         [C99-based-standards] (SCNiPTR): Likewise.
31850         [C99-based-standards] (SCNoPTR): Likewise.
31851         [C99-based-standards] (SCNuPTR): Likewise.
31852         [C99-based-standards] (SCNxPTR): Likewise.
31853         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
31854         allow.
31855         * conform/data/stdint.h-data: Update comments to clarify
31856         requirements.
31857         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
31858         type.
31859         [C99-based standards] (INT8_MAX): Likewise.
31860         [C99-based standards] (INT16_MIN): Likewise.
31861         [C99-based standards] (INT16_MAX): Likewise.
31862         [C99-based standards] (INT32_MIN): Likewise.
31863         [C99-based standards] (INT32_MAX): Likewise.
31864         [C99-based standards] (INT64_MIN): Likewise.
31865         [C99-based standards] (INT64_MAX): Likewise.
31866         [C99-based standards] (UINT8_MAX): Likewise.
31867         [C99-based standards] (UINT16_MAX): Likewise.
31868         [C99-based standards] (UINT32_MAX): Likewise.
31869         [C99-based standards] (UINT64_MAX): Likewise.
31870         [C99-based standards] (INT_LEAST8_MIN): Likewise.
31871         [C99-based standards] (INT_LEAST8_MAX): Likewise.
31872         [C99-based standards] (INT_LEAST16_MIN): Likewise.
31873         [C99-based standards] (INT_LEAST16_MAX): Likewise.
31874         [C99-based standards] (INT_LEAST32_MIN): Likewise.
31875         [C99-based standards] (INT_LEAST32_MAX): Likewise.
31876         [C99-based standards] (INT_LEAST64_MIN): Likewise.
31877         [C99-based standards] (INT_LEAST64_MAX): Likewise.
31878         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
31879         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
31880         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
31881         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
31882         [C99-based standards] (INT_FAST8_MIN): Likewise.
31883         [C99-based standards] (INT_FAST8_MAX): Likewise.
31884         [C99-based standards] (INT_FAST16_MIN): Likewise.
31885         [C99-based standards] (INT_FAST16_MAX): Likewise.
31886         [C99-based standards] (INT_FAST32_MIN): Likewise.
31887         [C99-based standards] (INT_FAST32_MAX): Likewise.
31888         [C99-based standards] (INT_FAST64_MIN): Likewise.
31889         [C99-based standards] (INT_FAST64_MAX): Likewise.
31890         [C99-based standards] (UINT_FAST8_MAX): Likewise.
31891         [C99-based standards] (UINT_FAST16_MAX): Likewise.
31892         [C99-based standards] (UINT_FAST32_MAX): Likewise.
31893         [C99-based standards] (UINT_FAST64_MAX): Likewise.
31894         [C99-based standards] (INTPTR_MIN): Likewise.
31895         [C99-based standards] (INTPTR_MAX): Likewise.
31896         [C99-based standards] (UINTPTR_MAX): Likewise.
31897         [C99-based standards] (INTMAX_MIN): Likewise.
31898         [C99-based standards] (INTMAX_MAX): Likewise.
31899         [C99-based standards] (UINTMAX_MAX): Likewise.
31900         [C99-based standards] (PTRDIFF_MIN): Likewise.
31901         [C99-based standards] (PTRDIFF_MAX): Likewise.
31902         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
31903         [C99-based standards] (SIZE_MAX): Likewise.
31904         [C99-based standards] (WCHAR_MAX): Likewise.
31905         [C99-based standards] (WINT_MAX): Likewise.
31906         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
31907         constraint on value.
31908         [C99-based standards] (WCHAR_MIN): Likewise.
31909         [C99-based standards] (WINT_MIN): Likewise.
31910         [C99-based standards] (*_t): Allow.
31911         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
31912         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
31913         Include math.h-data and complex.h-data.  Remove all expectations
31914         of math.h and complex.h contents.
31915         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
31916         at end of line.
31917         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
31918         (struct tm): Expect tag.
31919         [C99-based-standards] (wcstof): Expect function.
31920         [C99-based-standards] (wcstold): Likewise.
31921         [C99-based-standards] (wcstoll): Likewise.
31922         [C99-based-standards] (wcstoull): Likewise.
31923         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
31924         macro-int-constant.  Specify type.
31925         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
31926         constraint on value.
31927         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
31928         Specify type.
31929         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
31930         Specify value.
31931         [ISO C standards]: Do not allow headers.
31932         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
31933         wcs[abcdefghijklmnopqrstuvwxyz]*.
31934         [ISO C standards] (*_t): Do not allow.
31935         * conform/data/wctype.h-data [C99-based standards] (iswblank):
31936         Expect function.
31937         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
31938         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
31939         Specify type.
31940         [ISO C standards]: Do not allow headers.
31941         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
31942         is[abcdefghijklmnopqrstuvwxyz]*.
31943         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
31944         to[abcdefghijklmnopqrstuvwxyz]*.
31945         [ISO C standards] (*_t): Do not allow.
31946         * conform/data/stdalign.h-data: New file.
31947         * conform/data/stdbool.h-data: Likewise.
31948         * conform/data/stdnoreturn.h-data: Likewise.
31950 2012-11-07  Roland McGrath  <roland@hack.frob.com>
31952         [BZ #14815]
31953         * manual/filesys.texi (Directory Entries): Typo fix.
31954         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
31956 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31958         * elf/elf.h (EM_AARCH64): New macro.
31959         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
31960         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
31961         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
31962         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
31963         (R_AARCH64_TLSDESC): Likewise.
31964         (NT_ARM_TLS): Likewise.
31965         (NT_ARM_HW_BREAK): Likewise.
31966         (NT_ARM_HW_WATCH): Likewise.
31968 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31970         [BZ #14811]
31971         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
31972         (__ieee754_powl): Saturate nonzero exponents with absolute value
31973         below 0x1p-79 to +/- 0x1p-79.
31974         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
31975         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
31976         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
31977         nonzero exponents with absolute value below 0x1p-32 to +/-
31978         0x1p-32.
31979         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
31980         (__ieee754_powl): Saturate nonzero exponents with absolute value
31981         below 0x1p-79 to +/- 0x1p-79.
31982         * math/libm-test.inc (pow_test): Add more tests.
31984 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31986         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
31987         _dl_s390_cap_flags with kernel. Increase string length.
31988         (_dl_s390_platforms): Add z196 and zEC12.
31990 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31992         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
31993         Change XOPEN21K to XOPEN2K.
31995 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
31997         * string/memmove.c: Use memcpy when possible.
31999 2012-11-06  Andreas Jaeger  <aj@suse.de>
32001         * po/eo.po: Update from translation team.
32003 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32005         [BZ #14793]
32006         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32007         exponent and small x and y exponents, scale x or y up.  Increase
32008         by 2 the exponent used in scaling up.
32009         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32010         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32011         * math/libm-test.inc (fma_test): Add more tests.
32012         (fma_test_towardzero): Likewise.
32013         (fma_test_downward): Likewise.
32014         (fma_test_upward): Likewise.
32016 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32018         [BZ #14805]
32019         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32020         fenv_t *.
32022         [BZ #14801]
32023         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32024         namespace for names of struct fields.
32025         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32026         fenv_t fields.
32027         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32028         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32030 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32032         [BZ #3665]
32033         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32035 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32037         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32038         PTR_DEMANGLE.
32040         [BZ #5246]
32041         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32042         PTR_DEMANGLE.
32044 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32046         [BZ #14797]
32047         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32048         definitely overflow as x * y not x * y + z.
32049         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32050         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32051         * math/libm-test.inc (fma_test): Add more tests.
32052         (fma_test_towardzero): Likewise.
32053         (fma_test_downward): Likewise.
32054         (fma_test_upward): Likewise.
32056 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32058         [BZ #157]
32060         * include/stub-tag.h: Remove file.
32061         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32062         '#include' of it.
32063         * manual/maint.texi (Porting): Don't reference it.
32064         * Makerules ($(objpfx)stubs): Likewise.
32065         * dirent/closedir.c: Don't include <stub-tag.h>.
32066         * dirent/dirfd.c: Likewise.
32067         * dirent/fdopendir.c: Likewise.
32068         * dirent/getdents.c: Likewise.
32069         * dirent/getdents64.c: Likewise.
32070         * dirent/opendir.c: Likewise.
32071         * dirent/readdir.c: Likewise.
32072         * dirent/readdir64.c: Likewise.
32073         * dirent/readdir64_r.c: Likewise.
32074         * dirent/readdir_r.c: Likewise.
32075         * dirent/rewinddir.c: Likewise.
32076         * dirent/seekdir.c: Likewise.
32077         * dirent/telldir.c: Likewise.
32078         * gmon/profil.c: Likewise.
32079         * grp/setgroups.c: Likewise.
32080         * inet/if_index.c: Likewise.
32081         * io/access.c: Likewise.
32082         * io/chdir.c: Likewise.
32083         * io/chmod.c: Likewise.
32084         * io/chown.c: Likewise.
32085         * io/close.c: Likewise.
32086         * io/dup.c: Likewise.
32087         * io/dup2.c: Likewise.
32088         * io/dup3.c: Likewise.
32089         * io/euidaccess.c: Likewise.
32090         * io/faccessat.c: Likewise.
32091         * io/fchdir.c: Likewise.
32092         * io/fchmod.c: Likewise.
32093         * io/fchmodat.c: Likewise.
32094         * io/fchown.c: Likewise.
32095         * io/fchownat.c: Likewise.
32096         * io/fcntl.c: Likewise.
32097         * io/flock.c: Likewise.
32098         * io/fstatfs.c: Likewise.
32099         * io/fstatfs64.c: Likewise.
32100         * io/fstatvfs.c: Likewise.
32101         * io/fstatvfs64.c: Likewise.
32102         * io/futimens.c: Likewise.
32103         * io/fxstat.c: Likewise.
32104         * io/fxstat64.c: Likewise.
32105         * io/fxstatat.c: Likewise.
32106         * io/fxstatat64.c: Likewise.
32107         * io/getcwd.c: Likewise.
32108         * io/isatty.c: Likewise.
32109         * io/lchmod.c: Likewise.
32110         * io/lchown.c: Likewise.
32111         * io/link.c: Likewise.
32112         * io/linkat.c: Likewise.
32113         * io/lseek.c: Likewise.
32114         * io/lseek64.c: Likewise.
32115         * io/lxstat64.c: Likewise.
32116         * io/mkdir.c: Likewise.
32117         * io/mkdirat.c: Likewise.
32118         * io/mkfifo.c: Likewise.
32119         * io/mkfifoat.c: Likewise.
32120         * io/open.c: Likewise.
32121         * io/open64.c: Likewise.
32122         * io/openat.c: Likewise.
32123         * io/openat64.c: Likewise.
32124         * io/pipe.c: Likewise.
32125         * io/pipe2.c: Likewise.
32126         * io/poll.c: Likewise.
32127         * io/posix_fadvise.c: Likewise.
32128         * io/posix_fadvise64.c: Likewise.
32129         * io/posix_fallocate.c: Likewise.
32130         * io/posix_fallocate64.c: Likewise.
32131         * io/read.c: Likewise.
32132         * io/readlink.c: Likewise.
32133         * io/readlinkat.c: Likewise.
32134         * io/rmdir.c: Likewise.
32135         * io/sendfile.c: Likewise.
32136         * io/sendfile64.c: Likewise.
32137         * io/statfs.c: Likewise.
32138         * io/statfs64.c: Likewise.
32139         * io/statvfs.c: Likewise.
32140         * io/statvfs64.c: Likewise.
32141         * io/symlink.c: Likewise.
32142         * io/symlinkat.c: Likewise.
32143         * io/ttyname.c: Likewise.
32144         * io/ttyname_r.c: Likewise.
32145         * io/umask.c: Likewise.
32146         * io/unlink.c: Likewise.
32147         * io/unlinkat.c: Likewise.
32148         * io/utime.c: Likewise.
32149         * io/utimensat.c: Likewise.
32150         * io/write.c: Likewise.
32151         * io/xmknod.c: Likewise.
32152         * io/xmknodat.c: Likewise.
32153         * io/xstat.c: Likewise.
32154         * io/xstat64.c: Likewise.
32155         * login/getpt.c: Likewise.
32156         * login/grantpt.c: Likewise.
32157         * login/unlockpt.c: Likewise.
32158         * math/e_acoshl.c: Likewise.
32159         * math/e_acosl.c: Likewise.
32160         * math/e_asinl.c: Likewise.
32161         * math/e_atan2l.c: Likewise.
32162         * math/e_atanhl.c: Likewise.
32163         * math/e_coshl.c: Likewise.
32164         * math/e_expl.c: Likewise.
32165         * math/e_fmodl.c: Likewise.
32166         * math/e_gammal_r.c: Likewise.
32167         * math/e_hypotl.c: Likewise.
32168         * math/e_j0l.c: Likewise.
32169         * math/e_j1l.c: Likewise.
32170         * math/e_jnl.c: Likewise.
32171         * math/e_lgammal_r.c: Likewise.
32172         * math/e_log10l.c: Likewise.
32173         * math/e_log2l.c: Likewise.
32174         * math/e_logl.c: Likewise.
32175         * math/e_powl.c: Likewise.
32176         * math/e_rem_pio2l.c: Likewise.
32177         * math/e_sinhl.c: Likewise.
32178         * math/e_sqrtl.c: Likewise.
32179         * math/fclrexcpt.c: Likewise.
32180         * math/fedisblxcpt.c: Likewise.
32181         * math/feenablxcpt.c: Likewise.
32182         * math/fegetenv.c: Likewise.
32183         * math/fegetexcept.c: Likewise.
32184         * math/fegetround.c: Likewise.
32185         * math/feholdexcpt.c: Likewise.
32186         * math/fesetenv.c: Likewise.
32187         * math/fesetround.c: Likewise.
32188         * math/feupdateenv.c: Likewise.
32189         * math/fgetexcptflg.c: Likewise.
32190         * math/fraiseexcpt.c: Likewise.
32191         * math/fsetexcptflg.c: Likewise.
32192         * math/ftestexcept.c: Likewise.
32193         * math/k_cosl.c: Likewise.
32194         * math/k_rem_pio2l.c: Likewise.
32195         * math/k_sinl.c: Likewise.
32196         * math/k_tanl.c: Likewise.
32197         * math/s_asinhl.c: Likewise.
32198         * math/s_atanl.c: Likewise.
32199         * math/s_cbrtl.c: Likewise.
32200         * math/s_erfl.c: Likewise.
32201         * math/s_expm1l.c: Likewise.
32202         * math/s_log1pl.c: Likewise.
32203         * math/s_tanhl.c: Likewise.
32204         * misc/acct.c: Likewise.
32205         * misc/brk.c: Likewise.
32206         * misc/chflags.c: Likewise.
32207         * misc/chroot.c: Likewise.
32208         * misc/fchflags.c: Likewise.
32209         * misc/fgetxattr.c: Likewise.
32210         * misc/flistxattr.c: Likewise.
32211         * misc/fremovexattr.c: Likewise.
32212         * misc/fsetxattr.c: Likewise.
32213         * misc/fsync.c: Likewise.
32214         * misc/ftruncate.c: Likewise.
32215         * misc/futimes.c: Likewise.
32216         * misc/futimesat.c: Likewise.
32217         * misc/getdomain.c: Likewise.
32218         * misc/getdtsz.c: Likewise.
32219         * misc/gethostid.c: Likewise.
32220         * misc/gethostname.c: Likewise.
32221         * misc/getloadavg.c: Likewise.
32222         * misc/getpagesize.c: Likewise.
32223         * misc/getsysstats.c: Likewise.
32224         * misc/getxattr.c: Likewise.
32225         * misc/gtty.c: Likewise.
32226         * misc/ioctl.c: Likewise.
32227         * misc/lgetxattr.c: Likewise.
32228         * misc/listxattr.c: Likewise.
32229         * misc/llistxattr.c: Likewise.
32230         * misc/lremovexattr.c: Likewise.
32231         * misc/lsetxattr.c: Likewise.
32232         * misc/lutimes.c: Likewise.
32233         * misc/madvise.c: Likewise.
32234         * misc/mincore.c: Likewise.
32235         * misc/mlock.c: Likewise.
32236         * misc/mlockall.c: Likewise.
32237         * misc/mmap.c: Likewise.
32238         * misc/mprotect.c: Likewise.
32239         * misc/msync.c: Likewise.
32240         * misc/munlock.c: Likewise.
32241         * misc/munlockall.c: Likewise.
32242         * misc/munmap.c: Likewise.
32243         * misc/preadv.c: Likewise.
32244         * misc/preadv64.c: Likewise.
32245         * misc/ptrace.c: Likewise.
32246         * misc/pwritev.c: Likewise.
32247         * misc/pwritev64.c: Likewise.
32248         * misc/readv.c: Likewise.
32249         * misc/reboot.c: Likewise.
32250         * misc/remap_file_pages.c: Likewise.
32251         * misc/removexattr.c: Likewise.
32252         * misc/revoke.c: Likewise.
32253         * misc/select.c: Likewise.
32254         * misc/setdomain.c: Likewise.
32255         * misc/setegid.c: Likewise.
32256         * misc/seteuid.c: Likewise.
32257         * misc/sethostid.c: Likewise.
32258         * misc/sethostname.c: Likewise.
32259         * misc/setregid.c: Likewise.
32260         * misc/setreuid.c: Likewise.
32261         * misc/setxattr.c: Likewise.
32262         * misc/sstk.c: Likewise.
32263         * misc/stty.c: Likewise.
32264         * misc/swapoff.c: Likewise.
32265         * misc/swapon.c: Likewise.
32266         * misc/sync.c: Likewise.
32267         * misc/syncfs.c: Likewise.
32268         * misc/syscall.c: Likewise.
32269         * misc/truncate.c: Likewise.
32270         * misc/ualarm.c: Likewise.
32271         * misc/usleep.c: Likewise.
32272         * misc/ustat.c: Likewise.
32273         * misc/utimes.c: Likewise.
32274         * misc/vhangup.c: Likewise.
32275         * misc/writev.c: Likewise.
32276         * posix/_exit.c: Likewise.
32277         * posix/alarm.c: Likewise.
32278         * posix/execve.c: Likewise.
32279         * posix/fexecve.c: Likewise.
32280         * posix/fork.c: Likewise.
32281         * posix/fpathconf.c: Likewise.
32282         * posix/getaddrinfo.c: Likewise.
32283         * posix/getegid.c: Likewise.
32284         * posix/geteuid.c: Likewise.
32285         * posix/getgid.c: Likewise.
32286         * posix/getgroups.c: Likewise.
32287         * posix/getlogin.c: Likewise.
32288         * posix/getlogin_r.c: Likewise.
32289         * posix/getpgid.c: Likewise.
32290         * posix/getpid.c: Likewise.
32291         * posix/getppid.c: Likewise.
32292         * posix/getresgid.c: Likewise.
32293         * posix/getresuid.c: Likewise.
32294         * posix/getsid.c: Likewise.
32295         * posix/getuid.c: Likewise.
32296         * posix/glob64.c: Likewise.
32297         * posix/nanosleep.c: Likewise.
32298         * posix/pathconf.c: Likewise.
32299         * posix/pause.c: Likewise.
32300         * posix/posix_madvise.c: Likewise.
32301         * posix/pread.c: Likewise.
32302         * posix/pread64.c: Likewise.
32303         * posix/pwrite.c: Likewise.
32304         * posix/pwrite64.c: Likewise.
32305         * posix/sched_getaffinity.c: Likewise.
32306         * posix/sched_getp.c: Likewise.
32307         * posix/sched_gets.c: Likewise.
32308         * posix/sched_primax.c: Likewise.
32309         * posix/sched_primin.c: Likewise.
32310         * posix/sched_rr_gi.c: Likewise.
32311         * posix/sched_setaffinity.c: Likewise.
32312         * posix/sched_setp.c: Likewise.
32313         * posix/sched_sets.c: Likewise.
32314         * posix/sched_yield.c: Likewise.
32315         * posix/setgid.c: Likewise.
32316         * posix/setlogin.c: Likewise.
32317         * posix/setpgid.c: Likewise.
32318         * posix/setresgid.c: Likewise.
32319         * posix/setresuid.c: Likewise.
32320         * posix/setsid.c: Likewise.
32321         * posix/setuid.c: Likewise.
32322         * posix/sleep.c: Likewise.
32323         * posix/spawni.c: Likewise.
32324         * posix/sysconf.c: Likewise.
32325         * posix/times.c: Likewise.
32326         * posix/wait.c: Likewise.
32327         * posix/wait3.c: Likewise.
32328         * posix/wait4.c: Likewise.
32329         * posix/waitpid.c: Likewise.
32330         * resolv/gai_sigqueue.c: Likewise.
32331         * resource/getpriority.c: Likewise.
32332         * resource/getrlimit.c: Likewise.
32333         * resource/getrusage.c: Likewise.
32334         * resource/nice.c: Likewise.
32335         * resource/setpriority.c: Likewise.
32336         * resource/setrlimit.c: Likewise.
32337         * resource/ulimit.c: Likewise.
32338         * rt/aio_cancel.c: Likewise.
32339         * rt/aio_fsync.c: Likewise.
32340         * rt/aio_read.c: Likewise.
32341         * rt/aio_sigqueue.c: Likewise.
32342         * rt/aio_suspend.c: Likewise.
32343         * rt/aio_write.c: Likewise.
32344         * rt/clock_getres.c: Likewise.
32345         * rt/clock_gettime.c: Likewise.
32346         * rt/clock_nanosleep.c: Likewise.
32347         * rt/clock_settime.c: Likewise.
32348         * rt/lio_listio.c: Likewise.
32349         * rt/mq_close.c: Likewise.
32350         * rt/mq_getattr.c: Likewise.
32351         * rt/mq_notify.c: Likewise.
32352         * rt/mq_open.c: Likewise.
32353         * rt/mq_receive.c: Likewise.
32354         * rt/mq_send.c: Likewise.
32355         * rt/mq_setattr.c: Likewise.
32356         * rt/mq_timedreceive.c: Likewise.
32357         * rt/mq_timedsend.c: Likewise.
32358         * rt/mq_unlink.c: Likewise.
32359         * rt/shm_open.c: Likewise.
32360         * rt/shm_unlink.c: Likewise.
32361         * rt/timer_create.c: Likewise.
32362         * rt/timer_delete.c: Likewise.
32363         * rt/timer_getoverr.c: Likewise.
32364         * rt/timer_gettime.c: Likewise.
32365         * rt/timer_settime.c: Likewise.
32366         * setjmp/__longjmp.c: Likewise.
32367         * setjmp/setjmp.c: Likewise.
32368         * signal/kill.c: Likewise.
32369         * signal/killpg.c: Likewise.
32370         * signal/raise.c: Likewise.
32371         * signal/sigaction.c: Likewise.
32372         * signal/sigaltstack.c: Likewise.
32373         * signal/sigblock.c: Likewise.
32374         * signal/sigignore.c: Likewise.
32375         * signal/sigintr.c: Likewise.
32376         * signal/signal.c: Likewise.
32377         * signal/sigpause.c: Likewise.
32378         * signal/sigpending.c: Likewise.
32379         * signal/sigqueue.c: Likewise.
32380         * signal/sigreturn.c: Likewise.
32381         * signal/sigset.c: Likewise.
32382         * signal/sigsetmask.c: Likewise.
32383         * signal/sigstack.c: Likewise.
32384         * signal/sigsuspend.c: Likewise.
32385         * signal/sigtimedwait.c: Likewise.
32386         * signal/sigvec.c: Likewise.
32387         * signal/sigwait.c: Likewise.
32388         * signal/sigwaitinfo.c: Likewise.
32389         * signal/sysv_signal.c: Likewise.
32390         * socket/accept.c: Likewise.
32391         * socket/accept4.c: Likewise.
32392         * socket/bind.c: Likewise.
32393         * socket/connect.c: Likewise.
32394         * socket/getpeername.c: Likewise.
32395         * socket/getsockname.c: Likewise.
32396         * socket/getsockopt.c: Likewise.
32397         * socket/isfdtype.c: Likewise.
32398         * socket/listen.c: Likewise.
32399         * socket/recv.c: Likewise.
32400         * socket/recvfrom.c: Likewise.
32401         * socket/recvmsg.c: Likewise.
32402         * socket/send.c: Likewise.
32403         * socket/sendmsg.c: Likewise.
32404         * socket/sendto.c: Likewise.
32405         * socket/setsockopt.c: Likewise.
32406         * socket/shutdown.c: Likewise.
32407         * socket/sockatmark.c: Likewise.
32408         * socket/socket.c: Likewise.
32409         * socket/socketpair.c: Likewise.
32410         * stdio-common/ctermid.c: Likewise.
32411         * stdio-common/cuserid.c: Likewise.
32412         * stdio-common/remove.c: Likewise.
32413         * stdio-common/rename.c: Likewise.
32414         * stdio-common/renameat.c: Likewise.
32415         * stdio-common/tempname.c: Likewise.
32416         * stdlib/getcontext.c: Likewise.
32417         * stdlib/makecontext.c: Likewise.
32418         * stdlib/setcontext.c: Likewise.
32419         * stdlib/swapcontext.c: Likewise.
32420         * stdlib/system.c: Likewise.
32421         * streams/fattach.c: Likewise.
32422         * streams/fdetach.c: Likewise.
32423         * streams/getmsg.c: Likewise.
32424         * streams/getpmsg.c: Likewise.
32425         * streams/putmsg.c: Likewise.
32426         * streams/putpmsg.c: Likewise.
32427         * sysdeps/unix/bsd/getpt.c: Likewise.
32428         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32429         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32430         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
32432         Likewise.
32433         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
32434         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
32435         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
32436         * sysvipc/msgctl.c: Likewise.
32437         * sysvipc/msgget.c: Likewise.
32438         * sysvipc/msgrcv.c: Likewise.
32439         * sysvipc/msgsnd.c: Likewise.
32440         * sysvipc/semctl.c: Likewise.
32441         * sysvipc/semget.c: Likewise.
32442         * sysvipc/semop.c: Likewise.
32443         * sysvipc/semtimedop.c: Likewise.
32444         * sysvipc/shmat.c: Likewise.
32445         * sysvipc/shmctl.c: Likewise.
32446         * sysvipc/shmdt.c: Likewise.
32447         * sysvipc/shmget.c: Likewise.
32448         * termios/tcdrain.c: Likewise.
32449         * termios/tcflow.c: Likewise.
32450         * termios/tcflush.c: Likewise.
32451         * termios/tcgetattr.c: Likewise.
32452         * termios/tcgetpgrp.c: Likewise.
32453         * termios/tcsendbrk.c: Likewise.
32454         * termios/tcsetattr.c: Likewise.
32455         * termios/tcsetpgrp.c: Likewise.
32456         * time/adjtime.c: Likewise.
32457         * time/clock.c: Likewise.
32458         * time/getitimer.c: Likewise.
32459         * time/gettimeofday.c: Likewise.
32460         * time/setitimer.c: Likewise.
32461         * time/settimeofday.c: Likewise.
32462         * time/stime.c: Likewise.
32463         * time/time.c: Likewise.
32465 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
32467         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
32468         /usr/old/bin.
32470         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
32471         instead of spaces.
32472         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
32474 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
32476         [BZ #14796]
32477         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
32478         FE_TONEAREST before applying Dekker multiplication and Knuth
32479         addition.  Clear inexact exceptions and check for exact zero
32480         results afterwards.
32481         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32482         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32483         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32484         * math/libm-test.inc (fma_test): Add more tests.
32485         (fma_test_towardzero): Likewise.
32486         (fma_test_downward): Likewise.
32487         (fma_test_upward): Likewise.
32488         * sysdeps/generic/math_private.h (default_libc_fesetround): New
32489         function.
32490         (libc_fesetround): New macro.
32491         (libc_fesetroundf): Likewise.
32492         (libc_fesetroundl): Likewise.
32493         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
32494         function.
32495         (libc_fesetround_387): Likewise.
32496         (libc_fesetroundf): New macro.
32497         (libc_fesetround): Likewise.
32498         (libc_fesetroundl): Likewise.
32499         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
32500         function.
32501         (libc_fesetroundf): New macro.
32502         (libc_fesetround): Likewise.
32503         (libc_fesetroundl): Likewise.
32504         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
32505         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
32506         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
32507         libm_hidden_ver.
32508         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
32509         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
32510         libm_hidden_def.
32511         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
32512         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
32513         libm_hidden_ver.
32514         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
32515         libm_hidden_def.
32517         [BZ #3439]
32518         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
32519         integer constant usable in #if and use that to give value to enum
32520         constant.
32521         (FE_DIVBYZERO): Likewise.
32522         (FE_UNDERFLOW): Likewise.
32523         (FE_OVERFLOW): Likewise.
32524         (FE_INVALID): Likewise.
32525         (FE_INVALID_SNAN): Likewise.
32526         (FE_INVALID_ISI): Likewise.
32527         (FE_INVALID_IDI): Likewise.
32528         (FE_INVALID_ZDZ): Likewise.
32529         (FE_INVALID_IMZ): Likewise.
32530         (FE_INVALID_COMPARE): Likewise.
32531         (FE_INVALID_SOFTWARE): Likewise.
32532         (FE_INVALID_SQRT): Likewise.
32533         (FE_INVALID_INTEGER_CONVERSION): Likewise.
32534         (FE_TONEAREST): Likewise.
32535         (FE_TOWARDZERO): Likewise.
32536         (FE_UPWARD): Likewise.
32537         (FE_DOWNWARD): Likewise.
32538         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
32539         (FE_DIVBYZERO): Likewise.
32540         (FE_OVERFLOW): Likewise.
32541         (FE_UNDERFLOW): Likewise.
32542         (FE_INEXACT): Likewise.
32543         (FE_TONEAREST): Likewise.
32544         (FE_DOWNWARD): Likewise.
32545         (FE_UPWARD): Likewise.
32546         (FE_TOWARDZERO): Likewise.
32547         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
32548         (FE_UNDERFLOW): Likewise.
32549         (FE_OVERFLOW): Likewise.
32550         (FE_DIVBYZERO): Likewise.
32551         (FE_INVALID): Likewise.
32552         (FE_TONEAREST): Likewise.
32553         (FE_TOWARDZERO): Likewise.
32554         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
32555         (FE_OVERFLOW): Likewise.
32556         (FE_UNDERFLOW): Likewise.
32557         (FE_DIVBYZERO): Likewise.
32558         (FE_INEXACT): Likewise.
32559         (FE_TONEAREST): Likewise.
32560         (FE_TOWARDZERO): Likewise.
32561         (FE_UPWARD): Likewise.
32562         (FE_DOWNWARD): Likewise.
32563         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
32564         (FE_DIVBYZERO): Likewise.
32565         (FE_OVERFLOW): Likewise.
32566         (FE_UNDERFLOW): Likewise.
32567         (FE_INEXACT): Likewise.
32568         (FE_TONEAREST): Likewise.
32569         (FE_DOWNWARD): Likewise.
32570         (FE_UPWARD): Likewise.
32571         (FE_TOWARDZERO): Likewise.
32573 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
32575         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
32577 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
32579         * scripts/cross-test-ssh.sh (command): Use newlines to separate
32580         commands.  Quote $PWD.
32581         (blacklist_exports): Don't use remove_newlines.  Replace "declare
32582         -x" by "export".
32583         (remove_newlines): Remove.
32585 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
32587         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
32588         * stdlib/stdlib.h (atof): Moved to ...
32589         * include/bits/stdlib-float.h: Here.  New file.
32590         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
32591         * stdlib/bits/stdlib-float.h: New file.
32592         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
32593         -mno-sse -mno-mmx.
32594         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
32595         <xmmintrin.h>.
32597 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32599         * conform/conformtest.pl (@headers): Add fenv.h.
32600         * conform/data/fenv.h-data: New file.
32601         * include/fenv.h [_ISOMAC]: Disable all contents of file except
32602         include of <math/fenv.h>.
32604         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
32605         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
32606         && !UNIX98].  Enables tests for XOPEN2K8.
32607         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
32608         POSIX2008]: Likewise.
32610         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
32611         (struct rusage): Do not expect type or its members.
32613         [BZ #3439]
32614         * math/math.h (FP_NAN): Define macro to integer constant usable in
32615         #if and use that to give value to enum constant.
32616         (FP_INFINITE): Likewise.
32617         (FP_ZERO): Likewise.
32618         (FP_SUBNORMAL): Likewise.
32619         (FP_NORMAL): Likewise.
32621 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
32623         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
32624         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
32625         arguments.
32627 2012-11-02  Roland McGrath  <roland@hack.frob.com>
32629         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
32630         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
32631         autoconf-time if not.
32632         * configure.in: Remove AC_PREREQ.
32634 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32636         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
32637         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
32638         of the internal implementation.
32640 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32642         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
32643         except include of <misc/sys/syslog.h>.
32645 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
32648         function returns with a NULL context exit with zero.
32650 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32652         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
32654 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
32656         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
32657         (run_program_cmd): This.
32658         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
32659         (tst_langinfo): New variable.  Use it.
32661 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
32663         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
32664         floating point opcodes.
32666 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32668         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
32669         variable.
32671         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
32673         * sysdeps/mach/hurd/powerpc: Remove directory.
32674         * sysdeps/mach/powerpc: Likewise.
32676 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32678         * scripts/check-local-headers.sh: Ignore c++ headers.
32680 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32682         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
32683         __libc_cleanup_region_start argument.
32685 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
32687         [BZ #14784]
32688         [BZ #14785]
32689         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
32690         x * y using scaling, not as x * y + z.
32691         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32692         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32693         * math/libm-test.inc (fma_test): Add more tests.
32694         (fma_test_towardzero): Likewise.
32695         (fma_test_downward): Likewise.
32696         (fma_test_upward): Likewise.
32698 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32700         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
32702 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32704         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
32705         New variable.
32707 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
32709         * rt/tst-shm.c (worker): Correct checking for mmap failure.
32711 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32714         Fix sort order.
32715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32716         Likewise.
32718 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32721         Fix the order of the list for glibc 2.17.
32722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32723         Likewise.
32725 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32727         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32729 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32731         [BZ #14610]
32732         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
32733         for low part of x being zero before using __atanl (y).
32734         * math/libm-test.inc (atan2_test): Add another test.
32736         * manual/install.texi (Configuring and compiling): Document
32737         general use of test-wrapper and test-wrapper-env.
32738         * INSTALL: Regenerated.
32740         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
32741         (__fma): Do not extract and scale down low bits on after-rounding
32742         systems when result rounded to normal precision would have normal
32743         exponent.
32744         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
32745         (__fmal): Do not extract and scale down low bits on after-rounding
32746         systems when result rounded to normal precision would have normal
32747         exponent.
32748         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
32749         (__fmal): Do not extract and scale down low bits on after-rounding
32750         systems when result rounded to normal precision would have normal
32751         exponent.
32752         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
32753         macro.
32754         (fma_test): Add more tests.
32755         (fma_test_towardzero): Likewise.
32756         (fma_test_downward): Likewise.
32757         (fma_test_upward): Likewise.
32759 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
32761         * sysdeps/i386/tininess.h: Renamed to ...
32762         * sysdeps/x86/tininess.h: This.
32763         * sysdeps/x86_64/tininess.h: Removed.
32765 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
32767         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
32768         input.  Use $(build-program-cmd).
32769         ($(objpfx)tst-array1-static.out): Likewise.
32770         ($(objpfx)tst-array2.out): Likewise.
32771         ($(objpfx)tst-array3.out): Likewise.
32772         ($(objpfx)tst-array4.out): Likewise.
32773         ($(objpfx)tst-array5.out): Likewise.
32774         ($(objpfx)tst-array5-static.out): Likewise.
32776 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
32778         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
32779         if defined.
32781         * nss/nsswitch.h (nss_interface_function): Provide new
32782         macro for use with NSS functions.
32783         * grp/initgroups.c: Use new macro.
32784         * nss/getXXbyYY.c: Likewise.
32785         * nss/getXXbyYY_r.c: Likewise.
32786         * nss/getXXent.c: Likewise.
32787         * nss/getXXent_r.c: Likewise.
32788         * sysdeps/posix/getaddrinfo.c: Likewise.
32790 2012-10-30  Andreas Jaeger  <aj@suse.de>
32792         * po/ru.po: Update Russion translation from translation project.
32794 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
32796         [BZ #14152]
32797         [BZ #14783]
32798         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
32799         result and shift together with sticky bit instead of replicating
32800         round-to-nearest rounding.
32801         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32802         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32803         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
32804         missing underflow exceptions.
32805         (fma_test_towardzero): Add more tests.
32806         (fma_test_downward): Likewise.
32807         (fma_test_upward): Likewise.
32809         [BZ #14047]
32810         * sysdeps/generic/tininess.h: New file.
32811         * sysdeps/i386/tininess.h: Likewise.
32812         * sysdeps/sh/tininess.h: Likewise.
32813         * sysdeps/x86_64/tininess.h: Likewise.
32814         * stdlib/tst-strtod-underflow.c: Likewise.
32815         * stdlib/tst-tininess.c: Likewise.
32816         * stdlib/strtod_l.c: Include <tininess.h>.
32817         (round_and_return): Do not set errno for exact underflow cases.
32818         Force an underflow exception when setting errno for underflow.
32819         Determine underflow based on rounding to normal precision if
32820         TININESS_AFTER_ROUNDING.
32821         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
32822         ERANGE for exact underflow cases.
32823         * stdlib/Makefile (tests): Add tst-tininess and
32824         tst-strtod-underflow.
32825         ($(objpfx)tst-tininess): Use $(link-libm).
32826         ($(objpfx)tst-strtod-underflow): Likewise.
32828 2012-10-30  Andreas Jaeger  <aj@suse.de>
32830         [BZ#14767]
32831         * elf/Makefile (tests): Remove conditional for have-initfini-array
32832         since this is now always required and the variable does not exist
32833         anymore.
32834         (tests-static): Likewise.
32835         (modules-names): Likewise.
32837         * po/eo.po: Add Esperanto translation from translation project.
32839         * elf/tst-array1.c (fini_array): Make writeable so that it can be
32840         merged with constructor/destructor.
32841         (init_array): Likewise.
32842         * elf/tst-array2dep.c (fini_array): Likewise.
32843         (init_array): Likewise.
32845 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
32847         * manual/message.texi: Delete @cartouche tags.
32849 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
32851         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
32852         EOPNOTSUPP.
32853         * sysdeps/mach/hurd/fsync.c: Likewise.
32855         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
32856         [_POSIX_REALTIME_SIGNALS]: Change condition to
32857         [_POSIX_REALTIME_SIGNALS > 0].
32859 2012-10-27  Andreas Jaeger  <aj@suse.de>
32861         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
32862         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
32863         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
32864         [__WORDSIZE != 64]: Likewise.
32866 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
32868         *  iconvdata/tst-table.sh: Remove ${SHELL}.
32869         *  iconvdata/tst-tables.sh: Likewise.
32871 2012-10-25  David S. Miller  <davem@davemloft.net>
32873         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32874         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
32875         of strtoull.
32877         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
32878         ifunc-impl-list.c
32879         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
32880         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
32881         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
32882         file.
32884 2012-10-25  Roland McGrath  <roland@hack.frob.com>
32886         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32887         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
32888         __getdirentries.
32890 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
32891             Jim Blandy  <jimb@codesourcery.com>
32893         * scripts/cross-test-ssh.sh: New file.
32894         * manual/install.texi (Configuring and compiling): Document use of
32895         cross-test-ssh.sh.
32896         * INSTALL: Regenerated.
32898 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
32900         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
32901         EOPNOTSUPP.
32903 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
32905         * Makeconfig (run-program-prefix): Fix comment.
32907 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
32908             Jim Blandy  <jimb@codesourcery.com>
32910         * Makeconfig (test-wrapper): New variable,
32911         (test-wrapper-env): Likewise.
32912         [$(cross-compiling) = yes && $(test-wrapper) != ""]
32913         (run-built-tests): Define to yes.
32914         (run-program-prefix): Use $(test-wrapper).
32915         (built-program-cmd): Likewise.
32916         * Rules (make-test-out): Use $(test-wrapper-env) and
32917         $(host-built-program-cmd).
32918         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
32919         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
32920         tst-pathopt.sh.
32921         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
32922         $(test-wrapper-env) to tst-rtld-load-self.sh.
32923         ($(objpfx)order2.out): Use $(test-wrapper).
32924         ($(objpfx)tst-initorder.out): Likewise.
32925         ($(objpfx)tst-initorder2.out): Likewise.
32926         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
32927         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
32928         (test_wrapper_env): New variable.  Use it to run ld.so.
32929         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
32930         Use it to run ld.so.
32931         (test_wrapper_env): Likewise.
32932         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
32933         $(test-wrapper) to run-iconv-test.sh.
32934         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
32935         (ICONV): Use $test_wrapper.
32936         * posix/Makefile ($(objpfx)globtest.out): Pass
32937         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
32938         globtest.sh, not $(run-program-prefix).
32939         * posix/globtest.sh (run_via_rtld_prefix): New variable.
32940         (test_wrapper): Likewise.
32941         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
32942         set together with run_via_rtld_prefix.
32943         (run_program_prefix): Define in terms of test_wrapper and
32944         run_via_rtld_prefix.
32946 2012-10-24  Roland McGrath  <roland@hack.frob.com>
32948         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
32949         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
32950         Targets removed.
32952         [BZ #14743]
32953         * include/time.h: Remove librt_hidden_proto (clock_gettime).
32954         Declare __clock_getres, __clock_gettime, __clock_settime,
32955         __clock_nanosleep, and __clock_getcpuclockid.
32956         * rt/clock_gettime.c: Define __clock_gettime as an alias.
32957         Remove librt_hidden_def (clock_gettime).
32958         * sysdeps/unix/clock_gettime.c: Likewise.
32959         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
32960         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
32961         * rt/clock_getres.c: Define __clock_getres as an alias.
32962         * sysdeps/posix/clock_getres.c: Likewise.
32963         * rt/clock_settime.c: Define __clock_settime as an alias.
32964         * sysdeps/unix/clock_settime.c: Likewise.
32965         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
32966         * sysdeps/unix/clock_nanosleep.c: Likewise.
32967         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
32968         * rt/clock-compat.c: New file.
32969         * rt/Makefile (librt-routines): Add clock-compat and move
32970         $(clock-routines) to ...
32971         (routines): ... here, new variable.
32972         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
32973         Don't add get_clockfreq here.
32974         * rt/Versions (libc: GLIBC_2.17): New version set.
32975         Add clock_* symbols here.
32976         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
32977         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
32978         (GLIBC_2.17): Add clock_* symbols.
32979         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
32980         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
32981         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32983         Likewise.
32984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32985         Likewise.
32986         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32987         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
32988         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
32989         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
32990         * NEWS: Mention the move.
32992         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
32993         Use __open, __read, __close rather than their public counterparts.
32994         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32995         (__get_clockfreq_via_cpuinfo): Likewise.
32996         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
32997         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
32999         * config.h.in (HAVE_IFUNC): New #undef.
33000         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33001         was successful.
33002         * configure: Regenerated.
33004 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33006         * configure.in: Move READELF check to start of file.
33007         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33008         libc_cv_asm_gnu_indirect_function in the process.
33009         * configure: Regenerated.
33011 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33013         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33014         send the output to /dev/null.
33015         (libc_cv_cc_with_libunwind): Likewise.
33016         (libc_cv_as_noexecstack): Likewise.
33017         * configure: Regenerate.
33019 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33021         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33023         * posix/globtest.sh (TMPDIR): Do not set.
33024         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33025         (testout): Likewise.
33027 2012-10-24  Andreas Jaeger  <aj@suse.de>
33029         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33030         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33031         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33032         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33033         posix_fadvise64, posix_fallocate64.
33035         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33036         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33037         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33038         Likewise.
33039         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33040         Likewise.
33041         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33043         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33044         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33045         <bits/fcntl-linux.h>.
33046         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33048         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33049         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33050         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33051         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33052         [__WORDSIZE != 64]: Likewise.
33054 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33056         * Makeconfig (run-built-tests): New variable.
33057         * Rules [$(cross-compiling) = yes]: Change condition to
33058         [$(run-built-tests) = no].
33059         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33060         to [$(run-built-tests) = yes].
33061         * elf/Makefile [$(cross-compiling) = no]: Likewise
33062         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33063         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33064         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33065         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33066         * io/Makefile [$(cross-compiling) = no]: Likewise.
33067         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33068         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33069         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33070         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33071         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33072         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33073         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33074         * string/Makefile [$(cross-compiling) = no]: Likewise.
33076         * posix/Makefile ($(objpfx)globtest.out): Pass
33077         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33078         $(rtld-installed-name).
33079         * posix/globtest.sh (elf_objpfx): Remove variable.
33080         (rtld_installed_name): Likewise.
33081         (library_path): Likewise.
33082         (run_program_prefix): New variable.  Use for running globtest
33083         binary.
33085 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33086             Joseph Myers  <joseph@codesourcery.com>
33088         * Makeconfig (host-built-program-cmd): New variable.
33089         * elf/Makefile (tst-stackguard1-ARGS): Use
33090         $(host-built-program-cmd).
33091         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33092         (tst-spawn-ARGS): Likewise.
33093         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33095 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33096             Jim Blandy  <jimb@codesourcery.com>
33098         * Makeconfig (run-via-rtld-prefix): New variable.
33099         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33100         (built-program-cmd): Likewise.
33102 2012-10-22  Andreas Jaeger  <aj@suse.de>
33104         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33105         __O_RSYNC if it exists, otherwise to O_SYNC.
33107 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33108             Joseph Myers  <joseph@codesourcery.com>
33110         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33111         /dev/null.
33112         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33113         from /dev/null
33114         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33115         /dev/null.
33117 2012-10-22  Andreas Jaeger  <aj@suse.de>
33119         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33120         Define always.
33121         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33123         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33124         bits/fcntl-linux.h.
33126         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33127         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33129         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33130         to __O_LARGEFILE.
33131         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33132         to __O_LARGEFILE.
33134 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33135             Joseph Myers  <joseph@codesourcery.com>
33137         * config.make.in (NM): New variable.
33139 2012-10-21  Andreas Jaeger  <aj@suse.de>
33141         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33142         definitions and declarations that are provided by
33143         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33145 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33147         [BZ #14683]
33148         * elf/Makefile (tests-static): Add tst-leaks1-static.
33149         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33150         ($(objpfx)tst-leaks1-static): New rule.
33151         ($(objpfx)tst-leaks1-static-mem): Likewise.
33152         (tst-leaks1-static-ENV): New macro.
33153         * elf/dl-open.c (dl_open_worker): Check the main application
33154         only if SHARED is defined.
33155         * elf/tst-leaks1-static.c: New file.
33157 2012-10-20  Andreas Jaeger  <aj@suse.de>
33159         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33160         generic values for Linux.
33161         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33162         and declarations that are provided by <bits/fcntl-linux.h> and
33163         include <bits/fcntl-linux.h>.
33164         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33165         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33167 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33169         * io/fcntl.h: Move include of <bits/types.h> to the top and
33170         include it unconditionally.
33172 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33174         * wcsmbs/Makefile (tests-ifunc): New variable.
33175         (tests): Add $(tests-ifunc).
33176         * wcsmbs/test-wcschr-ifunc.c: New file.
33177         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33178         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33179         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33180         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33181         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33183         * string/Makefile (tests-ifunc): New variable.
33184         (tests): Add $(tests-ifunc).
33185         * string/test-memccpy.c (TEST_NAME): New macro.
33186         * string/test-memchr.c (TEST_NAME): Likewise.
33187         * string/test-memcmp.c (TEST_NAME): Likewise.
33188         * string/test-memcpy.c (TEST_NAME): Likewise.
33189         * string/test-memmem.c (TEST_NAME): Likewise.
33190         * string/test-memmove.c (TEST_NAME): Likewise.
33191         * string/test-memset.c (TEST_NAME): Likewise.
33192         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33193         * string/test-stpcpy.c (TEST_NAME): Likewise.
33194         * string/test-stpncpy.c (TEST_NAME): Likewise.
33195         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33196         * string/test-strcasestr.c (TEST_NAME): Likewise.
33197         * string/test-strcat.c (TEST_NAME): Likewise.
33198         * string/test-strchr.c (TEST_NAME): Likewise.
33199         * string/test-strcmp.c(TEST_NAME): Likewise.
33200         * string/test-strcpy.c (TEST_NAME): Likewise.
33201         * string/test-strcspn.c (TEST_NAME): Likewise.
33202         * string/test-strlen.c (TEST_NAME): Likewise.
33203         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33204         * string/test-strncmp.c (TEST_NAME): Likewise.
33205         * string/test-strncpy.c (TEST_NAME): Likewise.
33206         * string/test-strnlen.c (TEST_NAME): Likewise.
33207         * string/test-strpbrk.c (TEST_NAME): Likewise.
33208         * string/test-strrchr.c (TEST_NAME): Likewise.
33209         * string/test-strspn.c (TEST_NAME): Likewise.
33210         * string/test-strstr.c (TEST_NAME): Likewise.
33211         * string/test-bcopy-ifunc.c: New file.
33212         * string/test-bzero-ifunc.c: Likewise.
33213         * string/test-memccpy-ifunc.c: Likewise.
33214         * string/test-memchr-ifunc.c: Likewise.
33215         * string/test-memcmp-ifunc.c: Likewise.
33216         * string/test-memcpy-ifunc.c: Likewise.
33217         * string/test-memmem-ifunc.c: Likewise.
33218         * string/test-memmove-ifunc.c: Likewise.
33219         * string/test-mempcpy-ifunc.c: Likewise.
33220         * string/test-memset-ifunc.c: Likewise.
33221         * string/test-rawmemchr-ifunc.c: Likewise.
33222         * string/test-stpcpy-ifunc.c: Likewise.
33223         * string/test-stpncpy-ifunc.c: Likewise.
33224         * string/test-strcasecmp-ifunc.c: Likewise.
33225         * string/test-strcasestr-ifunc.c: Likewise.
33226         * string/test-strcat-ifunc.c: Likewise.
33227         * string/test-strchr-ifunc.c: Likewise.
33228         * string/test-strchrnul-ifunc.c: Likewise.
33229         * string/test-strcmp-ifunc.c: Likewise.
33230         * string/test-strcpy-ifunc.c: Likewise.
33231         * string/test-strcspn-ifunc.c: Likewise.
33232         * string/test-strlen-ifunc.c: Likewise.
33233         * string/test-strncasecmp-ifunc.c: Likewise.
33234         * string/test-strncat-ifunc.c: Likewise.
33235         * string/test-strncmp-ifunc.c: Likewise.
33236         * string/test-strncpy-ifunc.c: Likewise.
33237         * string/test-strnlen-ifunc.c: Likewise.
33238         * string/test-strpbrk-ifunc.c: Likewise.
33239         * string/test-strrchr-ifunc.c: Likewise.
33240         * string/test-strspn-ifunc.c: Likewise.
33241         * string/test-strstr-ifunc.c: Likewise.
33243         * debug/Makefile (tests-ifunc): New variable.
33244         (tests): Add $(tests-ifunc).
33245         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33246         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33247         * debug/test-stpcpy_chk-ifunc.c: New file.
33248         * debug/test-strcpy_chk-ifunc.c: Likewise.
33250 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33252         [BZ #13601]
33253         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33254         header is not read in.
33256 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33258         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33259         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33260         directly.  Pass built executable to script as
33261         $(built-program-cmd).
33262         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33263         $testprogram without using LD_LIBRARY_PATH and $ldso.
33265         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33266         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33267         $(rtld-installed-name).
33268         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33269         (rtld_installed_name): Likewise.
33270         (library_path): Likewise.
33271         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33272         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33273         $(run-program-prefix) to tst-tables.sh.
33274         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33275         it to run tst-table-from and tst-table-to.
33276         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33277         Pass it to tst-table.sh.
33278         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33279         $(run-program-prefix) to tst-gettext.sh.
33280         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33281         tst-translit.sh.
33282         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33283         tst-gettext2.sh.
33284         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33285         to run tst-gettext.
33286         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33287         to run tst-gettext2.
33288         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33289         to run tst-translit.
33290         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33291         $(run-program-prefix) to tst-mtrace.sh.
33292         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33293         to run tst-mtrace.
33294         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33295         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33296         $(rtld-installed-name).
33297         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33298         (rtld_installed_name): Likewise.
33299         (run_program_prefix): New variable.  Use it to run wordexp-test.
33301         * Makeconfig (ARCH): Remove all definitions.
33302         (machine): Likewise.
33303         [ARCH]: Remove conditional code.
33304         [!objdir]: Give error.
33305         [!objdir] (objpfx): Remove.
33306         [!objdir] (common-objpfx): Likewise.
33307         [!objdir] (common-objdir): Likewise.
33308         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33309         AC_CONFIG_FILES call.
33310         * configure: Regenerated.
33312         [BZ #13888]
33313         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33314         or TMPDIR.
33315         (testout): Likewise.
33317         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33318         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33319         $(rtld-installed-name).
33320         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33321         (rtld_installed_name): Likwise.
33322         (runit): Remove function.
33323         (run_getconf): New variable,  Use it for running getconf binary.
33325 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33327         [BZ #14716]
33328         * string/test-memmem.c (check_result): New function.
33329         (do_one_test): Use it.
33330         (check1): New function.
33331         (test_main): Use it.
33333 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33335         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33337 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33339         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33340         (_G_LSEEK64): Likewise.
33341         (_G_MMAP64): Likewise.
33342         (_G_FSTAT64): Likewise.
33343         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33344         (_G_LSEEK64): Likewise.
33345         (_G_MMAP64): Likewise.
33346         (_G_FSTAT64): Likewise.
33347         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33348         unconditional.  Call __mmap64 directly.
33349         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33350         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33351         __lseek64 directly.
33352         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33353         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33354         __mmap64 directly.
33355         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33356         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33357         __lseek64 directly.
33358         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33359         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33360         __lseek64 directly.
33361         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33362         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33363         __lseek64 directly.
33364         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33365         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33366         __fxstat64 directly.
33367         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33368         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33369         unconditional.
33370         (freopen64) [!_G_OPEN64]: Remove conditional code.
33371         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33372         unconditional.
33373         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33374         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33375         unconditional.
33376         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33377         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33378         unconditional.
33379         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33380         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33381         unconditional.
33382         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33383         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33384         unconditional.
33385         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33386         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33387         unconditional.
33388         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33389         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33390         unconditional.
33391         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33393 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33395         [BZ #12140]
33396         * manual/memory.texi (Malloc Tunable Parameters): Add note
33397         about free list pointers overwriting some perturb bytes.
33398         Wording suggested by Roland McGrath.
33400 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33402         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33403         (lgamma_test): Likewise.
33404         (tgamma_test): Likewise.
33406 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33408         [BZ #14700]
33409         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33410         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33412 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33414         * NEWS: Mention BZ #14716.
33415         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33416         when removing AVAILABLE1_USES_J macro.
33418 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
33420         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33421         (__bswap_64): __uint64_t for unsigned 64-bit int.
33423 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
33425         * include/string.h (memmem): Declare libc hidden alias.
33426         * string/memmem.c (memmem): Define libc hidden alias.
33427         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33428         __read, __close instead of open, read, close.
33430 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
33432         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
33433         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
33434         global and hidden.
33435         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
33436         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
33437         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
33438         Likewise.
33439         (__rawmemchr_sse2): Likewise.
33440         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
33441         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
33442         (__strchr_sse2): Likewise.
33443         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
33444         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
33445         (__strcasecmp_sse2): Likewise.
33446         (__strncasecmp_sse2): Likewise.
33447         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
33448         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
33449         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
33450         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
33451         (__strrchr_sse2): Likewise.
33452         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
33453         ifunc-impl-list.c.
33454         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33455         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33456         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33457         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33458         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33459         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33460         * sysdeps/x86_64/multiarch/memset.S: Likewise.
33461         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33462         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
33463         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
33464         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
33465         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
33466         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
33467         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33468         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33469         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33470         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33471         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33472         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
33473         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
33474         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
33475         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
33476         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
33477         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
33478         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
33479         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
33480         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33481         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33482         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33483         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33485         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
33486         global and hidden.
33487         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
33488         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
33489         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
33490         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
33491         Likewise.
33492         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
33493         Likewise.
33494         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
33495         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
33496         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
33497         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
33498         ifunc-impl-list.c.
33499         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33500         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33501         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33502         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33503         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33504         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
33505         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
33506         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
33507         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
33508         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
33509         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
33510         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
33511         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
33512         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
33513         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
33514         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
33515         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
33516         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
33517         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
33518         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
33519         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
33520         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
33521         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
33522         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
33523         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
33524         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
33525         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
33526         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
33527         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
33528         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
33529         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
33530         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
33531         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
33532         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
33533         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
33534         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
33535         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
33536         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
33537         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
33538         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
33539         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
33541         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
33542         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
33543         * include/ifunc-impl-list.h: New file.
33544         * misc/ifunc-impl-list.c: Likewise.
33545         * misc/Makefile (routines): Add ifunc-impl-list.
33546         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
33547         * string/test-string.h: Include <ifunc-impl-list.h>.
33548         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
33549         TEST_NAME]: New variables.
33550         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
33551         are defined.
33552         (test_init): Call __libc_ifunc_impl_list to initialize
33553         func_list if TEST_IFUNC and TEST_NAME are defined.
33555         * string/Makefile (strop-tests): Add bcopy and bzero.
33556         * string/test-bcopy.c: New file.
33557         * string/test-bzero.c: Likewise.
33558         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
33559         defined.
33560         * string/test-memset.c: Support bzero test if TEST_BZERO is
33561         defined.
33562         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
33563         __libc_memmove.
33564         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
33565         __libc_memset.
33566         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
33567         of memset.
33569 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
33571         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
33572         * configure: Regenerated.
33574         * Makeconfig (+link-static-before-libc): Don't include
33575         $(link-static-libc).
33577         * libio/libio.h (_IO_pos_t): Remove.
33579 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33581         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
33582         McGrath.
33584 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33586         * crypt/crypt-entry.c: Include fips-private.h.
33587         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
33588         * crypt/md5c-test.c (main): Tolerate disabled MD5.
33589         * sysdeps/unix/sysv/linux/fips-private.h: New file.
33590         * sysdeps/generic/fips-private.h: New file, dummy fallback.
33592 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33594         * crypt/crypt-private.h: Include stdbool.h.
33595         (_ufc_setup_salt_r): Return bool.
33596         * crypt/crypt-entry.c: Include errno.h.
33597         (__crypt_r): Return NULL with EINVAL for bad salt.
33598         * crypt/crypt_util.c (bad_for_salt): New.
33599         (_ufc_setup_salt_r): Check that salt is long enough and within
33600         the specified alphabet.
33601         * crypt/badsalttest.c: New file.
33602         * crypt/Makefile (tests): Add it.
33603         ($(objpfx)badsalttest): New.
33605 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
33607         * NEWS: Add entry for BZ #14602.
33609 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33611         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
33612         type-generic.
33613         * math/libm-test.inc: Update comment listing what functions and
33614         macros are tested.
33615         (isgreater_test): New function.
33616         (isgreaterequal_test): Likewise.
33617         (isless_test): Likewise.
33618         (islessequal_test): Likewise.
33619         (islessgreater_test): Likewise.
33620         (isunordered_test): Likewise.
33621         (main): Call the new functions.
33623 2012-10-09  Roland McGrath  <roland@hack.frob.com>
33625         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
33626         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
33627         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
33628         * sysdeps/i386/configure: Regenerated.
33629         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
33630         * sysdeps/mach/configure: Regenerated.
33631         * sysdeps/mach/hurd/configure: Regenerated.
33632         * sysdeps/powerpc/configure: Regenerated.
33633         * sysdeps/powerpc/powerpc32/configure: Regenerated.
33634         * sysdeps/powerpc/powerpc64/configure: Regenerated.
33635         * sysdeps/s390/s390-32/configure: Regenerated.
33636         * sysdeps/s390/s390-64/configure: Regenerated.
33637         * sysdeps/sh/configure: Regenerated.
33638         * sysdeps/sparc/configure: Regenerated.
33639         * sysdeps/unix/sysv/linux/configure: Regenerated.
33640         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
33641         * sysdeps/x86_64/configure: Regenerated.
33643         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
33644         defined.  Don't check if MAP is NULL.
33646 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33648         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
33649         (_G_stat64): Likewise.
33650         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
33651         (_G_stat64): Likewise.
33652         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
33653         instead of struct _G_stat64.
33654         * libio/fileops.c (mmap_remap_check): Likewise.
33655         (decide_maybe_mmap): Likewise.
33656         (_IO_new_file_seekoff): Likewise.
33657         (_IO_file_stat): Likewise.
33658         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
33659         _G_off64_t.
33660         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
33661         instead of struct _G_stat64.
33662         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33664 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
33666         [BZ #14602]
33667         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33668         Replace with ...
33669         (CHECK_EOL): New macro.
33670         (two_way_short_needle): Check beginning of haystack for EOL.  Use
33671         CHECK_EOL.
33672         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33673         Replace with CHECK_EOL.
33674         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33675         Replace with CHECK_EOL.
33677 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
33679         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
33680         type-generic.
33681         * math/libm-test.inc: Update comment listing what functions and
33682         macros are tested.
33683         (finite_test): New function.
33684         (isinf_test): Likewise.
33685         (isnan_test): Likewise.
33686         (fpclassify_test): Test subnormal input.
33687         (isfinite_test): Likewise.
33688         (isnormal_test): Likewise.
33689         (main): Call the new functions.
33691 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
33693         [BZ #14660]
33694         * Makerules (%.dynsym): Force C locale when running
33695         $(OBJDUMP) --dynamic-syms.
33697 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
33699         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
33700         <stdint.h>.
33702 2012-10-06  David S. Miller  <davem@davemloft.net>
33704         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
33705         upper 32-bits of the length value in %o2 since we use branch-on-register
33706         tests which consider the entire 64-bit register.
33708 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
33710         * string/test-strstr.c (check2): Add a test for page boundary.
33712 2012-10-05  David S. Miller  <davem@davemloft.net>
33714         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
33715         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
33716         file.
33717         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33718         sysdep_routines.
33719         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33720         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
33721         and bzero when HWCAP_SPARC_CRYPTO is present.
33723 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
33725         [BZ #14602]
33726         * string/test-strstr.c (check2): New function.
33727         (test_main): Call check2.
33729         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
33730         and bug-strchr1.
33731         * string/bug-strcasestr1.c (do_test): Moved to ...
33732         * string/test-strcasestr.c (check1): Here.  New function.
33733         (do_one_test): Break out result checking code into ...
33734         (check_result): This.  New function.
33735         (do_one_test): Call check_result.
33736         (test_main): Call check1.
33737         * string/bug-strchr1.c (do_test): Moved to ...
33738         * string/test-strchr.c (check1): Here.  New function.
33739         (do_one_test): Break out result checking code into ...
33740         (check_result): This.  New function.
33741         (do_one_test): Call check_result.
33742         (test_main): Call check1.
33743         * string/bug-strstr1.c (main): Moved to ...
33744         * string/test-strstr.c (check1): Here.  New function.
33745         (do_one_test): Break out result checking code into ...
33746         (check_result): This.  New function.
33747         (do_one_test): Call check_result.
33748         (test_main): Call check1.
33749         * string/bug-strcasestr1.c: Removed.
33750         * string/bug-strchr1.c: Likewise.
33751         * string/bug-strstr1.c: Likewise.
33753         * elf/Makefile (dl-routines): Add hwcaps.
33754         * elf/dl-support.c (_dl_important_hwcaps): Removed.
33755         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
33756         (_dl_important_hwcaps): Moved to ...
33757         * elf/dl-hwcaps.c: Here.  New file.
33758         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
33760         [BZ #14557]
33761         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
33762         if IS_IN_rtld isn't defined.
33764         * elf/dl-support.c (_dl_sysinfo_map): New.
33765         Include "get-dynamic-info.h" and "setup-vdso.h".
33766         (_dl_non_dynamic_init): Call setup_vdso.
33767         * elf/dynamic-link.h: Don't include <assert.h>.
33768         (elf_get_dynamic_info): Moved to ...
33769         * elf/get-dynamic-info.h: Here.  New file.
33770         * elf/dynamic-link.h: Include "get-dynamic-info.h".
33771         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
33772         * elf/setup-vdso.h: Here.  New file.
33773         * elf/rtld.c: Include "setup-vdso.h".
33774         (dl_main): Call setup_vdso.
33776 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
33778         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
33779         creal in comment listing functions tested.  List finite, isinf,
33780         isnan, isless, islessequal, isgreater, isgreaterequal,
33781         islessgreater, isunordered, lgamma_r and pow10 as functions and
33782         macros not tested.  Mention which functions not tested are aliases
33783         for other functions.  Fix typo.  Note that signs of NaNs are not
33784         tested.
33786         * scripts/config.guess: Update from config.git.
33787         * scripts/config.sub: Likewise.
33789 2012-10-04  Roland McGrath  <roland@hack.frob.com>
33791         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
33792         * misc/madvise.c (madvise): Renamed to __madvise.
33793         Make madvise a weak alias.
33794         * include/sys/mman.h: Declare __madvise.
33795         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
33796         * sysdeps/unix/syscalls.list
33797         (madvise): Make __madvise the strong name, and madvise a weak alias.
33798         * sysdeps/unix/sysv/linux/syscalls.list
33799         (madvise, mmap): Remove redundant entries.
33800         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
33801         * malloc/malloc.c (mtrim): Likewise.
33802         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
33804 2012-10-03  Roland McGrath  <roland@hack.frob.com>
33806         * sysdeps/mach/hurd/dl-cache.c: File removed.
33807         * config.h.in (USE_LDCONFIG): New #undef.
33808         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
33809         * configure: Regenerated.
33810         * elf/Makefile (dl-routines): Add dl-cache only under
33811         [$(use-ldconfig) = yes].
33812         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
33813         cache on [USE_LDCONFIG].
33814         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
33815         [USE_LDCONFIG].
33816         * elf/rtld.c (dl_main): Likewise.
33818 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
33820         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
33821         _SC_LEVEL4_CACHE_LINESIZE.
33823 2012-10-03  Roland McGrath  <roland@hack.frob.com>
33825         * sysdeps/unix/bsd/confstr.h: File removed.
33827 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
33829         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
33830         sys/sdt-config.h.
33832 2012-10-02  Roland McGrath  <roland@hack.frob.com>
33834         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
33835         Make 'mapoff' field ElfW(Off) rather than off_t.
33837 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
33839         * nscd/Makefile: Remove nscd-cflags and all its users.
33840         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
33841         (CFLAGS-nonlib): Add compiler flags for nscd modules.
33843         [BZ #10631]
33844         * malloc.c (malloc_printerr): Clarify error message.
33846 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
33848         [BZ #14648]
33849         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33850         Set bit_FMA_Usable if FMA is supported.
33851         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
33852         macro.
33853         (bit_FMA4_Usable): Updated.
33854         (index_FMA_Usable): New macro.
33855         (CPUID_FMA): Likewise
33856         (HAS_FMA): Defined with bit_FMA_Usable.
33858 2012-10-01  Roland McGrath  <roland@hack.frob.com>
33860         * bits/types.h (__swblk_t): Type removed.
33861         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
33862         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
33863         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33864         (__SWBLK_T_TYPE): Likewise.
33865         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33866         (__SWBLK_T_TYPE): Likewise.
33867         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33868         (__SWBLK_T_TYPE): Likewise.
33869         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
33870         (__SWBLK_T_TYPE): Likewise.
33872 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
33873             Honza Horak <hhorak@redhat.com>
33875         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
33876         (xdr_mapname): Use YPMAXMAP as maxsize.
33877         (xdr_peername): Use YPMAXPEER as maxsize.
33878         (xdr_keydat): Use YPAXRECORD as maxsize.
33879         (xdr_valdat): Use YPMAXRECORD as maxsize.
33881 2012-10-01  Roland McGrath  <roland@hack.frob.com>
33883         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
33885         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
33886         * csu/init-first.c: ... here.
33887         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
33888         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
33889         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
33890         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
33891         * sysdeps/i386/init-first.c: File removed.
33892         * sysdeps/sh/init-first.c: File removed.
33894 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
33896         [BZ #14645]
33897         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
33898         if x * y might underflow to zero and z is zero.
33899         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33900         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33901         * math/libm-test.inc (min_subnorm_value): New variable.
33902         (fma_test): Add more tests.
33903         (fma_test_towardzero): Likewise.
33904         (fma_test_downward): Likewise
33905         (fma_test_upward): Likewise.
33906         (initialize): Set min_subnorm_value.
33908 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
33910         [BZ #14638]
33911         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
33912         0 + 0.
33913         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
33914         mode for addition resulting in exact zero.
33915         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
33916         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
33917         exact 0 + 0.
33918         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33919         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33920         * math/libm-test.inc (fma_test): Add more tests.
33921         (fma_test_towardzero): New function.
33922         (fma_test_downward): Likewise.
33923         (fma_test_upward): Likewise.
33924         (main): Call the new functions.
33926 2012-09-28  David S. Miller  <davem@davemloft.net>
33928         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
33930 2012-09-28  Roland McGrath  <roland@hack.frob.com>
33932         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
33933         instead of SIGALRM.
33935         * sysdeps/gnu/_G_config.h: Moved to ...
33936         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
33937         * sysdeps/mach/hurd/_G_config.h: Moved to ...
33938         * sysdeps/generic/_G_config.h: ... here.
33940         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
33942         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
33944         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
33945         Conditionalize target on [libnss_test1.so-version].
33947         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
33949         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
33950         (elfobjdir): Move out of conditionals.
33952         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
33953         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
33954         (__nss_lookup_function): Conditionalize label remove_from_tree on
33955         [!DO_STATIC_NSS || SHARED], matching its only use.
33957 2012-09-28  David S. Miller  <davem@davemloft.net>
33959         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
33960         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
33961         file.
33962         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33963         sysdep_routines.
33964         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33965         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
33966         when HWCAP_SPARC_CRYPTO is present.
33968 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
33970         * io/tst-mknodat.c: Create a FIFO instead of a socket.
33972 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
33974         [BZ #6530]
33975         * stdio-common/vfprintf.c (process_string_arg): Revert
33976         2000-07-22 change.
33978 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
33980         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
33981         for testcase.
33982         * stdio-common/tst-sprintf.c: Include <locale.h>
33983         (main): Test sprintf's handling of incomplete multibyte
33984         characters.
33986 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
33988         * elf/dl-runtime.c (VERSYMIDX): Removed.
33989         * elf/dl-version.c (VERSYMIDX): Likewise.
33990         * elf/do-rel.h (VERSYMIDX): Likewise.
33991         (VALIDX): Likewise.
33992         * elf/dynamic-link.h (VERSYMIDX): Likewise.
33993         * elf/rtld.c (VALIDX): Likewise.
33994         (ADDRIDX): Likewise.
33995         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
33996         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
33997         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
33998         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
33999         (VALIDX): Likewise.
34000         (ADDRIDX): Likewise.
34002 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34004         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34006 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34008         [BZ #11438]
34009         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34010         to global scope.
34011         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34012         addresses are in the same scope as 192.0.2/24.
34013         * posix/gai.conf: Document new scope table defaults.
34015 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34017         [BZ #5298]
34018         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34019         for ftell.  Compute offsets from write pointers instead.
34020         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34022 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34024         [BZ #14543]
34025         * libio/Makefile (tests): New test case tst-fseek.
34026         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34027         combination works in wide mode.
34028         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34029         state when the external buffer state changes.
34031 2012-09-27  David S. Miller  <davem@davemloft.net>
34033         [BZ #14376]
34034         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34035         pass reloc->r_addend in as the 'high' argument to
34036         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34038         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34040 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34042         * rt/tst-aio2.c: Include <pthread.h>.
34043         * rt/tst-aio3.c: Likewise.
34045 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34047         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34049 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34051         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34052         contents on [SHARED].
34054 2012-09-26  Marek Polacek  <polacek@redhat.com>
34056         [BZ #14530]
34057         [BZ #13741]
34058         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34059         for C++ and GCC <4.3 as well as for non GCC compilers.
34061 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34063         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34065 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34067         * Makefile.in (all, install): Declare with .PHONY.
34068         Reported by Michael Hope <michael.hope@linaro.org>.
34070 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34072         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34073         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34074         system header.
34075         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34076         Likewise.
34077         (sydep_routines): Add the new and the internal functions.
34078         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34079         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34081         (GLIBC_2.17): Add the new function.
34082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34083         (GLIBC_2.17): Likewise.
34084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34085         (GLIBC_2.17): Likewise.
34086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34087         (GLIBC_2.17): Likewise.
34088         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34090 2012-09-25  Alan Modra  <amodra@gmail.com>
34092         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34093         Add release barrier before setting once_control to say
34094         initialisation is done.  Add hints on lwarx.  Use macro in
34095         place of isync.
34096         (clear_once_control): Add release barrier.
34098 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34100         [BZ #13629]
34101         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34102         specially.
34103         * math/s_clog10.c (__clog10): Likewise.
34104         * math/s_clog10f.c (__clog10f): Likewise.
34105         * math/s_clog10l.c (__clog10l): Likewise.
34106         * math/s_clogf.c (__clogf): Likewise.
34107         * math/s_clogl.c (__clogl): Likewise.
34108         * math/Makefile (libm-calls): Add x2y2m1.
34109         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34110         (__x2y2m1): Likewise.
34111         (__x2y2m1l): Likewise.
34112         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34113         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34114         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34115         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34116         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34117         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34118         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34119         * sysdeps/i386/fpu/libm-test-ulps: Update.
34120         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34122         [BZ #14621]
34123         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34124         int as type of variable DEPTH.
34125         (glob): Use size_t instead of int as type of variables NEWCOUNT
34126         and OLD_PATHC.
34128 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34130         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34131         Add s_sincosf-sse2.
34132         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34133         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34134         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34135         macros for using routine as __sincosf_ia32.
34136         Use macro for function declaration and weak_alias.
34137         * sysdeps/i386/fpu/libm-test-ulps: Update.
34139         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34140         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34142         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34143         subnormal argument.
34144         * math/s_cexpf.c (__cexpf): Likewise.
34145         * math/s_csinf.c (__csinf): Likewise.
34146         * math/s_csinhf.c (__csinhf): Likewise.
34147         * math/s_ctanf.c (__ctanf): Likewise.
34148         * math/s_ctanhf.c (__ctanhf): Likewise.
34149         * math/s_ccosh.c (__ccoshf): Likewise.
34150         * math/s_cexp.c (__cexpl): Likewise.
34151         * math/s_csin.c (__csin): Likewise.
34152         * math/s_csinh.c (__csinh): Likewise.
34153         * math/s_ctan.c (__ctan): Likewise.
34154         * math/s_ctanh.c (ctanh): Likewise.
34155         * math/s_ccoshl.c (__ccoshl): Likewise.
34156         * math/s_cexpl.c (__cexpl): Likewise.
34157         * math/s_csinl.c (__csinl): Likewise.
34158         * math/s_csinhl.c (__csinhl): Likewise.
34159         * math/s_ctanl.c (__ctanl): Likewise.
34160         * math/s_ctanhl.c (__ctanhl): Likewise.
34162 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34164         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34165         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34166         (_IO_off_t): Define to __off_t, not _G_off_t.
34167         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34168         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34169         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34170         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34171         type of __dummy and __dummy2 fields.
34172         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34173         (_G_ssize_t): Likewise.
34174         (_G_off_t): Likewise.
34175         (_G_pid_t): Likewise.
34176         (_G_uid_t): Likewise.
34177         (_G_wchar_t): Likewise.
34178         (_G_wint_t): Likewise.
34179         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34180         (_G_ssize_t): Likewise.
34181         (_G_off_t): Likewise.
34182         (_G_pid_t): Likewise.
34183         (_G_uid_t): Likewise.
34184         (_G_wchar_t): Likewise.
34185         (_G_wint_t): Likewise.
34186         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34187         (_G_ssize_t): Likewise.
34188         (_G_off_t): Likewise.
34189         (_G_pid_t): Likewise.
34190         (_G_uid_t): Likewise.
34191         (_G_wchar_t): Likewise.
34192         (_G_wint_t): Likewise.
34194 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34196         * malloc/arena.c: Include malloc-sysdep.h.
34197         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34198         is sufficient to shrink the heap or an unmap is needed.
34199         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34200         new function check_may_shrink_heap.
34201         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34202         new function check_may_shrink_heap.
34204 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34206         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34207         comments.
34209 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34211         * catgets/test-gencat.sh: Add "set -e".
34212         * elf/tst-pathopt.sh: Likewise.
34213         * grp/tst_fgetgrent.sh: Likewise.
34214         * iconvdata/run-iconv-test.sh: Likewise.
34215         * intl/tst-gettext.sh: Likewise.
34216         * intl/tst-gettext2.sh: Likewise.
34217         * intl/tst-gettext4.sh: Likewise.
34218         * intl/tst-gettext6.sh: Likewise.
34219         * intl/tst-translit.sh: Likewise.
34220         * io/ftwtest-sh: Likewise.
34221         * libio/test-freopen.sh: Likewise.
34222         * malloc/tst-mtrace.sh: Likewise.
34223         * posix/globtest.sh: Likewise.
34224         * posix/tst-getconf.sh: Likewise.
34225         * posix/wordexp-tst.sh: Likewise.
34226         * stdio-common/tst-printf.sh: Likewise.
34227         * stdio-common/tst-unbputc.sh: Likewise.
34228         * stdlib/tst-fmtmsg.sh: Likewise.
34229         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34230         * catgets/Makefile: Do not specify -e option when running
34231         testsuite shell scripts.
34232         * elf/Makefile: Likewise.
34233         * grp/Makefile: Likewise.
34234         * iconvdata/Makefile: Likewise.
34235         * intl/Makefile: Likewise.
34236         * io/Makefile: Likewise.
34237         * libio/Makefile: Likewise.
34238         * malloc/Makefile: Likewise.
34239         * posix/Makefile: Likewise.
34240         * stdio-common/Makefile: Likewise.
34241         * stdlib/Makefile: Likewise.
34242         * sysdeps/x86_64/Makefile: Likewise.
34244         * io/ftwtest-sh: Add copyright header.
34245         * posix/globtest.sh: Likewise.
34246         * posix/tst-getconf.sh: Likewise.
34247         * posix/wordexp-tst.sh: Likewise.
34248         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34250 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34252         [BZ #13679]
34253         * Makeconfig (+link): Defined as $(+link-static) if
34254         $(build-shared) isn't yes.
34255         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34256         isn't yes.
34257         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34259         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34261         [BZ #14562]
34262         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34263         new chunk size with MALLOC_ALIGN_MASK.
34265 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34267         [BZ #5044]
34268         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34269         <rounding-mode.h>.
34270         (__printf_fphex): Determine rounding using get_rounding_mode and
34271         round_away.
34272         * stdio-common/tst-printf-round.c (struct hex_test): New
34273         structure.
34274         (hex_tests): New variable.
34275         (test_hex_in_one_mode): New function.
34276         (do_test): Also run tests for hex float output.
34278 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34280         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34281         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34282         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34283         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34284         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34285         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34286         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34287         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34289 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34291         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34292         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34293         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34294         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34296 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34298         [BZ #14579]
34299         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34300         mode only.
34301         * elf/tst-rtld-load-self.sh: New test.
34302         * elf/Makefile: Run it.
34304 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34306         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34307         (tst-writev-ENV): Remove.
34308         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34310 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34312         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34314 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34316         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34317         unconditional.
34318         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34319         Likewise.
34320         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34321         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34322         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34323         Likewise.
34325 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34327         [BZ #14587]
34328         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34329         * config.make.in (have-cpp-asm-debuginfo): Removed.
34330         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34331         * configure: Regenerated.
34333 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34335         [BZ #5044]
34336         * stdio-common/printf_fp.c: Include <stdbool.h> and
34337         <rounding-mode.h>.
34338         (___printf_fp): Determine rounding using get_rounding_mode and
34339         round_away.
34340         * stdio-common/tst-printf-round.c: New file.
34341         * stdio-common/Makefile (tests): Add tst-printf-round.
34342         (link-libm): New variable.
34343         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34345 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34347         [BZ #14576]
34348         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34349         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34350         Likewise.
34351         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34352         Likewise.
34354 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34356         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34357         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34358         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34359         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34361 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34363         [BZ #14518]
34364         * include/rounding-mode.h: New file.
34365         * sysdeps/generic/get-rounding-mode.h: Likewise.
34366         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34367         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34368         (MAX_VALUE): New macro.
34369         (MIN_VALUE): Likewise.
34370         (overflow_value): New function.
34371         (underflow_value): Likewise.
34372         (round_and_return): Use overflow_value and underflow_value to
34373         determine return values in overflow and underflow cases.  Use
34374         round_away to determine rounding depending on rounding mode.
34375         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34376         determine return values in overflow and underflow cases.
34377         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34378         (struct test_results): New structure.
34379         (struct test): Use struct test_results to store expected results
34380         for all rounding modes.
34381         (TEST): Include expected results for all rounding modes.
34382         (test_in_one_mode): New function.
34383         (do_test): Use test_in_one_mode to compute and check results.
34384         Check results for all rounding modes.
34385         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34386         $(link-libm).
34388 2012-12-09  Allan McRae  <allan@archlinux.org>
34390         * sysdeps/i386/fpu/libm-test-ulps: Update
34392 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34394         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34395         (_G_int32_t): Likewise.
34396         (_G_uint16_t): Likewise.
34397         (_G_uint32_t): Likewise.
34398         (_G_HAVE_BOOL): Likewise.
34399         (_G_HAVE_ATEXIT): Likewise.
34400         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34401         (_G_HAVE_IO_FILE_OPEN): Likewise.
34402         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34403         (_G_int32_t): Likewise.
34404         (_G_uint16_t): Likewise.
34405         (_G_uint32_t): Likewise.
34406         (_G_HAVE_BOOL): Likewise.
34407         (_G_HAVE_ATEXIT): Likewise.
34408         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34409         (_G_HAVE_IO_FILE_OPEN): Likewise.
34410         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34411         (_G_int32_t): Likewise.
34412         (_G_uint16_t): Likewise.
34413         (_G_uint32_t): Likewise.
34414         (_G_HAVE_BOOL): Likewise.
34415         (_G_HAVE_ATEXIT): Likewise.
34416         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34417         (_G_HAVE_IO_FILE_OPEN): Likewise.
34419 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
34421         * csu/libc-tls.c: Update copyright years.
34423 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
34425         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34426         [!_G_USING_THUNKS]: Remove conditional code.
34427         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34428         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34430         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
34431         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
34432         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34433         (_G_VTABLE_LABEL_PREFIX): Likewise.
34434         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34435         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34436         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34437         (_G_VTABLE_LABEL_PREFIX): Likewise.
34438         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34439         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34440         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34441         (_G_VTABLE_LABEL_PREFIX): Likewise.
34442         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34444 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
34446         * libio/Makefile: Include ../Makeconfig before tests.
34447         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
34448         only if $(build-shared) is yes.
34450         * iconv/gconv_db.c: Update copyright years.
34452 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34454         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
34455         unwind info if defined PIC. Fix special cases description.
34456         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
34458         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
34459         DP_HI_MASK entry.
34460         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
34462 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
34464         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
34466         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
34467         is NULL.
34469         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
34470         (LDLIBS-tst-chk4): This.
34471         (LDFLAGS-tst-chk5): Renamed to ...
34472         (LDLIBS-tst-chk5): This.
34473         (LDFLAGS-tst-chk6): Renamed to ...
34474         (LDLIBS-tst-chk6): This.
34475         (LDFLAGS-tst-lfschk4): Renamed to ...
34476         (LDLIBS-tst-lfschk4): This.
34477         (LDFLAGS-tst-lfschk5): Renamed to ...
34478         (LDLIBS-tst-lfschk5): This.
34479         (LDFLAGS-tst-lfschk6): Renamed to ...
34480         (LDLIBS-tst-lfschk6): This.
34482         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
34483         on $(common-objpfx)soversions.mk.
34485 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
34487         [BZ #10014]
34488         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
34489         example host name.
34491 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
34493         * malloc/arena.c (arena_get_retry): New function that gets
34494         another arena for the caller to try its request on.
34495         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
34496         current arena cannot fulfill the request.
34497         (__libc_memalign): Likewise.
34498         (__libc_memalign): Likewise.
34499         (__libc_pvalloc): Likewise.
34500         (__libc_calloc): Likewise.
34502 2012-09-05  John Tobey  <john.tobey@gmail.com>
34504         [BZ #13542]
34505         * manual/arith.texi (Operations on Complex): Fix description
34506         of carg branch cut.
34508 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34510         [BZ #10014]
34511         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
34512         host name.
34514         [BZ #10038]
34515         * manual/memory.texi (Memory): Make order of menu items match
34516         order of sections.
34518 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34520         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
34521         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
34522         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
34524 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34526         * csu/libc-tls.c (static_dtv): Renamed to ...
34527         (_dl_static_dtv): This.  Make it global.
34528         (_dl_initial_dtv): Removed.
34529         (__libc_setup_tls): Updated.
34530         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
34531         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
34532         DL_INITIAL_DTV.
34534 2012-09-06  Petr Machata  <pmachata@redhat.com>
34536         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
34537         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
34538         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
34539         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
34541 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34543         [BZ #14545]
34544         * csu/libc-tls.c (_dl_initial_dtv): New variable.
34545         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
34546         freeing dtv[-1].
34548 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34550         [BZ #14544]
34551         * Makeconfig (link-static-before-libc): Replace $(+prector)
34552         with $(+prectorT).
34553         (link-static-after-libc): Replace $(+postctor) with
34554         $(+postctorT).
34555         (link-bounded): Replace $(+prector)/$(+postctor) with
34556         $(+prectorT)/$(+postctorT).
34557         (+prectorT): New macro.
34558         (+postctorT): Likewise.
34560 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34562         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
34563         (round_str): Handle values above the maximum for IBM long double
34564         as inexact.
34565         * stdlib/tst-strtod-round.c (tests): Regenerated.
34567 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34569         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
34570         assembler flag.
34571         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
34572         zarch_nohighgprs around the zarch optimized routines.
34573         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
34574         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
34575         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
34576         for zarch.
34578 2012-09-05  David S. Miller  <davem@davemloft.net>
34580         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34582         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
34583         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
34584         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
34585         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
34586         entries.
34588 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34590         * malloc/arena.c: Fold copyright years.
34591         * malloc/mcheck.c, malloc/memusage.c: Likewise.
34593 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34595         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
34597 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34599         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
34601 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34603         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
34604         change internal state upon failure.
34606 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34608         * malloc/mcheck.c (mcheck_check_all): Fix typo.
34609         * malloc/memusage.c (mmap): Likewise.
34610         (mmap64, mremap): Likewise.  Adjust name in comment.
34612 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34614         * libio/fileops.c: Fix typos in comments.
34615         * libio/oldfileops.c: Likewise.
34616         * libio/wfileops.c: Likewise.
34618 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34620         [BZ #1349]
34621         * malloc/Makefile (tests): Add tst-malloc-usable test case.
34622         (tst-malloc-usable-ENV): Set environment for test case.
34623         * malloc/hooks.c (malloc_check_get_size): New function to get
34624         requested size.
34625         * malloc/malloc.c (musable): Use malloc_check_get_size.
34626         * malloc/tst-malloc-usable.c: New test case.
34628 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34630         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
34632 2012-09-05  Allan McRae  <allan@archlinux.org>
34634         [BZ #13966]
34635         * configure.in (CXX_SYSINCLUDES): Use compiler output to
34636         determine header location.
34637         * configure: Regenerated.
34639 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34641         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
34642         float format.
34643         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
34644         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
34645         format.
34646         (test): Regenerate.
34648 2012-09-04  David S. Miller  <davem@davemloft.net>
34650         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
34651         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
34652         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
34654 2012-09-04  Florian Weimer  <fweimer@redhat.com>
34656         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
34657         failures.
34659         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
34661 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
34663         [BZ #9914]
34664         * libio/iogetdelim.c: Include <limits.h>.
34665         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
34666         + len + 1 would overflow.
34668 2012-09-03  Andreas Jaeger  <aj@suse.de>
34670         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34671         * sysdeps/i386/fpu/libm-test-ulps: Update.
34673 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34675         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34676         Add s_sinf-sse2, s_conf-sse2.
34678         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
34679         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
34680         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
34681         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
34683         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
34684         for using routine as __sinf_ia32.
34685         Use macro for function declaration and weak_alias.
34686         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
34687         for using routine as __cosf_ia32.
34688         Use macro for function declaration and weak_alias.
34690         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
34691         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
34693         * sysdeps/x86_64/fpu/s_sinf.S: New file.
34694         * sysdeps/x86_64/fpu/s_cosf.S: New file.
34695         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34697         * math/libm-test.inc (cos_test): Add more test cases.
34698         (sin_test): Likewise.
34699         (sincos_test): Likewise.
34701 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34703         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
34704         (IFUNC_RESOLVE): Make pointers to the specialized implementations
34705         hidden.
34706         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
34708 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
34710         [BZ #14538]
34711         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
34712         first element of the GOT.
34713         (elf_machine_load_address): Return the difference between
34714         the runtime address of _DYNAMIC and elf_machine_dynamic ().
34716 2012-09-01  Allan McRae  <allan@archlinux.org>
34718         [BZ #13412]
34719         * configure.in (AWK): Require gawk version 3.0 or later.
34720         * configure: Regenerated.
34722 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
34724         * sysdeps/unix/sysv/linux/kernel-features.h
34725         (__ASSUME_POSIX_CPU_TIMERS): Remove.
34726         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
34727         [__NR_clock_getres]: Make code unconditional.
34728         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
34729         (clock_getcpuclockid): Remove code left unreachable by removal of
34730         conditionals.
34731         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
34732         code unconditional.
34733         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34734         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34735         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
34736         Make code unconditional.
34737         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34738         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34739         * sysdeps/unix/sysv/linux/clock_settime.c
34740         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
34741         conditional code.
34742         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
34743         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34745 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
34747         [BZ #14476]
34748         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
34749         scripts/test-installation.pl.
34751         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
34752         and $ld_so_version if it is set.
34754 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34756         [BZ #14516]
34757         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
34758         failure if reading from procfs failed.
34759         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
34761 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
34763         * sysdeps/unix/sysv/linux/kernel-features.h
34764         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
34765         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34766         Remove conditional code.
34767         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34768         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
34769         Remove conditional code.
34770         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34771         * sysdeps/unix/sysv/linux/i386/fxstat.c
34772         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34773         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34774         * sysdeps/unix/sysv/linux/i386/fxstatat.c
34775         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34776         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34777         * sysdeps/unix/sysv/linux/i386/lxstat.c
34778         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34779         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34780         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
34781         Remove conditional code.
34782         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34783         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34784         Remove conditional code.
34785         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34786         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
34787         <kernel-features.h>.
34788         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
34789         Remove.
34790         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
34791         Remove conditional code.
34792         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34793         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
34794         Remove conditional.
34796 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
34798         [BZ #5400]
34799         * NEWS: Add fixed bug number.
34801 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
34803         [BZ #14519]
34804         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
34805         underflowing exponent in case of negative sign.
34806         * stdlib/tst-strtod-round-data: Add more tests.
34807         * stdlib/tst-strtod-round.c (tests): Regenerated.
34809         [BZ #3479]
34810         * stdlib/strtod_l.c (NDIG): Remove.
34811         (HEXNDIG): Likewise.
34812         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
34813         smallest representable value.
34814         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
34815         lie within an exact representation of 1/2 ulp of the result.
34816         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
34817         unconditionally.
34818         (TENS_P9_IDX): Define unconditionally.
34819         (TENS_P9_SIZE): Likewise.
34820         (TENS_P10_IDX): Likewise.
34821         (TENS_P10_SIZE): Likewise.
34822         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
34823         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
34824         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
34825         entries for 10^2^13 and 10^2^14.
34826         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
34827         (TENS_P13_IDX): Define.
34828         (TENS_P13_SIZE): Likewise.
34829         (TENS_P14_IDX): Likewise.
34830         (TENS_P14_SIZE): Likewise.
34831         (_fpioconst_pow10): Change array size to
34832         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
34833         unconditional.
34834         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
34835         1024]: Add entries for 10^2^13 and 10^2^14.
34836         [LAST_POW10 > _LAST_POW10]: Remove #error.
34837         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
34838         (_fpioconst_pow10): Change array size to
34839         FPIOCONST_POW10_ARRAY_SIZE.
34840         * stdlib/gen-fpioconst.c: New file.
34841         * stdlib/gen-tst-strtod-round.c: Likewise.
34842         * stdlib/tst-strtod-round-data: Likewise.
34843         * stdlib/tst-strtod-round.c: Likewise.
34844         * stdlib/Makefile (tests): Add tst-strtod-round.
34846         [BZ #14459]
34847         * stdlib/strtod_l.c: Include <stdint.h>.
34848         (NDEBUG): Do not define.
34849         (round_and_return): Change EXPONENT parameter to type intmax_t.
34850         Rearrange calculations to avoid internal overflow possibilities.
34851         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
34852         Rearrange calculations to avoid internal overflow possibilities.
34853         Assert that number fits inside MPNSIZE limbs.
34854         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
34855         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
34856         calculations and add assertions to avoid internal overflow
34857         possibilities.  Add casts to avoid signed/unsigned operations.
34858         * stdlib/tst-strtod-overflow.c: New file.
34859         * stdlib/Makefile (tests): Add tst-strtod-overflow.
34861 2012-08-25  Marek Polacek  <polacek@redhat.com>
34863         * time/time.h: Fix some typos in comments.
34865 2012-08-23  Roland McGrath  <roland@hack.frob.com>
34867         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
34868         * posix/tst-rfc3484-2.c: Likewise.
34869         * posix/tst-rfc3484-3.c: Likewise.
34871 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
34873         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
34874         (EF_ARM_ABI_FLOAT_HARD): Likewise.
34876 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
34878         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
34879         #include of fxstatat64.c.
34881 2012-08-22  Roland McGrath  <roland@hack.frob.com>
34883         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
34884         * shadow/getspent_r.c: Likewise.
34885         * shadow/getspnam.c: Likewise.
34886         * shadow/getspnam_r.c: Likewise.
34887         * gshadow/getsgent.c: Likewise.
34888         * gshadow/getsgent_r.c: Likewise.
34889         * gshadow/getsgnam.c: Likewise.
34890         * gshadow/getsgnam_r.c: Likewise.
34891         * inet/getnetbyad.c: Likewise.
34892         * inet/getnetbyad_r.c: Likewise.
34893         * inet/getnetbynm.c: Likewise.
34894         * inet/getnetbynm_r.c: Likewise.
34895         * inet/getnetent.c: Likewise.
34896         * inet/getnetent_r.c: Likewise.
34897         * inet/getproto.c: Likewise.
34898         * inet/getproto_r.c: Likewise.
34899         * inet/getprtent.c: Likewise.
34900         * inet/getprtent_r.c: Likewise.
34901         * inet/getprtname.c: Likewise.
34902         * inet/getprtname_r.c: Likewise.
34903         * inet/getrpcbyname.c: Likewise.
34904         * inet/getrpcbyname_r.c: Likewise.
34905         * inet/getrpcbynumber.c: Likewise.
34906         * inet/getrpcbynumber_r.c: Likewise.
34907         * inet/getrpcent.c: Likewise.
34908         * inet/getrpcent_r.c: Likewise.
34909         * inet/getaliasent.c: Likewise.
34910         * inet/getaliasent_r.c: Likewise.
34911         * inet/getaliasname.c: Likewise.
34912         * inet/getaliasname_r.c: Likewise.
34913         * nscd/getgrgid_r.c: Likewise.
34914         * nscd/getgrnam_r.c: Likewise.
34915         * nscd/gethstbyad_r.c: Likewise.
34916         * nscd/gethstbynm3_r.c: Likewise.
34917         * nscd/getpwnam_r.c: Likewise.
34918         * nscd/getpwuid_r.c: Likewise.
34919         * nscd/getsrvbynm_r.c: Likewise.
34920         * nscd/getsrvbypt_r.c: Likewise.
34921         * nscd/gai.c: Likewise.
34923         * configure.in (build_nscd): New substituted variable, set
34924         by --disable-build-nscd and defaults to $use_nscd.
34925         * configure: Regenerated.
34926         * config.make.in (build-nscd): New substituted variable.
34927         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
34928         Change conditional to require [$(build-nscd) = yes] as well.
34929         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
34931         [BZ# 13696]
34932         * configure.in (use_nscd): New substituted variable, set by
34933         --disable-nscd.  If enabled, define USE_NSCD.
34934         * configure: Regenerated.
34935         * config.h.in: Add USE_NSCD.
34936         * config.make.in (use-nscd): New substituted variable.
34937         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
34938         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
34939         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
34940         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
34941         (CFLAGS-getgrnam_r.c): Likewise.
34942         (CFLAGS-initgroups.c): Likewise.
34943         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
34944         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
34945         Variables removed.
34946         * inet/getnetgrent_r.c
34947         (nscd_setnetgrent): New function, broken out of ...
34948         (setnetgrent): ... here.  Call it.
34949         (innetgr): Conditionalize nscd bits on [USE_NSCD].
34950         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
34951         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
34952         * nscd/Makefile (routines, aux): Move definitions after include of
34953         Makeconfig.  Conditionalize on [$(use-nscd) != no].
34954         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
34955         Conditionalize on [USE_NSCD].
34956         (is_nscd, nscd_init_cb): Likewise.
34957         (nss_load_library): Conditionalize init callback on [USE_NSCD].
34958         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
34959         * nss/nss_db/db-init.c: Likewise.
34960         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
34961         [USE_NSCD].
34962         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
34963         (make_request): Use it.
34964         (cache_valid_p): New function.
34965         (__check_pf): Use it.
34966         * NEWS: Add item for --disable-nscd.
34968 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
34970         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
34971         to support sed >= 4.2.1-20-ga9bf076.
34972         * configure: Regenerated.
34974 2012-08-22  Roland McGrath  <roland@hack.frob.com>
34976         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
34977         Conditionalize whole body on [IREL].
34979 2012-08-22  Jeff Law <law@redhat.com>
34981         [BZ #14505]
34982         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
34983         if the family is PF_UNSPEC.
34985 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
34987         * Makerules (lib-version): Rename from V.
34988         (install-lib-nosubdir): Change V to lib-version.
34990 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
34992         [BZ #14252]
34993         * powerpc32/power6/wcschr.c: New file.
34994         * powerpc32/power6/wcscpy.c: New file.
34995         * powerpc32/power6/wcsrchr.c: New file.
34996         * powerpc64/power6/wcschr.c: New file.
34997         * powerpc64/power6/wcscpy.c: New file.
34998         * powerpc64/power6/wcsrchr.c: New file.
35000 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35002         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35003         (two_way_short_needle): Use it.
35004         * string/strstr.c (AVAILABLE1_USES_J): Define.
35005         * string/strcasestr.c: Likewise.
35007         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35008         array references.
35009         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35011         [BZ #11607]
35012         * NEWS: Add an entry.
35013         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35014         define their defaults.
35015         (two_way_short_needle): Detect end-of-string on-the-fly.
35016         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35017         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35018         * string/bug-strcasestr1.c: New test.
35019         * string/Makefile: Run it.
35021 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35023         [BZ #11607]
35024         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35025         the first character.
35027 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35029         * csu/elf-init.c (__libc_csu_irel): Function removed.
35030         * csu/libc-start.c (apply_irel): New function.
35031         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35033 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35035         * sysdeps/unix/sysv/linux/kernel-features.h
35036         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35037         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35038         <kernel-features.h>.
35039         [__NR_fadvise64_64]: Make code unconditional.
35040         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35041         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35042         !__NR_fadvise64_64)]: Likewise.
35043         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35044         !__NR_fadvise64_64))]: Likewise.
35045         [__NR_fadvise64]: Make code unconditional.
35046         [!__NR_fadvise64]: Remove conditional code.
35047         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35048         <kernel-features.h>.
35049         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35050         unconditional.
35051         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35052         conditional code.
35053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35054         not include <kernel-features.h>.
35055         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35056         unconditional.
35057         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35058         conditional code.
35059         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35060         include <kernel-features.h>.
35061         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35062         unconditional.
35063         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35064         conditional code.
35066 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35068         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35069         slight instruction rearrangements per scrollpipe analysis.
35070         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35072 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35074         * manual/syslog.texi (syslog; vsyslog, closelog):
35075         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35076         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35078         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35079         DSOCAPS to match condition on defining it.
35081 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35083         * sysdeps/unix/sysv/linux/kernel-features.h
35084         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35086         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35087         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35089         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35090         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35092         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35093         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35095         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35096         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35098         * sysdeps/unix/sysv/linux/kernel-features.h
35099         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35100         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35101         unconditional.
35102         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35103         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35104         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35105         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35106         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35107         Make code unconditional.
35108         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35109         (__mmap64) [!__NR_mmap2]: Likewise.
35110         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35111         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35112         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35113         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35114         [__NR_mmap2]: Make code unconditional.
35115         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35116         (__mmap64) [!__NR_mmap2]: Likewise.
35118 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35120         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35122 2012-08-18  Andreas Jaeger  <aj@suse.de>
35124         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35126 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35128         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35129         * include/unistd.h (__have_sock_cloexec): Likewise.
35130         (__have_pipe2): Likewise.
35131         (__have_dup3): Likewise.
35133 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35135         [BZ #9685]
35136         * include/unistd.h (__have_pipe2): Change define into an extern int.
35137         (__have_dup3): Likewise.
35138         * socket/have_sock_cloexec.c: Include fcntl.h.
35139         (__have_pipe2): New variable.
35140         (__have_dup3): Likewise.
35142 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35144         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35146 2012-08-17  Marek Polacek  <polacek@redhat.com>
35148         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35149         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35151 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35153         * configure.in: Add AC_SUBST for sysheaders.
35154         * configure: Regenerated.
35155         * config.make.in (sysheaders): New substituted variable.
35157         * sysdeps/unix/mkfifo.c: Moved ...
35158         * sysdeps/posix/mkfifo.c: ... here.
35159         * sysdeps/unix/mkfifoat.c: Moved ...
35160         * sysdeps/posix/mkfifoat.c: ... here.
35162         * sysdeps/unix/utime.c: Moved ...
35163         * sysdeps/posix/utime.c: ... here.
35165         * sysdeps/unix/time.c: Moved ...
35166         * sysdeps/posix/time.c: ... here.
35167         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35168         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35170         * sysdeps/unix/nice.c: Moved ...
35171         * sysdeps/posix/nice.c: ... here.
35173         * sysdeps/unix/alarm.c: Moved ...
35174         * sysdeps/posix/alarm.c: ... here.
35176         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35178 2012-08-17  Jeff Law <law@redhat.com>
35180         * intl/Makefile (codeset_mo): New variable.
35181         ($(codeset_mo)): New target.
35182         (tst-codeset.out): Depend on that.  Remove explicit rule.
35183         (tst-gettext3.out, tst-gettext5.out): Likewise.
35184         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35185         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35186         * intl/tst-codeset.sh: Remove.
35187         * intl/tst-gettext3.sh: Likewise.
35188         * intl/tst-gettext5.sh: Likewise.
35190 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35192         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35193         * sysdeps/unix/syscalls.list: ... here.
35195         * sysdeps/posix/getaddrinfo.c
35196         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35197         (gaiconf_init, gaiconf_reload): Use them.
35198         [!_STATBUF_ST_NSEC]
35199         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35200         Define using time_t rather than struct timespec.
35202         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35203         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35204         Macros removed.
35205         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35206         [!NO_THREADS].
35207         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35208         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35209         Likewise.
35211         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35212         __libc_cleanup_push argument.
35214         * bits/param.h: New file.
35215         * misc/sys/param.h: New file.
35216         * include/sys/param.h: New file.
35217         * misc/Makefile (headers): Add bits/param.h.
35218         * sysdeps/generic/sys/param.h: File removed.
35219         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35220         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35221         * sysdeps/mach/hurd/bits/param.h: New file.
35222         * sysdeps/mach/hurd/sys/param.h: File removed.
35224         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35225         last change.
35227         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35228         [_IO_MTSAFE_IO].
35229         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35230         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35231         New macros.
35233         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35234         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35235         rather than -D_IO_MTSAFE_IO conditionally.
35236         * stdio-common/Makefile (CPPFLAGS): Likewise.
35237         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35238         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35239         Use $(libio-mtsafe).
35240         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35241         of -D_IO_MTSAFE_IO.
35242         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35243         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35244         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35245         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35246         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35247         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35248         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35249         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35250         (CFLAGS-fread_u_chk.c): Likewise.
35251         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35252         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35253         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35254         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35255         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35256         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35257         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35258         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35259         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35261         * libio/Makefile: Test [$(libc-reentrant) = yes]
35262         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35264         * Makeconfig
35265         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35266         * sysdeps/pthread/configure: File removed.
35267         * sysdeps/pthread/Makeconfig: New file.
35268         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35269         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35271 2012-08-16  Gary Benson  <gbenson@redhat.com>
35273         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35274         unmapping the first object in a namespace.
35276 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35278         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35279         (__internal_setnetgrent): ... this.  Add internal_function to
35280         definition.  Add libc_hidden_def.
35281         (setnetgrent): Update caller.
35282         (internal_endnetgrent): Renamed to ...
35283         (__internal_endnetgrent): ... this.  Add internal_function to
35284         definition.  Add libc_hidden_def.
35285         (endnetgrent): Update caller.
35286         (internal_getnetgrent_r): Renamed to ...
35287         (__internal_getnetgrent_r): ... this.  Add internal_function to
35288         definition.  Add libc_hidden_def.
35289         (__getnetgrent_r): Update caller.
35290         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35292 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35294         * stdlib/longlong.h: Update from GCC.
35296 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35298         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35299         on _QL, which is set by umul_ppmm but never used.
35300         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35301         variables, which are set by GMP macros but never used.
35302         * stdio-common/_itowa.c (_itowa): Likewise.
35303         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35304         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35306 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35308         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35309         struct La_sh_regs is not constant.
35310         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35311         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35312         and struct La_sparc64_regs are not constant.
35314 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35316         * sysdeps/unix/sysv/linux/kernel-features.h
35317         (__ASSUME_POSIX_TIMERS): Remove.
35318         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35319         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35320         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35321         Make code unconditional.
35322         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35323         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35324         Make code unconditional.
35325         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35326         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35327         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35328         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35329         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35330         Make code unconditional.
35331         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35332         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35333         (__libc_missing_posix_timers): Remove.
35335 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35337         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35338         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35340         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35342         * elf/dl-sym.c: Include <stdlib.h>.
35344         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35345         constants, which avoids warnings in 32-bit builds.
35347         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35348         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35350         * misc/lseek.c: File moved to ...
35351         * io/lseek.c: ... here.
35353         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35355         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35356         shifting LEN more than 31 bits at once.
35358 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35360         [BZ #14195]
35361         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35362         segmentation fault for a case of two empty input strings.
35363         * string/test-strncasecmp.c (check1): Renamed to...
35364         (bz12205): ...this.
35365         (bz14195): Add new testcase for two empty input strings and N > 0.
35366         (test_main): Call new testcase, adapt for renamed function.
35368 2012-08-15  Andreas Jaeger  <aj@suse.de>
35370         [BZ #14090]
35371         * crypt/md5test2.c: New test, based on test supplied by Serge
35372         Belyshev <belyshev@depni.sinp.msu.ru>.
35373         * crypt/Makefile (xtests): Add md5test-giant..
35374         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35376 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35378         [BZ #14090]
35379         * crypt/md5.c (md5_process_block): Don't assume the buffer
35380         length is less than 2**32.
35381         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35382         length is less than 2**64.
35384 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35386         * string/str-two-way.h: Include <sys/param.h>.
35387         (MAX): Macro removed.
35389         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35390         Move #define and #undef of memmove to just before and after
35391         including <string.h>.
35393         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35394         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35395         and after including <string.h>.  Move declarations of
35396         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35397         to before #include "string/memmove.c".
35399         * include/dirent.h: Declare __getdirentries.
35401         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35402         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35404 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35406         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35407         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35408         * sysdeps/i386/configure: Regenerated.
35409         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35410         STABS_CURRENT_FILE, and STABS_FUN.
35411         (END): Remove call to STABS_FUN_END.
35412         (STABS_CURRENT_FILE1): Delete.
35413         (STABS_CURRENT_FILE): Likewise.
35414         (STABS_FUN): Likewise.
35415         (STABS_FUN_END): Likewise.
35416         (STABS_FUN2): Likewise.
35417         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35418         * sysdeps/x86_64/configure: Regenerated.
35420 2012-08-14  Roland McGrath  <roland@hack.frob.com>
35422         * elf/dl-open.c: Include <atomic.h>.
35423         * elf/dl-lookup.c: Likewise.
35425 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
35427         * sysdeps/unix/sysv/linux/kernel-features.h
35428         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35429         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35430         unconditionally.
35431         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
35432         unconditionally.
35433         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
35434         condition on __ASSUME_CLONE_THREAD_FLAGS.
35436 2012-08-14  Andreas Jaeger  <aj@suse.de>
35438         * sysdeps/i386/fpu/libm-test-ulps: Update.
35440 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
35442         * include/atomic.h (atomic_exchange_and_add): Split into ...
35443         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
35444         New atomic macros.
35446 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
35448         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35450 2012-08-13  Jeff Law <law@redhat.com>
35452         * manual/stdio.texi (snprintf): Clarify handling of the trailing
35453         null byte in the output string.
35455 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
35457         * sysdeps/unix/sysv/linux/kernel-features.h
35458         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
35459         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
35460         (__ASSUME_ARG_MAX_STACK_BASED): Define.
35461         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
35462         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
35463         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
35464         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
35466 2012-08-09  Jeff Law <law@redhat.com>
35468         [BZ #13939]
35469         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
35470         When avoid_arena is set, don't retry in the that arena.  Pick the
35471         next one, whatever it might be.
35472         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
35473         (arena_lock): Pass in new parameter to arena_get2.
35474         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
35475         arena_get2.
35476         (__libc_malloc): Unify retrying after main arena failure with
35477         __libc_memalign version.
35478         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
35480 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
35482         [BZ #14166]
35483         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
35484         to __redirect_strstr.
35485         (__strstr_sse42): Use typeof __redirect_strstr.
35486         (__strstr_ia32): Likewise.
35487         (__libc_strstr): New prototype.
35488         (strstr): Renamed to ...
35489         (__libc_strstr): This.
35490         (strstr): New strong alias of __libc_strstr.
35491         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35492         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
35493         __redirect_time.
35494         Include <time.h>.
35495         (__libc_time): New prototype.
35496         (time_ifunc): Replace time with __libc_time.
35497         (time): New strong alias and hidden definition of __libc_time.
35498         (__GI_time): Remove strong alias.
35499         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
35500         Include <stddef.h>.
35501         (memmove): Redefined to __redirect_memmove.
35502         (__memmove_sse2): Use typeof __redirect_memmove.
35503         (__memmove_ssse3): Likewise.
35504         (__memmove_ssse3_back): Likewise.
35505         (__libc_memmove): New prototype.
35506         (memmove): Renamed to ...
35507         (__libc_memmove): This.
35508         (memmove): New strong alias of __libc_memmove.
35510 2012-08-08  Mark Salter  <msalter@redhat.com>
35512         * elf/elf.h
35513         (R_MN10300_TLS_GD): Define.
35514         (R_MN10300_TLS_LD): Likewise.
35515         (R_MN10300_TLS_LDO): Likewise.
35516         (R_MN10300_TLS_GOTIE): Likewise.
35517         (R_MN10300_TLS_IE): Likewise.
35518         (R_MN10300_TLS_LE): Likewise.
35519         (R_MN10300_TLS_DTPMOD): Likewise.
35520         (R_MN10300_TLS_DTPOFF): Likewise.
35521         (R_MN10300_TLS_TPOFF): Likewise.
35522         (R_MN10300_SYM_DIFF): Likewise.
35523         (R_MN10300_ALIGN): Likewise.
35524         (R_MN10300_NUM): Update.
35526 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
35528         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
35529         Remove.
35531 2012-08-08  Roland McGrath  <roland@hack.frob.com>
35533         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
35535         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
35536         sysdeps/unix -> sysdeps/posix move.
35537         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
35539 2012-08-07      Allan McRae     <allan@archlinux.org>
35541         [BZ #14303]
35542         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
35543         (SUNOS_CPP): Likewise.
35544         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
35545         not found.
35546         (open_input): Call CPP using execvp.
35548 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35550         * sysdeps/unix/sysv/linux/kernel-features.h
35551         (__ASSUME_PROT_GROWSUPDOWN): Remove.
35552         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35553         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35554         (__ASSUME_WAITID_SYSCALL): Likewise.
35555         * sysdeps/unix/sysv/linux/dl-execstack.c
35556         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
35557         code unconditional.
35558         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
35559         conditional code.
35560         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
35561         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
35562         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
35563         code.
35564         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
35565         unconditional.
35566         [__ASSUME_WAITID_SYSCALL]: Likewise.
35567         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
35569 2012-08-07  Roland McGrath  <roland@hack.frob.com>
35571         * sysdeps/unix/closedir.c: Renamed to ...
35572         * sysdeps/posix/closedir.c: ... here.
35573         * sysdeps/unix/dirfd.c: Renamed to ...
35574         * sysdeps/posix/dirfd.c: ... here.
35575         * sysdeps/unix/dirstream.h: Renamed to ...
35576         * sysdeps/posix/dirstream.h: ... here.
35577         * sysdeps/unix/fdopendir.c: Renamed to ...
35578         * sysdeps/posix/fdopendir.c: ... here.
35579         * sysdeps/unix/opendir.c: Renamed to ...
35580         * sysdeps/posix/opendir.c: ... here.
35581         * sysdeps/unix/readdir.c: Renamed to ...
35582         * sysdeps/posix/readdir.c: ... here.
35583         * sysdeps/unix/readdir_r.c: Renamed to ...
35584         * sysdeps/posix/readdir_r.c: ... here.
35585         * sysdeps/unix/rewinddir.c: Renamed to ...
35586         * sysdeps/posix/rewinddir.c: ... here.
35587         * sysdeps/unix/seekdir.c: Renamed to ...
35588         * sysdeps/posix/seekdir.c: ... here.
35589         * sysdeps/unix/telldir.c: Renamed to ...
35590         * sysdeps/posix/telldir.c: ... here.
35591         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
35592         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
35593         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
35594         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
35596         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
35597         * bits/fcntl.h: ... here.
35599         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
35600         not 0.
35601         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
35602         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
35603         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
35604         (struct flock): Move l_start, l_len to the beginning.
35605         Use __pid_t for l_pid.
35606         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
35607         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
35608         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
35609         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
35610         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
35611         [__USE_LARGEFILE64] (struct flock64): New type.
35612         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
35614         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
35615         * bits/dirent.h: ... here.
35617         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
35618         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
35620 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35622         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35623         Change from 2.6.0 to 2.6.16.
35624         * sysdeps/unix/sysv/linux/configure: Regenerated.
35625         * sysdeps/unix/sysv/linux/kernel-features.h
35626         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
35627         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
35628         version.
35629         (__ASSUME_UTIMES): Likewise.
35630         (__ASSUME_CLONE_STOPPED): Remove.
35631         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
35632         architectures, not kernel version.
35633         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
35634         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35635         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35636         (__ASSUME_WAITID_SYSCALL): Likewise.
35637         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
35638         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
35639         * README: State 2.6.16 as minimum Linux kernel version.  Do not
35640         refer to older versions.
35642 2012-08-06  Roland McGrath  <roland@hack.frob.com>
35644         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
35645         Define alphasort64 as an alias.
35646         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
35647         Define versionsort64 as an alias.
35648         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
35649         Define scandir64 as an alias.
35650         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
35651         Define scandirat64 as an alias.
35652         * dirent/alphasort64.c (alphasort64):
35653         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
35654         * dirent/versionsort64.c: Likewise.
35655         * dirent/scandir64.c: Likewise.
35656         * dirent/scandirat64.c: Likewise.
35657         * sysdeps/wordsize-64/alphasort.c: File removed.
35658         * sysdeps/wordsize-64/alphasort64.c: File removed.
35659         * sysdeps/wordsize-64/scandir.c: File removed.
35660         * sysdeps/wordsize-64/scandir64.c: File removed.
35661         * sysdeps/wordsize-64/scandirat.c: File removed.
35662         * sysdeps/wordsize-64/scandirat64.c: File removed.
35663         * sysdeps/wordsize-64/versionsort.c: File removed.
35664         * sysdeps/wordsize-64/versionsort64.c: File removed.
35665         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
35666         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
35667         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
35668         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
35669         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
35670         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
35671         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
35672         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
35674         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
35675         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35676         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
35677         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35678         [defined __arch64__ || defined __sparcv9]
35679         (__INO_T_MATCHES_INO64_T): New macro.
35680         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35681         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
35682         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
35683         * sysdeps/unix/sysv/linux/bits/dirent.h
35684         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
35685         (_DIRENT_MATCHES_DIRENT64): New macro.
35687         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
35688         Define lockf64 as an alias.
35689         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
35690         Define fseeko64 as an alias.
35691         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
35692         Define ftello64 as an alias.
35693         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
35694         Define _IO_fgetpos64 and fgetpos64 as aliases.
35695         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
35696         Define _IO_fsetpos64 and fsetpos64 as aliases.
35697         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
35698         Conditionalize body on this.
35699         * libio/fseeko64.c: Likewise.
35700         * libio/ftello64.c: Likewise.
35701         * libio/iofgetpos64.c: Likewise.
35702         * libio/iofsetpos64.c: Likewise.
35703         * sysdeps/wordsize-64/lockf.c: File removed.
35704         * sysdeps/wordsize-64/lockf64.c: File removed.
35705         * sysdeps/wordsize-64/fseeko.c: File removed.
35706         * sysdeps/wordsize-64/fseeko64.c: File removed.
35707         * sysdeps/wordsize-64/ftello.c: File removed.
35708         * sysdeps/wordsize-64/ftello64.c: File removed.
35709         * sysdeps/wordsize-64/iofgetpos.c: File removed.
35710         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
35711         * sysdeps/wordsize-64/iofsetpos.c: File removed.
35712         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
35713         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
35714         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
35715         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
35716         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
35717         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
35718         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
35719         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
35720         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
35721         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
35722         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
35724         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35725         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35726         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
35727         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35728         [defined __arch64__ || defined __sparcv9]
35729         (__OFF_T_MATCHES_OFF64_T): New macro.
35730         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35731         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35732         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35733         (__OFF_T_MATCHES_OFF64_T): New macro.
35735 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35737         * stdlib/secure-getenv.c (__secure_getenv): Replace
35738         GLIBC_2_16 with GLIBC_2_17.
35740 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35742         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
35743         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35745 2012-08-03  David S. Miller  <davem@davemloft.net>
35747         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35749 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35751         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
35752         Remove.
35753         (__ASSUME_CORRECT_SI_PID): Likewise.
35754         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
35755         (__ASSUME_TMPFS_NAME): Likewise.
35756         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
35757         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
35758         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
35759         (HAVE_AUX_SECURE): Make definition unconditional.
35760         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
35761         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
35763 2012-08-03  Roland McGrath  <roland@hack.frob.com>
35765         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
35766         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
35767         * sysdeps/mach/hurd/eloop-threshold.h: New file.
35768         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
35769         __eloop_threshold instead of SYMLOOP_MAX.
35771         * sysdeps/generic/eloop-threshold.h: New file.
35772         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
35773         of MAXSYMLINKS.
35774         * elf/chroot_canon.c (chroot_canon): Likewise.
35776 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35778         [BZ #13717]
35779         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35780         Change to 2.6.0 everywhere.
35781         * sysdeps/unix/sysv/linux/configure: Regenerated.
35782         * sysdeps/unix/sysv/linux/kernel-features.h
35783         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
35784         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
35785         kernel versions.
35786         (__ASSUME_POSIX_TIMERS): Define unconditionally.
35787         (__ASSUME_FUTEX_REQUEUE): Remove.
35788         (__ASSUME_STATFS64): Define unconditionally.
35789         (__ASSUME_AT_SECURE): Likewise.
35790         (__ASSUME_CORRECT_SI_PID): Likewise.
35791         (__ASSUME_TGKILL): Define without depending on kernel version for
35792         i386.
35793         (__ASSUME_UTIMES): Likewise.
35794         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
35795         kernel version.
35796         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
35797         (__ASSUME_TMPFS_NAME): Likewise.
35798         * README: Update reference to Linux kernel versions.
35800 2012-08-02  Marek Polacek  <polacek@redhat.com>
35802         [BZ# 14150]
35803         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
35804         libc_cv_asm_type_prefix with %.
35805         * configure: Regenerated.
35806         * include/libc-symbols.h: Remove comment about
35807         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
35808         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
35809         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
35810         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
35811         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
35812         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
35813         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
35814         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
35815         * elf/tst-unique2mod1.c: Likewise.
35816         * elf/tst-unique1mod2.c: Likewise.
35817         * elf/tst-unique1mod1.c: Likewise.
35818         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
35819         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
35820         Replace ASM_TYPE_DIRECTIVE with .type.
35821         * sysdeps/s390/s390-64/sysdep.h: Likewise.
35822         * sysdeps/i386/sysdep.h: Likewise.
35823         * sysdeps/x86_64/sysdep.h: Likewise.
35824         * sysdeps/sh/sysdep.h: Likewise.
35825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
35826         Do not define ASM_TYPE_DIRECTIVE.
35827         * sysdeps/powerpc/sysdep.h: Likewise.
35828         * sysdeps/powerpc/powerpc32/sysdep.h:
35829         Replace ASM_TYPE_DIRECTIVE with .type.
35830         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
35831         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
35832         * sysdeps/i386/fpu/e_powf.S: Likewise.
35833         * sysdeps/i386/fpu/e_expl.S: Likewise.
35834         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
35835         * sysdeps/i386/fpu/e_acosh.S: Likewise.
35836         * sysdeps/i386/fpu/e_pow.S: Likewise.
35837         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
35838         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
35839         * sysdeps/i386/fpu/s_expm1.S: Likewise.
35840         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
35841         * sysdeps/i386/fpu/e_log2.S: Likewise.
35842         * sysdeps/i386/fpu/e_log2l.S: Likewise.
35843         * sysdeps/i386/fpu/e_scalb.S: Likewise.
35844         * sysdeps/i386/fpu/e_powl.S: Likewise.
35845         * sysdeps/i386/fpu/e_log10f.S: Likewise.
35846         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
35847         * sysdeps/i386/fpu/e_logl.S: Likewise.
35848         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
35849         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
35850         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
35851         * sysdeps/i386/fpu/e_log2f.S: Likewise.
35852         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
35853         * sysdeps/i386/fpu/e_log.S: Likewise.
35854         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
35855         * sysdeps/i386/fpu/e_logf.S: Likewise.
35856         * sysdeps/i386/fpu/e_log10l.S: Likewise.
35857         * sysdeps/i386/fpu/e_atanh.S: Likewise.
35858         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
35859         * sysdeps/i386/fpu/e_log10.S: Likewise.
35860         * sysdeps/i386/fpu/s_frexp.S: Likewise.
35861         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
35862         * sysdeps/i386/fpu/s_asinh.S: Likewise.
35863         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
35864         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
35865         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
35866         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
35867         * sysdeps/i386/i686/strtok.S: Likewise.
35868         * sysdeps/i386/i386-mcount.S: Likewise.
35869         * sysdeps/i386/strtok.S: Likewise.
35870         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
35871         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
35872         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
35873         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
35874         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
35875         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
35876         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
35877         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
35878         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
35879         * sysdeps/x86_64/_mcount.S: Likewise.
35880         * sysdeps/x86_64/strtok.S: Likewise.
35881         * sysdeps/sh/_mcount.S: Likewise.
35883 2012-08-01  Roland McGrath  <roland@hack.frob.com>
35885         * libio/iofopen.c: Include <fcntl.h>.
35886         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
35887         (_IO_fopen64, fopen64): Define as aliases.
35888         * libio/iofopen64.c: Include <fcntl.h>.
35889         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
35890         Conditionalize body on this.
35891         * sysdeps/wordsize-64/iofopen.c: File removed.
35892         * sysdeps/wordsize-64/iofopen64.c: File removed.
35894 2012-08-01  Marek Polacek  <polacek@redhat.com>
35896         * libc/Makeconfig: Use elf in place of binfmt-subdir.
35897         Use dlfcn directly instead of a variable.
35898         (binfmt-subdir): Do not define.
35899         (dlfcn): Likewise.
35901 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
35903         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
35904         Remove all definitions.
35905         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
35906         <kernel-features.h>.
35907         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
35908         (miss_F_GETOWN_EX): Remove all definitions.
35909         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
35910         macro definition.
35911         [!__ASSUME_FCNTL64]: Remove conditional code.
35912         [__ASSUME_FCNTL64]: Make code unconditional.
35913         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
35914         <kernel-features.h>.
35915         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
35916         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
35917         (lockf64) [__NR_fcntl64]: Make code unconditional.
35918         (lockf64) [__ASSUME_FCNTL64]: Likewise.
35920         * sysdeps/unix/sysv/linux/kernel-features.h
35921         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
35922         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
35923         Make code unconditional.
35924         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35925         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
35927         [__NR_vfork]: Make code unconditional.
35928         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35929         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
35931         [__NR_vfork]: Make code unconditional.
35932         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35933         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35935 2012-08-01  Roland McGrath  <roland@hack.frob.com>
35937         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
35938         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
35940         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35941         Define mkstemp64 as an alias.
35942         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35943         Define mkstemps64 as an alias.
35944         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35945         Define mkostemp64 as an alias.
35946         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35947         Define mkostemps64 as an alias.
35948         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
35949         Conditionalize body on this.
35950         * misc/mkostemp64.c: Likewise.
35951         * misc/mkostemps64.c: Likewise.
35952         * misc/mkstemps64.c: Likewise.
35953         * sysdeps/wordsize-64/mkstemp64.c: File removed.
35954         * sysdeps/wordsize-64/mkostemp64.c: File removed.
35955         * sysdeps/wordsize-64/mkostemp.c: File removed.
35956         * sysdeps/wordsize-64/mkstemp.c: File removed.
35957         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
35958         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
35959         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
35960         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
35962         [BZ #14138]
35963         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
35964         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
35965         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
35966         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
35968         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
35969         compat_symbol macros from <shlib-compat.h> rather than the underlying
35970         default_symbol_version and symbol_version macros, so that DEFAULT
35971         lines in shlib-versions are respected.
35972         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
35974 2012-08-01  Florian Weimer  <fweimer@redhat.com>
35976         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
35977         Declare with warn_unused_result.
35978         (setgid, setregid, setegid, setresgid): Likewise.
35979         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
35980         Likewise.
35981         * WUR-REPORT: Remove set*id functions.
35983 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
35985         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
35987 2012-07-31  Roland McGrath  <roland@hack.frob.com>
35989         [BZ #10191]
35990         * include/sys/socket.h (__libc_accept, __libc_accept4):
35991         Add attribute_hidden.
35992         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
35994         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
35995         use of PTR_MANGLE.
35996         * inet/getnetgrent_r.c (setup): Likewise.
35998         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36000 2012-07-31  David S. Miller  <davem@davemloft.net>
36002         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36004 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36006         [BZ #13629]
36007         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36008         value between 1.0 and 2.0 and smaller part has absolute value less
36009         than 1.0.
36010         * math/s_clog10.c (__clog10): Likewise.
36011         * math/s_clog10f.c (__clog10f): Likewise.
36012         * math/s_clog10l.c (__clog10l): Likewise.
36013         * math/s_clogf.c (__clogf): Likewise.
36014         * math/s_clogl.c (__clogl): Likewise.
36015         * math/libm-test.inc (clog_test): Add more tests.
36016         (clog10_test): Likewise.
36017         * sysdeps/i386/fpu/libm-test-ulps: Update.
36018         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36020 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36022         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36023         Exit with zero in case no suitable GID is found, and write a
36024         message to standard error.
36026 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36028         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36029         rather than to 1.
36030         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36031         (MAXPATHLEN): Removed.
36032         (NOGROUP, NODEV): New macros.
36033         (setbit, clrbit, isset, isclr): New macros.
36034         (howmany, roundup, powerof2): New macros.
36035         (DEV_BSIZE): New macro.
36037         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36038         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36040         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36041         definition on [!__NO_LONG_DOUBLE_MATH].
36043         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36044         PTR_MANGLE and PTR_DEMANGLE.
36046         * socket/accept4.c (accept4): Rename to __libc_accept4.
36047         Define accept4 as a weak alias.
36049         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36050         on [_DIRENT_HAVE_D_TYPE].
36051         * io/ftw.c (ftw_dir): Likewise.
36053         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36055         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36057         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36058         Use the BSD numbers rather than the arbitrary ones we had.
36059         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36060         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36061         (SIGXCPU, SIGXFSZ): New macros.
36062         (_NSIG): Now 32.
36064         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36065         initializer on [_LIBC_REENTRANT].
36067         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36068         definitions inside [_POSIX_MAPPED_FILES].
36070         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36072         * dirent/opendir.c: Include <fcntl.h>.
36074         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36075         (__libc_getspecific): Likewise.
36076         (__libc_key_create): Likewise.
36078         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36079         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36080         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36081         (tmpfile64): Define as alias.
36082         * sysdeps/wordsize-64/tmpfile.c: File removed.
36083         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36084         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36085         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36087         * stdio-common/vfscanf.c: Include <stdbool.h>.
36088         * nss/makedb.c: Likewise.
36089         * stdio-common/_i18n_number.h: Likewise.
36090         * argp/argp-help.c: Likewise.
36091         * posix/wordexp.c: Likewise.
36092         * sysdeps/posix/spawni.c: Likewise.
36093         * nss/nss_files/files-initgroups.c: Likewise.
36094         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36095         * nss/nss_files/files-initgroups.c: Likewise.
36096         * nss/nss_db/db-netgrp.c: Likewise.
36097         * nss/nss_db/db-initgroups.c: Likewise.
36098         * io/fchmodat.c: Include <sys/stat.h>.
36100         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36101         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36103         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36104         [HAVE_MMAP].
36106         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36107         Add multiple inclusion protection.
36109 2012-07-27  David S. Miller  <davem@davemloft.net>
36111         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36113 2012-07-27  Gary Benson  <gbenson@redhat.com>
36115         [BZ #14298]
36116         * elf/rtld.c: Include <stap-probe.h>.
36117         (dl_main): Added static probes "init_start" and "init_complete".
36118         * elf/dl-load.c: Include <stap-probe.h>.
36119         (lose): Take new parameter "nsid".
36120         Added static probe "map_failed".
36121         (_dl_map_object_from_fd): Pass namespace id to lose.
36122         Added static probe "map_start".
36123         (open_verify): Pass namespace id to lose.
36124         * elf/dl-open.c: Include <stap-probe.h>.
36125         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36126         and "reloc_complete".
36127         * elf/dl-close.c: Include <stap-probe.h>.
36128         (_dl_close_worker): Added static probes "unmap_start" and
36129         "unmap_complete".
36130         * elf/rtld-debugger-interface.txt: New file documenting the above.
36132 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36134         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36135         rather than a string variable.
36136         * sunrpc/rpc_main.c (h_output): Likewise.
36137         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36139 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36141         * inet/check_native.c: New file.
36143 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36145         [BZ #13629]
36146         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36147         if larger part has absolute value 1.0.
36148         * math/s_clog10.c (__clog10): Likewise.
36149         * math/s_clog10f.c (__clog10f): Likewise.
36150         * math/s_clog10l.c (__clog10l): Likewise.
36151         * math/s_clogf.c (__clogf): Likewise.
36152         * math/s_clogl.c (__clogl): Likewise.
36153         * math/libm-test.inc (clog_test): Add more tests.
36154         (clog10_test): Likewise.
36155         * sysdeps/i386/fpu/libm-test-ulps: Update.
36156         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36158         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36159         (pltexit): Likewise.
36160         (La_regs): Likewise.
36161         (La_retval): Likewise.
36162         (int_retval): Likewise.
36163         Update #error for removed macros to refer only to definitions in
36164         tst-audit.h.
36165         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36166         macro.
36167         (pltexit): Likewise.
36168         (La_regs): Likewise.
36169         (La_retval): Likewise.
36170         (int_retval): Likewise.
36171         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36172         macro.
36173         (pltexit): Likewise.
36174         (La_regs): Likewise.
36175         (La_retval): Likewise.
36176         (int_retval): Likewise.
36177         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36178         macro.
36179         (pltexit): Likewise.
36180         (La_regs): Likewise.
36181         (La_retval): Likewise.
36182         (int_retval): Likewise.
36183         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36184         macro.
36185         (pltexit): Likewise.
36186         (La_regs): Likewise.
36187         (La_retval): Likewise.
36188         (int_retval): Likewise.
36189         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36190         macro.
36191         (pltexit): Likewise.
36192         (La_regs): Likewise.
36193         (La_retval): Likewise.
36194         (int_retval): Likewise.
36195         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36196         macro.
36197         (pltexit): Likewise.
36198         (La_regs): Likewise.
36199         (La_retval): Likewise.
36200         (int_retval): Likewise.
36201         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36202         macro definitions in tst-audit.h.
36203         * sysdeps/i386/tst-audit.h: New file.
36204         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36205         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36206         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36207         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36208         * sysdeps/sh/tst-audit.h: Likewise.
36209         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36210         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36211         * sysdeps/x86_64/tst-audit.h: Likewise.
36213 2012-07-26  Andreas Jaeger  <aj@suse.de>
36215         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36216         ptrace.
36218         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36219         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36220         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36221         PTRACE_O_MASK.
36222         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36223         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36224         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36226         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36227         value.
36229         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36230         _sigsys.
36231         (si_call_addr, si_syscall, si_arch): Define new macro.
36232         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36233         _sigsys.
36234         (si_call_addr, si_syscall, si_arch): Define new marcro.
36235         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36236         _sigsys.
36237         (si_call_addr, si_syscall, si_arch): Define new macro.
36238         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36239         _sigsys.
36240         (si_call_addr, si_syscall, si_arch): Define new macro.
36242 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36244         [BZ #13717]
36245         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36246         Change to 2.4.21 where previously 2.4.1.
36247         * sysdeps/unix/sysv/linux/configure: Regenerated.
36248         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36249         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36250         Linux kernel version.
36251         (__ASSUME_STD_AUXV): Remove.
36252         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36253         kernel version.
36254         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36255         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36256         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36257         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36258         (__ASSUME_NETLINK_SUPPORT): Likewise.
36259         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36260         (__no_netlink_support): Remove conditional definition.
36261         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36262         Remove.
36263         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36264         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36265         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36266         (if_nameindex_ioctl): Remove.
36267         (if_nameindex_netlink): Do not handle __no_netlink_support.
36268         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36269         code.
36270         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36271         Remove conditional code.
36272         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36273         code.
36274         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36275         unconditional.
36276         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36277         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36278         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36279         Remove.
36280         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36281         [!__ASSUME_STD_AUXV]: Remove conditional code.
36282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36283         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36284         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36286         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36287         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36288         code.
36289         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36291         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36292         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36293         conditional code.
36294         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36296         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36297         code.
36298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36299         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36300         conditional code.
36301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36302         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36303         code unconditional.
36304         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36305         conditional code.
36306         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36307         unconditional.
36308         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36309         conditional code.
36310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36311         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36312         unconditional.
36313         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36314         conditional code.
36315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36316         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36317         code unconditional.
36318         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36319         conditional code.
36320         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36321         unconditional.
36322         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36323         conditional code.
36324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36325         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36326         code unconditional.
36327         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36328         conditional code.
36329         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36330         unconditional.
36331         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36332         conditional code.
36334 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36336         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36337         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36338         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36339         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36340         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36341         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36342         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36343         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36344         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36345         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36346         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36347         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36348         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36349         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36350         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36351         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36352         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36353         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36354         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36355         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36356         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36357         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36358         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36360 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36362         * Versions.def: Add GLIBC_2.17.
36363         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36364         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36365         Introduce __libc_secure_getenv.
36366         * stdlib/Versions (2.17): Add secure_getenv
36367         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36368         * stdlib/secure-getenv.c: Rename __secure_getenv to
36369         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36370         symbol __secure_getenv for GLIBC_2.0.
36371         * stdlib/tst-secure-getenv.c: New.
36372         * stdlib/Makefile (tests): Add testcase.
36373         * manual/startup.texi (Environment Access): Document
36374         secure_getenv.
36375         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36376         __libc_secure_getenv.
36377         * inet/ruserpass.c (ruserpass): Likewise.
36378         * malloc/mtrace.c (mtrace): Likewise.
36379         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36380         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36381         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36382         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36383         HAVE_SECURE_GETENV.
36384         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36385         __secure_getenv to __libc_secure_getenv.
36386         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36388         Likewise.
36389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36390         Likewise.
36391         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36392         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36393         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36394         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36395         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36396         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36397         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36399 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36401         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36402         (struct La_i86_retval): Likewise.
36403         (struct La_x86_64_regs): Likewise.
36404         (struct La_x86_64_retval): Likewise.
36405         (struct La_x32_regs): Likewise.
36406         (struct La_x32_retval): Likewise.
36407         (struct La_ppc32_regs): Likewise.
36408         (struct La_ppc32_retval): Likewise.
36409         (struct La_ppc64_regs): Likewise.
36410         (struct La_ppc64_retval): Likewise.
36411         (struct La_sh_regs): Likewise.
36412         (struct La_sh_retval): Likewise.
36413         (struct La_s390_32_regs): Likewise.
36414         (struct La_s390_32_retval): Likewise.
36415         (struct La_s390_64_regs): Likewise.
36416         (struct La_s390_64_retval): Likewise.
36417         (struct La_sparc32_regs): Likewise.
36418         (struct La_sparc32_retval): Likewise.
36419         (struct La_sparc64_regs): Likewise.
36420         (struct La_sparc64_retval): Likewise.
36421         (struct audit_ifaces): Remove architecture-specific pltenter and
36422         pltexit members.
36423         * sysdeps/i386/ldsodefs.h: New file.
36424         * sysdeps/powerpc/ldsodefs.h: Likewise.
36425         * sysdeps/s390/ldsodefs.h: Likewise.
36426         * sysdeps/sh/ldsodefs.h: Likewise.
36427         * sysdeps/sparc/ldsodefs.h: Likewise.
36428         * sysdeps/x86_64/ldsodefs.h: Likewise.
36430 2012-07-25  Marek Polacek  <polacek@redhat.com>
36432         [BZ #6808]
36433         * math/libm-test.inc (yn_test): Add another test.
36434         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
36435         to ERANGE when the result is +-Inf.
36436         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36437         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
36438         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
36439         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
36441 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
36443         * conform/data/time.h-data (NULL): Use macro-constant.  Require
36444         equal to 0.
36445         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
36446         clock_t.
36447         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
36449 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
36451         * configure.in <sysdeps resolving>: Correct printing
36452         Implies_before.
36453         * configure: Regenerate.
36455 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
36457         * math/w_ilogb.c: Include <limits.h>.
36458         * math/w_ilogbl.c: Likewise.
36460 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36462         * manual/lang.texi (__va_copy): Document primarily as ISO C99
36463         va_copy.  Document allowing for unavailable va_copy only as
36464         pre-C99 compatibility.
36465         * manual/string.texi (Copying and Concatenation): Use va_copy
36466         instead of __va_copy in concat example.
36468 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
36470         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
36471         (__sendto): Use create_address_port.  Initialize APORT and deallocate
36472         it if not null.
36474         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
36475         with O_NOLINK passed to __file_name_lookup.
36477         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
36478         with O_NOLINK passed to __file_name_lookup.
36480         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
36481         negative N or less than NGIDS.
36483         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
36484         type to string_t.  Set ERANGE as errno and return it if NAME is not big
36485         enough.  Use memcpy instead of strncpy.
36487 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36489         * elf/Makefile (check-data): Remove.
36490         (localplt.data): New vpath directive.
36491         ($(objpfx)check-localplt.out): Use localplt.data from vpath
36492         instead of $(check-data).
36493         * scripts/data/localplt-generic.data: Move to ...
36494         * sysdeps/generic/localplt.data: ... here.
36495         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
36496         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
36497         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
36498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
36499         ... here.
36500         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
36501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
36502         ... here.
36503         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
36504         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
36505         ... here.
36506         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
36507         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
36508         ... here.
36509         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
36510         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
36511         ... here.
36512         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
36513         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
36514         ... here.
36516 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36518         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
36519         PPC32 and PPC64 files.
36520         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
36521         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
36523 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36525         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
36526         __makecontext_ret to ...
36527         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
36528         ... here and call exit if uc_link is NULL.  New file.
36529         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
36530         __makecontext_ret.S.
36531         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
36532         __makecontext_ret to ...
36533         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
36534         ... here and call exit if uc_link is NULL.  New file.
36535         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
36536         __makecontext_ret.S.
36538 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36540         * elf/elf.h (R_390_IRELATIVE): New definition.
36541         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
36542         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
36543         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
36544         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
36545         (elf_machine_lazy_rel): Likewise.
36546         * sysdeps/s390/dl-irel.h: New file.
36547         * sysdeps/s390/s390-64/memcpy.S: New asm code.
36548         * sysdeps/s390/s390-64/memset.S: New asm code.
36549         * sysdeps/s390/s390-64/memcmp.S: New asm code.
36550         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
36551         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
36552         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
36553         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
36554         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
36555         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
36556         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
36557         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
36558         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
36559         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
36560         * sysdeps/s390/s390-32/memcpy.S: New asm code.
36561         * sysdeps/s390/s390-32/memset.S: New asm code.
36562         * sysdeps/s390/s390-32/memcmp.S: New asm code.
36564 2012-07-17  Marek Polacek  <polacek@redhat.com>
36566         [BZ #14349]
36567         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
36568         * sysdeps/s390/s390-64/configure.in: Likewise.
36569         * sysdeps/sparc/configure.in: Likewise.
36570         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
36571         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
36572         * sysdeps/i386/configure.in: Likewise.
36573         * sysdeps/x86_64/configure.in: Likewise.
36574         * sysdeps/sh/configure.in: Likewise.
36575         * sysdeps/s390/s390-32/configure: Regenerated.
36576         * sysdeps/s390/s390-64/configure: Likewise.
36577         * sysdeps/x86_64/configure: Likewise.
36578         * sysdeps/sh/configure: Likewise.
36579         * sysdeps/powerpc/powerpc64/configure: Likewise.
36580         * sysdeps/powerpc/powerpc32/configure: Likewise.
36581         * sysdeps/sparc/configure: Likwise.
36582         * sysdeps/i386/configure: Likewise.
36584         * elf/dl-open.c: Comment fixes.
36586 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
36588         * Makefile [CXX] (check-data): Remove.
36589         [CXX] (c++-types.data): New vpath directive.
36590         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
36591         vpath.  Do not allow for C++ type data being missing.
36592         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
36593         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
36594         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
36595         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
36596         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
36597         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
36598         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
36599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
36600         ... here.
36601         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
36602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
36603         ... here.
36604         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
36605         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
36606         ... here.
36607         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
36608         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
36609         ... here.
36610         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
36611         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
36612         ... here.
36613         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
36614         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
36615         ... here.
36616         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
36617         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
36618         ... here.
36619         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
36620         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
36622         * elf/tls-macros.h (TLS_LE): Move architecture-specific
36623         definitions to architecture-specific files.
36624         (TLS_IE): Likewise.
36625         (TLS_LD): Likewise.
36626         (TLS_GD): Likewise.
36627         * sysdeps/i386/tls-macros.h: New file.
36628         * sysdeps/powerpc/tls-macros.h: Likewise.
36629         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
36630         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
36631         * sysdeps/sh/tls-macros.h: Likewise.
36632         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
36633         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
36634         * sysdeps/x86_64/tls-macros.h: Likewise.
36636 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36638         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
36639         zero value for regular exit case.
36641         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
36642         (__start_context): Preserve zero value for regular exit case.
36644 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36645             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36647         * manual/setjmp.texi (setcontext): Clarify normal process
36648         termination when uc_link is the null pointer.
36649         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
36650         exit call.
36652 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
36654         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
36655         preprocessor.  Test for each exception mask separately.
36657 2012-07-16  Andreas Jaeger  <aj@suse.de>
36659         * po/ru.po: Update from translation team.
36661 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
36663         * conform/data/string.h-data (NULL): Use macro-constant.  Require
36664         equal to 0.
36665         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
36666         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
36667         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
36668         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
36669         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36671 2012-07-13  Andreas Jaeger  <aj@suse.de>
36673         * po/fr.po: Update from translation team.
36675 2012-07-12  Marek Polacek  <polacek@redhat.com>
36677         [BZ #14173]
36678         * math/libm-test.inc (yn_test): Add test for BZ #14173.
36679         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
36680         loop condition.
36682 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
36684         [BZ #13717]
36685         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36686         Change to 2.4.1 where previously 2.4.0.
36687         * sysdeps/unix/sysv/linux/configure: Regenerated.
36688         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
36689         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
36690         version.
36691         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
36692         (__ASSUME_AT_CLKTCK): Remove.
36693         (__ASSUME_AT_PAGESIZE): Likewise.
36694         (__ASSUME_AT_XID): Likewise.
36695         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
36696         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
36697         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
36698         unconditionally.
36699         (HAVE_AUX_PAGESIZE): Likewise.
36700         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
36701         [__ASSUME_AT_CLKTCK]: Make code unconditional.
36702         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
36704 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
36706         [BZ #14307]
36707         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
36708         the temporary buffer used to invoke __gethostbyname2_r,
36709         __gethostbyaddr_r and gethostbyname4_r to make room for struct
36710         host_data / struct gaih_addrtuple.
36711         * resolv/nss_dns/dns-host.c (global scope): Move definition of
36712         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
36713         header file nss/nsswitch.h.
36714         * nss/nsswitch.h (global scope): Add definition of implementation
36715         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
36716         resolv/nss_dns/dns-host.c).
36718 2012-07-11  Andreas Jaeger  <aj@suse.de>
36720         * po/fr.po: Update from translation team.
36722         * po/sv.po: Update from translation team
36723         * po/fr.po: Another update from translation team.
36725 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36727         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
36728         for subnormals or multiply small sinh result by itself.
36729         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
36730         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36732 2012-07-11  David S. Miller  <davem@davemloft.net>
36734         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36736 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
36738         [BZ #14347]
36739         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
36740         (INTERNAL_MARK): Shift it here.
36742 2012-07-10  Marek Polacek  <polacek@redhat.com>
36744         [BZ #14151]
36745         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
36746         libc_cv_asm_global_directive with .globl.
36747         * configure: Regenerated.
36748         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
36749         with .globl.
36750         * sysdeps/i386/configure: Regenerated.
36751         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
36752         with .globl.
36753         * sysdeps/x86_64/configure: Regenerated.
36754         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
36755         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
36756         * elf/tst-unique2mod2.c: Likewise.
36757         * elf/tst-unique2mod1.c: Likewise.
36758         * elf/tst-unique1mod2.c: Likewise.
36759         * elf/tst-unique1mod1.c: Likewise.
36760         * sysdeps/s390/s390-32/sysdep.h: Likewise.
36761         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36762         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36763         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36764         * sysdeps/mach/sysdep.h: Likewise.
36765         * sysdeps/i386/sysdep.h: Likewise.
36766         * sysdeps/i386/i386-mcount.S: Likewise.
36767         * sysdeps/x86_64/_mcount.S: Likewise.
36768         * sysdeps/x86_64/sysdep.h: Likewise.
36769         * sysdeps/sh/_mcount.S: Likewise.
36770         * sysdeps/sh/sysdep.h: Likewise.
36771         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
36772         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
36773         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
36774         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
36775         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
36776         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
36777         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
36778         * locale/localeinfo.h: Likewise.
36779         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
36780         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
36782 2012-07-09  Roland McGrath  <roland@hack.frob.com>
36784         [BZ #14336]
36785         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
36786         system".
36787         * manual/message.texi (The Uniforum approach): Likewise.
36788         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
36789         (glibc iconv Implementation): Likewise.
36791 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
36793         [BZ #14337]
36794         * math/s_clog.c (__clog): Avoid scaling a value down where that
36795         could result in underflow.
36796         * math/s_clog10.c (__clog10): Likewise.
36797         * math/s_clog10f.c (__clog10f): Likewise.
36798         * math/s_clog10l.c (__clog10l): Likewise.
36799         * math/s_clogf.c (__clogf): Likewise.
36800         * math/s_clogl.c (__clogl): Likewise.
36801         * math/libm-test.inc (clog_test): Add more tests.
36802         (clog10_test): Likewise.
36803         * sysdeps/i386/fpu/libm-test-ulps: Update.
36804         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36806 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
36808         [BZ #14283]
36809         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
36810         by 7 not 8 to examine high bit of fractional part.
36812         [BZ #14042]
36813         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
36814         for call to __mcount_internal.
36815         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
36816         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
36817         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
36819 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
36821         [BZ #14154]
36822         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
36823         approximation for values within 0x1p-13f of an odd multiple of
36824         pi/4.
36825         * math/libm-test.inc (tan_test): Do not allow spurious underflow
36826         exception.  Add more tests.
36827         * sysdeps/i386/fpu/libm-test-ulps: Update.
36829         [BZ #6778]
36830         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
36831         inputs and return -1 for them.  Do not check for +Inf in case not
36832         reachable for +Inf.
36833         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
36834         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
36835         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
36836         and return -1 for them.  Do not check for +Inf in case not
36837         reachable for +Inf.
36838         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
36839         define.
36840         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
36841         and return -1 for them.  Do not check for +Inf in case not
36842         reachable for +Inf.
36843         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
36844         spurious underflow.
36845         * sysdeps/i386/fpu/libm-test-ulps: Update.
36846         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36848 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
36850         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
36852 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
36854         [BZ #14157]
36855         [BZ #14331]
36856         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
36857         could result in spurious underflow.  Scale down values above
36858         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
36859         * math/s_csqrtf.c (__csqrtf): Likewise.
36860         * math/s_csqrtl.c (__csqrtl): Likewise.
36861         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
36862         spurious underflow.
36863         * sysdeps/i386/fpu/libm-test-ulps: Update.
36864         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36866 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
36868         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
36869         xopen-msg.sed.
36870         * catgets/xopen-msg.awk: New file.
36871         * catgets/xopen-msg.sed: Removed.
36873         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
36874         po2text.sed.
36875         * intl/po2test.awk: New file.
36876         * intl/po2test.sed: Removed.
36878 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
36880         [BZ #14328]
36881         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
36882         or multiply small sinh result by itself.
36883         * math/s_ctanf.c (__ctanf): Likewise.
36884         * math/s_ctanh.c (__ctanh): Likewise.
36885         * math/s_ctanhf.c (__ctanhf): Likewise.
36886         * math/s_ctanhl.c (__ctanhl): Likewise.
36887         * math/s_ctanl.c (__ctanl): Likewise.
36888         * math/libm-test.inc (ctan_test_tonearest): New function.
36889         (ctan_test_towardzero): Likewise.
36890         (ctan_test_downward): Likewise.
36891         (ctan_test_upward): Likewise.
36892         (ctanh_test_tonearest): Likewise.
36893         (ctanh_test_towardzero): Likewise.
36894         (ctanh_test_downward): Likewise.
36895         (ctanh_test_upward): Likewise.
36896         (main): Call these new functions.
36897         * sysdeps/i386/fpu/libm-test-ulps: Update.
36898         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36900 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
36902         * .gitignore: Delete /ports entry.
36904 2012-07-03  Andreas Jaeger  <aj@suse.de>
36906         * po/bg.po: Update from translation team.
36907         * po/cs.po: Likewise.
36908         * po/de.po: Likewise.
36909         * po/hr.po: Likewise.
36910         * po/nl.pl: Likewise.
36911         * po/pl.po: Likewise.
36912         * po/vi.po: Likewise.
36914 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
36916         * Makeconfig [!+link] (+link-before-libc): New variable.
36917         [!+link] (+link-after-libc): Likewise.
36918         [!+link] (+link-tests): Likewise.
36919         [!+link] (+link): Define in terms of $(+link-before-libc) and
36920         $(+link-after-libc).
36921         [!+link-static] (+link-static-before-libc): New variable.
36922         [!+link-static] (+link-static-after-libc): Likewise.
36923         [!+link-static] (+link-static-tests): Likewise.
36924         [!+link-static] (+link-static): Define in terms of
36925         $(+link-static-before-libc) and $(+link-static-after-libc).
36926         [build-shared] (link-libc-before-gnulib): New variable.
36927         [build-shared] (link-libc-tests): Likewise.
36928         [build-shared] (link-libc): Define in terms of
36929         $(link-libc-before-gnulib).
36930         [!build-shared] (link-libc-tests): New variable.
36931         (link-libc-static-tests): New variable.
36932         [!gnulib] (gnulib-arch): New variable.
36933         [!gnulib] (gnulib-tests): Likewise.
36934         [!gnulib] (static-gnulib-arch): Likewise.
36935         [!gnulib] (static-gnulib-tests): Likewise.
36936         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
36937         Define with "=" instead of ":=".
36938         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
36939         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
36940         * Rules (binaries-all-notests): New variable.
36941         (binaries-all-tests): Likewise.
36942         (binaries-static-notests): Likewise.
36943         (binaries-static-tests): Likewise.
36944         (binaries-all): Define using $(binaries-all-notests) and
36945         $(binaries-all-tests).
36946         (binaries-static): Define using $(binaries-static-notests) and
36947         $(binaries-static-tests).
36948         (binaries-shared-tests): New variable.
36949         (binaries-shared-notests): Likewise.
36950         (binaries-shared): Remove variable.
36951         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
36952         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
36953         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
36954         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
36955         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
36956         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
36957         * elf/Makefile (sln-modules): New variable.
36958         (extra-objs): Add $(sln-modules:=.o).
36959         (ldconfig-modules): Add static-stubs.
36960         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
36961         * elf/static-stubs.c: New file.
36963         [BZ #14283]
36964         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
36965         by 7 not 8 to examine high bit of fractional part.  Use volatile
36966         variables when splitting into final array of floats if
36967         __FLT_EVAL_METHOD__ != 0.
36968         * math/libm-test.inc (cos_test): Add another test.
36969         (sin_test): Likewise.
36970         * sysdeps/i386/fpu/libm-test-ulps: Update.
36972         [BZ #14273]
36973         * math/libm-test.inc (cosh_test): Add more tests.
36975         * version.h (RELEASE): Set to "development".
36976         (VERSION): Set to "2.16.90".
36978 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
36980         * NEWS: Update copyright. Remove last-updated date.
36981         Mention math library bug fixes and timezone data changes.
36982         * README: Mention GNU/Hurd, x32, and HPPA support status.
36984 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
36986         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
36988 2012-06-27  Andreas Jaeger  <aj@suse.de>
36990         * manual/contrib.texi (Contributors): Add Samuel Thibault.
36992 2012-06-25  Andreas Jaeger  <aj@suse.de>
36994         * sysdeps/s390/fpu/libm-test-ulps: Update.
36996 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
36997             Thomas Schwinge  <thomas@codesourcery.com>
36999         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37000         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37001         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37002         fanotify_mark.
37004 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37006         * sysdeps/mach/start.c: Remove file.
37007         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37008         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37009         * sysdeps/sh/init-first.c: Likewise.
37011         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37012         registers for frame unwinding purposes, add CFI directives.
37013         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37014         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37015         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37016         Likewise.
37018         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37019         __fortify_fail returning.
37020         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37022         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37023         sysdeps/sh/____longjmp_chk.S.
37024         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37025         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37026         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37027         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37029         * sysdeps/sh/abort-instr.h: New file.
37030         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37031         process in case exit returns.
37033         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37034         initialize the GOT register before use.
37036         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37037         calculation of ARGC > 4.
37039         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37040         meaningful names to some local labels.
37042 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37043             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37045         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37046         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37047         (__arch_compare_and_exchange_val_16_acq): Likewise.
37048         (__arch_compare_and_exchange_val_32_acq): Likewise.
37049         (atomic_exchange_and_add): Fix gUSA sequence.
37050         (atomic_add): Likewise.
37051         (atomic_add_negative): Likewise.
37052         (atomic_add_zero): Likewise.
37053         (atomic_bit_test_set): Likewise.
37055 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37057         [BZ #13579]
37058         * include/link.h (struct link_map): Add l_free_initfini.
37059         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37060         l_initfini.
37061         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37062         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37063         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37064         set.
37066 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37068         * configure.in: Use AC_LANG_SOURCE.
37069         * configure: Regenerate.
37071 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37073         * configure.in (libc_cv_localstatedir): New substituted variable.
37074         * configure: Regenerated.
37075         * config.make.in (localstatedir): New variable, substituted from
37076         libc_cv_localstatedir.
37077         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37078         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37079         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37080         * sysdeps/gnu/configure: Regenerated.
37082 2012-06-21  Jeff Law  <law@redhat.com>
37084         [BZ #14277]
37085         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37086         free.  Simplify list management for _LIBC case.
37088 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37090         [BZ #14273]
37091         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37092         Clear sign bit of 64-bit integer value before comparing against
37093         overflow value.
37095         * sysdeps/mach/configure: Regenerated.
37097 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37099         [BZ #14278]
37100         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37102 2012-06-21  Jeff Law  <law@redhat.com>
37104         [BZ #13882]
37105         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37106         uint16_t for elements in the "seen" array to avoid char overflows.
37107         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37108         * elf/dl-open.c (dl_open_worker): Likewise.
37110 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37112         * scripts/list-sources.sh: Scan PORTS for translations.
37113         * po/libc.pot: Regenerated.
37115 2012-06-21  Andreas Jaeger  <aj@suse.de>
37117         [BZ #12194]
37118         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37119         warning.
37120         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37121         * bits/byteswap-16.h (__bswap_16): Likewise.
37122         * bits/byteswap.h (__bswap_constant_16): Likewise.
37124 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37126         [BZ #14117]
37127         * sysdeps/i386/fpu_control.h: Removed.
37128         * sysdeps/x86_64/fpu_control.h: Moved to ...
37129         * sysdeps/x86/fpu_control.h: Here.
37131         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37132         (_FPU_SETCW): Likewise.
37134 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37136         [BZ #14117]
37137         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37138         * sysdeps/x86/fpu/bits/mathinline.h: This.
37139         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37141         [BZ #14050]
37142         [BZ #14117]
37143         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37144         functions if __x86_64__ is defined.
37146 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37148         * string/endian.h: Add !__ASSEMBLER__ condition for including
37149         conversion interfaces.
37151 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37153         [BZ #14241]
37154         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37155         of ABS(x) in calculating zero to negative powers other than odd
37156         integers.
37157         * math/libm-test.inc (pow_test): Add more tests.
37159 2012-06-15  Andreas Jaeger  <aj@suse.de>
37161         * manual/contrib.texi (Contributors): Update entry of Liubov
37162         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37163         Machado Filho.
37165 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37167         * string/string.h: Add __wur to GNU version of strerror_r.
37169 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37171         [BZ #14229]
37172         * string/Makefile (tests): Add tst-strtok_r.
37173         * string/tst-strtok_r.c: New file.
37174         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37175         RAX_LP/RDX_LP on SAVE_PTR.
37177 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37179         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37181 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37183         * libm_test.inc (csqrt_test): Allow more spurious underflow
37184         exceptions.
37185         (j0_test): Likewise.
37186         (j1_test): Likewise.
37187         (y0_test): Likewise.
37188         (y1_test): Likewise.
37190 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37192         * po/Makefile (libc.pot): Use UTF-8 charset.
37194 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37196         [BZ #14210]
37197         Suppress sign-conversion warning from FD_SET.
37198         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37199         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37200         not unsigned long int.
37201         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37203 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37205         [BZ #14050]
37206         [BZ #14117]
37207         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37208         __extern_always_inline instead of __extern_inline.
37209         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37210         (__signbit): Likewise.
37211         (__signbitl): Support C++ namespace.
37212         (lrintf): New inline function.
37213         (lrint): Likewise.
37214         (llrintf): Likewise.
37215         (llrint): Likewise.
37216         (fmaxf): Likewise.
37217         (fmax): Likewise.
37218         (fminf): Likewise.
37219         (fmin): Likewise.
37220         (rint): Likewise.
37221         (rintf): Likewise.
37222         (ceil): Likewise.
37223         (ceilf): Likewise.
37224         (floor): Likewise.
37225         (floorf): Likewise.
37226         (nearbyint): Likewise.
37227         (nearbyintf): Likewise.
37229 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37231         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37232         non-default versions.
37234 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37236         [BZ #14218]
37237         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37239 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37241         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37242         (FE_UPWARD, FE_DOWNWARD): Don't define.
37243         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37244         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37246         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37247         reading it.
37248         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37249         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37251 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37253         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37254         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37255         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37256         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37258 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37260         [BZ #14117]
37261         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37262         * sysdeps/i386/fpu/Implies: New file.
37263         * sysdeps/x86_64/fpu/Implies: Likewise.
37264         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37265         * sysdeps/x86/fpu/bits/fenv.h: This.
37267         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37268         __SSE_MATH__.
37270 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37272         [BZ #14134]
37273         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37274         character 0xffff that matches the last element of the
37275         conversion table.
37277 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37279         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37280         fmodl commit.
37282 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37284         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37285         values higher than 25.6283.
37287 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37289         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37290         subnormal exponent extraction and add some __builtin_expect.
37291         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37292         Fix for subnormal mantissa calculation.
37294 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37296         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37297         cpu2 is -1 and errno is not ENOSYS.
37299 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37301         [BZ #14117]
37302         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37303         * sysdeps/x86/bits/string.h: This.
37304         * sysdeps/x86_64/bits/string.h: Removed.
37306         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37307         if not compiling for x86-64, but compiling for >= i486.
37309         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37310         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37312         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37313         New macro from Linux kernel 3.4.0.
37314         (FP_XSTATE_MAGIC2): Likewise.
37315         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37316         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37317         (struct _fpx_sw_bytes): New struct.
37318         (struct _xsave_hdr): Likewise.
37319         (struct _ymmh_state): Likewise.
37320         (struct _xstate): Likewise.
37322         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37323         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37324         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37325         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37326         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37327         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37329         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37330         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37331         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37332         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37333         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37334         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37336 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37338         [BZ #13743]
37339         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37340         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37341         (sysdep_headers): Include sys/platform/ppc.h.
37342         * sysdeps/powerpc/test-gettimebase.c: Test for
37343         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37344         * manual/Makefile (appendices): Include platform.texi.
37345         * manual/contrib.texi (Contributors): Update @node pointers.
37346         * manual/maint.texi (Maintenance): Likewise.
37347         (Platform): New node.
37348         * manual/platform.texi: New file.  Document the new features.
37350 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37351             Jakub Jelinek  <jakub@redhat.com>
37353         [BZ #14188]
37354         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37355         where __builtin_expect is unavailable.
37357 2012-06-03  David S. Miller  <davem@davemloft.net>
37359         * stdlib/longlong.h: Updated from GCC.
37361 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37363         [BZ #14042]
37364         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37365         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37366         __mcount_internal.
37367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37368         (GLIBC_2.16): Likewise.
37370 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37372         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37374 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37377         (default-abi): New variable.
37378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37379         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37380         variable.
37381         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37382         Likewise.
37383         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37384         Likewise.
37385         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37386         Likewise.
37388         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37389         definition.  Document in comment.
37391 2012-06-01  David S. Miller  <davem@davemloft.net>
37393         * stdlib/longlong.h: Updated from GCC.
37395 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37397         [BZ #14117]
37398         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37399         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37400         sys/debugreg.h sys/io.h here.
37401         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37402         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37403         sys/io.h.
37404         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37405         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37406         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37407         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37408         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37409         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37411         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37412         Define only if __x86_64__ is defined.
37414 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37416         [BZ #14048]
37417         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37418         Use int64_t for variable i.
37419         * math/libm-test.inc (fmod_test): Add more tests.
37421         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37422         z computation is not scheduled after fetestexcept.
37423         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37424         Use math_force_eval instead of asm to ensure calculation scheduled
37425         before exception test.
37426         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37427         Ensure a1 + u.d computation is not scheduled after fetestexcept.
37429 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
37431         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
37432         computation is not scheduled after fetestexcept.
37434 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37436         [BZ #14117]
37437         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
37438         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
37440 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37442         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
37443         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37445 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37447         [BZ #14117]
37448         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
37449         <bits/wordsize.h>.
37450         (__WCHAR_MIN): Support __WORDSIZE == 64.
37451         (__WCHAR_MAX): Likewise.
37453         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
37454         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
37456         [BZ #14183]
37457         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
37458         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
37460         [BZ #14117]
37461         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
37462         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
37464         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
37465         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
37467         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
37468         Defined to 1 if __x86_64__ isn't defined.
37469         (_STAT_VER_LINUX_OLD): New.
37470         (st_atime): Remove duplicate.
37471         (st_mtime): Likewise.
37472         (st_ctime): Likewise.
37474 2012-05-31  David S. Miller  <davem@davemloft.net>
37476         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
37477         entries.
37479 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
37481         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
37482         gen-libm-test.pl.
37484         [BZ #14132]
37485         * elf/dl-reloc.c: Include <_itoa.h>.
37486         (_dl_reloc_bad_type): Remove use of INTUSE.
37487         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
37488         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
37489         * stdio-common/psiginfo.c (psiginfo): Likewise.
37490         * stdio-common/psignal.c (psignal): Likewise.
37491         * string/strsignal.c (strsignal): Likewise.
37492         * include/signal.h (_sys_siglist): Declare hidden proto.
37493         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
37494         INTVARDEF with libc_hidden_data_def.
37495         * stdio-common/itoa-udigits.c: Likewise.
37496         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
37497         (_itoa_lower_digits_internal): Remove declaration.
37498         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
37499         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
37500         (_sys_sigabbrev_internal): Remove aliases.
37501         (_sys_siglist): Define hidden alias.
37503 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
37505         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37506         bits/sysctl.h.
37508 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37510         [BZ #14117]
37511         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
37512         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
37514         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
37515         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
37516         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
37517         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
37518         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
37519         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
37521         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
37522         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
37523         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
37525         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
37526         with __addr.
37527         (insw): Likewise.
37528         (insl): Likewise.
37529         (outsb): Likewise.
37530         (outsw): Likewise.
37531         (outsl): Likewise.
37533         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
37534         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
37535         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
37537         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
37538         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
37539         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
37540         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
37541         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
37542         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
37544         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
37545         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
37547         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
37548         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
37550         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
37551         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
37552         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
37554         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
37555         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
37556         to ...
37557         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
37559         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
37560         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
37561         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
37563         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
37564         for x86-64.
37565         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
37567 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
37569         * math/math.h (M_El): Use two more decimal places.
37570         (M_LOG2El): Likewise.
37571         (M_LOG10El): Likewise.
37572         (M_LN2l): Likewise.
37573         (M_LN10l): Likewise.
37574         (M_PIl): Likewise.
37575         (M_PI_2l): Likewise.
37576         (M_PI_4l): Likewise.
37577         (M_1_PIl): Likewise.
37578         (M_2_PIl): Likewise.
37579         (M_2_SQRTPIl): Likewise.
37580         (M_SQRT2l): Likewise.
37581         (M_SQRT1_2l): Likewise.
37583 2012-05-31  David S. Miller  <davem@davemloft.net>
37585         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
37586         values between float registers.
37587         * sysdeps/sparc/sparc64/memset.S: Likewise.
37588         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37590 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
37592         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
37593         -D_FORTIFY_SOURCE=1.
37594         (CPPFLAGS-tst-longjmp_chk.c): Define.
37595         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
37596         (CPPFLAGS-tst-longjmp_chk2.c): Define.
37597         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
37598         CFLAGS-tst-wchar-h.c.
37600 2012-05-31  Marek Polacek  <polacek@redhat.com>
37602         [BZ #14132]
37603         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
37604         __endmntent_internal): Remove declaration.
37605         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
37606         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
37607         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
37609 2012-05-30  David S. Miller  <davem@davemloft.net>
37611         * sysdeps/sparc/sparc32/soft-fp/q_util.c
37612         (___Q_simulate_exceptions): Use real FP ops rather than writing
37613         into the %fsr.
37614         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
37615         Likewise.
37617 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37619         [BZ #14117]
37620         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
37621         * sysdeps/x86/bits/xtitypes.h: This.
37623         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
37624         * sysdeps/x86/bits/wordsize.h: This.
37626         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
37627         * sysdeps/x86/bits/huge_vall.h: This.
37629         * sysdeps/i386/bits/select.h: Removed.
37630         * sysdeps/x86_64/bits/select.h: Renamed to ...
37631         * sysdeps/x86/bits/select.h: This.
37633         * sysdeps/i386/bits/setjmp.h: Removed.
37634         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
37635         * sysdeps/x86/bits/setjmp.h: This.
37637         * sysdeps/i386/bits/mathdef.h: Removed.
37638         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
37639         * sysdeps/x86/bits/mathdef.h: This.
37641 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
37643         [BZ #14132]
37644         * include/sys/socket.h (__connect_internal)
37645         (__libc_sa_len_internal): Remove declaration.
37646         (__connect, __libc_sa_len): Declare hidden_proto.
37647         (SA_LEN): Remove use of INTUSE.
37648         * socket/connect.c: Add libc_hidden_def.
37649         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
37650         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
37651         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
37652         alias.
37653         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
37654         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
37655         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
37656         of adding _internal alias.
37658 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37660         [BZ #14117]
37661         * sysdeps/i386/bits/link.h: Removed.
37662         * sysdeps/i386/bits/linkmap.h: Likewise.
37663         * sysdeps/x86_64/bits/link.h: Renamed to ...
37664         * sysdeps/x86/bits/link.h: This.
37665         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
37666         * sysdeps/x86/bits/linkmap.h: This.
37668         * sysdeps/i386/bits/endian.h: Removed.
37669         * sysdeps/x86_64/bits/endian.h: Renamed to ...
37670         * sysdeps/x86/bits/endian.h: This.
37672         * sysdeps/i386/bits/byteswap.h: Removed.
37673         * sysdeps/i386/bits/byteswap-16.h: Likewise.
37674         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
37675         * sysdeps/x86/bits/byteswap.h: This.
37676         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
37677         * sysdeps/x86/bits/byteswap-16.h: This.
37678         * sysdeps/i386/Implies: Add x86.
37679         * sysdeps/x86_64/Implies: Likewise.
37681 2012-05-30  David S. Miller  <davem@davemloft.net>
37683         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
37684         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
37685         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
37686         (FP_TRAPPING_EXCEPTIONS): Define.
37687         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
37688         (FP_TRAPPING_EXCEPTIONS): Define.
37689         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
37690         subnormals only when inexact has been signalled or underflow
37691         exceptions are enabled.
37692         (_FP_PACK_CANONICAL): Likewise.
37694 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37696         [BZ #14183]
37697         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
37698         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
37700 2012-05-30  Richard Henderson  <rth@twiddle.net>
37702         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
37703         with #ifndef NOT_IN_libc.
37705         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
37706         marked to avoid plt entry.
37708 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37710         [BZ #14112]
37711         * Makeconfig (default-abi): New macro.
37712         (abi-includes): Likewise.
37713         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
37714         $(abi-$(default-abi)-lib-soname) for soname if defined.
37715         ($(common-objpfx)gnu/lib-names.stmp): Generate from
37716         abi-variants.
37717         * Makefile (installed-stubs): Likewise.
37718         * include/stubs-biarch.h: Removed.
37719         * scripts/lib-names.awk: Only handle one library at a time.
37720         * scripts/soversions.awk: Remove WORDSIZE support.
37721         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
37722         entries.
37723         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
37724         Removed.
37725         (syscall-list-default-condition): Likewise.
37726         (syscall-list-default-condition): Likewise.
37727         (syscall-list-includes): Likewise.
37728         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
37729         syscall-list-* with abi-*.  Handle undefined abi-variants.
37730         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
37731         * sysdeps/unix/sysv/linux/i386/Implies: New file.
37732         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
37733         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
37734         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
37735         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
37736         Removed.
37737         (syscall-list-32-options): Likewise.
37738         (syscall-list-32-condition): Likewise.
37739         (syscall-list-64-options): Likewise.
37740         (syscall-list-64-condition): Likewise.
37741         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
37742         macro.
37743         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
37744         Renamed to ...
37745         (abi-*): This.
37746         (abi-64-ld-soname): New macro.
37747         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
37748         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
37749         Renamed to ...
37750         (abi-*): This.
37751         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
37752         * sysdeps/x86_64/x32/shlib-versions: Likewise.
37754 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
37756         * sysdeps/unix/sysv/linux/kernel-features.h
37757         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
37758         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
37759         include <kernel-features.h>.
37760         [!__NR_ftruncate64]: Remove conditional code.
37761         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37762         [__NR_ftruncate64]: Make code unconditional.
37763         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37764         * sysdeps/unix/sysv/linux/truncate64.c: Do not
37765         include <kernel-features.h>.
37766         [!__NR_ftruncate64]: Remove conditional code.
37767         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37768         [__NR_ftruncate64]: Make code unconditional.
37769         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
37771         include <kernel-features.h>.
37772         [!__NR_ftruncate64]: Remove conditional code.
37773         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37774         [__NR_ftruncate64]: Make code unconditional.
37775         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
37777         include <kernel-features.h>.
37778         [!__NR_ftruncate64]: Remove conditional code.
37779         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37780         [__NR_ftruncate64]: Make code unconditional.
37781         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37783         * configure.in (libc_cv_fpie): Weaken to a compile test using
37784         LIBC_TRY_CC_OPTION.
37785         * configure: Regenerated.
37787 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37789         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
37790         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
37791         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
37792         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
37793         Refreshed.
37794         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
37795         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
37796         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
37797         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
37798         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
37799         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
37800         Refreshed.
37802 2012-05-27  David S. Miller  <davem@davemloft.net>
37804         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
37805         (___Q_zero): New.
37806         (__Q_simulate_exceptions): Return void.  Change to simulate
37807         exceptions by writing into the %fsr.
37808         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
37809         (__Qp_handle_exceptions): Likewise.
37810         (numbers): Delete.
37811         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
37812         __Qp_handle_exceptions.
37813         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
37814         __Qp_handle_exceptions.
37815         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
37816         as unused and give dummy FP_RND_NEAREST initializer.
37817         (FP_INHIBIT_RESULTS): Define.
37818         (___Q_simulate_exceptions): Update declaration.
37819         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
37820         formatting.
37821         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
37822         as unused and give dummy FP_RND_NEAREST initializer.
37823         (__Qp_handle_exceptions): Update declaration.
37824         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
37825         formatting.
37827 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
37829         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
37830         the temporary FPU control word.
37831         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
37832         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
37833         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
37834         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37835         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
37836         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
37837         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
37838         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37839         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
37840         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
37841         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37843 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37845         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
37846         fields.
37848 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
37850         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
37851         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
37852         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
37853         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
37854         Likewise.
37855         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
37856         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
37857         Likewise.
37859 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
37861         * po/h.po: Update from translation team.
37863 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
37865         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
37867         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
37868         handling of denormals.
37869         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37870         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
37871         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37872         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37873         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37874         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
37875         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
37876         Likewise.
37878 2012-05-26  Marek Polacek  <polacek@redhat.com>
37880         [BZ #14152]
37881         * math/libm-test.inc (fma_test): Don't always expect underflow
37882         exception.
37884 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
37886         [BZ #12416]
37887         * elf/tst-execstack.c: Include stackinfo.h.
37888         (do_test): Adjust test case to ensure that pthread_getattr_np
37889         behaviour remains the same after marking stack executable.
37891 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
37893         * sysdeps/unix/sysv/linux/kernel-features.h
37894         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
37895         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
37896         kernel-features.h.
37897         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
37898         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
37899         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
37900         kernel-features.h.
37901         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
37902         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
37904 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
37906         * configure.in: Define the default includes to being none.
37907         * configure: Regenerated.
37909 2012-05-25  Roland McGrath  <roland@hack.frob.com>
37911         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
37912         * sysdeps/x86_64/setjmp.S: Likewise.
37913         * sysdeps/i386/bsd-setjmp.S: Likewise.
37914         * sysdeps/i386/bsd-_setjmp.S: Likewise.
37915         * sysdeps/i386/setjmp.S: Likewise.
37916         * sysdeps/i386/__longjmp.S: Likewise.
37917         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
37918         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
37920         * include/stap-probe.h: New file.
37921         * configure.in: Handle --enable-systemtap.
37922         * configure: Regenerated.
37923         * config.h.in (USE_STAP_PROBE): New #undef.
37924         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
37925         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
37926         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
37928 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
37930         [BZ #13717]
37931         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
37932         to 2.4.0 where earlier.
37933         * sysdeps/unix/sysv/linux/configure: Regenerated.
37934         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
37935         <kernel-features.h>.
37936         [__ASSUME_32BITUIDS]: Make code unconditional.
37937         [!__ASSUME_32BITUIDS]: Remove conditional code.
37938         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
37939         <kernel-features.h>.
37940         [__ASSUME_32BITUIDS]: Make code unconditional.
37941         [!__ASSUME_32BITUIDS]: Remove conditional code.
37942         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
37943         [__ASSUME_32BITUIDS]: Make code unconditional.
37944         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
37945         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
37946         <kernel-features.h>.
37947         [__ASSUME_32BITUIDS]: Make code unconditional.
37948         [!__ASSUME_32BITUIDS]: Remove conditional code.
37949         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
37950         <kernel-features.h>.
37951         [__ASSUME_32BITUIDS]: Make code unconditional.
37952         [!__ASSUME_32BITUIDS]: Remove conditional code.
37953         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
37954         <kernel-features.h>.
37955         [__ASSUME_32BITUIDS]: Make code unconditional.
37956         [!__ASSUME_32BITUIDS]: Remove conditional code.
37957         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
37958         <kernel-features.h>.
37959         [__ASSUME_32BITUIDS]: Make code unconditional.
37960         [!__ASSUME_32BITUIDS]: Remove conditional code.
37961         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
37962         <kernel-features.h>.
37963         [__ASSUME_32BITUIDS]: Make code unconditional.
37964         [!__ASSUME_32BITUIDS]: Remove conditional code.
37965         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
37966         <kernel-features.h>.
37967         [__ASSUME_32BITUIDS]: Make code unconditional.
37968         [!__ASSUME_32BITUIDS]: Remove conditional code.
37969         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
37970         <kernel-features.h>.
37971         [__ASSUME_32BITUIDS]: Make code unconditional.
37972         [!__ASSUME_32BITUIDS]: Remove conditional code.
37973         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
37974         <kernel-features.h>.
37975         [__ASSUME_32BITUIDS]: Make code unconditional.
37976         [!__ASSUME_32BITUIDS]: Remove conditional code.
37977         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
37978         <kernel-features.h>.
37979         [__ASSUME_32BITUIDS]: Make code unconditional.
37980         [!__ASSUME_32BITUIDS]: Remove conditional code.
37981         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
37982         <kernel-features.h>.
37983         [__ASSUME_32BITUIDS]: Make code unconditional.
37984         [!__ASSUME_32BITUIDS]: Remove conditional code.
37985         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
37986         <kernel-features.h>.
37987         [__NR_setresgid] (__setresgid): Do not declare.
37988         [__ASSUME_32BITUIDS]: Make code unconditional.
37989         [!__ASSUME_32BITUIDS]: Remove conditional code.
37990         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
37991         <kernel-features.h>.
37992         [__NR_setresuid] (__setresuid): Do not declare.
37993         [__ASSUME_32BITUIDS]: Make code unconditional.
37994         [!__ASSUME_32BITUIDS]: Remove conditional code.
37995         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
37996         <kernel-features.h>.
37997         [__ASSUME_32BITUIDS]: Make code unconditional.
37998         [!__ASSUME_32BITUIDS]: Remove conditional code.
37999         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38000         <kernel-features.h>.
38001         [__ASSUME_32BITUIDS]: Make code unconditional.
38002         [!__ASSUME_32BITUIDS]: Remove conditional code.
38003         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38004         <kernel-features.h>.
38005         [__ASSUME_32BITUIDS]: Make code unconditional.
38006         [!__ASSUME_32BITUIDS]: Remove conditional code.
38007         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38008         <kernel-features.h>.
38009         [__ASSUME_32BITUIDS]: Make code unconditional.
38010         [!__ASSUME_32BITUIDS]: Remove conditional code.
38011         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38012         <kernel-features.h>.
38013         [__ASSUME_32BITUIDS]: Make code unconditional.
38014         [!__ASSUME_32BITUIDS]: Remove conditional code.
38015         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38016         <kernel-features.h>.
38017         [__ASSUME_32BITUIDS]: Make code unconditional.
38018         [!__ASSUME_32BITUIDS]: Remove conditional code.
38019         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38020         <kernel-features.h>.
38021         [__ASSUME_32BITUIDS]: Make code unconditional.
38022         [!__ASSUME_32BITUIDS]: Remove conditional code.
38023         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38024         <kernel-features.h>.
38025         [__ASSUME_32BITUIDS]: Make code unconditional.
38026         [!__ASSUME_32BITUIDS]: Remove conditional code.
38027         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38028         <kernel-features.h>.
38029         [__ASSUME_32BITUIDS]: Make code unconditional.
38030         [!__ASSUME_32BITUIDS]: Remove conditional code.
38031         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38032         <kernel-features.h>.
38033         [__ASSUME_32BITUIDS]: Make code unconditional.
38034         [!__ASSUME_32BITUIDS]: Remove conditional code.
38035         * sysdeps/unix/sysv/linux/kernel-features.h
38036         (__ASSUME_SETRESUID_SYSCALL): Remove.
38037         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38038         (__ASSUME_32BITUIDS): Likewise.
38039         (__ASSUME_LDT_WORKS): Likewise.
38040         (__ASSUME_O_DIRECTORY): Likewise.
38041         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38042         architecture but not kernel version.
38043         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38044         (__ASSUME_MMAP2_SYSCALL): Likewise.
38045         (__ASSUME_STAT64_SYSCALL): Likewise.
38046         (__ASSUME_IPC64): Likewise.
38047         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38048         <kernel-features.h>.
38049         [__ASSUME_32BITUIDS]: Make code unconditional.
38050         [!__ASSUME_32BITUIDS]: Remove conditional code.
38051         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38052         <kernel-features.h>.
38053         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38054         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38055         132096]: Remove conditional code.
38056         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38057         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38058         <kernel-features.h>.
38059         [__ASSUME_32BITUIDS]: Make code unconditional.
38060         [!__ASSUME_32BITUIDS]: Remove conditional code.
38061         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38062         <kernel-features.h>.
38063         [__ASSUME_32BITUIDS]: Make code unconditional.
38064         [!__ASSUME_32BITUIDS]: Remove conditional code.
38065         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38066         <kernel-features.h>.
38067         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38068         unconditional.
38069         (__setresgid): Do not declare.
38070         [__ASSUME_32BITUIDS]: Make code unconditional.
38071         [!__ASSUME_32BITUIDS]: Remove conditional code.
38072         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38073         <kernel-features.h>.
38074         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38075         unconditional.
38076         (__setresuid): Do not declare.
38077         [__ASSUME_32BITUIDS]: Make code unconditional.
38078         [!__ASSUME_32BITUIDS]: Remove conditional code.
38079         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38080         <kernel-features.h>.
38081         [__ASSUME_32BITUIDS]: Make code unconditional.
38082         [!__ASSUME_32BITUIDS]: Remove conditional code.
38083         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38084         <kernel-features.h>.
38085         [__ASSUME_32BITUIDS]: Make code unconditional.
38086         [!__ASSUME_32BITUIDS]: Remove conditional code.
38088 2012-05-25  Richard Henderson  <rth@twiddle.net>
38090         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38091         dl_hwcap to ifunc resolver.
38092         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38093         elf_ifunc_invoke.
38094         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38095         dl_hwcap to ifunc resolver.
38096         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38098 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38100         [BZ #14153]
38101         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38102         for |x| <= 2**-26, not 2**-57.
38103         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38104         exception.
38106 2012-05-24  Jeff Law  <law@redhat.com>
38108         * stdio-common/Makefile (tests): Add bug25.
38109         * stdio-common/bug25.c: New test.
38111 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38113         [BZ #13576]
38114         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38115         multiple of MALLOC_ALIGNMENT in size.
38116         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38118 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38120         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38121         Require >= 256.
38122         (FILENAME_MAX): Use macro-int-constant.
38123         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38124         (_IOFBF): Use macro-int-constant.
38125         (_IOLBF): Likewise.
38126         (_IONBF): Likewise.
38127         (SEEK_CUR): Likewise.
38128         (SEEK_END): Likewise.
38129         (SEEK_SET): Likewise.
38130         (TMP_MAX): Likewise.
38131         (EOF): Use macro-int-constant.  Require < 0.
38132         (NULL): Use macro-constant.  Require == 0.
38133         (stdin): Require type to be FILE *.
38134         (stdout): Likewise.
38135         (stderr): Likewise.
38136         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38137         macro-int-constant.
38138         (EXIT_SUCCESS): Likewise.
38139         (NULL): Use macro-constant.  Require == 0.
38140         (RAND_MAX): Use macro-int-constant.
38141         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38142         [C99-based standards] (strtof): Require function.
38143         [C99-based standards] (strtold): Likewise.
38144         [C99-based standards] (strtoll): Likewise.
38145         [C99-based standards] (strtoull): Likewise.
38146         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38147         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38148         [ISO || ISO99 || ISO11] (math.h): Likewise.
38149         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38150         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38151         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38153 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38155         [BZ #14132]
38156         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38157         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38158         * intl/dgettext.c (DCGETTEXT): Likewise.
38159         * intl/gettext.c (DCGETTEXT): Likewise.
38160         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38161         * posix/regex_internal.h (gettext): Likewise.
38162         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38163         Remove declaration.
38164         * include/argz.h (__argz_count_internal)
38165         (__argz_stringify_internal): Remove declaration.
38166         (__argz_count, __argz_stringify): Declare hidden proto.
38167         * intl/dcgettext.c: Remove use of INTDEF.
38168         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38169         * string/argz-stringify.c: Likewise.
38170         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38171         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38172         Declare hidden proto.
38173         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38174         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38175         Declare hidden proto.
38176         * include/stdio.h (__asprintf_internal): Don't declare.
38177         (__asprintf): Don't define as macro.  Declare hidden proto.
38178         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38179         (__fsetlocking): Declare hidden proto.
38180         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38181         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38182         hidden proto.
38183         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38184         (_IO_setlinebuf): Remove use of INTUSE.
38185         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38186         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38187         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38188         Remove declaration.
38189         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38190         (_IO_do_flush): Remove use of INTUSE.
38191         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38192         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38193         (_IO_adjust_column, _IO_least_wmarker)
38194         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38195         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38196         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38197         (_IO_default_doallocate, _IO_wdefault_doallocate)
38198         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38199         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38200         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38201         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38202         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38203         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38204         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38205         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38206         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38207         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38208         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38209         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38210         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38211         proto.
38212         (_IO_flush_all_internal, _IO_adjust_column_internal)
38213         (_IO_default_uflow_internal, _IO_default_finish_internal)
38214         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38215         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38216         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38217         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38218         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38219         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38220         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38221         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38222         (_IO_file_close_internal, _IO_file_close_it_internal)
38223         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38224         (_IO_file_init_internal, _IO_file_attach_internal)
38225         (_IO_file_fopen_internal, _IO_file_read_internal)
38226         (_IO_file_sync_internal, _IO_file_seek_internal)
38227         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38228         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38229         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38230         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38231         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38232         (_IO_list_all_internal, _IO_link_in_internal)
38233         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38234         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38235         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38236         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38237         (_IO_do_write_internal, _IO_padn_internal)
38238         (_IO_getline_info_internal, _IO_getline_internal)
38239         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38240         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38241         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38242         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38243         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38244         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38245         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38246         with libc_hidden_ver, remove use of INTUSE.
38247         * libio/genops.c: Likewise.
38248         * libio/freopen.c: Likewise.
38249         * libio/freopen64.c: Likewise.
38250         * libio/iofclose.c: Likewise.
38251         * libio/iofdopen.c: Likewise.
38252         * libio/iofflush.c: Likewise.
38253         * libio/iofflush_u.c: Likewise.
38254         * libio/iofgets.c: Likewise.
38255         * libio/iofgets_u.c: Likewise.
38256         * libio/iofopen.c: Likewise.
38257         * libio/iofopncook.c: Likewise.
38258         * libio/iofread.c: Likewise.
38259         * libio/iofread_u.c: Likewise.
38260         * libio/ioftell.c: Likewise.
38261         * libio/iofwrite.c: Likewise.
38262         * libio/iogetline.c: Likewise.
38263         * libio/iogets.c: Likewise.
38264         * libio/iogetwline.c: Likewise.
38265         * libio/iopadn.c: Likewise.
38266         * libio/iopopen.c: Likewise.
38267         * libio/ioseekoff.c: Likewise.
38268         * libio/ioseekpos.c: Likewise.
38269         * libio/iosetbuffer.c: Likewise.
38270         * libio/iosetvbuf.c: Likewise.
38271         * libio/ioungetc.c: Likewise.
38272         * libio/ioungetwc.c: Likewise.
38273         * libio/iovdprintf.c: Likewise.
38274         * libio/iovsprintf.c: Likewise.
38275         * libio/iovsscanf.c: Likewise.
38276         * libio/memstream.c: Likewise.
38277         * libio/obprintf.c: Likewise.
38278         * libio/oldfileops.c: Likewise.
38279         * libio/oldiofclose.c: Likewise.
38280         * libio/oldiofdopen.c: Likewise.
38281         * libio/oldiofopen.c: Likewise.
38282         * libio/oldiopopen.c: Likewise.
38283         * libio/oldstdfiles.c: Likewise.
38284         * libio/putc.c: Likewise.
38285         * libio/setbuf.c: Likewise.
38286         * libio/setlinebuf.c: Likewise.
38287         * libio/stdfiles.c: Likewise.
38288         * libio/strops.c: Likewise.
38289         * libio/vasprintf.c: Likewise.
38290         * libio/vscanf.c: Likewise.
38291         * libio/vsnprintf.c: Likewise.
38292         * libio/vswprintf.c: Likewise.
38293         * libio/wfiledoalloc.c: Likewise.
38294         * libio/wfileops.c: Likewise.
38295         * libio/wgenops.c: Likewise.
38296         * libio/wmemstream.c: Likewise.
38297         * libio/wstrops.c: Likewise.
38298         * libio/__fpurge.c: Likewise.
38299         * libio/__fsetlocking.c: Likewise.
38300         * assert/assert.c: Likewise.
38301         * debug/fgets_chk.c: Likewise.
38302         * debug/fgets_u_chk.c: Likewise.
38303         * debug/fread_chk.c: Likewise.
38304         * debug/fread_u_chk.c: Likewise.
38305         * debug/gets_chk.c: Likewise.
38306         * debug/obprintf_chk.c: Likewise.
38307         * debug/vasprintf_chk.c: Likewise.
38308         * debug/vdprintf_chk.c: Likewise.
38309         * debug/vsnprintf_chk.c: Likewise.
38310         * debug/vsprintf_chk.c: Likewise.
38311         * malloc/mtrace.c: Likewise.
38312         * misc/error.c: Likewise.
38313         * misc/syslog.c: Likewise.
38314         * stdio-common/asprintf.c: Likewise.
38315         * stdio-common/fxprintf.c: Likewise.
38316         * stdio-common/getw.c: Likewise.
38317         * stdio-common/isoc99_fscanf.c: Likewise.
38318         * stdio-common/isoc99_scanf.c: Likewise.
38319         * stdio-common/isoc99_vfscanf.c: Likewise.
38320         * stdio-common/isoc99_vscanf.c: Likewise.
38321         * stdio-common/isoc99_vsscanf.c: Likewise.
38322         * stdio-common/printf-prs.c: Likewise.
38323         * stdio-common/printf_fp.c: Likewise.
38324         * stdio-common/printf_fphex.c: Likewise.
38325         * stdio-common/printf_size.c: Likewise.
38326         * stdio-common/putw.c: Likewise.
38327         * stdio-common/scanf.c: Likewise.
38328         * stdio-common/sprintf.c: Likewise.
38329         * stdio-common/tmpfile.c: Likewise.
38330         * stdio-common/vfprintf.c: Likewise.
38331         * stdio-common/vfscanf.c: Likewise.
38332         * stdlib/strfmon_l.c: Likewise.
38333         * sunrpc/openchild.c: Likewise.
38334         * sunrpc/xdr_stdio.c: Likewise.
38335         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38336         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38338 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38340         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38342         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38343         in the third column, to generate for the shared library an IFUNC
38344         that uses _dl_vdso_vsym.
38345         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38346         * Makeconfig (object-suffixes-noshared): New variable.
38348         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38349         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38350         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38351         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38353         [BZ #14132]
38354         * include/sys/time.h (__gettimeofday): Remove macro.
38355         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38356         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38357         Remove INTDEF.
38358         (__gettimeofday): Add libc_hidden_def.
38359         (gettimeofday): Add libc_hidden_weak.
38360         * sysdeps/mach/gettimeofday.c: Likewise.
38361         * sysdeps/posix/gettimeofday.c: Likewise.
38362         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38363         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38364         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38365         (__gettimeofday_internal): Remove strong_alias.
38366         (__gettimeofday): Add libc_hidden_def.
38367         (gettimeofday): Add libc_hidden_weak.
38368         * sysdeps/unix/syscalls.list (gettimeofday):
38369         Remove __gettimeofday_internal alias.
38371 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38372             H.J. Lu  <hongjiu.lu@intel.com>
38374         [BZ #12495]
38375         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38376         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38377         (largebin_index_32_big): New.
38378         (largebin_index): Use it for 16-byte alignment.
38379         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38380         correction with front_misalign.
38382 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38384         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38385         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38386         Likewise.
38387         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38388         Likewise.
38389         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38390         Likewise.
38391         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38392         Likewise.
38393         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38394         Likewise.
38395         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38396         Likewise.
38397         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38398         Likewise.
38399         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38400         Likewise.
38401         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38402         Likewise.
38403         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38404         Likewise.
38405         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38406         Likewise.
38407         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38408         Likewise.
38410         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38411         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38413 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38415         [BZ #10846]
38416         [BZ #14036]
38417         * math/libm-test.inc (exp_test): Add test from bug 14036.
38418         (pow_test): Add test from bug 10846.
38420         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38421         and other flags.
38422         (special_function): Do not include flags in test name.
38423         (parse_args): Likewise.
38424         * sysdeps/i386/fpu/libm-test-ulps: Update.
38425         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38426         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38427         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38428         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38430         * math/gen-libm-test.pl (%beautify): Add entries for underflow
38431         exceptions.
38432         * math/libm-test.inc ("Philosophy"): Update comment about
38433         exception testing.
38434         (UNDERFLOW_EXCEPTION): New macro.
38435         (UNDERFLOW_EXCEPTION_OK): Likewise.
38436         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
38437         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
38438         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
38439         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
38440         (INVALID_EXCEPTION_OK): Update value.
38441         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38442         (OVERFLOW_EXCEPTION_OK): Likewise.
38443         (IGNORE_ZERO_INF_SIGN): Likewise.
38444         (test_exceptions): Handle underflow exceptions.
38445         (acos_test): Update for underflow exception expectations.
38446         (cexp_test): Likewise.
38447         (clog_test): Likewise.
38448         (clog10_test): Likewise.
38449         (csqrt_test): Likewise.
38450         (ctan_test): Likewise.
38451         (ctanh_test): Likewise.
38452         (exp_test): Likewise.
38453         (exp10_test): Likewise.
38454         (exp2_test): Likewise.
38455         (expm1_test): Likewise.
38456         (fma_test): Likewise.
38457         (j0_test): Likewise.
38458         (jn_test): Likewise.
38459         (nexttoward_test): Likewise.
38460         (pow_test): Likewise.
38461         (scalbn_test): Likewise.
38462         (scalbln_test): Likewise.
38463         (tan_test): Likewise.
38464         (y1_test): Likewise.
38465         * sysdeps/i386/fpu/libm-test-ulps: Update.
38466         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38468 2012-05-23  David S. Miller  <davem@davemloft.net>
38470         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38471         (__libc_sigaction): Remove unused local variables.
38473 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38475         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
38477 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
38479         mktime: avoid signed integer overflow
38480         * time/mktime.c (__mktime_internal): Do not mishandle the case
38481         where diff == INT_MIN.
38483         mktime: simplify computation of average
38484         * time/mktime.c (ranged_convert): Use new time_t_avg function
38485         instead of rolling our own (probably-slower) code.
38487         mktime: do not assume signed right shift propagates sign bit
38488         * time/mktime.c (isdst_differ): New static function.
38489         (__mktime_internal): No need to normalize tm_isdst now.
38490         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
38491         tm_isdst values.
38493         mktime: merge another wrapv change from gnulib
38494         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
38495         from some compilers.
38497         mktime: remove incorrect attempt at unusual arithmetics
38498         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
38499         The code didn't really work on such machines anyway.
38500         (TYPE_MINIMUM): Assume two's complement.
38501         (twos_complement_arithmetic): Verify that long_int and time_t
38502         are two's complement (or unsigned, in the latter case).
38504         mktime: check signed shifts on long_int and time_t, too
38505         * time/mktime.c (SHR): Check that shifts work as desired
38506         on the types long_int and time_t too, as SHR is used on
38507         such types.
38509         mktime: do not assume 'long' is wide enough
38510         * time/mktime.c (verify): Move decl up.
38511         (long_int): New type.
38512         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
38513         to remove assumption in the code that 'long' is wide enough to
38514         store year values.  This assumption is not true on x32 and on
38515         some non-glibc platforms.
38517         mktime: merge wrapv change from gnulib
38518         * time/mktime.c (WRAPV): New macro.
38519         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
38520         (guess_time_tm, __mktime_internal): Do not assume that signed
38521         integer overflow wraps around; modern compilers generate code
38522         where this assumption is no longer valid.
38524 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38526         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38527         Replace "jmp L(pseudo_end)" with "ret".
38528         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
38529         Likewise.
38531 2012-05-23  Andreas Jaeger  <aj@suse.de>
38533         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
38534         * sysdeps/unix/sysv/linux/poll.c: Remove file.
38536 2012-05-23  Andreas Jaeger  <aj@suse.de>
38537             Maximilian Attems  <max@stro.at>
38539         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
38540         New macros.
38542 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38544         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
38545         code so that pseudo_end is just ret and the stack pointer is
38546         correct also for static library in error case.
38548 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
38550         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
38551         move to syscalls.list.
38552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
38553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
38554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
38555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
38557         * manual/install.texi (Running make install): Do not mention Linux
38558         kernel version for which pt_chown is not needed.
38559         (Linux): Do not mention problems with nscd with 2.0 kernels.
38560         * INSTALL: Regenerated.
38562 2012-05-23  Andreas Jaeger  <aj@suse.de>
38564         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
38565         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
38566         macro.
38567         * sysdeps/unix/sysv/linux/s390/bits/mman.h
38568         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38569         * sysdeps/unix/sysv/linux/sh/bits/mman.h
38570         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38571         * sysdeps/unix/sysv/linux/i386/bits/mman.h
38572         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38573         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
38574         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38575         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
38576         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38577         * sysdeps/unix/sysv/linux/bits/in.h
38578         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
38580 2012-05-22  Roland McGrath  <roland@hack.frob.com>
38582         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
38583         (PREPARE_VERSION): Just use assert instead, it will be elided
38584         under [NDEBUG] anyway.
38586 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38588         * sysdeps/unix/sysv/linux/Makefile: Include
38589         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
38590         (sysdep_routines): Remove sysctl.
38591         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
38592         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
38593         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
38594         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
38595         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
38597 2012-05-22  Andreas Jaeger  <aj@suse.de>
38599         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
38600         that pseudo_end is just ret and the stack pointer is correct also
38601         for static library in error case.
38603 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
38605         [BZ #14122]
38606         * nss/nsswitch.c (defconfig_entries): New variable.
38607         (__nss_database_lookup): Don't leak defconfig entries.
38608         (nss_parse_service_list): Don't leak on error paths.
38609         (free_database_entries): New function.
38610         (free_defconfig): New function.
38611         (free_mem): Move common code to free_database_entries.
38613 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38615         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
38616         Add arch_prctl.
38617         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
38619         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
38620         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
38621         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
38622         New macro.
38623         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
38624         (INTERNAL_SYSCALL_TYPES): Likewise.
38625         (LOAD_ARGS_TYPES_[1-6]): Likewise.
38626         (LOAD_REGS_TYPES_[1-6]): Likewise.
38627         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
38628         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
38630 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38632         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
38633         copysignl for GLIBC_2_0.
38634         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
38635         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
38636         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
38637         logbl for GLIBC_2_0.
38638         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
38639         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
38641 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38643         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
38644         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
38646         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38647         Use "neg %eax".
38649         * time/mktime.c: Update copyright years.
38651 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
38653         mktime: merge comment-quoting-style change from gnulib
38654         * time/mktime.c: Quote 'like this' in comments.
38655         The GNU coding standards suggest that we no longer quote `like this',
38656         as "`" and "'" are typically rendered asymmetrically nowadays.
38657         The typical gnulib style is to quote 'like this' when quoting
38658         code, and "like this" when quoting English.
38660         * time/mktime.c (compile-command): Add "-I.".
38662         mktime: merge mktime-internal.h change from gnulib
38663         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
38665         mktime: merge time_r change from gnulib
38666         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
38668         mktime: merge DEBUG change from gnulib
38669         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
38670         case system <time.h> has a #define.
38672         mktime: merge <sys/types.h> change from gnulib
38673         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
38674         since <time.t> is now guaranteed to define time_t.
38676         mktime: merge HAVE_CONFIG_H change from gnulib
38677         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
38679 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38681         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38682         Use "neg %eax".
38684         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
38685         __rlim_t cast.
38686         (struct rusage): Use anonymous union to pad each field to
38687         __syscall_slong_t.
38689 2012-05-21  David S. Miller  <davem@davemloft.net>
38691         * Makefules (o-iterator): Remove .s cases.
38692         (compile-command.s): Delete.
38693         (COMPILE.s): Delete.
38694         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
38696 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
38698         * configure.in (libc_cv_predef_stack_protector): Only consider
38699         "foobar" and "__stack_chk_fail" lines in libc_undefs.
38700         * configure: Regenerated.
38702 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38704         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38705         New macro.  Use R*LP on int and pointer.
38706         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
38707         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
38708         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
38709         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
38711         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
38712         [__WORDSIZE_TIME64_COMPAT32] instead of
38713         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
38714         (struct utmp): Likewise.
38715         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
38716         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
38717         Renamed to ...
38718         (__WORDSIZE_TIME64_COMPAT32): This.
38719         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
38720         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
38721         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
38722         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
38723         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
38724         (__WORDSIZE_TIME64_COMPAT32): New macro.
38726 2012-05-21  Andreas Jaeger  <aj@suse.de>
38728         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
38729         only if [SHARED]. Add prototype for __wcschr_ia32.
38731 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38733         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
38734         of %rbp unmolested in the jmp_buf while mangling the low bits.
38735         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
38736         unmolested high bits of %rbp while demangling the low bits.
38737         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38739 2012-05-21  Andreas Jaeger  <aj@suse.de>
38741         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
38742         * sunrpc/svc_simple.c: Use it for registerrpc.
38743         * sunrpc/xcrypt.c: Use it for passwd2des.
38745         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
38747 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38749         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
38750         Don't define if [__SYSCALL_WORDSIZE != 32].
38751         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
38752         New macro.
38754 2012-05-21  Bruno Haible  <bruno@clisp.org>
38755             Andreas Jaeger  <aj@suse.de>
38757         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
38758         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
38759         inptr and inend for must_buffer_ch.
38760         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
38761         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
38762         * stdio-common/Makefile (tests): Remove bug15.
38763         (bug15-ENV): Remove macro.
38764         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
38765         anymore.
38767 2012-05-19  Andreas Jaeger  <aj@suse.de>
38768             Roland McGrath  <roland@hack.frob.com>
38770         * manual/contrib.texi: Completely rewritten. It contains now an
38771         alphabetical list of contributors and their contributions.
38773 2012-05-21  Richard Henderson  <rth@twiddle.net>
38775         * misc/getauxval.c (__getauxval): Use unsigned long int.
38776         * misc/sys/auxv.h: Include <sys/cdefs.h>.
38777         (getauxval): Use unsigned long int.
38779 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38781         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38783 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38785         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
38786         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
38787         __alignof__ (long double).
38789 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38791         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38793 2012-05-20  Richard Henderson  <rth@twiddle.net>
38795         * misc/getauxval.c: New file.
38796         * misc/sys/auxv.h: New file.
38797         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
38798         (routines): Add getauxval.
38799         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
38800         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
38801         * elf/dl-sysdep.c (_dl_auxv): Remove.
38802         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
38803         * elf/dl-support.c (_dl_auxv): New variable.
38804         (_dl_aux_init): Initialize it.
38805         * manual/startup.texi (Auxiliary Vector): New node.
38806         * sysdeps/generic/bits/hwcap.h: New file.
38807         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
38808         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
38809         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
38810         * sysdeps/sparc/sysdep.h: ... here.  Include it.
38811         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
38812         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
38813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38814         Update.
38815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
38816         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
38817         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
38818         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
38819         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
38820         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
38821         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
38822         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
38824 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38826         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38828 2012-05-19  David S. Miller  <davem@davemloft.net>
38830         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38832 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
38834         [BZ #14123]
38835         * math/s_ccosh.c: Include <float.h>
38836         (__ccosh): Avoid internal overflow calculating sinh and cosh
38837         values before multiplying by sin and cos values.
38838         * math/s_ccoshf.c: Likewise.
38839         * math/s_ccoshl.c: Likewise.
38840         * math/s_csin.c: Likewise.
38841         * math/s_csinf.c: Likewise.
38842         * math/s_csinl.c: Likewise.
38843         * math/s_csinh.c: Likewise.
38844         * math/s_csinhf.c: Likewise.
38845         * math/s_csinhl.c: Likewise.
38846         * math/libm-test.inc (ccos_test): Add more tests.
38847         (ccosh_test): Likewise.
38848         (csin_test): Likewise.
38849         (csinh_test): Likewise.
38850         * sysdeps/i386/fpu/libm-test-ulps: Update.
38851         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38853 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
38855         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
38856         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
38858         * sysdeps/x86_64/x32/_itoa.h: Add comment.
38860 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
38862         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
38863         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
38864         * sysdeps/powerpc/soft-fp/Versions: Likewise.
38865         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
38866         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
38867         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
38868         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
38869         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
38870         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
38871         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
38872         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
38873         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
38874         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
38875         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
38876         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
38877         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
38878         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
38879         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
38880         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
38881         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
38882         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
38883         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
38884         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
38885         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
38886         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
38887         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
38888         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
38889         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
38890         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
38891         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
38892         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
38894 2012-05-18  Andreas Jaeger  <aj@suse.de>
38896         * csu/.gitignore: Delete.
38898 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
38900         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
38901         (timex): Use __syscall_slong_t.
38903 2012-05-18  Andreas Jaeger  <aj@suse.de>
38904             Carlos O'Donell  <carlos_odonell@mentor.com>
38906         * manual/install.texi (Configuring and compiling): Update
38907         description about files modified in the source directory.
38908         * INSTALL: Regenerated.
38910 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
38912         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
38913         value.  Use "or" to set return value to -1.
38914         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
38915         negate return value.
38917 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38919         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
38920         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
38921         failure if the compiler has Graphite support disabled.
38922         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
38923         Likewise.
38924         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
38925         (CFLAGS-memmove.c): Likewise.
38926         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
38927         Likewise.
38929 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
38931         * sysdeps/x86_64/x32/_itoa.h: New file.
38933         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
38934         getdents system call only if kernel and user dirents have the
38935         same d_ino and d_off.
38937         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
38938         LLONG_MAX != LONG_MAX.
38939         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38940         (_fitoa_word): Likewise.
38942         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
38943         years.
38944         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
38945         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
38946         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
38948         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
38949         include <bits/wordsize.h>.  Check __x86_64__ instead of
38950         __WORDSIZE.
38951         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
38952         if __x86_64__ is defined.  Use anonymous union on fpstate.
38954         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
38955         anonymous union.
38957 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
38959         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
38960         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
38961         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
38962         Refer to _rtld_local_ro instead of _rtld_global_ro.
38963         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
38964         Likewise.
38965         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
38966         Likewise.
38967         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
38968         Likewise.
38969         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
38970         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
38971         of _rtld_global, and rtld_progname instead of _dl_argv[0].
38973         * sysdeps/powerpc/powerpc32/dl-machine.c
38974         (__elf_machine_runtime_setup) [PROF]: Don't reference
38975         _dl_prof_resolve.
38977 2012-05-18  Andreas Jaeger  <aj@suse.de>
38979         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
38980         function only available for GCCs before 3.4 since GCC 3.4
38981         introduced a builtin.
38982         (lrint): Likewise.
38983         (llrintf): Likewise.
38984         (llrint): Likewise.
38985         (fmaxf): Likewise.
38986         (fmax): Likewise.
38987         (fminf): Likewise.
38988         (fmin): Likewise.
38989         (rint): Likewise.
38990         (rintf): Likewise.
38991         (nearbyint): Likewise.
38992         (nearbyintf): Likewise.
38993         (ceil): Likewise.
38994         (ceilf): Likewise.
38995         (floor): Likewise.
38996         (floorf): Likewise.
38998 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39000         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39001         on both fields and cast pointer to __syscall_ulong_t.
39003         * bits/types.h (__fsword_t): New type.
39004         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39005         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39006         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39007         (__FSWORD_T_TYPE): Likewise.
39008         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39009         (__FSWORD_T_TYPE): Likewise.
39010         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39011         (__FSWORD_T_TYPE): Likewise.
39012         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39013         (__FSWORD_T_TYPE): Likewise.
39014         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39015         __SWORD_TYPE with __fsword_t.
39016         (statfs64): Likewise.
39018 2012-05-17  David S. Miller  <davem@davemloft.net>
39020         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39022 2012-05-17  Andreas Jaeger  <aj@suse.de>
39024         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39025         warning.
39027 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39029         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39031 2012-05-17  Andreas Jaeger  <aj@suse.de>
39033         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39034         when it is used.
39036 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39038         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39040 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39042         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39043         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39045 2012-05-17  Andreas Jaeger  <aj@suse.de>
39046             Carlos O'Donell  <carlos_odonell@mentor.com>
39048         [BZ #14059]
39049         * sysdeps/x86_64/multiarch/init-arch.h
39050         (bit_YMM_Usable): Rename to...
39051         (bit_AVX_Usable): ... this.
39052         (bit_FMA4_Usable): New macro.
39053         (bit_XMM_state): New macro.
39054         (bit_YMM_state): New macro.
39055         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39056         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39057         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39058         (CPUID_OSXSAVE): New macro.
39059         (CPUID_AVX): New macro.
39060         (CPUID_FMA4): New macro.
39061         (index_YMM_Usable): Rename to...
39062         (index_AVX_Usable): ... this.
39063         (HAS_AVX): Use HAS_ARCH_FEATURE.
39064         (HAS_FMA4): Likewise.
39065         (HAS_YMM_USABLE): Remove.
39066         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39067         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39068         are present.
39069         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39070         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39071         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39072         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39073         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39075 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39077         * math/libm-test.c: Support platforms without multiple rounding modes.
39078         * math/bug-nextafter.c: Support platforms without FP exceptions.
39079         * math/bug-nexttoward.c: Likewise.
39080         * math/test-fenv.c: Likewise.
39081         * math/test-misc.c: Likewise.
39082         * stdlib/bug-getcontext.c: Likewise.
39084 2012-05-17  Andreas Jaeger  <aj@suse.de>
39086         * manual/examples/search.c (critter_cmp): Change signature to
39087         avoid warnings.
39088         * manual/string.texi (Collation Functions): Likewise.
39090 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39092         * bits/types.h: Fold copyright years.
39093         * bits/typesizes.h: Likewise.
39094         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39095         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39096         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39097         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39098         * time/time.h: Likewise.
39100 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39102         [BZ #208]
39103         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39104         in instead of returning them.  Return void.
39105         (__libc_mallinfo): Accumulate over all arenas.
39106         (__malloc_stats): Adjust for change in int_mallinfo interface.
39108 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39110         [BZ #10375]
39111         * configure.in (NM): Add AC_CHECK_TOOL for it.
39112         (libc_extra_cflags): New substituted variable.
39113         Check for -fstack-protector being used implicitly.
39114         * configure: Regenerated.
39115         * config.make.in (config-extra-cflags): New variable,
39116         gets @libc_extra_cflags@.
39117         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39119         [BZ #10375]
39120         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39121         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39122         * configure: Regenerated.
39123         * config.make.in (CPPUNDEFS): New substituted variable.
39124         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39125         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39126         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39128 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39130         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39131         (mq_attr): Use __syscall_slong_t.
39133 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39135         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39136         Check __x86_64__ instead of __WORDSIZE.
39137         (_STAT_VER_LINUX): Likewise.
39138         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39139         __syscall_ulong_t and __syscall_slong_t.
39140         (stat64): Likewise.
39142 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39144         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39146 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39148         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39150 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39152         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39153         __syscall_ulong_t.
39155         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39156         include <bits/wordsize.h>.  Check __x86_64__ instead of
39157         __WORDSIZE.
39158         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39159         defined.
39160         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39162         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39163         include <bits/wordsize.h>.  Check __x86_64__ instead of
39164         __WORDSIZE.
39165         (user_regs_struct): Use "__extension__ unsigned long long"
39166         instead of "unsigned long" if __x86_64__ is defined.
39167         (user): Likewise.  Pad after pointer field if __ILP32__ is
39168         defined.
39170 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39172         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39173         versions 5 to 9.
39174         * configure: Regenerated.
39175         * manual/install.texi (texinfo): Increase version requirement to
39176         4.5 or later.
39177         * INSTALL: Regenerated.
39179         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39181 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39183         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39185         * sysdeps/x86_64/x32/ffs.c: New file.
39187         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39188         __syscall_ulong_t.
39189         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39190         defined.  Use __syscall_ulong_t.
39191         (shminfo): Use __syscall_ulong_t.
39192         (shm_info): Likewise.
39194         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39195         __syscall_ulong_t.
39197         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39198         <bits/wordsize.h>.
39199         (msgqnum_t): Use __syscall_ulong_t.
39200         (msglen_t): Likewise.
39201         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39202         __syscall_ulong_t.
39204         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39205         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39207         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39209         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39210         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39212         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39213         __syscall_slong_t.
39215         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39216         include <bits/wordsize.h>.  Check __x86_64__ instead of
39217         __WORDSIZE.
39219         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39220         "unsigned long long int" if __x86_64__ is defined.
39221         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39223         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39224         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39225         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39227         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39228         <stdint.h>.
39229         (GET_PC): Cast to uintptr_t first.
39230         (GET_FRAME): Likewise.
39231         (GET_STACK): Likewise.
39233         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39234         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39235         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39236         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39237         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39238         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39239         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39240         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39241         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39242         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39243         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39244         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39245         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39246         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39247         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39248         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39249         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39250         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39251         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39252         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39253         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39254         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39255         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39256         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39257         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39258         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39259         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39260         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39261         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39263 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39265         * Makerules (+depfiles): Also collect depfiles from .oS in
39266         $(extra-objs).
39267         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39268         .oS, $(libnldbl-routines)).
39270         * Makerules (native-compile-mkdep-flags): Define.
39271         * sunrpc/Makefile (extra-objs): Add $(addprefix
39272         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39273         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39274         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39275         calling $(make-target-directory).
39277 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39279         * bits/types.h (__snseconds_t): Removed.
39280         * time/time.h (struct timespec): Replace __snseconds_t with
39281         __syscall_slong_t.
39282         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39283         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39284         Likewise.
39285         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39286         (__SNSECONDS_T_TYPE): Likewise.
39287         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39288         (__SNSECONDS_T_TYPE): Likewise.
39289         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39290         (__SNSECONDS_T_TYPE): Likewise.
39292 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39294         * sysdeps/mach/hurd/bits/typesizes.h
39295         (__SYSCALL_SLONG_TYPE): New macro.
39296         (__SYSCALL_ULONG_TYPE): Likewise.
39298 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39300         * bits/types.h (__syscall_slong_t): New type.
39301         (__syscall_ulong_t): Likewise.
39303         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39304         (__SYSCALL_ULONG_TYPE): Likewise.
39305         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39306         (__SYSCALL_SLONG_TYPE): Likewise.
39307         (__SYSCALL_ULONG_TYPE): Likewise.
39308         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39309         (__SYSCALL_SLONG_TYPE): Likewise.
39310         (__SYSCALL_ULONG_TYPE): Likewise.
39311         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39312         (__SYSCALL_SLONG_TYPE): Likewise.
39313         (__SYSCALL_ULONG_TYPE): Likewise.
39315 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39317         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39318         Add sigaltstack-offsets.sym.
39319         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39320         <sigaltstack-offsets.h>.
39321         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39322         longjmp_msg pointer.
39323         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39324         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39325         signal stack.
39326         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39328 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39330         * elf/stackguard-macros.h: Remove file.
39331         * sysdeps/generic/stackguard-macros.h: New file.
39332         * sysdeps/i386/stackguard-macros.h: Likewise.
39333         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39334         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39335         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39336         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39337         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39338         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39339         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39340         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39341         <elf/stackguard-macros.h>.
39343         [BZ #14109]
39344         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39345         __aligned__ in attribute.
39346         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39347         (gregset_t): Likewise.
39349 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39351         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39352         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39353         * sysdeps/x86_64/x32/Implies-after: New file.
39355 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39357         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39358         and access return value for _dl_profile_fixup.  Use R10_LP to
39359         load frame size.
39361 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39363         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39365 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39367         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39368         * sysdeps/x86_64/x32/sysdep.h: New file.
39370 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39372         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39373         * sysdeps/x86_64/setjmp.S: Likewise.
39375 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39377         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39378         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39379         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39380         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39381         remove unused global constant.
39383 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39385         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39386         include of <not-cancel.h>.
39388 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39390         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39392 2012-05-15  Jeff Law  <law@redhat.com>
39393             Andreas Jaeger  <aj@suse.de>
39395         [BZ #13594]
39396         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39397         out from...
39398         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39399         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39400         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39401         code changing __hst_map_handle.map.
39403 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39405         * configure.in (sysnames): Look for Implies-before and Implies-after
39406         files.
39407         * configure: Regenerated.
39409 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39411         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39412         8-byte data alignment with LP_SIZE alignment.
39414 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39416         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39417         into R10_LP.
39419 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39421         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39423 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39425         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39426         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39427         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39428         Likewise.
39429         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39431 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39433         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
39434         (stackinfo_sub_sp): Likewise.
39436 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39438         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
39439         RAX_LP.
39441 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39443         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
39444         into R*_LP.
39446 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39448         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
39449         sizes into R*_LP.
39451 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39453         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
39455 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39457         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
39458         into R11_LP and load __x86_64_shared_cache_size_half into
39459         R8_LP.
39461 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39463         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
39464         R8_LP.
39466 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39468         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
39469         logb for POWER7.
39470         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
39471         logbf for POWER7.
39472         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
39473         logbl for POWER7.
39474         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
39475         powerpc32/power7/fpu/s_logb.c via #include.
39476         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
39477         powerpc32/power7/fpu/s_logbf.c via #include.
39478         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
39479         powerpc32/power7/fpu/s_logbl.c via #include.
39481 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39483         * README.libm: Remove file.
39485 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39487         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
39488         count for x32.  Use R*_LP and omit operand-size suffix.
39490 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39492         * shlib-versions: Move x86_64-.*-linux.* entries to ...
39493         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
39494         * sysdeps/x86_64/x32/shlib-versions: New file.
39496 2012-05-14  Roland McGrath  <roland@hack.frob.com>
39498         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
39499         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
39500         Use _dl_fatal_printf instead.
39502 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39504         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
39505         set if not set by the user.  Do not allow for being unset.
39506         * sysdeps/unix/sysv/linux/configure: Regenerated.
39508 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39510         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
39511         the `q' suffix from lea and replace .quad with ASM_ADDR.
39513 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39515         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
39516         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
39517         instead of $17.
39518         (PTR_DEMANGLE): Likewise.
39520 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39522         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
39523         (LP_OP): Likewise.
39524         (ASM_ADDR): Likewise.
39525         (RAX_LP): Likewise.
39526         (RBP_LP): Likewise.
39527         (RBX_LP): Likewise.
39528         (RCX_LP): Likewise.
39529         (RDI_LP): Likewise.
39530         (RSI_LP): Likewise.
39531         (RSP_LP): Likewise.
39532         (R8_LP): Likewise.
39533         (R9_LP): Likewise.
39534         (R10_LP): Likewise.
39535         (R10_LP): Likewise.
39536         (R11_LP): Likewise.
39537         (R12_LP): Likewise.
39538         (R13_LP): Likewise.
39539         (R14_LP): Likewise.
39540         (R15_LP): Likewise.
39542 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39544         * sysdeps/x86_64/x32/dl-machine.h: New file.
39546 2012-05-14  Andreas Jaeger  <aj@suse.de>
39548         * manual/Makefile (subdir): Remove export of subdir.
39549         (all): Remove target.
39550         (.PHONY): Remove all from list.
39551         (mkinstalldirs): Remove.
39552         (.PHONY): Remove installdirs from list.
39553         ($(inst_infodir)/libc.info): Use make-target-directory.
39554         (installdirs): Remove.
39555         (subdir_%): Remove.
39556         (glibc-targets): Remove.
39557         (lib): Remove.
39558         (stubs): Remove.
39559         ($(objpfx)stubs ../po/manual.pot): Remove.
39560         ($(objpfx)stamp%): Remove.
39561         (make-target-directory): Remove.
39562         (subdir_install): Remove.
39563         (routines): Remove.
39564         (aux): Remove.
39565         (sources): Remove.
39566         (objects): Remove.
39567         (headers): Remove.
39569         [BZ #13750]
39570         * manual/.gitignore: Remove, it's not needed anymore.
39571         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
39572         all files in it.
39573         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
39574         directory.
39575         (texis): Renamed to $(objpfx)texis.
39576         (texis-path): New, contains path to generated files.
39577         (chapters.%): Use texis-path for complete path, add extra argument
39578         libc-texinfo.sh.
39579         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
39580         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
39581         (summary,texi, stamp-summary): Use complete path of
39582         files. Generate files in build dir.
39583         (dir-add.texi): Build in build dir.
39584         (libm-err.texi,stamp-libm-err): Likewise.
39585         (version.texi, stamp-version): Likewise.
39586         (.%c.texi): Likewise.
39587         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
39588         (mostlyclean): Remove target.
39589         (realclean): Remove target.
39590         (generated): Add new variable with contents from mostlyclean and
39591         realclean, remove entries duplicated in common-mostlyclean, add
39592         stamp-libm-err and stamp-version.
39593         (generated-dirs): Add libc directory.
39594         ($(inst_infodir)/libc.info): Install files from build dir.
39596         * manual/install.texi (Configuring and compiling): Adjust since
39597         the info files are not part of the tar ball anymore.
39599 2012-05-14  Andreas Jaeger  <aj@suse.de>
39601         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
39602         variable.
39604 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39606         [BZ #13717]
39607         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39608         to 2.2.0 where earlier.
39609         * sysdeps/unix/sysv/linux/configure: Regenerated.
39610         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
39611         Remove conditional code.
39612         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
39613         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
39614         Remove conditional code.
39615         [!__NR_lchown]: Likewise.
39616         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39617         [__NR_lchown]: Likewise.
39618         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
39619         comment referencing __ASSUME_LCHOWN_SYSCALL.
39620         * sysdeps/unix/sysv/linux/i386/sigaction.c
39621         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39622         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39623         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
39624         Remove conditional code.
39625         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
39626         (__protocol_available): Remove #if 0 code.
39627         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
39628         conditional code.
39629         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
39630         * sysdeps/unix/sysv/linux/kernel-features.h
39631         (__ASSUME_GETCWD_SYSCALL): Don't define.
39632         (__ASSUME_REALTIME_SIGNALS): Likewise.
39633         (__ASSUME_PREAD_SYSCALL): Likewise.
39634         (__ASSUME_PWRITE_SYSCALL): Likewise.
39635         (__ASSUME_POLL_SYSCALL): Likewise.
39636         (__ASSUME_LCHOWN_SYSCALL): Likewise.
39637         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
39638         non-SPARC.
39639         (__ASSUME_SIOCGIFNAME): Don't define.
39640         (__ASSUME_MSG_NOSIGNAL): Likewise.
39641         (__ASSUME_SENDFILE): Define unconditionally.
39642         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
39643         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
39644         conditional code.
39645         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
39646         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
39647         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39648         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39649         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
39650         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39651         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
39653         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39654         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
39656         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39657         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39658         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
39659         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39660         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
39662         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39663         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
39665         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39666         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
39668         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39669         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
39671         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39672         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
39674         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39675         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39676         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
39677         Remove conditional code.
39678         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39679         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39680         Remove conditional code.
39681         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39682         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
39683         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
39684         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39685         Remove conditional code.
39686         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39687         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
39688         Remove conditional code.
39689         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39690         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
39691         Remove conditional code.
39692         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39693         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39694         Remove conditional code.
39695         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39696         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39697         Remove conditional code.
39698         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39699         * sysdeps/unix/sysv/linux/sh/pwrite64.c
39700         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39701         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39702         * sysdeps/unix/sysv/linux/sigaction.c
39703         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39704         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39705         * sysdeps/unix/sysv/linux/sigpending.c
39706         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39707         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39708         * sysdeps/unix/sysv/linux/sigprocmask.c
39709         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39710         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39711         * sysdeps/unix/sysv/linux/sigsuspend.c
39712         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39713         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39714         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39715         (__libc_missing_rt_sigs): Remove.
39716         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
39717         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
39718         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
39719         Remove conditional code.
39720         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
39721         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
39722         return 1.
39723         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
39724         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
39725         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
39726         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
39728 2012-05-14  Andreas Jaeger  <aj@suse.de>
39730         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
39731         it's not used in glibc.
39732         (__coshm1): Likewise.
39733         (__acosh1p): Likewise.
39734         (__sgn): Likewise.
39736         * manual/string.texi (Copying and Concatenation): Add missing
39737         variable in concat example.
39738         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
39740 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39742         [BZ #14103]
39743         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
39744         __builtin_clzl with __builtin_clzll.
39746 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39748         [BZ #14104]
39749         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
39750         libc_freeres_ptr.
39752 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39754         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
39755         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
39756         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
39757         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
39759 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
39761         * NEWS: Update ia64 info.
39763 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
39765         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
39766         used as bcopy.
39768 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
39770         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
39771         * sysdeps/unix/syscalls.list (dup3): Likewise.
39772         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
39773         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
39775 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
39777         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
39778         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
39780 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
39782         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
39783         thread pointer.
39784         (TLS_IE): Use mov/add instead of movq/addq to load thread
39785         pointer.
39786         (TLS_GD_PREFIX): New.
39787         (TLS_GD): Use it.
39789 2012-05-11  David S. Miller  <davem@davemloft.net>
39791         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
39792         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
39793         (_FPU_SETCW): Likewise.
39795 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39797         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
39798         is 32-byte aligned.
39800 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
39802         [BZ #11837]
39803         * iconvdata/gb18030.c: Update tables.
39804         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
39805         characters specially.
39806         (BODY for TO_LOOP): Add encoding of missing ranges.
39808 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
39810         [BZ #13673]
39811         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
39812         * sysdeps/mach/hurd/dup3.c: Likewise.
39813         * sysdeps/mach/hurd/readlinkat.c: Likewise.
39814         * sysdeps/powerpc/memmove.c:: Likewise.
39816 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39818         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
39819         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
39821 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39823         * elf/elf.h (R_X86_64_RELATIVE64): New.
39824         (R_X86_64_NUM): Updated.
39825         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
39826         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
39827         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
39828         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
39829         tst-quad1pie tst-quad2pie
39830         (modules-names): Add tst-quadmod1 tst-quadmod2.
39831         ($(objpfx)tst-quad1): New dependency.
39832         ($(objpfx)tst-quad2): Likewise.
39833         ($(objpfx)tst-quad1pie): Likewise.
39834         ($(objpfx)tst-quad2pie): Likewise.
39835         * sysdeps/x86_64/tst-quad1.c: New file.
39836         * sysdeps/x86_64/tst-quad1pie.c: New file.
39837         * sysdeps/x86_64/tst-quad2.c: Likewise.
39838         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
39839         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
39840         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
39841         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
39842         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
39844 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39846         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
39847         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
39848         * streams/stropts.h (t_scalar_t): Define type.
39850         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
39851         (_PATH_PRESERVE): Set to "/var/lib".
39852         (_PATH_RWHODIR): Set to "/var/spool/rwho".
39854         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
39855         instead of int.
39857         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
39858         if __dir_mkfile succeeded.
39860         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
39861         checking for _hurd_dtablesize.  Unlock it right after having
39862         finished _hurd_dtable allocation.
39864 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39866         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
39867         * sysdeps/mach/hurd/configure: Regenerated.
39868         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
39869         special-casing to...
39870         * sysdeps/gnu/configure.in: ... this new file.
39871         * sysdeps/unix/sysv/linux/configure: Regenerated.
39872         * sysdeps/gnu/configure: New generated file.
39874         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
39875         for Linux: use nsec instead of usec, as well as:
39876         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
39877         members of type struct timespec.
39878         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
39879         New macros.
39880         (struct stat64): Likewise.
39881         (_STATBUF_ST_NSEC): New macro.
39882         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
39884         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39885         __strtoul_internal rather than strtoul.
39887 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39889         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
39890         and reject them.
39892 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39894         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
39895         which preserves existing values.
39896         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
39898 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39900         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
39901         TIMEOUT values.  Return EINVAL for NFDS values either negative or
39902         greater than FD_SETSIZE.
39904 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39906         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
39907         allocated, call __vm_protect to finish enabling the existing space, and
39908         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
39909         allocate the remainder.
39911 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39913         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
39914         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
39916 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39918         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
39919         sysdeps/mach/hurd/readlink.c.
39921         * posix/tst-sysconf.c (posix_options): Only use
39922         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
39923         _POSIX_SYNCHRONIZED_IO when they are defined
39924         * sysdeps/mach/hurd/bits/posix_opt.h:
39925         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
39926         (_XOPEN_REALTIME): Undefine macro.
39927         (_XOPEN_REALTIME_THREADS): Undefine macro.
39928         (_XOPEN_SHM): Undefine macro.
39929         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
39930         macro to -1.
39931         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
39932         macro to -1.
39933         (_POSIX_ASYNC_IO): Undefine macro.
39934         (_POSIX_PRIORITIZED_IO): Undefine macro.
39935         (_POSIX_SPIN_LOCKS): Define macro to -1.
39937         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
39938         SA_NODEFER, SA_RESETHAND.
39939         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
39940         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
39941         F_DUPFD_CLOEXEC.
39943 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39945         * elf/Makefile (pldd-modules): Define unconditionally.
39947 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39949         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
39951 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39953         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
39954         Return ENOENT when name is empty.
39955         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
39957 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39959         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
39961         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
39963 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39965         Fix mlock in all cases except non-readable pages.
39966         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
39967         instead of VM_PROT_ALL as parameter to __vm_wire function.
39969         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
39970         (__mkdir): When path is `/', just fail with EEXIST.
39971         * sysdeps/mach/hurd/mkdirat.c: Likewise.
39973 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39975         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
39976         <sys/uio.h> (for writev).
39977         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
39978         and <sys/param.h> (for MIN).
39980 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39982         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
39983         REQUESTED_TIME.  Properly set the remaining time and return EINTR
39984         if interrupted.
39986 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39988         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
39989         Depend on against $(link-rpcuserlibs).
39991 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39993         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
39994         (__libc_stack_end): Do not use attribute_relro.
39995         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
39996         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
39997         to libthread-provided value.
39998         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
39999         attribute_relro.
40001 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40003         [BZ #3748]
40004         * bits/libc-lock.h (__libc_once_get): New macro.
40005         * sysdeps/mach/bits/libc-lock.h: Likewise.
40006         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40007         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40008         instead of using implementation details.
40010         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40011         * libio/freopen.c: Likewise.
40012         * libio/freopen64.c: Likewise.
40013         * misc/syslog.c: Likewise.
40014         * nscd/connections.c: Likewise.
40015         * nscd/netgroupcache.c: Likewise.
40016         * sysdeps/posix/getcwd.c: Likewise.
40018 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40020         * math/w_ilogbf.c: Add #include <limits.h>.
40022 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40024         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40025         path instead of returning without unlocking.
40027         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40028         immediate-write ioctls.
40029         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40031 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40033         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40034         __builtin_frame_address instead of making assumptions about the
40035         location of the return address relative to DATA.  Force early load of
40036         the return address.
40037         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40038         __builtin_frame_address.
40040         dup3 for GNU Hurd.
40041         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40042         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40043         implement dup3 and do some further code clean-ups.
40044         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40045         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40047 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40049         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40051         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40052         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40053         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40054         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40055         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40056         d->port.lock.
40058         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40059         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40060         when handler == SIG_ERR, not when handler != SIG_ERR.
40062 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40064         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40065         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40066         definitions.
40068         accept4 for GNU Hurd.
40069         * include/sys/socket.h (__libc_accept4): New prototype.
40070         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40071         to implement __libc_accept4.
40072         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40073         __libc_accept4.
40074         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40076         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40077         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40078         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40079         signal-defines.sym.
40081 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40083         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40085 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40087         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40088         assertion on O_CLOEXEC flag.
40089         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40090         * hurd/intern-fd.c: Likewise.
40091         * hurd/port2fd.c: Likewise.
40093 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40095         [BZ #3906]
40096         * bits/in.h (IPV6_PKTINFO): Define new macro.
40097         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40099 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40101         [BZ #13954]
40102         [BZ #13955]
40103         [BZ #13956]
40104         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40105         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40106         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40107         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40108         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40109         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40110         * math/libm-test.inc (logb_test) : Additional logb tests.
40112 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40113             Andreas Jaeger  <aj@suse.de>
40115         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40116         * configure: Regenerated.
40117         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40118         * config.make.in (link-obsolete-rpc): New substituted variable.
40119         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40120         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40121         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40122         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40123         so that libc.a contains the symbols.
40124         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40125         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40126         * sunrpc/auth_none.c: Likewise.
40127         * sunrpc/auth_unix.c: Likewise.
40128         * sunrpc/authdes_prot.c: Likewise.
40129         * sunrpc/authuxprot.c: Likewise.
40130         * sunrpc/clnt_gen.c: Likewise.
40131         * sunrpc/clnt_perr.c: Likewise.
40132         * sunrpc/clnt_raw.c: Likewise.
40133         * sunrpc/clnt_simp.c: Likewise.
40134         * sunrpc/clnt_tcp.c: Likewise.
40135         * sunrpc/clnt_udp.c: Likewise.
40136         * sunrpc/clnt_unix.c: Likewise.
40137         * sunrpc/des_crypt.c: Likewise.
40138         * sunrpc/des_soft.c: Likewise.
40139         * sunrpc/get_myaddr.c: Likewise.
40140         * sunrpc/key_call.c: Likewise.
40141         * sunrpc/key_prot.c: Likewise.
40142         * sunrpc/netname.c: Likewise.
40143         * sunrpc/pm_getmaps.c: Likewise.
40144         * sunrpc/pm_getport.c: Likewise.
40145         * sunrpc/pmap_clnt.c: Likewise.
40146         * sunrpc/pmap_prot.c: Likewise.
40147         * sunrpc/pmap_prot2.c: Likewise.
40148         * sunrpc/pmap_rmt.c: Likewise.
40149         * sunrpc/publickey.c: Likewise.
40150         * sunrpc/rpc_cmsg.c: Likewise.
40151         * sunrpc/rpc_common.c: Likewise.
40152         * sunrpc/rpc_dtable.c: Likewise.
40153         * sunrpc/rpc_prot.c: Likewise.
40154         * sunrpc/rpc_thread.c: Likewise.
40155         * sunrpc/rtime.c: Likewise.
40156         * sunrpc/svc.c: Likewise.
40157         * sunrpc/svc_auth.c: Likewise.
40158         * sunrpc/svc_raw.c: Likewise.
40159         * sunrpc/svc_run.c: Likewise.
40160         * sunrpc/svc_tcp.c: Likewise.
40161         * sunrpc/svc_udp.c: Likewise.
40162         * sunrpc/svc_unix.c: Likewise.
40163         * sunrpc/svcauth_des.c: Likewise.
40164         * sunrpc/xcrypt.c: Likewise.
40165         * sunrpc/xdr.c: Likewise.
40166         * sunrpc/xdr_array.c: Likewise.
40167         * sunrpc/xdr_float.c: Likewise.
40168         * sunrpc/xdr_intXX_t.c: Likewise.
40169         * sunrpc/xdr_mem.c: Likewise.
40170         * sunrpc/xdr_rec.c: Likewise.
40171         * sunrpc/xdr_ref.c: Likewise.
40172         * sunrpc/xdr_sizeof.c: Likewise.
40173         * sunrpc/xdr_stdio.c: Likewise.
40175 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40177         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40178         change.  Update copyright years.
40180 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40182         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40184 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40185             Joseph Myers  <joseph@codesourcery.com>
40186             Paul Pluzhnikov  <ppluzhnikov@google.com>
40188         [BZ #14012]
40189         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40190         requiring rpcgen.
40191         [cross-compiling] (extra-libs): Likewise.
40192         [cross-compiling] (extra-libs-others): Likewise.
40193         [cross-compiling] (librpcsvc-routines): Likewise.
40194         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40195         [cross-compiling] (omit-deps): Likewise.
40196         (sunrpc-CPPFLAGS): New variable.
40197         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40198         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40199         (cross-rpcgen-objs): New variable.
40200         (extra-objs): Append $(cross-rpcgen-objs).
40201         ($(cross-rpcgen-objs)): New rule.
40202         ($(objpfx)cross-rpcgen): Likewise.
40203         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40204         comment.
40205         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40206         ($(objpfx)x%.stmp): Likewise.
40207         * sunrpc/proto.h [IS_IN_build] (_): Define.
40208         [IS_IN_build] (_libc_intl_domainname): Likewise.
40210 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40212         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40213         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40214         and R_X86_64_TPOFF64.
40216 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40218         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40219         sysdeps/unix/sysv/syscalls.list.
40220         (stime): Likewise.
40221         (utime): Likewise.
40222         * sysdeps/unix/sysv/syscalls.list: Remove file.
40224 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40226         [BZ #3440]
40227         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40228         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40229         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40230         (__LC_IDENTIFICATION): Make these macros useful in #if
40231         expressions, as required by C99.
40233 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40235         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40236         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40237         after this.
40239 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40241         * stdlib/longlong.h: Updated from GCC.
40243 2012-05-09  Andreas Jaeger  <aj@suse.de>
40245         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40246         default is first entry.
40247         (run_mode): Set type.
40248         (main): Remove informal message about syslog.
40249         (options): Fix typo.
40251         [BZ #14053]
40252         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40253         to asm.
40254         (lrint): Likewise.
40255         (llrintf): Likewise.
40256         (llrint): Likewise.
40257         (rint): Likewise.
40258         (rintf): Likewise.
40259         (nearbyint): Likewise.
40260         (nearbyintf): Likewise.
40262 2012-05-09  Andreas Jaeger  <aj@suse.de>
40263             Pedro Alves  <palves@redhat.com>
40265         * nscd/nscd.c (run_mode): Use enum.
40266         (main): Cleanup coding style issue.
40268 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40269             Andreas Jaeger  <aj@suse.de>
40271         * nscd/nscd.c (go_background): Replaced with...
40272         (run_mode): ... this.
40273         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40274         (options): Add -F --foreground.
40275         (main): Implement it.
40276         (parse_opt): Parse it.
40278 2012-05-09  Andreas Jaeger  <aj@suse.de>
40280         [BZ #14083]
40281         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40282         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40283         -Wconversion warning.
40284         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40285         Likewise.
40287 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40289         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40290         == 0.
40291         (LC_ALL): Use macro-int-constant.
40292         (LC_COLLATE): Likewise.
40293         (LC_CTYPE): Likewise.
40294         (LC_MESSAGES): Likewise.
40295         (LC_MONETARY): Likewise.
40296         (LC_NUMERIC): Likewise.
40297         (LC_TIME): Likewise.
40298         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40299         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40300         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40301         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40302         Specify type.
40303         [C99-based standards] (float_t): Expect type.
40304         [C99-based standards] (double_t): Expect type.
40305         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40306         type.
40307         [C99-based standards] (HUGE_VALL): Likewise.
40308         [C99-based standards] (INFINITY): Likewise.
40309         [C99-based standards] (NAN): Likewise.
40310         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40311         [C99-based standards] (FP_NAN): Likewise.
40312         [C99-based standards] (FP_NORMAL): Likewise.
40313         [C99-based standards] (FP_SUBNORMAL): Likewise.
40314         [C99-based standards] (FP_ZERO): Likewise.
40315         [C99-based standards] (FP_FAST_FMA): Use
40316         optional-macro-int-constant.  Specify type.  Require == 1.
40317         [C99-based standards] (FP_FAST_FMAF): Likewise.
40318         [C99-based standards] (FP_FAST_FMAL): Likewise.
40319         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40320         [C99-based standards] (FP_ILOGBNAN): Likewise.
40321         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40322         Specify type.
40323         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40324         [C99-based standards] (math_errhandling): Specify type.
40325         [ISO99 || ISO11] (signgam): Do not allow.
40326         [non-C99-based standards] (copysignf): Do not allow.
40327         [non-C99-based standards] (exp2f): Likewise.
40328         [non-C99-based standards] (log2f): Likewise.
40329         [non-C99-based standards] (modff): Allow.
40330         [non-C99-based standards] (erff): Do not allow.
40331         [non-C99-based standards] (erfcf): Likewise.
40332         [non-C99-based standards] (gammaf): Likewise.
40333         [non-C99-based standards] (hypotf): Likewise.
40334         [non-C99-based standards] (j0f): Likewise.
40335         [non-C99-based standards] (j1f): Likewise.
40336         [non-C99-based standards] (jnf): Likewise.
40337         [non-C99-based standards] (lgammaf): Likewise.
40338         [non-C99-based standards] (tgammaf): Likewise.
40339         [non-C99-based standards] (y0f): Likewise.
40340         [non-C99-based standards] (y1f): Likewise.
40341         [non-C99-based standards] (ynf): Likewise.
40342         [non-C99-based standards] (isnanf): Likewise.
40343         [non-C99-based standards] (acoshf): Likewise.
40344         [non-C99-based standards] (asinhf): Likewise.
40345         [non-C99-based standards] (atanhf): Likewise.
40346         [non-C99-based standards] (cbrtf): Likewise.
40347         [non-C99-based standards] (expm1f): Likewise.
40348         [non-C99-based standards] (ilogbf): Likewise.
40349         [non-C99-based standards] (log1pf): Likewise.
40350         [non-C99-based standards] (logbf): Likewise.
40351         [non-C99-based standards] (nextafterf): Likewise.
40352         [non-C99-based standards] (remainderf): Likewise.
40353         [non-C99-based standards] (rintf): Likewise.
40354         [non-C99-based standards] (scalbf): Likewise.
40355         [non-C99-based standards] (copysignl): Likewise.
40356         [non-C99-based standards] (exp2l): Likewise.
40357         [non-C99-based standards] (log2l): Likewise.
40358         [non-C99-based standards] (modfl): Allow.
40359         [non-C99-based standards] (erfl): Do not allow.
40360         [non-C99-based standards] (erfcl): Likewise.
40361         [non-C99-based standards] (gammal): Likewise.
40362         [non-C99-based standards] (hypotl): Likewise.
40363         [non-C99-based standards] (j0l): Likewise.
40364         [non-C99-based standards] (j1l): Likewise.
40365         [non-C99-based standards] (jnl): Likewise.
40366         [non-C99-based standards] (lgammal): Likewise.
40367         [non-C99-based standards] (tgammal): Likewise.
40368         [non-C99-based standards] (y0l): Likewise.
40369         [non-C99-based standards] (y1l): Likewise.
40370         [non-C99-based standards] (ynl): Likewise.
40371         [non-C99-based standards] (isnanl): Likewise.
40372         [non-C99-based standards] (acoshl): Likewise.
40373         [non-C99-based standards] (asinhl): Likewise.
40374         [non-C99-based standards] (atanhl): Likewise.
40375         [non-C99-based standards] (cbrtl): Likewise.
40376         [non-C99-based standards] (expm1l): Likewise.
40377         [non-C99-based standards] (ilogbl): Likewise.
40378         [non-C99-based standards] (log1pl): Likewise.
40379         [non-C99-based standards] (logbl): Likewise.
40380         [non-C99-based standards] (nextafterl): Likewise.
40381         [non-C99-based standards] (remainderl): Likewise.
40382         [non-C99-based standards] (rintl): Likewise.
40383         [non-C99-based standards] (scalbl): Likewise.
40384         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40385         [non-C99-based standards] (FP_*): Do not allow.
40386         [C99-based standards] (FP_*): Change to
40387         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40388         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40389         allow.
40390         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40391         (SIG_ERR): Likewise.
40392         [X/Open-based standards] (SIG_HOLD): Likewise.
40393         (SIG_IGN): Likewise.
40394         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40395         positive value.
40396         (SIGFPE): Likewise.
40397         (SIGILL): Likewise.
40398         (SIGINT): Likewise.
40399         (SIGSEGV): Likewise.
40400         (SIGTER): Likewise.
40401         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40402         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40403         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40404         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40405         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40406         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40407         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40408         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40409         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40410         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40411         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40412         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40413         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40414         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40415         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40416         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40417         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40418         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40419         [X/Open-based standards] (SIGTRAP): Likewise.
40420         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40421         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40422         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40423         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40424         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40425         allow.
40427 2012-05-08  Ian Wienand  <ianw@vmware.com>
40429         [BZ #14080]
40430         * time/tzset.c (__tzset_parse_tz): Update default rules for
40431         daylight time changes in the Energy Policy Act of 2005.
40433 2012-05-09  Andreas Jaeger  <aj@suse.de>
40435         [BZ #13983]
40436         * elf/ldconfig.c (parse_conf): Change string to make clear that
40437         ldconfig only issued a warning if ld.so.conf does not exist.
40439 2012-05-08  David S. Miller  <davem@davemloft.net>
40441         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
40442         movxtod instead of popping the value on the stack.
40444         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40446 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
40448         * config.h.in: Add HAVE_ARM_PCS_VFP.
40450 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
40452         [BZ #13979]
40453         * include/features.h: Warn if user requests __FORTIFY_SOURCE
40454         checking but the checks are disabled for any reason.
40456 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
40458         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
40459         and ELF64_R_TYPE with ELFW(R_TYPE).
40461 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
40463         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
40464         (ulimit): Likewise.
40466         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
40467         (settimeofday): Likewise.
40469 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
40471         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
40472         a struct th_u2 inside the union, and move tu_block/tu_code into
40473         a new th_u3 union of tu_block/tu_code inside of that.  Move
40474         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
40475         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
40476         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
40477         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
40478         (th_stuff): Change to th_u1.tu_stuff.
40479         (th_data): Define.
40480         (th_msg): Change to th_u1.th_u2.tu_data.
40482 2012-05-07  David S. Miller  <davem@davemloft.net>
40484         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40486         [BZ #14074]
40487         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
40488         (SETUP_PIC_REG): Use it.
40489         (SETUP_PIC_REG_LEAF): Use it.
40491 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
40493         [BZ #13885]
40494         [BZ #13923]
40495         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40496         USE_AS_EXPM1L.
40497         (EXPL_FINITE): Likewise.
40498         (FLDLOG): Likewise.
40499         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40500         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40501         e_expl.S.
40502         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40503         USE_AS_EXPM1L.
40504         (EXPL_FINITE): Likewise.
40505         (FLDLOG): Likewise.
40506         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40507         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40508         e_expl.S.
40509         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
40510         test of -max_value argument for long double.
40511         * sysdeps/i386/fpu/libm-test-ulps: Update.
40512         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40514 2012-05-06  David S. Miller  <davem@davemloft.net>
40516         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
40517         quad soft-float symbols whose references which are compiler
40518         generated.
40519         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
40521 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
40523         [BZ #13884]
40524         [BZ #13914]
40525         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40526         USE_AS_EXP10L.
40527         (EXPL_FINITE): Likewise.
40528         (FLDLOG): Likewise.
40529         (c0): Likewise.
40530         (c1): Likewise.
40531         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40532         Adjust comments for base varying.
40533         (__expl_finite): Change alias to EXPL_FINITE.
40534         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
40535         e_expl.S.
40536         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
40537         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
40538         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
40539         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
40540         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40541         USE_AS_EXP10L.
40542         (EXPL_FINITE): Likewise.
40543         (FLDLOG): Likewise.
40544         (c0): Likewise.
40545         (c1): Likewise.
40546         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40547         Adjust comments for base varying.
40548         (__expl_finite): Change alias to EXPL_FINITE.
40549         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
40550         tests for bugs.
40551         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40553         [BZ #14064]
40554         * math/libm-test.inc (check_float_internal): Correct ulp
40555         calculation for subnormal expected results.
40557 2012-05-06  Andreas Jaeger  <aj@suse.de>
40559         * Makeconfig (+math-flags): New, set to -frounding-math.
40560         (+cflags): Add +math-flags so that all of glibc gets compiled with
40561         it.
40563         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
40565 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
40567         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
40568         Disable one test.
40570         [BZ #13787]
40571         [BZ #13922]
40572         [BZ #14036]
40573         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
40574         (__ieee754_expl): Allow for and saturate large arguments.
40575         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
40576         (u_threshold): Likewise.
40577         (__exp): Call __ieee754_exp before checking for overflow and
40578         underflow.
40579         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
40580         (u_threshold): Likewise.
40581         (__expf): Call __ieee754_expf before checking for overflow and
40582         underflow.
40583         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
40584         (u_threshold): Likewise.
40585         (__expl): Call __ieee754_expl before checking for overflow and
40586         underflow.
40587         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
40588         (__ieee754_expl): Allow for and saturate large arguments.
40589         * math/libm-test.inc (exp_test): Add another test.  Do not allow
40590         missing overflow exception on overflow.
40591         (expm1_test): Do not allow missing overflow exception on overflow.
40593         * sysdeps/i386/fpu/e_expl.c: Move to ...
40594         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
40595         rather than using inline asm.
40596         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
40597         * sysdeps/x86_64/fpu/e_expl.S: Copy from
40598         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
40600         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
40601         (nice): Likewise.
40602         (poll): Likewise.
40603         (signal): Likewise.
40604         (time): Likewise.
40605         (times): Likewise.
40607 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40609         * sysdeps/unix/syscalls.list (adjtime): Add entry from
40610         sysdeps/unix/common/syscalls.list.
40611         (fchmod): Likewise.
40612         (fchown): Likewise.
40613         (ftruncate): Likewise.
40614         (getrusage): Likewise.
40615         (gettimeofday): Likewise.
40616         (setpgid): Likewise.
40617         (setregid): Likewise.
40618         (setreuid): Likewise.
40619         (sigaction): Likewise.
40620         (truncate): Likewise.
40621         (vhangup): Likewise.
40622         * sysdeps/unix/common/syscalls.list: Remove file.
40623         * sysdeps/unix/bsd/Implies: Don't include unix/common.
40624         * sysdeps/unix/sysv/linux/Implies: Likewise.
40626 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
40628         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
40629         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
40630         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
40631         Moved to ...
40632         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
40633         Here.
40634         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
40635         to ...
40636         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
40637         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
40638         to ...
40639         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
40640         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
40641         to ...
40642         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
40643         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
40644         to ...
40645         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
40646         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
40647         to ...
40648         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
40649         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
40650         to ...
40651         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
40652         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
40653         to ...
40654         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
40655         Here.
40656         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
40657         to ...
40658         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
40659         Here.
40660         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
40661         to ...
40662         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
40663         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
40664         Moved to ...
40665         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
40666         Here.
40667         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
40668         to ...
40669         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
40671 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40673         * sysdeps/unix/common/bits/dirent.h: Remove file.
40674         * sysdeps/unix/common/bits/fcntl.h: Likewise.
40676         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
40677         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
40678         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
40679         * sysdeps/unix/bsd/isatty.c: Likewise.
40680         * sysdeps/unix/bsd/tcdrain.c: Likewise.
40681         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
40682         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
40684 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40686         [BZ #13563]
40687         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
40688         long double comparison inaccuracies.
40689         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
40690         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40692 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
40694         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
40695         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
40697 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40699         [BZ #14049]
40700         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
40701         nonzero digits before rounding a hex value.
40702         * stdlib/tst-strtod.c (tests): Add another test.
40704 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40706         * sysdeps/s390/fpu/libm-test-ulps: Update.
40708 2012-05-03  Andreas Jaeger  <aj@suse.de>
40710         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
40711         does not get optimized out.
40712         (malloc_opt_barrier): New.
40714 2012-05-03  Andreas Jaeger  <aj@suse.de>
40715             Roland McGrath  <roland@hack.frob.com>
40717         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
40718         intermediate file deletion.
40719         (generated): Add .symlist files.
40721 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
40723         [BZ #13775]
40724         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
40725         Redirect under this condition.
40726         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40727         [__USE_GNU] (__dprintf_chk): Not under this condition.
40728         [__USE_GNU] (__vdprintf_chk): Likewise.
40729         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
40730         under this condition.
40731         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40732         [__USE_XOPEN2K8] (dprintf): Define under this condition.
40733         [__USE_XOPEN2K8] (vdprintf): Likewise.
40734         [__USE_GNU] (__dprintf_chk): Not under this condition.
40735         [__USE_GNU] (__vdprintf_chk): Likewise.
40736         [__USE_GNU] (dprintf): Likewise.
40737         [__USE_GNU] (vdprintf): Likewise.
40739 2012-05-03  Roland McGrath  <roland@hack.frob.com>
40741         * elf/Makefile (common-generated): Set this instead of generated for
40742         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
40743         $(all-built-dso)-derived lists.
40745 2012-05-03  Andreas Jaeger  <aj@suse.de>
40747         * sysdeps/i386/fpu/libm-test-ulps: Update.
40749         * FAQ: Removed.
40750         * FAQ.in: Likewise.
40751         * scripts/gen-FAQ.pl: Likewise.
40752         * manual/install.texi (Installation): Point to online location of
40753         FAQ.
40754         * Makefile (files-for-dist): Remove FAQ.
40755         (FAQ): Remove.
40757 2012-05-02  Allan McRae  <allan@archlinux.org>
40759         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
40760         (LDFLAGS-reldepmod5.so): Likewise.
40761         (LDFLAGS-reldep6mod1.so): Likewise.
40762         (LDFLAGS-reldep6mod4.so): Likewise.
40763         (LDFLAGS-reldep8mod3.so): Likewise.
40764         (LDFLAGS-unload4mod1.so): Likewise.
40765         (LDFLAGS-unload4mod2.so): Likewise.
40766         (LDFLAGS-tst-initorder): Likewise.
40767         (LDFLAGS-tst-initordera2.so): Likewise.
40768         (LDFLAGS-tst-initordera3.so): Likewise.
40769         (LDFLAGS-tst-initordera4.so): Likewise.
40770         (LDFLAGS-tst-initorderb2.so): Likewise.
40771         (LDFLAGS-noload): Likewise.
40772         (LDFLAGS-next): Likewise.
40773         (LDFLAGS-order2mod1.so): Likewise.
40774         (LDFLAGS-order2mod2.so): Likewise.
40775         (LDFLAGS-tst-initorder2): Likewise.
40776         (LDFLAGS-tst-initorder2a.so): Likewise.
40777         (LDFLAGS-tst-initorder2b.so): Likewise.
40778         (LDFLAGS-tst-initorder2c.so): Likewise.
40779         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
40781 2012-05-02  David S. Miller  <davem@davemloft.net>
40783         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40785 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
40787         [BZ #14055]
40788         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
40790 2012-05-02  Andreas Jaeger  <aj@suse.de>
40792         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
40793         since we manipulate rounding mode.
40794         (CPPFLAGS-test-idouble.c): Likewise.
40795         (CPPFLAGS-test-ifloat.c): Likewise.
40796         (CFLAGS-test-ldouble.c): Likewise.
40797         (CFLAGS-test-double.c): Likewise.
40798         (CFLAGS-test-float.c): Likewise.
40799         (CFLAGS-test-misc.c): Likewise.
40800         (CFLAGS-test-test-fenv.c): Likewise.
40802 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40804         [BZ #2550]
40805         [BZ #2570]
40806         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
40807         comparisons to determine direction to adjust input.
40809 2012-05-01  Roland McGrath  <roland@hack.frob.com>
40811         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
40812         output to the target.
40814         * scripts/localplt.awk: New file.
40815         * elf/Makefile ($(objpfx)check-localplt): Target removed.
40816         (check-localplt-CFLAGS): Variable removed.
40817         ($(all-built-dso:=.jmprel)): New static pattern rule.
40818         (generated): Add those targets.
40819         (localplt-built-dso): New variable.
40820         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
40822         * elf/check-localplt.c: File removed.
40824         * scripts/check-execstack.awk: New file.
40825         * elf/Makefile ($(objpfx)check-execstack): Target removed.
40826         (check-execstack-CFLAGS): Variable removed.
40827         ($(objpfx)check-execstack.h): Target removed.
40828         ($(objpfx)execstack-default): New target.
40829         (generated): Add that instead of check-execstack.h.
40830         ($(all-built-dso:=.phdr)): New static pattern rule.
40831         (generated): Add those targets.
40832         * elf/check-execstack.c: File removed.
40834         * scripts/check-textrel.awk: New file.
40835         * elf/Makefile ($(objpfx)check-textrel): Target removed.
40836         (check-textrel-CFLAGS): Variable removed.
40837         (all-built-dso): Use := to define.o
40838         ($(all-built-dso:=.dyn)): New static pattern rule.
40839         (generated): Add those targets.
40840         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
40841         * config.make.in (READELF): New substituted variable.
40842         * elf/check-textrel.c: File removed.
40844 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
40846         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40847         allow.
40848         * conform/data/ctype.h-data [C99-based standards] (isblank):
40849         Expect function.
40850         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
40851         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
40852         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40853         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
40854         Specify type.  Require positive value.
40855         (EILSEQ): Likewise.
40856         (ERANGE): Likewise.
40857         [ISO || POSIX] (EILSEQ): Do not expect.
40858         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
40859         Specify type.  Require positive value.
40860         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
40861         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
40862         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
40863         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
40864         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
40865         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
40866         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
40867         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
40868         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
40869         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
40870         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
40871         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
40872         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
40873         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
40874         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
40875         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
40876         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
40877         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
40878         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
40879         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
40880         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
40881         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
40882         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
40883         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
40884         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
40885         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
40886         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
40887         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
40888         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
40889         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
40890         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
40891         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
40892         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
40893         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
40894         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
40895         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
40896         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
40897         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
40898         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
40899         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
40900         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
40901         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
40902         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
40903         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
40904         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
40905         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
40906         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
40907         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
40908         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
40909         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
40910         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
40911         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
40912         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
40913         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
40914         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
40915         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
40916         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
40917         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
40918         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
40919         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
40920         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
40921         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
40922         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
40923         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
40924         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
40925         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
40926         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
40927         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
40928         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
40929         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
40930         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
40931         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
40932         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
40933         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
40934         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
40935         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
40936         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
40937         Require >= 2.
40938         (FLT_ROUNDS): Expect as macro, not constant.
40939         (FLT_MANT_DIG): Use macro-int-constant.
40940         (DBL_MANT_DIG): Likewise.
40941         (LDBL_MANT_DIG): Likewise.
40942         (FLT_DIG): Likewise.
40943         (DBL_DIG): Likewise.
40944         (LDBL_DIG): Likewise.
40945         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
40946         (DBL_MIN_EXP): Likewise.
40947         (LDBL_MIN_EXP): Likewise.
40948         (FLT_MAX_EXP): Use macro-int-constant.
40949         (DBL_MAX_EXP): Likewise.
40950         (LDBL_MAX_EXP): Likewise.
40951         (FLT_MAX_10_EXP): Likewise.
40952         (DBL_MAX_10_EXP): Likewise.
40953         (LDBL_MAX_10_EXP): Likewise.
40954         (FLT_MAX): Use macro-constant.
40955         (DBL_MAX): Likewise.
40956         (LDBL_MAX): Likewise.
40957         (FLT_EPSILON): Use macro-constant.  Give upper bound.
40958         (DBL_EPSILON): Likewise.
40959         (LDBL_EPSILON): Likewise.
40960         (FLT_MIN): Likewise.
40961         (DBL_MIN): Likewise.
40962         (LDBL_MIN): Likewise.
40963         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
40964         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
40965         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
40966         [ISO11] (FLT_HAS_SUBNORM): Likewise.
40967         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
40968         [ISO11] (DBL_DECIMAL_DIG): Likewise.
40969         [ISO11] (FLT_DECIMAL_DIG): Likewise.
40970         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
40971         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
40972         [ISO11] (FLT_TRUE_MIN): Likewise.
40973         [ISO11] (LDBL_TRUE_MIN): Likewise.
40974         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40975         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
40976         (SCHAR_MIN): Use macro-int-constant.  Specify type.
40977         (SCHAR_MAX): Likewise.
40978         (UCHAR_MAX): Likewise.
40979         (CHAR_MIN): Likewise.
40980         (CHAR_MAX): Likewise.
40981         (MB_LEN_MAX): Use macro-int-constant.
40982         (SHRT_MIN): Use macro-int-constant.  Specify type.
40983         (SHRT_MAX): Likewise.
40984         (USHRT_MAX): Likewise.
40985         (INT_MAX): Likewise.
40986         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
40987         bound negative.
40988         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
40989         bound with "U".
40990         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
40991         bound with "L".
40992         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
40993         bound negative.  Suffix upper bound with "L".
40994         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
40995         bound with "UL".
40996         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
40997         Specify type.
40998         [C99-based standards] (LLONG_MAX): Likewise.
40999         [C99-based standards] (ULLONG_MAX): Likewise.
41000         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41001         == 0.
41002         [ISO11] (max_align_t): Require type.
41003         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41005         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41006         from $CFLAGS, without defining away __attribute__ calls.
41007         (checknamespace): Use $CFLAGS_namespace.
41009         * conform/conformtest.pl (@keywords): Only include C99 keywords
41010         for standards based on C99 or C11.
41012         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41013         Disable tests.
41014         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41015         UNIX98]: Likewise.
41017         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41018         usability of symbols in #if.
41020         * conform/conformtest.pl: If macro or constant types start
41021         "promoted:", expect the symbol to be of the following type
41022         promoted by the integer promotions.
41024         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41025         in one place.  Also handle "macro-constant".
41027         * conform/conformtest.pl: Only accept expected macro values with
41028         "==".  Parse all "macro" lines in one place.
41029         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41031         * conform/conformtest.pl: Handle braced types on "constant" lines
41032         instead of handling "typed-constant".
41033         * conform/data/signal.h-data: Use "constant" instead of
41034         "typed-constant".
41036         * conform/conformtest.pl: Handle "optional-" at start of lines in
41037         one place rather than duplicating several cases.  Handle each
41038         format of "macro" line with initial "optional-".
41040         * conform/conformtest.pl: Only accept expected constant or
41041         optional-constant values with "==".  Parse all "constant" lines in
41042         one place.  Parse all "optional-constant" lines in one place.
41043         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41044         * conform/data/fmtmsg.h-data: Likewise.
41045         * conform/data/netinet/in.h-data: Likewise.
41046         * conform/data/tar.h-data: Likewise.
41047         * conform/data/limits.h-data: Use "==" form on "constant" and
41048         "optional-constant" lines.
41050         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41051         Use -std=c99 for XOPEN2K.
41052         (@knownproblems): Remove.
41053         (newtoken): Don't check %isknown.
41055         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41056         Do not expect macro.
41057         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41058         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41059         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41060         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41061         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41062         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41063         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41064         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41065         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41066         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41067         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41068         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41069         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41070         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41071         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41072         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41073         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41074         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41075         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41076         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41077         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41078         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41079         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41080         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41081         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41082         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41083         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41084         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41085         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41086         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41087         [XPG3] (acosh): Likewise.
41088         [XPG3] (asinh): Likewise.
41089         [XPG3] (atanh): Likewise.
41090         [XPG3] (cbrt): Likewise.
41091         [XPG3] (expm1): Likewise.
41092         [XPG3] (ilogb): Likewise.
41093         [XPG3] (log1p): Likewise.
41094         [XPG3] (logb): Likewise.
41095         [XPG3] (nextafter): Likewise.
41096         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41097         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41098         [XPG3] (remainder): Likewise.
41099         [XPG3] (rint): Likewise.
41100         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41101         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41102         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41103         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41104         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41105         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41106         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41107         [UNIX98 || XOPEN2K] (scalb): Expect.
41108         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41109         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41110         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41111         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41112         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41113         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41114         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41115         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41116         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41117         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41118         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41119         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41120         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41121         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41122         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41123         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41124         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41125         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41126         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41127         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41128         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41129         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41130         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41131         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41132         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41133         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41134         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41135         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41136         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41137         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41138         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41139         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41140         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41141         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41142         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41143         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41144         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41145         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41146         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41147         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41148         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41149         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41150         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41151         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41152         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41153         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41154         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41155         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41156         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41157         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41158         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41159         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41160         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41161         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41162         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41163         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41164         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41165         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41166         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41167         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41168         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41169         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41170         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41171         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41172         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41173         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41174         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41175         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41176         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41177         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41178         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41179         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41180         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41181         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41182         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41183         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41184         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41185         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41186         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41187         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41188         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41189         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41190         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41191         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41192         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41193         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41194         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41195         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41196         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41197         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41198         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41199         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41200         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41201         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41202         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41203         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41204         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41205         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41206         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41207         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41208         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41209         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41210         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41211         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41212         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41213         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41214         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41215         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41216         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41217         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41218         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41219         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41220         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41221         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41222         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41223         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41224         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41225         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41226         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41227         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41228         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41229         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41230         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41231         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41232         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41233         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41234         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41235         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41236         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41237         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41238         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41239         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41240         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41241         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41242         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41243         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41244         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41246         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41247         _XOPEN_SOURCE_EXTENDED for XPG4.
41249         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41251         * Makeconfig (localtime): Remove variable.
41252         (inst_localtime-file): Likewise.
41254 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41257         Update.
41258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41259         Update.
41260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41261         Update.
41262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41263         Update.
41264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41265         Update.
41266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41267         Update.
41268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41269         Update.
41270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41271         Update.
41272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41273         Update.
41275 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41277         [BZ #2550]
41278         [BZ #2570]
41279         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41280         comparisons to determine direction to adjust input.
41281         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41282         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41283         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41284         Likewise.
41285         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41286         Likewise.
41287         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41288         Likewise.
41289         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41290         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41291         Likewise.
41292         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41293         Likewise.
41294         * math/libm-test.inc (nexttoward_test): Add more tests.
41296 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41298         [BZ #14040]
41299         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41300         in version GLIBC_2.1, not GLIBC_2.0.
41301         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41302         Likewise.
41304 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41306         [BZ #13942]
41307         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41308         (1 - x) * (1 + x).
41309         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41310         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41311         * math/libm-test.inc (acos_test): Add more tests.
41312         (asin_test): Likewise.
41313         * sysdeps/i386/fpu/libm-test-ulps: Update.
41314         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41316         [BZ #14034]
41317         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41318         of square root.
41319         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41320         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41321         * math/libm-test.inc (acos_test_tonearest): New function.
41322         (acos_test_towardzero): Likewise.
41323         (acos_test_downward): Likewise.
41324         (acos_test_upward): Likewise.
41325         (asin_test_tonearest): Likewise.
41326         (asin_test_towardzero): Likewise.
41327         (asin_test_downward): Likewise.
41328         (asin_test_upward): Likewise.
41329         (main): Call the new functions.
41330         * sysdeps/i386/fpu/libm-test-ulps: Update.
41331         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41333         [BZ #13884]
41334         [BZ #13924]
41335         * math/e_exp10.c: Include <float.h>.
41336         (__ieee754_exp10): Handle underflow here rather than multiplying
41337         large negative argument by M_LN10.
41338         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41339         of __ieee754_expf.
41340         * math/e_exp10l.c: Include <float.h>.
41341         (__ieee754_exp10l): Handle underflow here rather than multiplying
41342         large negative argument by M_LN10l.
41343         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41344         spurious overflow exception on underflow.
41346 2012-04-29  Marek Polacek  <polacek@redhat.com>
41348         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41349         (__fortify_function): New macro.
41350         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41351         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41352         __extern_always_inline.
41353         * libio/bits/stdio2.h: Likewise.
41354         * libio/bits/stdio.h: Likewise.
41355         * string/string.h: Likewise.
41356         * string/bits/string3.h: Likewise.
41357         * include/stdio.h: Likewise.
41358         * stdlib/bits/stdlib.h: Likewise.
41359         * stdlib/stdlib.h: Likewise.
41360         * rt/bits/mqueue2.h: Likewise.
41361         * rt/mqueue.h: Likewise.
41362         * posix/bits/unistd.h: Likewise.
41363         * posix/unistd.h: Likewise.
41364         * io/bits/poll2.h: Likewise.
41365         * io/bits/fcntl2.h: Likewise.
41366         * io/fcntl.h: Likewise.
41367         * io/sys/poll.h: Likewise.
41368         * misc/bits/syslog.h: Likewise.
41369         * misc/bits/syslog-ldbl.h: Likewise.
41370         * misc/sys/syslog.h: Likewise.
41371         * socket/bits/socket2.h: Likewise.
41372         * socket/sys/socket.h: Likewise.
41373         * debug/tst-chk1.c: Likewise.
41374         * wcsmbs/bits/wchar2.h: Likewise.
41375         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41376         * wcsmbs/wchar.h: Likewise.
41378 2012-04-29  Andreas Jaeger  <aj@suse.de>
41380         * Makerules (tests): Remove enable-check-abi protection.
41381         (check-abi-warn): Remove.
41382         (check-abi-%): Remove check-abi-warn usage.
41384         * configure.in: Remove check-abi configure option.
41385         * configure: Regenerated.
41386         * config.make.in (enable-check-abi): Remove.
41388 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41390         [BZ #14033]
41391         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41392         double functions to double *_finite functions.
41394         [BZ #13941]
41395         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41396         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41397         LDBL_MIN_EXP.
41398         * stdio-common/Makefile (tests): Add tst-sprintf3.
41399         * stdio-common/tst-sprintf3.c: New file.
41401         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41402         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41404 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41406         * conform/conformtest.pl: Remove duplicate typed-constant
41407         handling.
41409 2012-04-28  David S. Miller  <davem@davemloft.net>
41411         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41412         (check-abi-%): Remove AWK script prerequisite and explicit
41413         abilist directory.
41414         (check-abi): Rewrite to just diff the symlist with the abilist.
41415         (config-tls, config-abi-config): Delete, no longer used.
41416         (update-abi-%): Remove AWK script and explicit abilist directory.
41417         (update-abi): Rewrite to simply compare and conditionally copy the
41418         symlist and the sysdep abilist file.  Remove update-abi-config
41419         checks.
41420         * abilist/ld.abilist: Remove.
41421         * abilist/libBrokenLocale.abilist: Remove.
41422         * abilist/libanl.abilist: Remove.
41423         * abilist/libcrypt.abilist: Remove.
41424         * abilist/libdl.abilist: Remove.
41425         * abilist/librt.abilist: Remove.
41426         * abilist/libthread_db.abilist: Remove.
41427         * abilist/libutil.abilist: Remove.
41428         * scripts/extract-abilist.awk: Remove.
41429         * scripts/merge-abilist.awk: Remove.
41430         * sysdeps/generic/libcidn.abilist: New file.
41431         * sysdeps/generic/libnss_compat.abilist: New file.
41432         * sysdeps/generic/libnss_db.abilist: New file.
41433         * sysdeps/generic/libnss_dns.abilist: New file.
41434         * sysdeps/generic/libnss_files.abilist: New file.
41435         * sysdeps/generic/libnss_hesiod.abilist: New file.
41436         * sysdeps/generic/libnss_nis.abilist: New file.
41437         * sysdeps/generic/libnss_nisplus.abilist: New file.
41438         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
41439         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
41440         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
41441         file.
41442         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
41443         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
41444         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
41445         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
41446         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
41447         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
41448         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
41449         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
41450         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
41451         file.
41452         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
41453         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
41454         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
41455         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
41456         file.
41457         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
41458         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
41459         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
41460         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
41461         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
41462         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
41463         file.
41464         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
41465         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
41466         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
41467         file.
41468         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
41469         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
41470         New file.
41471         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
41472         New file.
41473         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
41474         New file.
41475         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
41476         New file.
41477         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
41478         New file.
41479         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
41480         New file.
41481         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
41482         New file.
41483         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
41484         New file.
41485         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
41486         New file.
41487         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
41488         New file.
41489         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
41490         New file.
41491         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
41492         New file.
41493         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
41494         New file.
41495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
41496         file.
41497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
41498         New file.
41499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
41500         New file.
41501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
41502         file.
41503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
41504         New file.
41505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
41506         New file.
41507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
41508         file.
41509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
41510         New file.
41511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41512         New file.
41513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
41514         New file.
41515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
41516         New file.
41517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
41518         New file.
41519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
41520         New file.
41521         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
41522         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
41523         file.
41524         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
41525         New file.
41526         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
41527         file.
41528         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
41529         file.
41530         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
41531         file.
41532         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
41533         file.
41534         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
41535         file.
41536         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41537         New file.
41538         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
41539         file.
41540         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
41541         file.
41542         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
41543         New file.
41544         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
41545         file.
41546         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
41547         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
41548         file.
41549         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
41550         New file.
41551         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
41552         file.
41553         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
41554         file.
41555         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
41556         file.
41557         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
41558         file.
41559         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
41560         file.
41561         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41562         New file.
41563         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
41564         file.
41565         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
41566         file.
41567         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
41568         New file.
41569         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
41570         file.
41571         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41572         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
41573         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
41574         file.
41575         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
41576         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
41577         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
41578         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
41579         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
41580         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
41581         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
41582         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
41583         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
41584         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
41585         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
41586         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
41587         file.
41588         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
41589         New file.
41590         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
41591         file.
41592         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
41593         file.
41594         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
41595         file.
41596         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
41597         file.
41598         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
41599         file.
41600         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
41601         New file.
41602         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
41603         New file.
41604         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
41605         file.
41606         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
41607         New file.
41608         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
41609         file.
41610         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
41611         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
41612         file.
41613         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
41614         New file.
41615         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
41616         file.
41617         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
41618         file.
41619         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
41620         file.
41621         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
41622         file.
41623         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
41624         file.
41625         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
41626         New file.
41627         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
41628         New file.
41629         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
41630         file.
41631         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
41632         New file.
41633         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
41634         file.
41636 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41638         * conform/conformtest.pl: Fix typo in handling typed-constant from
41639         allow-header.
41641 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41643         * README: Cut down references to pre-2.6 Linux kernels and
41644         Linuxthreads.  Update lists of configurations in libc and ports
41645         and sort alphabetically.  Say "or newer" with Linux kernel version
41646         requirements.
41648         * config.h.in [IS_IN_build]: Allow compiling without optimization.
41650 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
41652         [BZ #887]
41653         * math/libm-test.inc (logb_test_downward): New test to expose
41654         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
41655         rounding mode.
41657 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41659         [BZ #14027]
41660         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
41661         to be done.
41662         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
41663         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
41665 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
41667         * sysdeps/unix/i386/brk.S: Remove file.
41668         * sysdeps/unix/i386/dl-brk.S: Likewise.
41669         * sysdeps/unix/i386/pipe.S: Likewise.
41670         * sysdeps/unix/i386/sigreturn.S: Likewise.
41671         * sysdeps/unix/i386/syscall.S: Likewise.
41672         * sysdeps/unix/i386/vfork.S: Likewise.
41673         * sysdeps/unix/i386/wait.S: Likewise.
41675         * sysdeps/unix/common/tcsendbrk.c: Move to ...
41676         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
41678         * configure.in (arm*-none*): Do not allow without
41679         --enable-hacker-mode.
41680         (netbsd*): Remove case setting base_os.
41681         (386bsd*): Likewise.
41682         (freebsd*): Likewise.
41683         (bsdi*): Likewise.
41684         (osf*): Likewise.
41685         (sunos*): Likewise.
41686         (ultrix*): Likewise.
41687         (newsos*): Likewise.
41688         (dynix*): Likewise.
41689         (*bsd*): Likewise.
41690         (sysv*): Likewise.
41691         (isc*): Likewise.
41692         (esix*): Likewise.
41693         (sco*): Likewise.
41694         (minix*): Likewise.
41695         (irix4*): Likewise.
41696         (irix6*): Likewise.
41697         (solaris[2-9]*): Likewise.
41698         (none): Likewise.
41699         * configure: Regenerated.
41701 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41703         [BZ #11521]
41704         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
41705         overflow or cancellation in calculating denominator.
41706         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
41707         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
41708         down expression to avoid unexpected rounding in newer GCCs.
41709         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
41711 2012-04-26  David S. Miller  <davem@davemloft.net>
41713         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
41714         long-double compat symbols.
41715         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
41716         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41717         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41718         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
41719         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41720         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
41721         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
41722         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
41723         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
41724         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
41725         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
41726         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
41727         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41729 2012-04-25  David S. Miller  <davem@davemloft.net>
41731         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
41732         HWCAP_* values only after the memory barriers have been defined.
41733         (atomic_full_barrier): Define.
41734         (atomic_read_barrier): Define.
41735         (atomic_write_barrier): Define.
41737 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41739         * shlib-versions: Add libgcc_s version information.
41740         * sysdeps/generic/libgcc_s.h: Remove.
41741         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
41742         libgcc_s.h.
41743         * sysdeps/gnu/unwind-resume.c: Likewise.
41744         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
41746 2012-04-25  David S. Miller  <davem@davemloft.net>
41748         * sysdeps/unix/sparc/brk.S: Delete.
41749         * sysdeps/unix/sparc/dl-brk.S: Delete.
41750         * sysdeps/unix/sparc/pipe.S: Delete.
41751         * sysdeps/unix/sparc/sysdep.S: Delete.
41752         * sysdeps/unix/sparc/sysdep.h: Delete.
41753         * sysdeps/unix/sparc/vfork.S: Delete.
41754         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
41755         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
41756         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
41757         (ret_ERRVAL, r0, r1, MOVE): Define.
41758         (JUMPTARGET): Remove.
41759         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
41760         sysdeps/unix/sparc/sysdep.h
41761         (ENTRY, END): Remove.
41762         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41764 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
41766         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
41767         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
41768         -DIS_IN_build.
41770         * timezone/README: Update upstream location and email address for
41771         tzcode and tzdata.
41772         * timezone/zdump.c: Update from tzcode 2012b.
41773         * timezone/zic.c: Likewise.
41775         * configure.in (libc_cv_as_needed): Remove test.
41776         * configure: Regenerated.
41777         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
41778         conditional definition.
41779         [$(have-as-needed) != yes] (no-as-needed): Likewise.
41780         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
41781         * config.make.in (have-as-needed): Remove variable.
41783 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
41784             Paul Pluzhnikov  <ppluzhnikov@google.com>
41786         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
41787         strings correctly.
41789 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
41791         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
41792         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
41793         * sysdeps/sh/strlen.S: Likewise.
41795 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41797         * sysdeps/unix/fork.S: Remove file.
41798         * sysdeps/unix/i386/fork.S: Likewise.
41799         * sysdeps/unix/sparc/fork.S: Likewise.
41801         * sysdeps/unix/system.c: Remove file.
41802         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
41804         * sysdeps/unix/getegid.S: Remove file.
41805         * sysdeps/unix/geteuid.S: Likewise.
41807 2012-04-24  Roland McGrath  <roland@hack.frob.com>
41809         * scripts/check-localplt.awk: New file.
41810         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
41811         of diff.
41812         * scripts/data/localplt-generic.data: Add a comment.
41814         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
41815         NODE when __dir_mkfile failed.
41816         * sysdeps/mach/hurd/symlinkat.c: Likewise.
41817         Reported by Ludovic Courtès <ludo@gnu.org>.
41819 2012-04-24  Andreas Jaeger  <aj@suse.de>
41821         * Makerules (common-clean): Also remove gen-as-const-headers
41822         files.
41824 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41826         * Makerules (native-compile): Do not change working directory for
41827         build.  Use $(OUTPUT_OPTION) in command.
41828         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
41830 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41832         [BZ #13886]
41833         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
41834         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
41835         * math/libm-test.inc (floor_test): Add more tests.
41836         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
41838 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41840         * sysdeps/unix/getdents.c: Remove file.
41841         * sysdeps/unix/sysv/getdents.c: Likewise.
41842         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
41844         * sysdeps/unix/syscalls.list (madvise): Add syscall from
41845         sysdeps/unix/mman/syscalls.list.
41846         (mmap): Likewise.
41847         (mprotect): Likewise.
41848         (msync): Likewise.
41849         (munmap): Likewise.
41850         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
41851         * sysdeps/unix/mman/syscalls.list: Remove.
41852         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
41854         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
41855         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
41856         * configure: Regenerated.
41857         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
41858         $(libgcc_s_suffix).
41859         * config.make.in (libgcc_s_suffix): Remove variable.
41861 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
41863         * sysdeps/unix/sysv/gethostname.c: Move to ...
41864         * sysdeps/posix/gethostname.c: ... here.
41866         * sysdeps/unix/execve.S: Remove file.
41868         * sysdeps/unix/_exit.S: Remove file.
41870 2012-04-23  Andreas Jaeger  <aj@suse.de>
41872         [BZ #13739]
41873         * manual/Makefile: Remove make dist support, there's no
41874         need for a stand-alone documentation tar ball.
41875         (TEXI2DVI): Define always, it's not in Makeconfig.
41876         (dist): Removed.
41877         (tar-it): Removed.
41878         (edition): Removed.
41879         (glibc-doc-$(edition).tar): Removed
41880         (%.Z): Removed.
41881         (%.gz): Removed.
41882         (%.uu): Removed.
41883         (ETAGS): Remove, it's in Makeconfig.
41884         (move-if-change): Remove, it's in Makeconfig.
41886 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
41888         [BZ #13970]
41889         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
41890         (strtod, strtof, strtold, strtol, strtoul, strtoq)
41891         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
41892         (strtod_l, strtof_l, strtold_l): Remove __wur.
41893         It is not necessarily an error to ignore strtol's return value.
41894         One can reliably look at the stored endptr to decide whether
41895         the number had valid syntax.
41897 2012-04-21  Andreas Jaeger  <aj@suse.de>
41899         [BZ #13739]
41900         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
41902 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
41904         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
41905         * sysdeps/unix/sysv/Versions: Remove file.
41907 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
41909         [BZ #13927]
41910         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41912 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
41914         [BZ #7064]
41915         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
41916         version from __vm86.
41918 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
41920         * sysdeps/unix/common/lxstat.c: Remove file.
41921         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
41923         * sysdeps/unix/sysv/Makefile: Remove file.
41925         * sysdeps/unix/sysv/direct.h: Remove file.
41927         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
41928         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
41929         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
41930         * sysdeps/unix/sysv/bits/signum.h: Likewise.
41931         * sysdeps/unix/sysv/bits/stat.h: Likewise.
41932         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
41933         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
41935         * sysdeps/unix/sysv/setrlimit.c: Remove file.
41937         * sysdeps/unix/xmknod.c: Remove file.
41938         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
41940         * sysdeps/unix/sysv/settimeofday.c: Remove file.
41942         * sysdeps/unix/sysv/i386/time.S: Remove file.
41944         * sysdeps/unix/fxstat.c: Remove file.
41945         * sysdeps/unix/xstat.c: Likewise.
41946         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
41948         * sysdeps/unix/sysv/sigaction.c: Remove file.
41950         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
41951         (sysdep_headers): Remove variable.
41952         [termio.h not in sysdep_headers] (generated): Likewise.
41953         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
41954         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
41955         * sysdeps/unix/sysv/tcdrain.c: Likewise.
41956         * sysdeps/unix/sysv/tcflow.c: Likewise.
41957         * sysdeps/unix/sysv/tcflush.c: Likewise.
41958         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
41959         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
41960         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
41961         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
41962         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
41964         * sysdeps/unix/siglist.c: Remove file.
41966         * sysdeps/unix/getppid.S: Remove file.
41968         * sysdeps/unix/mkdir.c: Remove file.
41969         * sysdeps/unix/rmdir.c: Likewise.
41971 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
41973         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
41974         ERR_MAX value.
41975         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
41976         errlist-compat value.
41978 2012-04-18  David S. Miller  <davem@davemloft.net>
41980         * sysdeps/generic/memcopy.h (reg_char): Delete.
41981         * debug/strcat_chk.c: Use char, not reg_char.
41982         * debug/strcpy_chk.c: Likewise.
41983         * debug/strncat_chk.c: Likewise.
41984         * debug/strncpy_chk.c: Likewise.
41985         * string/memchr.c: Likewise.
41986         * string/memrchr.c: Likewise.
41987         * string/rawmemchr.c: Likewise.
41988         * string/strcat.c: Likewise.
41989         * string/strchr.c: Likewise.
41990         * string/strchrnul.c: Likewise.
41991         * string/strcmp.c: Likewise.
41992         * string/strcpy.c: Likewise.
41993         * string/strncat.c: Likewise.
41994         * string/strncmp.c: Likewise.
41995         * string/strncpy.c: Likewise.
41997 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
41999         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42000         __builtin_memcopy is called when src and dest ranges are known to not
42001         overlap.
42003 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42005         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42006         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42007         fwd_align_merge macro call.
42008         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42009         bwd_align_merge macro call.
42010         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42012 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42014         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42015         bwd_align_merge macros.
42016         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42017         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42018         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42020 2012-04-18  David S. Miller  <davem@davemloft.net>
42022         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42024 2012-04-18  Andreas Jaeger  <aj@suse.de>
42026         [BZ# 6794]
42027         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42028         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42029         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42031         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42032         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42033         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42035         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42036         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42037         Adjust for changed ldbl-128 files.
42039         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42040         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42041         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42043 2012-04-17  David S. Miller  <davem@davemloft.net>
42045         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42047 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42049         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42050         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42051         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42052         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42053         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42054         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42056 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42058         [BZ #6794]
42059         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42060         * math/libm-test.inc: Add ilogb errno and exception tests.
42061         * math/w_ilogb.c: New file: ilogb wrapper.
42062         * math/w_ilogbf.c: New file: ilogbf wrapper.
42063         * math/w_ilogbl.c: New file: ilogbl wrapper.
42064         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42065         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42066         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42067         exception being thrown with 0.0 as argument.
42068         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42069         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42070         exception being thrown with 0.0 as argument.
42071         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42072         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42073         exception being thrown with 0.0 as argument.
42074         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42075         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42076         exception being thrown with 0.0 as argument.
42077         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42078         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42079         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42080         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42081         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42082         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42083         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42084         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42085         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42087 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42089         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42090         with altivec.
42092 2012-04-16  Marek Polacek  <polacek@redhat.com>
42094         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42096 2012-04-16  Marek Polacek  <polacek@redhat.com>
42098         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42099         operands of fdivp instruction.
42101 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42103         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42104         * elf/tst-auditmod3b.c: Likewise.
42105         * elf/tst-auditmod4b.c: Likewise.
42106         * elf/tst-auditmod5b.c: Likewise.
42107         * elf/tst-auditmod6b.c: Likewise.
42108         * elf/tst-auditmod6c.c: Likewise.
42109         * elf/tst-auditmod7b.c: Likewise.
42110         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42111         * sysdeps/x86_64/preconfigure.in: Likewise.
42112         * sysdeps/x86_64/preconfigure: Regenerated.
42114 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42116         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42117         __ILP32__.
42119 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42121         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42122         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42124 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42126         [BZ #13973]
42127         * locale/iso-639.def: Fix gl language name. Spotted by
42128         Yaron Shahrabani.
42130 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42132         [BZ #2074]
42133         * libio/libio.h (__io_write_fn): Update comment.
42135 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42137         [BZ #2074]
42138         * stdio.texi (Hook Functions): The user provided writer function
42139         is not allowed to return -1.
42141 2012-04-11  David S. Miller  <davem@davemloft.net>
42143         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42145 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42147         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42148         Add a leading slash to rtkaio.
42150 2012-04-11  Jim Meyering  <meyering@redhat.com>
42152         [BZ #11959]
42153         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42154         It is not necessarily an error to ignore fwrite's return
42155         value.  One can reliably use ferror to test for errors after
42156         the fact.
42158 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42160         * bits/types.h (__snseconds_t): New type.
42161         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42163         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42164         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42165         (__SNSECONDS_T_TYPE): Likewise.
42166         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42167         (__SNSECONDS_T_TYPE): Likewise.
42168         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42169         (__SNSECONDS_T_TYPE): Likewise.
42171 2012-04-10  Andreas Jaeger  <aj@suse.de>
42173         [BZ #2636]
42174         * manual/time.texi (Processor Time): Return type of times is
42175         elapsed real time since an arbitrary point in the past.
42176         (CPU Time): Move CLK_TCK from here...
42177         (Processor Time): ...to here.  Correct description.
42178         * manual/conf.texi (Constants for Sysconf): Correct description of
42179         _SC_CLK_TCK.
42181 2012-04-10  David S. Miller  <davem@davemloft.net>
42183         [BZ #13967]
42184         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42185         where the is a gap between DT_REL(A) and DT_JMPREL.
42187 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42189         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42190         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42191         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42193 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42195         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42196         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42197         (dl_main): Handle --inhibit-cache.
42198         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42199         _dl_inhibit_cache.
42200         * elf/dl-load.c (_dl_map_object): Use it.
42201         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42203 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42205         [BZ #13872]
42206         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42207         (__ieee754_powl): Saturate large exponents rather than testing for
42208         overflow of y*log2(x).
42209         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42210         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42211         exceptions.
42213         [BZ #11521]
42214         * math/s_ctan.c: Include <float.h>.
42215         (__ctan): Avoid internal overflow or cancellation in calculating
42216         denominator.
42217         * math/s_ctanf.c: Likewise.
42218         * math/s_ctanl.c: Likewise.
42219         * math/s_ctanh.c: Likewise.
42220         * math/s_ctanhf.c: Likewise.
42221         * math/s_ctanhl.c: Likewise.
42222         * math/libm-test.inc (ctan_test): Add more tests.
42223         (ctanh_test): Likewise.
42224         * sysdeps/i386/fpu/libm-test-ulps: Update.
42225         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42227 2012-04-09  Andreas Jaeger  <aj@suse.de>
42229         [BZ #6894]
42230         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42231         is an optional BSD extension.
42233         [BZ #10254]
42234         * manual/stdio.texi (Opening Streams): Document additional fopen
42235         parameters.
42237 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42239         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42240         %eax without telling the compiler.
42242 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42244         [BZ # 13963]
42245         * manual/install.texi: Use sourceware.org.
42247 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42249         [BZ #13873]
42250         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42251         (__ieee754_pow): Generate overflow and underflow using huge*huge
42252         and tiny*tiny rather than just returning constant infinity or zero
42253         for large exponents.
42254         * math/libm-test.inc (pow_test): Require overflow exceptions for
42255         applicable cases of large exponents.
42257         [BZ #706]
42258         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42259         (__ieee754_pow): Use iterative multiplication algorithm only for
42260         integer exponents with absolute value below 1024.  Check for odd
42261         integer exponents when using algorithm for real exponents.
42262         * math/libm-test.inc (pow_test): Add more tests.
42263         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42265 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42267         [BZ #13705]
42268         * math/libm-test.inc (exp_test): Do not allow overflow exception
42269         on underflow test.
42271 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42273         [BZ #13705]
42274         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42275         instead of __kernel_standard_f.
42277 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42279         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42280         * sysdeps/x86_64/memset_chk.S: Likewise.
42282 2012-04-08  Andreas Jaeger  <aj@suse.de>
42284         [BZ #10153]
42285         * manual/startup.texi (Environment Access): Describe return value
42286         for putenv and setenv.
42288         [BZ #6895]
42289         * manual/filesys.texi (Directory Entries): Add description for
42290         DT_LNK.
42292         [BZ #6890]
42293         * manual/filesys.texi (Directory Entries): Clarify that it's file
42294         system not operating system in the description of DT_UNKNOWN.
42296         [BZ #6578]
42297         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42299 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42301         [BZ #6649]
42302         * manual/llio.texi (Opening and Closing Files): Add cross
42303         reference to explain mode argument.
42305 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42307         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42308         * sysdeps/x86_64/memset_chk.S: Likewise.
42310 2012-04-07  David S. Miller  <davem@davemloft.net>
42312         * elf/elf.h (R_SPARC_WDISP10): Define.
42313         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42314         R_SPARC_SIZE32.
42315         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42316         R_SPARC_SIZE64 and R_SPARC_H34.
42318 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42320         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42321         conditions and remove no longer applicable assertion.
42323 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42325         * bits/byteswap.h: Include <features.h>.
42326         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42327         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42329 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42331         * bits/byteswap.h (__bswap_16): Removed.
42332         Include <bits/byteswap-16.h> to get __bswap_16.
42333         * sysdeps/i386/bits/byteswap.h: Likewise.
42334         * sysdeps/s390/bits/byteswap.h: Likewise.
42335         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42336         * bits/byteswap-16.h: New file.
42337         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42338         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42339         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42340         * string/Makefile (headers): Add bits/byteswap-16.h.
42342 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42344         [BZ #13895]
42345         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42346         extra indirection.
42347         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42348         * nss/tst-nss-static.c: New.
42350 2012-04-06  Robert Millan  <rmh@gnu.org>
42352         [BZ #6486]
42353         * manual/llio.texi (File Position Primitive): lseek
42354         refers to WHENCE when it really means OFFSET.
42356 2012-04-06  Andreas Jaeger  <aj@suse.de>
42358         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42359         strncmp declarations.
42361         * abilist/libc.abilist: Add __poll and __ppoll.
42363 2012-04-05  David S. Miller  <davem@davemloft.net>
42365         * scripts/check-local-headers.sh: Accept a host triplet in the
42366         path matched by the exclude regexp.
42368         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42369         definition.
42370         * sysdeps/powerpc/powerpc32/dl-machine.h
42371         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42372         * sysdeps/s390/s390-32/dl-machine.h
42373         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42374         * sysdeps/sparc/sparc32/dl-machine.h
42375         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42376         * sysdeps/sparc/sparc64/dl-machine.h
42377         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42379         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42380         lazy binding.
42381         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42382         undefined symbol errors.
42384         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42385         DT_NEEDED entries.
42387 2012-04-05  Michael Matz  <matz@suse.de>
42389         [BZ #13592]
42390         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42392 2012-04-05  Andreas Jaeger  <aj@suse.de>
42394         [BZ #13908]
42395         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42396         comment.
42398 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42400         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42401         which ROUND is no valid rounding mode.
42403 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42405         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42406         read again.
42407         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42409 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42411         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42412         an exception using FPU order intentionally.
42414 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42416         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42417         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42418         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42419         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42421 2012-04-05  Simon Josefsson  <simon@josefsson.org>
42423         [BZ #12340]
42424         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42425         EINVAL when BUFLEN is too smal.
42427 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
42429         [BZ #13553]
42430         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
42431         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
42433 2012-04-03  Andreas Jaeger  <aj@suse.de>
42435         [BZ #13938]
42436         * manual/setjmp.texi (System V contexts): Fix sentence.
42438         [BZ #13926]
42439         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
42440         New macro for this case.
42441         [!__GNUC__] (__bswap_64): New inline function for this case.
42442         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42443         * bits/byteswap.h: Likewise.
42444         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
42445         ull, guard with __GLIBC_HAVE_LONG_LONG.
42447         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
42448         __GLIBC_HAVE_LONG_LONG.
42450         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
42451         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
42453 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42455         [BZ #13691]
42456         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
42457         inptr and inend, rather than using last_ch.
42459 2012-04-02  David S. Miller  <davem@davemloft.net>
42461         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
42462         * stdio-common/printf-parse.h (read_int): Change return type to
42463         'int', return -1 on INT_MAX overflow.
42464         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
42465         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
42466         overflows INT_MAX.  Check for overflow of in-format-string precision
42467         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
42468         SIZE_MAX not INT_MAX for integer overflow test.
42469         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
42470         skip the construct in the format string but do not record anything.
42471         * stdio-common/bug22.c: Adjust to test both width/prevision
42472         INT_MAX overflow as well as total length INT_MAX overflow.  Check
42473         explicitly for proper errno values.
42475 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
42477         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
42478         CHAR_MAX.
42479         * string/test-strcmp.c [! WIDE]: Likewise.
42480         * time/tst-mktime2.c: Likewise for INT_MAX.
42481         * string/test-string.h: #include <sys/param.h> for MIN.
42483         * csu/init-first.c (__libc_init_first): Call __ctype_init.
42484         * sysdeps/i386/init-first.c (init): Likewise.
42485         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
42486         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
42487         * sysdeps/sh/init-first.c (init): Likewise.
42489 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
42491         * po/ru.po: Update from translation team.
42492         * po/vi.po: Likewise.
42494 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
42496         * resolv/nss_dns/dns-host.c: Merge copyright years.
42498 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42500         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
42501         Optimize memcpy with prefetch if
42502         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
42503         src, dst pointers have unequal 16 byte alignments.
42505 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
42507         [BZ #13928]
42508         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
42509         from a CNAME entry and return the minimum ttl for the query.
42510         (gaih_getanswer_slice): Likewise.
42512 2012-03-30  Jeff Law  <law@redhat.com>
42514         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
42515         due to long keys.
42516         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
42517         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
42519         * resolv/nss_dns/dns-host.c: Update copyright year.
42521 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
42523         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
42524         requests to save a system call.  Fix check that all bytes are sent.
42526         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
42527         comments for sendmmsg.
42529 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42531         [BZ #13691]
42532         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
42533         with only 1 character between 0x0041 and 0x01b0.
42534         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
42535         * wcsmbs/tst-mbsnrtowcs.c: New file.
42537 2012-03-29  David S. Miller  <davem@davemloft.net>
42539         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
42540         small copies by hand.
42542 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
42544         [BZ #13761]
42545         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
42546         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
42547         group memberships.
42549 2012-03-28  David S. Miller  <davem@davemloft.net>
42551         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
42552         that branches into memcpy.
42553         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
42554         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
42555         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42556         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
42557         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
42558         bits.
42559         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
42560         implementation too.
42561         * sysdeps/sparc/mempcpy.S: New file.
42563         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
42564         the IFUNC routine in the libc case.
42565         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42567         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
42568         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
42569         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
42570         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
42571         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
42572         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
42573         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
42574         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
42576         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
42577         loop to 256 bytes instead of 64 bytes and fix test signedness.
42579         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
42580         * sysdeps/sparc/sparc32/Makefile: rather than here...
42581         * sysdeps/sparc/sparc64/Makefile: and here.
42583 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
42585         * malloc/mallocbug.c: Avoid warnings about unused variables.
42587 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
42589         [BZ #13760]
42590         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
42591         in the right place. Discard and retry query if response is
42592         larger than input buffer size.
42594 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
42596         [BZ #369]
42597         [BZ #2678]
42598         [BZ #3866]
42599         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
42600         x for large integer exponent.
42601         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
42602         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
42603         sign of result as needed afterwards.
42604         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
42605         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
42606         result for underflowing pow the same as for overflow.
42607         (__kernel_standard_l): Handle powl overflow and underflow here
42608         rather than calling __kernel_standard.
42609         * math/libm-test.inc (pow_test): Add more tests.
42611         [BZ #3868]
42612         [BZ #13879]
42613         [BZ #13910]
42614         [BZ #13911]
42615         [BZ #13912]
42616         [BZ #13913]
42617         [BZ #13915]
42618         [BZ #13916]
42619         [BZ #13917]
42620         [BZ #13918]
42621         [BZ #13919]
42622         [BZ #13920]
42623         [BZ #13921]
42624         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
42625         * sysdeps/ieee754/k_standard.c: Include <float.h>.
42626         (__kernel_standard_l): New function.
42627         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
42628         __kernel_standard.
42629         * math/w_acosl.c (__acosl): Likewise.
42630         * math/w_asinl.c (__asinl): Likewise.
42631         * math/w_atan2l.c (__atan2l): Likewise.
42632         * math/w_atanhl.c (__atanhl): Likewise.
42633         * math/w_coshl.c (__coshl): Likewise.
42634         * math/w_exp10l.c (__exp10l): Likewise.
42635         * math/w_exp2l.c (__exp2l): Likewise.
42636         * math/w_fmodl.c (__fmodl): Likewise.
42637         * math/w_hypotl.c (__hypotl): Likewise.
42638         * math/w_j0l.c (__j0l, __y0l): Likewise.
42639         * math/w_j1l.c (__j1l, __y1l): Likewise.
42640         * math/w_jnl.c (__jnl, __ynl): Likewise.
42641         * math/w_lgammal.c (__lgammal): Likewise.
42642         * math/w_log10l.c (__log10l): Likewise.
42643         * math/w_log2l.c (__log2l): Likewise.
42644         * math/w_logl.c (__logl): Likewise.
42645         * math/w_powl.c (__powl): Likewise.
42646         * math/w_remainderl.c (__remainderl): Likewise.
42647         * math/w_scalbl.c (sysv_scalbl): Likewise.
42648         * math/w_sinhl.c (__sinhl): Likewise.
42649         * math/w_sqrtl.c (__sqrtl): Likewise.
42650         * math/w_tgammal.c (__tgammal): Likewise.
42651         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
42652         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
42653         * math/libm-test.inc (acos_test): Add more tests.
42654         (acosh_test): Likewise.
42655         (asin_test): Likewise.
42656         (atanh_test): Likewise.
42657         (exp_test): Likewise.
42658         (exp10_test): Likewise.
42659         (exp2_test): Likewise.
42660         (expm1_test): Likewise.
42661         (lgamma_test): Likewise.
42662         (log_test): Likewise.
42663         (log10_test): Likewise.
42664         (log1p_test): Likewise.
42665         (log2_test): Likewise.
42666         (pow_test): Do not allow some spurious overflow exceptions.
42667         (sqrt_test): Add more tests.
42668         (tgamma_test): Likewise.
42669         (y0_test): Likewise.
42670         (y1_test): Likewise.
42671         (yn_test): Likewise.
42673 2012-03-27  Anton Blanchard  <anton@samba.org>
42675         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
42676         MAP_HUGETLB.
42677         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
42678         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
42679         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
42681 2012-03-27  David S. Miller  <davem@davemloft.net>
42683         * conform/Makefile: Run run-conformtest.sh using $(BASH).
42685         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
42686         have-as-vis3 check.
42688 2012-03-27  Andreas Jaeger  <aj@suse.de>
42690         * sysdeps/x86_64/elf/configure.in: Moved to ...
42691         * sysdeps/x86_64/configure.in: ... here.
42692         * sysdeps/x86_64/elf/start.S: Moved to ...
42693         * sysdeps/x86_64/start.S: ... here.
42694         * sysdeps/x86_64/elf/configure: Delete.
42696         * sysdeps/x86_64/configure.in: Merge contents from
42697         sysdeps/i386/configure.in (without i686 check).
42699         * sysdeps/i386/elf/Versions: Merge into ...
42700         * sysdeps/i386/Versions: ... this.
42701         * sysdeps/i386/elf/Versions: Delete file.
42702         * sysdeps/i386/elf/start.S: Moved to ...
42703         * sysdeps/i386/start.S: ...here.
42704         * sysdeps/i386/elf/configure.in: Merge into...
42705         * sysdeps/i386/configure.in: ...here.
42706         * sysdeps/i386/elf/configure.in: Delete file.
42707         * sysdeps/i386/elf/configure: Delete file.
42709         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
42710         * debug/backtracesyms.c: ... here.
42711         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
42712         * debug/backtracesymsfd.c: ... here.
42713         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
42714         * sysdeps/generic/ifunc-sel.h: ... here.
42716         * sysdeps/unix/i386/start.c: Delete file.
42717         * sysdeps/unix/sparc/start.c: Delete file.
42718         * sysdeps/unix/start.c: Delete file.
42720         * sysdeps/sh/elf/configure.in: Moved to ...
42721         * sysdeps/sh/configure.in: ... here.
42722         * sysdeps/sh/elf/start.S: Moved to ...
42723         * sysdeps/sh/start.S: ... here.
42724         * sysdeps/sh/elf/configure: Delete file.
42726         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
42727         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
42728         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
42729         * sysdeps/powerpc/powerpc64/entry.h: ... here.
42730         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
42731         * sysdeps/powerpc/powerpc64/start.S: here.
42732         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
42733         * sysdeps/powerpc/powerpc64/Makefile: ... this.
42734         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
42735         * sysdeps/powerpc/powerpc64/configure.in: ... this.
42736         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
42738         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
42739         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
42740         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
42741         * sysdeps/powerpc/powerpc32/start.S: ... here.
42742         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
42743         * sysdeps/powerpc/powerpc32/configure.in: ... this.
42744         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
42746         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
42747         * sysdeps/powerpc/ifunc-sel.h: ... here.
42748         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
42749         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
42751         * sysdeps/sparc/elf/configure.in: Moved to ...
42752         * sysdeps/sparc/configure.in: ... here.
42753         * sysdeps/sparc/elf/configure: Delete file.
42754         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
42755         * sysdeps/sparc/sparc32/start.S: ... here.
42756         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
42757         * sysdeps/sparc/sparc64/start.S: ... here.
42758         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
42759         * sysdeps/sparc/sparc32/Makefile: ... this.
42760         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
42761         * sysdeps/sparc/sparc64/Makefile: ... this.
42763         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
42764         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
42765         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
42766         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
42767         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
42768         * sysdeps/s390/s390-32/setjmp.S: ... here.
42769         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
42770         * sysdeps/s390/s390-32/configure.in: ... here.
42771         * sysdeps/s390/s390-32/elf/configure: Delete file.
42772         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
42773         * sysdeps/s390/s390-32/start.S: ... here.
42775         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
42776         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
42777         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
42778         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
42779         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
42780         * sysdeps/s390/s390-64/setjmp.S: ... here.
42781         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
42782         * sysdeps/s390/s390-64/configure.in: ... here
42783         * sysdeps/s390/s390-64/elf/configure: Delete file.
42784         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
42785         * sysdeps/s390/s390-64/start.S: ... here.
42786         * sysdeps/s390/s390-64/elf/configure: Delete.
42788         * configure.in: Remove support for elf directories in sysdeps.
42790         * configure: Regenerated.
42791         * sysdeps/i386/configure: Regenerated.
42792         * sysdeps/powerpc/powerpc32/configure: Regenerated.
42793         * sysdeps/powerpc/powerpc64/configure: Regenerated.
42794         * sysdeps/s390/s390-32/configure: Regenerated.
42795         * sysdeps/s390/s390-64/configure: Regenerated.
42796         * sysdeps/sh/configure: Regenerated.
42797         * sysdeps/sparc/configure: Regenerated.
42798         * sysdeps/x86_64/configure: Regenerated.
42800 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
42802         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42804         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
42805         denormal result into account.
42807 2012-03-25  Roland McGrath  <roland@hack.frob.com>
42809         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
42810         Reported by Allan McRae <allan@archlinux.org>.
42812 2012-03-23  Jeff Law  <law@redhat.com>
42814         * nss/getnssent.c (__nss_getent): Fix typo.
42816 2012-03-23  David S. Miller  <davem@davemloft.net>
42818         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42820 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
42822         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
42823         to pad to uint64_t for each field.
42824         (dl_tls_index): Replace unsigned long with uint64_t.
42826 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
42827         Paul Pluzhnikov  <ppluzhnikov@google.com>
42829         [BZ #6528]
42830         * grp/Makefile (otherlibs): Don't set it.
42831         * inet/Makefile (otherlibs): Likewise.
42832         * login/Makefile (otherlibs): Likewise.
42833         * nscd/Makefile (otherlibs): Likewise.
42834         * posix/Makefile (otherlibs): Likewise.
42835         * pwd/Makefile (otherlibs): Likewise.
42836         * rt/Makefile (otherlibs): Likewise.
42837         * sunrpc/Makefile (otherlibs): Likewise.
42838         * nss/Makefile (otherlibs): Likewise.
42839         Add libnss_files to routines and static-only-routines.
42840         ($(objpfx)getent): Remove rule.
42841         * resolv/Makefile: Add libnss_dns and libresolv to routines and
42842         static-only-routines.
42844 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
42846         [BZ #13892]
42847         * math/s_cexp.c: Include <float.h>.
42848         (__cexp): Handle exp result overflowing not necessarily
42849         overflowing both real and imaginary parts of result.
42850         * math/s_cexpf.c: Likewise.
42851         * math/s_cexpl.c: Likewise.
42852         * math/libm-test.inc (cexp_test): Add more tests.
42853         * sysdeps/i386/fpu/libm-test-ulps: Update.
42854         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42856 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42858         * include/link.h (ELFW): New macro.
42859         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
42860         Replace ELF64_R_TYPE with ELFW(R_TYPE).
42862 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42864         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
42865         with uint64_t.
42867 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42869         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
42870         declaration.
42871         (struct La_x32_retval): Likewise.
42873 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42875         * sysdeps/x86_64/preconfigure.in: New file.
42876         * sysdeps/x86_64/preconfigure: New generated file.
42878 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
42880         [BZ #13824]
42881         * math/e_exp2l.c: Include <float.h>.
42882         (__ieee754_exp2l): Handle overflow and underflow cases
42883         separately.  Only pass fractional part of argument to
42884         __ieee754_expl.
42885         * math/libm-test.inc (exp2_test): Add more tests.
42887         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
42888         negating x to take absolute value.
42889         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
42890         Likewise.
42891         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
42892         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
42893         Likewise.
42894         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
42895         computing low part if x was negated.
42896         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
42898 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
42900         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
42901         la_x32_gnu_pltexit.
42902         (pltexit): Cast int_retval to ptrdiff_t.
42903         * elf/tst-auditmod3b.c: Likewise.
42904         * elf/tst-auditmod4b.c: Likewise.
42905         * elf/tst-auditmod5b.c: Likewise.
42906         * elf/tst-auditmod6b.c: Likewise.
42907         * elf/tst-auditmod6c.c: Likewise.
42908         * elf/tst-auditmod7b.c: Likewise.
42910         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
42911         and x32_gnu_pltexit.
42913         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
42914         __ELF_NATIVE_CLASS.
42915         (La_x32_regs): New macro.
42916         (La_x32_retval): Likewise.
42917         (la_x32_gnu_pltenter): New function prototype.
42918         (la_x32_gnu_pltexit): Likewise.
42920 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
42922         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
42923         exponent.
42925         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42927         * configure.in (libc_cv_cc_nofma): Check for option to disable
42928         generation of FMA instructions.
42929         * configure: Regenerate.
42930         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
42931         * sysdeps/ieee754/dbl-64/Makefile: New file.
42932         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
42933         Remove brandred-fma4.
42934         (CFLAGS-brandred-fma4.c): Remove.
42935         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
42936         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
42937         define.
42938         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
42939         define.
42941 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
42943         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42944         LLONG_MAX != LONG_MAX.
42945         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42946         (_fitoa_word): Likewise.
42947         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
42948         LLONG_MAX != LONG_MAX.
42949         * stdio-common/_itowa.h: Include <_itoa.h>.
42950         (_itowa_word): Use _ITOA_WORD_TYPE on value.
42951         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
42952         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
42953         only if not defined.
42954         (_ITOA_WORD_TYPE): Likewise.
42955         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42956         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
42958 2012-03-21  David S. Miller  <davem@davemloft.net>
42960         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42962 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
42964         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
42965         of x86_64 when setting libc_cv_slibdir, libdir and
42966         libc_cv_localedir.
42967         * sysdeps/unix/sysv/linux/configure: Regenerated.
42969 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
42971         * manual/lang.texi (Old Varargs): Remove section.
42972         (How Variadic): Update menu.
42973         (va_start): Do not mention varargs.h.
42975 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
42976             Joseph Myers  <joseph@codesourcery.com>
42978         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
42979         link test.
42980         * configure: Regenerated.
42982 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
42984         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
42985         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
42986         conformtest.pl
42988 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
42990         * NOTES: Remove.
42991         * Makefile (files-for-dist): Remove NOTES.
42992         (NOTES): Remove rule.
42993         * README: Don't refer to NOTES.
42994         * manual/creature.texi: Don't include macros.texi.
42995         * manual/intro.texi (creature.texi): Remove comment referring to
42996         NOTES.
42998         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
42999         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43000         * configure: Regenerated.
43001         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43002         LIBC_TRY_CC_OPTION.
43003         (libc_cv_as_i686): Likewise.
43004         (libc_cv_cc_avx): Likewise.
43005         (libc_cv_cc_sse2avx): Likewise.
43006         (libc_cv_cc_fma4): Likewise.
43007         (libc_cv_cc_novzeroupper): Likewise.
43008         * sysdeps/i386/configure: Regenerated.
43010         [BZ #13883]
43011         * sysdeps/i386/fpu/s_cexp.S: Remove.
43012         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43013         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43014         * math/libm-test.inc (cexp_test): Add more tests.
43015         * sysdeps/i386/fpu/libm-test-ulps: Update.
43016         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43018 2012-03-21  Allan McRae  <allan@archlinux.org>
43020         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43022 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43024         [BZ #13871]
43025         * math/w_exp2.c: Do not include <float.h>.
43026         (o_threshold, u_threshold): Remove.
43027         (__exp2): Calculate result before checking finiteness and calling
43028         __kernel_standard.
43029         * math/w_exp2f.c: Likewise.
43030         * math/w_exp2l.c: Likewise.
43031         * math/libm-test.inc (exp2_test): Require overflow exception for
43032         1e6 input.
43034         [BZ #3866]
43035         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43036         range of signed 64-bit integers before using fistpll.  Remove
43037         checks for whether integers fit in mantissa bits.
43038         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43039         the range of signed 32-bit integers before using fistpl.  Remove
43040         checks for whether integers fit in mantissa bits.
43041         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43042         (__ieee754_powl): Test for y outside the range of signed 64-bit
43043         integers before using fistpll.  Reduce 64-bit values to 63-bit
43044         ones as needed.
43045         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43046         divide-by-zero is raised for zero to large negative powers.
43047         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43048         (__ieee754_powl): Test for y outside the range of signed 64-bit
43049         integers before using fistpll.  Reduce 64-bit values to 63-bit
43050         ones as needed.
43051         * math/libm-test.inc (pow_test): Add more tests.
43053 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43055         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43056         <stdio-common/_itoa.h>.
43057         * debug/segfault.c: Likewise.
43058         * elf/dl-cache.c: Likewise.
43059         * elf/dl-minimal.c: Likewise.
43060         * elf/dl-misc.c: Likewise.
43061         * elf/dl-sysdep.c: Likewise.
43062         * elf/dl-version.c: Likewise.
43063         * elf/rtld.c: Likewise.
43064         * hurd/hurdsock.c: Likewise.
43065         * hurd/lookup-retry.c: Likewise.
43066         * malloc/malloc.c: Likewise.
43067         * malloc/mtrace.c: Likewise.
43068         * nscd/nscd_getgr_r.c: Likewise.
43069         * nscd/nscd_getpw_r.c: Likewise.
43070         * nscd/nscd_getserv_r.c: Likewise.
43071         * posix/getopt_init.c: Likewise.
43072         * posix/wordexp.c: Likewise.
43073         * stdio-common/_itoa.c: Likewise.
43074         * stdio-common/printf_fphex.c: Likewise.
43075         * stdio-common/vfprintf.c: Likewise.
43076         * string/_strerror.c: Likewise.
43077         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43078         * sysdeps/i386/i686/hp-timing.h: Likewise.
43079         * sysdeps/mach/_strerror.c: Likewise.
43080         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43081         * sysdeps/mach/hurd/sethostid.c: Likewise.
43082         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43083         * sysdeps/mach/xpg-strerror.c: Likewise.
43084         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43085         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43086         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43087         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43088         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43089         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43090         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43091         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43092         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43093         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43094         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43095         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43096         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43097         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43098         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43099         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43100         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43101         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43102         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43103         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43104         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43106         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43108         * stdio-common/_itoa.h: Moved to ...
43109         * sysdeps/generic/_itoa.h: Here.
43111         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43113         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43114         instead of "_itoa.h" and "_itowa.h".
43115         * stdio-common/vfprintf.: Likewise.
43117 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43119         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43120         <bits/wordsize.h>.
43121         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43122         (__signbit): Likwise.
43123         (llrintf): Likwise.
43124         (llrint): Likwise.
43126 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43128         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43129         __WORDSIZE != 64.
43131 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43133         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43134         OVERFLOW_EXCEPTION_OK.
43135         * math/libm-test.inc ("Philosophy"): Update comment about
43136         exception testing.
43137         (OVERFLOW_EXCEPTION): Define.
43138         (OVERFLOW_EXCEPTION_OK): Likewise.
43139         (INVALID_EXCEPTION_OK): Renumber.
43140         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43141         (IGNORE_ZERO_INF_SIGN): Likewise.
43142         (test_exceptions): Handle FE_OVERFLOW.
43143         (exp10_test): Expect overflow exceptions.
43144         (exp2_test): Likewise.
43145         (expm1_test): Likewise.
43146         (nextafter_test): Likewise.
43147         (pow_test): Likewise.
43148         (scalbn_test): Likewise.
43149         (scalbln_test): Likewise.
43151 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43153         * sysdeps/x86_64/bits/atomic.h
43154         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43155         64bit integer.
43156         (atomic_exchange_acq): Likewise.
43157         (__arch_exchange_and_add_body): Likewise.
43158         (__arch_add_body): Likewise.
43159         (atomic_add_negative): Likewise.
43160         (atomic_add_zero): Likewise.
43162 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43164         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43165         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43167 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43169         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43170         Check __x86_64__ instead of __WORDSIZE.
43172 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43174         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43176 2012-03-19  David S. Miller  <davem@davemloft.net>
43178         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43180         * sysdeps/sparc/fpu/fenv_private.h: New file.
43181         * sysdeps/sparc/fpu/math_private.h: Use it.
43182         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43183         Remove.
43184         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43185         (libc_feholdexcept_setroundl): Remove.
43186         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43187         Remove.
43188         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43189         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43191 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43193         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43194         int64_t instead of long int.
43195         (INSERT_WORDS64): Likwise.
43197 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43199         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43200         _Unwind_GetCFA return to _Unwind_Ptr first.
43202 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43204         [BZ #13629]
43205         * math/s_clog.c: Include <float.h>.
43206         (__clog): Scale large or subnormal inputs.
43207         * math/s_clogf.c: Likewise.
43208         * math/s_clogl.c: Likewise.
43209         * math/s_clog10.c: Include <float.h>.
43210         (M_LOG10_2): Define.
43211         (__clog10): Scale large or subnormal inputs.
43212         * math/s_clog10f.c: Likewise.
43213         * math/s_clog10l.c: Likewise.
43214         * math/libm-test.inc (clog_test): Add more tests.
43215         (clog10_test): Likewise.
43216         * sysdeps/i386/fpu/libm-test-ulps: Update.
43217         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43219         [BZ #11451]
43220         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43221         x and y.
43222         * math/libm-test.inc (atan2_test): Add another test.
43224         * Makerules (common-objdir-compile): Remove.
43225         * sysdeps/unix/Makefile (config-generated): Do not add
43226         $(unix-generated) to variable.
43227         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43228         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43229         Remove rule.
43230         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43231         Likewise.
43232         [generic bits/local_lim.h] (before-compile): Do not append to
43233         variable.
43234         [generic bits/local_lim.h] (common-generated): Likewise.
43235         [generic sys/param.h] (before-compile): Do not append to variable.
43236         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43237         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43238         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43239         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43240         include.
43241         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43242         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43243         [generic sys/param.h] ($(addprefix
43244         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43245         [generic sys/param.h] (common-generated): Do not append to
43246         variable.
43247         [generic sys/param.h] (sysdep_headers): Likewise.
43248         [generic bits/errno.h] (before-compile): Do not append to
43249         variable.
43250         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43251         rule.
43252         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43253         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43254         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43255         [generic bits/errno.h] (common-generated): Do not append to
43256         variable.
43257         [generic bits/ioctls.h] (before-compile): Do not append to
43258         variable.
43259         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43260         rule.
43261         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43262         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43263         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43264         rule.
43265         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43266         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43267         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43268         [generic bits/ioctls.h] (common-generated): Do not append to
43269         variable.
43270         [generic sys/syscall.h] (syscall.h): Remove variable.
43271         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43272         rule.
43273         [generic sys/syscall.h] (before-compile): Do not append to
43274         variable.
43275         [generic sys/syscall.h] (common-generated): Likewise.
43276         * sysdeps/unix/errnos-tmpl.c: Remove file.
43277         * sysdeps/unix/errnos.awk: Likewise.
43278         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43279         * sysdeps/unix/ioctls.awk: Likewise.
43280         * sysdeps/unix/mk-local_lim.c: Likewise.
43281         * sysdeps/unix/snarf-ioctls: Likewise.
43283 2012-03-19  Richard Henderson  <rth@twiddle.net>
43285         * sysdeps/i386/fpu/fenv_private.h: New file.
43286         * sysdeps/i386/fpu/math_private.h: Use it.
43287         (math_opt_barrier, math_force_eval): Remove.
43288         (libc_feholdexcept_setround_53bit): Remove.
43289         (libc_feupdateenv_53bit): Remove.
43290         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43291         (math_opt_barrier, math_force_eval): Remove.
43292         (libc_feholdexcept): Remove.
43293         (libc_feholdexcept_setround): Remove.
43294         (libc_fetestexcept, libc_fesetenv): Remove.
43295         (libc_feupdateenv_test): Remove.
43296         (libc_feupdateenv, libc_feholdsetround): Remove.
43297         (libc_feresetround): Remove.
43299         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43300         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43302         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43303         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43304         (libc_feupdateenv_testl): New.
43305         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43306         (libc_feupdateenv_testf): New.
43307         (libc_feupdateenv): Use libc_feupdateenv_test.
43308         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43309         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43311         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43312         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43313         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43314         (libc_feresetround_noex): New.
43315         (libc_feresetround_noexf): New.
43316         (libc_feresetround_noexl): New.
43317         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43318         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43319         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43320         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43321         SET_RESTORE_ROUND.
43322         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43323         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43324         (__cos): Likewise.
43325         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43326         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43327         SET_RESTORE_ROUND_NOEX.
43328         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43329         SET_RESTORE_ROUND_NOEXF.
43330         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43331         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43332         (libc_feholdsetroundf): New.
43333         (libc_feresetround, libc_feresetroundf): New.
43335         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43336         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43337         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43339         * sysdeps/generic/math_private.h: Include <fenv.h>.
43340         (default_libc_feholdexcept): New.
43341         (default_libc_feholdexcept_setround): New.
43342         (default_libc_fesetenv, default_libc_feupdateenv): New.
43343         (libc_feholdexcept): Only define if undefined.
43344         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43345         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43346         (libc_feholdexcept_setroundl): Likewise.
43347         (libc_feholdexcept_setround_53bit): Likewise.
43348         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43349         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43350         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43351         (libc_feupdateenv_53bit): Likewise.
43352         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43353         (libc_feholdexcept): Convert from macro to inline function.
43354         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43355         (libc_fesetenv, libc_feupdateenv): Likewise.
43357         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43358         not previously defined.
43359         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43360         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43361         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43362         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43363         * sysdeps/ieee754/flt-32/math_private.h: New file.
43364         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43365         math_private.h below SET_FLOAT_WORD.
43366         (__isnan, __isinf_ns, __finite): Remove.
43367         (__isnanf, __isinf_nsf, __finitef): Remove.
43369 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43371         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43373 2012-03-17  David S. Miller  <davem@davemloft.net>
43375         [BZ #6471]
43376         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43377         for 2.16.
43379 2012-03-16  David S. Miller  <davem@davemloft.net>
43381         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43382         warnings.
43384         [BZ #6471]
43385         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43386         properly.
43387         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43388         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43389         sysdep_routines when subdir is sysvipc.
43390         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43391         __getshmlba helper.
43393         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43395 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43397         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43398         [__LP64__].
43400 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43402         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43403         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43404         (__lround): Renamed to ...
43405         (__llround): This.  Replace long int with long long int.
43406         Define lround functions as aliases of llround functions.
43407         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43409 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43411         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43412         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43413         adresses to uintptr_t.  Replace "long int" and "unsigned long
43414         int" with "greg_t" on va_arg.
43416 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43418         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43419         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43421         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43422         Move e_machine check before EI_CLASS check.  Handle x32
43423         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43424         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43425         SKIP_EM_IA_64 and include
43426         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43428         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43429         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43430         (add_system_dir): New macro.
43432         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
43433         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
43435 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43437         [BZ #2551]
43438         [BZ #2552]
43439         [BZ #2553]
43440         [BZ #2554]
43441         [BZ #2562]
43442         [BZ #2563]
43443         [BZ #2565]
43444         [BZ #2566]
43445         [BZ #2576]
43446         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
43447         (y0): Likewise.
43448         * math/w_j0f.c (j0f): Likewise.
43449         (y0f): Likewise.
43450         * math/w_j0l.c (__j0l): Likewise.
43451         (__y0l): Likewise.
43452         * math/w_j1.c (j1): Likewise.
43453         (y1): Likewise.
43454         * math/w_j1f.c (j1f): Likewise.
43455         (y1f): Likewise.
43456         * math/w_j1l.c (__j1l): Likewise.
43457         (__y1l): Likewise.
43458         * math/w_jn.c (jn): Likewise.
43459         (yn): Likewise.
43460         * math/w_jnf.c (jnf): Likewise.
43461         (ynf): Likewise.
43462         * math/w_jnl.c (__jnl): Likewise.
43463         (__ynl): Likewise.
43464         * math/libm-test.inc (j0_test): Add more tests.
43465         (j1_test): Likewise.
43466         (jn_test): Likewise.  Add trailing semicolon to existing test.
43467         (y0_test): Likewise.
43468         (y1_test): Likewise.
43469         * sysdeps/i386/fpu/libm-test-ulps: Update.
43470         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43472         [BZ #13851]
43473         [BZ #13854]
43474         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
43475         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
43476         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
43477         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
43478         (__tanl): Set errno for infinite argument.
43479         * sysdeps/i386/fpu/mptan.c: Remove.
43480         * sysdeps/i386/fpu/s_tan.S: Likewise.
43481         * sysdeps/i386/fpu/s_tanl.S: Likewise.
43482         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
43483         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
43484         * math/libm-test.inc (tan_test): Add more tests and enable more
43485         tests for double and long double.
43486         * sysdeps/i386/fpu/libm-test-ulps: Update.
43487         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43489 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
43491         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
43492         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
43494 2012-03-16  Roland McGrath  <roland@hack.frob.com>
43496         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
43497         * configure.in: Use it for both main tree and add-ons.
43498         * configure: Regenerated.
43500 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43502         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
43504 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43506         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
43507         in comment.
43509         [BZ #13851]
43510         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
43511         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
43512         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
43513         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
43514         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
43515         infinite argument.
43516         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
43517         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
43518         != 0 for prec == 2.
43519         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
43520         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
43521         * sysdeps/i386/fpu/s_cosl.S: Likewise.
43522         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
43523         * sysdeps/i386/fpu/s_sinl.S: Likewise.
43524         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
43525         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
43526         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
43527         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
43528         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
43529         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
43530         * math/libm-test.inc (cos_test): Add more tests and enable more
43531         tests for long double.
43532         (sin_test): Likewise.
43533         (sincos_test): Likewise.
43534         * sysdeps/i386/fpu/libm-test-ulps: Update.
43535         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43537 2012-03-16  David S. Miller  <davem@davemloft.net>
43539         * sysdeps/sparc/fpu/math_private.h: New file.
43541 2012-03-15  David S. Miller  <davem@davemloft.net>
43543         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
43544         file.
43545         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
43546         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
43547         file.
43548         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
43549         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
43550         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
43551         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
43552         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
43553         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
43554         sysdep routines.
43555         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43557         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
43558         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
43560         * sysdeps/sparc/sparc-ifunc.h: New file.
43561         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
43562         sparc-ifunc.h
43563         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
43564         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
43565         Likewise.
43566         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
43567         Likewise.
43568         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
43569         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
43570         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
43571         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
43572         Likewise.
43573         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
43574         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
43575         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
43576         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
43577         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
43578         Likewise.
43579         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
43580         Likewise.
43581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
43582         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
43583         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
43584         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
43585         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
43586         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
43587         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
43588         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
43589         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
43590         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
43591         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
43592         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
43593         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
43594         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
43595         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
43596         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
43597         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
43598         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
43599         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
43600         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
43601         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
43602         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
43603         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
43604         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
43606 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43608         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
43609         scaling.
43610         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43612 2012-03-15  Andreas Jaeger  <aj@suse.de>
43614         [BZ #13852]
43615         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
43616         ieee754/flt-32 implementation for sin, cos and sincos.
43617         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
43618         * sysdeps/i386/fpu/s_cosf.S: Likewise.
43619         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
43620         * sysdeps/i386/fpu/s_sinf.S: Likewise.
43621         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
43622         ieee754/flt-32 implementation for tan.
43624         * math/libm-test.inc (cos_test): Enable some large input tests for
43625         float as well
43626         (sin_test): Likewise.
43627         (sincos_test): Likewise.
43628         (tan_test): Add tests for large input.
43630         * sysdeps/i386/fpu/libm-test-ulps: Update.
43632 2012-03-15  Andreas Jaeger  <aj@suse.de>
43634         [BZ #13658]
43635         * math/libm-test.inc (cos_test): Add more test cases.
43636         (sin_test): Likewise.
43637         (sincos_test): Likewise.
43639 2012-03-15  Andreas Jaeger  <aj@suse.de>
43641         [BZ #13837]
43642         * math/libm-test.inc (cos_test): Add a test case for large input
43643         value.
43644         (sin_test): Likewise.
43645         (sincos_test): Likewise.
43647 2012-03-15  Andreas Jaeger  <aj@suse.de>
43648             Joseph Myers  <joseph@codesourcery.com>
43650         [BZ #13658]
43651         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
43652         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
43653         * sysdeps/i386/fpu/branred.c: Likewise.
43654         * sysdeps/i386/fpu/dosincos.c: Likewise.
43655         * sysdeps/i386/fpu/mpa.c: Likewise.
43656         * sysdeps/i386/fpu/s_cos.S: Likewise.
43657         * sysdeps/i386/fpu/s_sin.S: Likewise.
43658         * sysdeps/i386/fpu/s_sincos.S: Likewise.
43659         * sysdeps/i386/fpu/sincos32.c: Likewise.
43661         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
43662         Define.
43663         (libc_feupdateenv_53bit): Define.
43664         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
43665         Define.
43666         (libc_feupdateenv_53bit): Define.
43668         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
43669         53 bit (without extend i386 double precision).
43671         * math/libm-test.inc (sincos_test): Add tests for large input.
43672         (sin): Likewise.
43673         (cos): Likewise.
43675         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
43677 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43679         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43681 2012-03-15  David S. Miller  <davem@davemloft.net>
43683         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
43684         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
43685         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
43686         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
43687         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
43688         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
43689         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
43690         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
43691         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
43692         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
43693         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
43694         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
43695         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
43696         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
43697         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
43698         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
43699         file.
43700         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
43701         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
43702         file.
43703         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
43704         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
43705         file.
43706         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
43707         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
43708         file.
43709         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
43710         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
43711         fmin/fmax sysdep routines.
43712         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43714 2012-03-14  David S. Miller  <davem@davemloft.net>
43716         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
43717         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
43718         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
43719         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
43720         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
43721         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
43722         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
43723         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
43724         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
43725         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
43726         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
43727         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
43728         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
43729         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
43730         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
43731         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
43732         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
43733         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
43734         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
43735         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
43736         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
43737         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
43738         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
43739         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
43740         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
43741         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
43742         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
43743         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
43744         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
43745         routines.
43746         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
43747         file.
43748         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
43749         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
43750         file.
43751         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
43752         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
43753         file.
43754         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
43755         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
43756         file.
43757         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
43758         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
43759         file.
43760         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
43761         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
43762         file.
43763         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
43764         file.
43765         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
43766         file.
43767         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
43768         file.
43769         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
43770         New file.
43771         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
43772         file.
43773         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
43774         file.
43775         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
43776         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
43777         file.
43778         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
43779         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
43780         file.
43781         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
43782         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
43783         file.
43784         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
43785         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
43786         VIS3 routines.
43788         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
43789         New file.
43791         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43793         * sysdeps/sparc/configure.in: New file.
43794         * sysdeps/sparc/configure: Generate.
43795         * configure.in (libc_cv_sparc_as_vis3): Substitute.
43796         * configure: Regenerate.
43797         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
43798         * config.make.in (have-as-vis3): New.
43799         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
43800         available use -Av9d instead of -Av9a.
43801         * sysdeps/sparc/sparc64/Makefile: Likewise.
43802         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
43803         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
43804         New file.
43805         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
43806         file.
43807         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
43808         New file.
43809         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
43810         file.
43811         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
43812         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
43813         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
43814         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
43815         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
43817         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
43818         fzeros/fnegs to load 0x80000000 into a float register instead of
43819         using the stack.
43820         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
43822 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
43824         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43825         bits/syscall.h.
43826         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
43827         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
43828         ($(inst_includedir)/bits/syscall.h): Remove rule.
43829         ($(objpfx)bits/syscall.d): Include instead of
43830         $(objpfx)syscall-list.d.
43831         (generated): Change syscall-list.h and syscall-list.d to
43832         bits/syscall.h and bits/syscall.d.
43834 2012-03-14  Roland McGrath  <roland@hack.frob.com>
43836         [BZ #13846]
43837         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
43839 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
43841         [BZ #13841]
43842         * math/s_csqrt.c: Include <float.h>.
43843         (__csqrt): Scale large or subnormal inputs.
43844         * math/s_csqrtf.c: Likewise.
43845         * math/s_csqrtl.c: Likewise.
43846         * math/libm-test.inc (csqrt_test): Add more tests.
43847         * sysdeps/i386/fpu/libm-test-ulps: Update.
43848         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43850         [BZ #13840]
43851         * math/libm-test.inc (hypot_test): Add more tests.
43853 2012-03-13  David S. Miller  <davem@davemloft.net>
43855         [BZ #13840]
43856         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
43857         double-precision for the calculation instead of scaling.
43859 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
43861         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
43862         manipulate bits before adding and subtracting TWO52[sx].
43863         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
43864         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
43865         Likewise.
43866         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
43868 2012-03-13  David S. Miller  <davem@davemloft.net>
43870         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
43871         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
43872         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
43873         rtld-global-offsets.h
43874         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
43876         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
43877         large parameters.
43879         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
43881         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
43882         'err' in the ifdef scope in which it is actually used.
43884         * nss/nss_db/db-init.c: Include string.h
43886 2012-03-12  David S. Miller  <davem@davemloft.net>
43888         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
43889         masking out of the most significant byte of random value used.
43890         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
43891         Fix coding style in previous change.
43893         * sysdeps/unix/sysv/linux/kernel-features.h
43894         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
43895         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
43896         expression.
43897         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
43898         later.
43900 2012-03-11  David S. Miller  <davem@davemloft.net>
43902         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
43903         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
43904         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
43905         for 'resultvar' otherwise things get truncated on 64-bit.
43907         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
43908         Fix masking out of the most significant byte of random value used.
43910         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43912 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
43914         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43916 2012-03-09  David S. Miller  <davem@davemloft.net>
43918         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
43919         variables with appropriate CPP guards.
43920         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
43921         from the frame pointer, not the stack pointer.  Correct layout
43922         comments.  Fix test on resulting framesize and the management of
43923         the outregs buffer for pltexit.  Preserve floating point return
43924         values across _dl_call_pltexit call.
43925         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
43926         framesize and the management of the outregs buffer for pltexit.
43927         Preserve floating point return values across _dl_call_pltexit
43928         call.
43929         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
43930         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
43931         (la_sparc64_gnu_pltexit): New functions.
43932         (print_exit): Fix format string for return register value.
43934 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
43936         * sunrpc/Makefile (others): Add rpcgen.
43937         ($(objpfx)rpcgen): Remove special build rule and dependency on
43938         libc.
43939         * sunrpc/rpcgen.c: New file.
43941 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
43943         [BZ #13673]
43944         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
43945         * stdio-common/bug-vfprintf-nargs.c: Likewise.
43946         * sysdeps/i386/crti.S: Likewise.
43947         * sysdeps/i386/crtn.S: Likewise.
43948         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
43949         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
43950         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
43951         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
43952         * sysdeps/sh/crti.S: Likewise.
43953         * sysdeps/sh/crtn.S: Likewise.
43954         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
43956         [BZ #13673]
43957         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
43958         with URL.
43959         * locale/programs/locfile-kw.gperf: Likewise.
43960         * locale/programs/charmap-kw.h: Regenerated.
43961         * locale/programs/locfile-kw.h: Likewise.
43963         [BZ #13673]
43964         * intl/plural.y: Replace FSF snail mail address with URL.
43965         * intl/plural.c: Regenerated.
43967 2012-03-09  Richard Henderson  <rth@twiddle.net>
43969         * include/math_private.h: Remove file.
43970         * math/math_private.h: Move file ...
43971         * sysdeps/generic/math_private.h: ... here.
43973         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
43974         * sysdeps/powerpc/fpu/math_private.h: Likewise.
43975         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43977         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
43978         and <math_private.h>.
43979         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43980         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43981         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43982         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43983         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43984         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
43985         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
43986         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43987         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
43988         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
43989         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43990         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
43991         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
43992         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43993         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
43994         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
43995         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
43996         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
43997         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
43998         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
43999         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44000         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44001         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44002         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44003         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44004         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44005         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44006         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44007         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44008         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44009         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44010         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44011         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44012         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44013         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44014         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44015         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44016         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44017         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44018         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44019         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44020         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44021         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44022         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44023         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44024         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44025         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44026         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44027         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44028         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44029         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44030         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44031         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44032         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44033         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44034         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44035         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44036         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44037         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44038         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44039         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44040         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44041         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44042         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44043         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44044         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44045         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44046         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44047         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44048         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44049         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44050         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44051         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44052         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44053         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44054         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44055         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44056         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44057         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44058         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44059         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44060         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44061         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44062         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44063         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44064         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44065         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44066         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44067         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44068         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44069         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44070         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44071         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44072         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44073         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44074         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44075         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44076         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44077         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44078         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44079         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44080         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44081         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44082         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44083         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44084         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44085         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44086         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44087         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44088         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44089         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44090         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44091         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44092         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44093         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44094         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44095         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44096         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44097         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44098         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44099         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44100         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44101         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44102         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44103         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44104         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44105         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44106         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44107         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44108         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44109         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44110         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44111         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44112         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44113         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44114         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44115         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44116         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44117         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44118         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44119         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44120         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44121         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44122         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44123         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44124         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44125         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44126         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44127         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44128         * sysdeps/ieee754/k_standard.c: Likewise.
44129         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44130         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44131         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44132         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44133         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44134         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44135         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44136         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44137         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44138         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44139         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44140         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44141         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44142         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44143         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44144         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44145         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44146         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44147         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44148         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44149         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44150         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44151         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44152         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44153         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44154         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44155         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44156         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44157         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44158         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44159         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44160         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44161         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44162         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44163         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44164         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44165         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44166         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44167         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44168         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44169         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44170         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44171         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44172         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44173         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44174         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44175         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44176         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44177         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44178         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44179         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44180         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44181         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44182         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44183         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44184         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44185         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44186         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44187         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44188         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44189         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44190         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44191         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44192         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44193         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44194         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44195         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44196         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44197         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44198         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44199         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44200         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44201         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44202         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44203         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44204         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44205         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44206         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44207         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44208         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44209         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44210         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44211         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44212         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44213         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44214         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44215         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44216         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44217         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44218         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44219         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44220         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44221         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44222         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44223         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44224         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44225         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44226         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44227         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44228         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44229         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44230         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44231         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44232         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44233         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44234         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44235         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44236         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44237         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44238         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44239         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44240         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44241         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44242         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44243         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44244         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44245         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44246         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44247         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44248         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44249         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44250         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44251         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44252         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44253         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44254         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44255         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44256         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44257         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44258         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44259         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44260         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44261         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44262         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44263         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44264         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44265         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44266         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44267         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44268         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44269         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44270         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44271         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44272         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44273         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44274         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44275         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44276         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44277         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44278         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44279         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44280         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44281         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44282         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44283         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44284         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44285         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44286         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44287         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44288         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44289         * sysdeps/ieee754/s_lib_version.c: Likewise.
44290         * sysdeps/ieee754/s_matherr.c: Likewise.
44291         * sysdeps/ieee754/s_signgam.c: Likewise.
44292         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44293         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44294         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44295         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44296         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44297         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44298         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44299         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44300         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44301         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44302         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44303         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44304         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44305         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44306         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44307         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44308         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44309         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44310         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44311         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44312         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44314 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44316         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44317         * sunrpc/rpc_main.c: Likewise.
44318         * sunrpc/rpc_svcout.c: Likewise.
44320 2012-03-09  David S. Miller  <davem@davemloft.net>
44322         * include/math_private.h: New file.
44324 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44326         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44327         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44328         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44329         from <bits/socket_type.h>.
44330         (enum __socket_type): Don't define here.
44331         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44332         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44333         bits/socket_type.h.
44335         [BZ #13566]
44336         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44337         checking __USE_GNU.
44339         * Makerules ($(inst_includedir)/%.h): New rule.
44340         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44341         (install-others): Remove variable setting.
44342         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44344 2012-03-08  Richard Henderson  <rth@twiddle.net>
44346         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44347         from macro to inline function; merge with the
44348         !__LIBC_INTERNAL_MATH_INLINES version.
44349         (__ieee754_sqrtf): Likewise.
44351         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44352         to inline function.
44353         (__rintf, __floor, __floorf): Likewise.
44355         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44356         macro to inline function.
44357         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44359         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44360         not <math/math_private.h>.
44362 2012-03-08  David S. Miller  <davem@davemloft.net>
44364         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44365         copyright year.
44366         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44368 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44370         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44371         normalization.
44372         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44373         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44375 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44377         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44378         be defined individually, they must be defined as a block.  Define
44379         S for printing a string instead of hidint the different by using a
44380         macro for adding the 'l'.
44381         * stdio-common/tst-fphex-wide.c: Adjust.
44383 2012-03-07  Marek Polacek  <polacek@redhat.com>
44385         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44387 2012-03-08  Marek Polacek  <polacek@redhat.com>
44389         [BZ #13806]
44390         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44391         * stdio-common/tst-fphex.c: Define a few macros to make the
44392         test reusable.  Use them.
44393         * stdio-common/tst-fphex-wide.c: New file.
44395 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44397         [BZ #6911]
44398         * manual/macros.texi (gnusystems): New macro.
44399         (nongnusystems): Likewise.
44400         (gnulinuxhurdsystems): Likewise.
44401         (gnuhurdsystems): Likewise..
44402         (gnulinuxsystems): Likewise.
44403         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44404         variants of the GNU system, not "GNU system".
44405         * manual/conf.texi: Likewise.
44406         * manual/errno.texi: Likewise.  Update example of errno macro
44407         expansion.
44408         * manual/filesys.texi: Likewise.
44409         (getumask): Document as specific to GNU/Hurd.
44410         * manual/install.texi: Likewise.  Reword some references to
44411         GNU/Linux.
44412         * manual/intro.texi: Likewise.
44413         * manual/io.texi: Likewise.
44414         (File Name Portability): Detail which constraints are inapplicable
44415         to all GNU systems and which are only inapplicable to GNU/Hurd.
44416         * manual/job.texi: Likewise.
44417         * manual/llio.texi: Likewise.
44418         (O_NOCTTY): Document as present on GNU/Linux.
44419         * manual/maint.texi: Likewise.
44420         * manual/memory.texi: Likewise.
44421         * manual/pattern.texi: Likewise.
44422         * manual/pipe.texi: Likewise.
44423         * manual/process.texi: Likewise.
44424         * manual/resource.texi: Likewise.
44425         (RUSAGE_CHILDREN): Remove statement about specifying a particular
44426         child on GNU/Hurd.
44427         * manual/setjmp.texi: Likewise.
44428         * manual/signal.texi: Likewise.
44429         * manual/startup.texi: Likewise.
44430         * manual/stdio.texi: Likewise.
44431         * manual/terminal.texi: Likewise.
44432         (ONLCR): Document as POSIX.
44433         (OXTABS): Document availability on GNU/Linux as XTABS.
44434         (ONOEOT): Document availability separately from other bits.
44435         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
44436         * manual/time.texi: Likewise.
44437         * manual/users.texi: Likewise.
44438         * INSTALL: Regenerated.
44439         * sysdeps/gnu/errlist.c: Regenerated.
44441         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
44442         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
44443         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
44444         puts.
44445         * configure: Regenerated.
44447 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
44449         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
44450         default includes instead of AC_HEADER_CHECK.
44451         * sysdeps/i386/configure: Regenerated.
44453         [BZ #10716]
44454         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
44455         * math/s_cacoshf.c (__cacoshf): Likewise.
44456         * math/s_cacoshl.c (__cacoshl): Likewise.
44457         * math/s_casinh.c (__casinh): Set signs of result from argument.
44458         * math/s_casinhf.c (__casinhf): Likewise.
44459         * math/s_casinhl.c (__casinhl): Likewise.
44460         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
44461         (casinh_test): Add more tests.
44462         * sysdeps/i386/fpu/libm-test-ulps: Update.
44463         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44465 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
44467         * po/zh_TW.po: Update from translation team.
44469         * login/Makefile (distribute): Remove variable.
44470         * catgets/Makefile: Likewise.
44471         * mach/Makefile: Likewise.
44472         * malloc/Makefile: Likewise.
44473         * misc/Makefile: Likewise.
44474         * iconv/Makefile: Likewise.
44475         * nscd/Makefile: Likewise.
44476         * hurd/Makefile: Likewise.
44477         * manual/Makefile: Likewise.
44478         * locale/Makefile: Likewise.
44479         * intl/Makefile: Likewise.
44480         * conform/Makefile: Likewise.
44481         * nss/Makefile: Likewise.
44482         * time/Makefile: Likewise.
44483         * soft-fp/Makefile: Likewise.
44484         * dirent/Makefile: Likewise.
44485         * gmon/Makefile: Likewise.
44486         * po/Makefile: Likewise.
44487         * rt/Makefile: Likewise.
44488         * socket/Makefile: Likewise.
44489         * math/Makefile: Likewise.
44490         * signal/Makefile: Likewise.
44491         * debug/Makefile: Likewise.
44492         * elf/Makefile: Likewise.
44493         * timezone/Makefile: Likewise.
44494         * stdlib/Makefile: Likewise.
44495         * iconvdata/Makefile: Likewise.
44496         * sunrpc/Makefile: Likewise.
44497         * io/Makefile: Likewise.
44498         * argp/Makefile: Likewise.
44499         * inet/Makefile: Likewise.
44500         * hesiod/Makefile: Likewise.
44501         * grp/Makefile: Likewise.
44502         * csu/Makefile: Likewise.
44503         * wctype/Makefile: Likewise.
44504         * crypt/Makefile: Likewise.
44505         * libio/Makefile: Likewise.
44506         * string/Makefile: Likewise.
44507         * nis/Makefile: Likewise.
44508         * resolv/Makefile: Likewise.
44509         * stdio-common/Makefile: Likewise.
44510         * wcsmbs/Makefile: Likewise.
44511         * dlfcn/Makefile: Likewise.
44512         * posix/Makefile: Likewise.
44514         [BZ #6959]
44515         * timezone/Makefile: Don't install timezone files, just the programs
44516         and scripts.
44518 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
44520         * nss/databases.def: Add missing gshadow entry.
44522         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
44524 2012-03-06  Marek Polacek  <polacek@redhat.com>
44526         [BZ #13726]
44527         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
44528         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
44529         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
44530         * stdio-common/tst-long-dbl-fphex.c: New file.
44532 2012-03-06  David S. Miller  <davem@davemloft.net>
44534         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44535         (set_obp_int): New function.
44536         (get_obp_int): New function.
44537         (__get_clockfreq_via_dev_openprom): Likewise.
44538         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
44539         Avoid unused variable warnings on 'val' and use builtin_expect.
44540         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
44541         __builtin_expect.
44542         (INLINE_CLONE_SYSCALL): Likewise.
44544 2012-03-05  David S. Miller  <davem@davemloft.net>
44546         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44548 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
44550         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44552         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
44553         only for |x| >= 40.
44554         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44556 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
44558         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
44559         Replace gettimeofday with __vdso_gettimeofday.
44561         * sysdeps/unix/sysv/linux/x86_64/init-first.c
44562         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
44563         __vdso_clock_gettime and __vdso_getcpu.
44565         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
44566         time with __vdso_time.
44568 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44570         * manual/lang.texi (size_t): Note types to which size_t may be
44571         equivalent with the GNU C Library, but do not describe when
44572         differences between them are significant.
44574 2012-03-05  Andreas Jaeger  <aj@suse.de>
44576         * sysdeps/i386/fpu/libm-test-ulps: Update.
44578 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44580         [BZ #3976]
44581         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
44582         (__ieee754_pow): Save and restore rounding mode and use
44583         round-to-nearest for main computations.
44584         * math/libm-test.inc (pow_test_tonearest): New function.
44585         (pow_test_towardzero): Likewise.
44586         (pow_test_downward): Likewise.
44587         (pow_test_upward): Likewise.
44588         (main): Call the new functions.
44589         * sysdeps/i386/fpu/libm-test-ulps: Update.
44590         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44592         [BZ #3976]
44593         * math/libm-test.inc (cosh_test_tonearest): New function.
44594         (cosh_test_towardzero): Likewise.
44595         (cosh_test_downward): Likewise.
44596         (cosh_test_upward): Likewise.
44597         (sinh_test_tonearest): Likewise.
44598         (sinh_test_towardzero): Likewise.
44599         (sinh_test_downward): Likewise.
44600         (sinh_test_upward): Likewise.
44601         (main): Call the new functions.
44602         * sysdeps/i386/fpu/libm-test-ulps: Update.
44603         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44605 2012-03-05  Tom de Vries  <tom@codesourcery.com>
44607         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
44608         default stack guard is set in last bytes.
44609         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
44611 2012-03-05  Kees Cook  <keescook@chromium.org>
44613         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
44615         [BZ #13656]
44616         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
44617         possibly allocate from heap instead of stack.
44618         * stdio-common/bug-vfprintf-nargs.c: New file.
44619         * stdio-common/Makefile (tests): Add nargs overflow test.
44621 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
44623         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44625 2012-03-03  Marek Polacek  <polacek@redhat.com>
44627         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
44628         * math/math_private.h: Likewise.
44629         * stdlib/tst-strtod.c: Likewise.
44630         * sysdeps/i386/i486/bits/atomic.h: Likewise.
44631         * sysdeps/x86_64/bits/atomic.h: Likewise.
44633 2012-03-02  David S. Miller  <davem@davemloft.net>
44635         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
44636         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
44637         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
44638         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
44639         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
44640         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
44641         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
44642         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
44644 2012-03-02  Roland McGrath  <roland@hack.frob.com>
44646         [BZ #13792]
44647         * manual/examples/README: New file, says the example source files
44648         can be used under GPL>=2.
44649         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
44650         line containing just "*/".
44651         * manual/examples/add.c: Add copyright header (GPL>=2).
44652         * manual/examples/argp-ex1.c: Likewise.
44653         * manual/examples/argp-ex2.c: Likewise.
44654         * manual/examples/argp-ex3.c: Likewise.
44655         * manual/examples/argp-ex4.c: Likewise.
44656         * manual/examples/atexit.c: Likewise.
44657         * manual/examples/db.c: Likewise.
44658         * manual/examples/dir.c: Likewise.
44659         * manual/examples/dir2.c: Likewise.
44660         * manual/examples/execinfo.c: Likewise.
44661         * manual/examples/filecli.c: Likewise.
44662         * manual/examples/filesrv.c: Likewise.
44663         * manual/examples/fmtmsgexpl.c: Likewise.
44664         * manual/examples/genpass.c: Likewise.
44665         * manual/examples/inetcli.c: Likewise.
44666         * manual/examples/inetsrv.c: Likewise.
44667         * manual/examples/isockad.c: Likewise.
44668         * manual/examples/longopt.c: Likewise.
44669         * manual/examples/memopen.c: Likewise.
44670         * manual/examples/memstrm.c: Likewise.
44671         * manual/examples/mkfsock.c: Likewise.
44672         * manual/examples/mkisock.c: Likewise.
44673         * manual/examples/mygetpass.c: Likewise.
44674         * manual/examples/pipe.c: Likewise.
44675         * manual/examples/popen.c: Likewise.
44676         * manual/examples/rprintf.c: Likewise.
44677         * manual/examples/search.c: Likewise.
44678         * manual/examples/select.c: Likewise.
44679         * manual/examples/setjmp.c: Likewise.
44680         * manual/examples/sigh1.c: Likewise.
44681         * manual/examples/sigusr.c: Likewise.
44682         * manual/examples/stpcpy.c: Likewise.
44683         * manual/examples/strdupa.c: Likewise.
44684         * manual/examples/strftim.c: Likewise.
44685         * manual/examples/strncat.c: Likewise.
44686         * manual/examples/subopt.c: Likewise.
44687         * manual/examples/swapcontext.c: Likewise.
44688         * manual/examples/termios.c: Likewise.
44689         * manual/examples/testopt.c: Likewise.
44690         * manual/examples/testpass.c: Likewise.
44691         * manual/examples/timeval_subtract.c: Likewise.
44693         [BZ #13792]
44694         * manual/time.texi (Elapsed Time): Move timeval_subtract example
44695         function to ...
44696         * manual/timeval_subtract.c.texi: ... here, new file.
44698 2012-03-02  David S. Miller  <davem@davemloft.net>
44700         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
44702 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
44704         [BZ #3976]
44705         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
44706         (__sin): Save and restore rounding mode and use round-to-nearest
44707         for all computations.
44708         (__cos): Save and restore rounding mode and use round-to-nearest
44709         for all computations.
44710         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
44711         <fenv.h>.
44712         (tan): Save and restore rounding mode and use round-to-nearest for
44713         all computations.
44714         * math/libm-test.inc (cos_test_tonearest): New function.
44715         (cos_test_towardzero): Likewise.
44716         (cos_test_downward): Likewise.
44717         (cos_test_upward): Likewise.
44718         (sin_test_tonearest): Likewise.
44719         (sin_test_towardzero): Likewise.
44720         (sin_test_downward): Likewise.
44721         (sin_test_upward): Likewise.
44722         (tan_test_tonearest): Likewise.
44723         (tan_test_towardzero): Likewise.
44724         (tan_test_downward): Likewise.
44725         (tan_test_upward): Likewise.
44726         (main): Call the new functions.
44727         * sysdeps/i386/fpu/libm-test-ulps: Update.
44728         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44730         [BZ #10135]
44731         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
44732         small n, then large n, before computing and testing k+n.
44733         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
44734         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
44735         Likewise.
44736         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
44737         Likewise.
44738         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
44739         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
44740         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
44741         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
44742         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
44743         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
44744         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
44745         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
44746         * math/libm-test.inc (scalbn_test): Add more tests.
44747         (scalbln_test): Likewise.
44749         * manual/filesys.texi (mode_t): Describe constraints on size and
44750         signedness, not exact equivalence to a particular type.
44751         (ino_t): Likewise.
44752         (ino64_t): Likewise.
44753         (dev_t): Likewise.
44754         (nlink_t): Likewise.
44755         (blkcnt_t): Likewise.
44756         (blkcnt64_t): Likewise.
44757         * manual/llio.texi (off_t): Likewise.
44759         [BZ #3976]
44760         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
44761         (__ieee754_exp): Save and restore rounding mode and use
44762         round-to-nearest for all computations.
44763         * math/libm-test.inc (exp_test_tonearest): New function.
44764         (exp_test_towardzero): Likewise.
44765         (exp_test_downward): Likewise.
44766         (exp_test_upward): Likewise.
44767         (main): Call the new functions.
44768         * sysdeps/i386/fpu/libm-test-ulps: Update.
44769         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44771 2012-03-01  Chris Demetriou  <cgd@google.com>
44773         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
44774         have predictable order.
44776 2012-03-01  David S. Miller  <davem@davemloft.net>
44778         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
44780         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
44781         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
44782         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
44783         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
44785         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
44786         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
44787         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
44788         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
44789         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
44790         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
44791         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
44792         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
44793         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
44795         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44797         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
44798         * sysdeps/sparc/fpu/libm-test-ulps: to here.
44799         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
44801         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
44802         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
44803         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
44804         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
44805         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
44806         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
44807         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
44808         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
44809         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
44810         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
44811         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
44812         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
44813         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
44814         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
44815         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
44816         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44817         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
44818         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
44819         * sysdeps/sparc/elf/configure: Regenerated.
44821 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
44823         * configure.in (AS, LD): Require binutils 2.20 or later.
44824         * configure: Regenerated.
44825         * manual/install.texi (Tools for Compilation): Give binutils 2.20
44826         as required minimum version.
44827         * INSTALL: Regenerated.
44829         [BZ #2541]
44830         [BZ #4108]
44831         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
44832         before squaring exponent.
44833         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
44834         bottom long double and 27 bits of top long double before squaring
44835         exponent.
44836         * math/libm-test.inc (erfc_test): Add more tests.
44837         * sysdeps/i386/fpu/libm-test-ulps: Update.
44838         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
44839         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44841 2012-03-01  Kai Tietz  <ktietz@redhat.com>
44843         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
44844         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
44845         containing bit-fields.
44846         * soft-fp/extended.h (_FP_UNION_E): Likewise.
44847         * soft-fp/single.h (_FP_UNION_S): Likewise.
44848         * soft-fp/double.h (_FP_UNION_D): Likewise.
44850 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
44852         [BZ #13786]
44853         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
44854         not include ../strcmp.S.
44855         [USE_AS_STRNCASECMP_L]: Likewise.
44856         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
44857         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
44858         * sysdeps/i386/i686/multiarch/strncase_l-c.c
44859         (__strncasecmp_l_ia32): Define as alias to
44860         __strncasecmp_l_nonascii.
44862         [BZ #5794]
44863         * math/libm-test.inc (expm1_test): Add test for bug 5794.
44864         * sysdeps/i386/fpu/libm-test-ulps: Update.
44865         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44867         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
44868         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44870 2012-02-29  Jeff Law  <law@redhat.com>
44872         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
44873         out of bounds read.
44875 2012-02-29  Marek Polacek  <polacek@redhat.com>
44877         [BZ #13706]
44878         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
44879         * elf/Makefile: Add rules to run tst-unused-dep.out.
44881 2012-02-28  David S. Miller  <davem@davemloft.net>
44883         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
44884         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
44885         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
44886         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
44887         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
44888         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
44890 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
44892         * math/libm-test.inc (llround_test): Move one test from
44893         lround_test.  Use TEST_f_L in moved test.
44894         (lround_test): Move misplaced test to llround_test.  Add testcase
44895         from bug 2561.
44897 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
44899         * sysdeps/x86_64/fpu/e_expf.S: New file.
44900         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
44902 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
44904         [BZ #13637]
44905         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
44906         of remain_len that may cause incomplete multi-byte character and
44907         false match.
44908         * posix/bug-regex33.c: New file.
44909         * posix/Makefile (tests): Add bug-regex33.
44911 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
44913         * manual/macros.texi: New file.
44914         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
44915         * manual/libc.texinfo: Include macros.texi.
44916         * manual/creatute.texi: Likewise.
44917         * manual/install.texi: Likewise.
44918         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
44919         @glibcadj{} in references to the GNU C Library.
44920         * manual/charset.texi: Likewise.
44921         * manual/conf.texi: Likewise.
44922         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
44923         when not using those macros.
44924         * manual/creature.texi: Likewise.
44925         * manual/crypt.texi: Likewise.
44926         * manual/errno.texi: Likewise.
44927         * manual/filesys.texi: Likewise.
44928         * manual/header.texi: Likewise.
44929         * manual/install.texi: Likewise.
44930         * manual/intro.texi: Likewise.
44931         * manual/io.texi: Likewise.
44932         * manual/job.texi: Likewise.
44933         * manual/lang.texi: Likewise.
44934         * manual/libc.texiinfo: Likewise.
44935         * manual/llio.texi: Likewise.
44936         * manual/locale.texi: Likewise.
44937         * manual/maint.texi: Likewise.
44938         * manual/math.texi: Likewise.
44939         * manual/memory.texi: Likewise.
44940         * manual/message.texi: Likewise.
44941         * manual/nss.texi: Likewise.
44942         * manual/pattern.texi: Likewise.
44943         * manual/process.texi: Likewise.
44944         * manual/resource.texi: Likewise.
44945         * manual/search.texi: Likewise.
44946         * manual/setjmp.texi: Likewise.
44947         * manual/signal.texi: Likewise.
44948         * manual/socket.texi: Likewise.
44949         * manual/startup.texi: Likewise.
44950         * manual/stdio.texi: Likewise.
44951         * manual/string.texi: Likewise.
44952         * manual/sysinfo.texi: Likewise.
44953         * manual/syslog.texi: Likewise.
44954         * manual/terminal.texi: Likewise.
44955         * manual/time.texi: Likewise.
44956         * manual/users.texi: Likewise.
44957         * INSTALL: Regenerated.
44958         * NOTES: Regenerated.
44959         * sysdeps/gnu/errlist.c: Regenerated.
44961 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
44963         * include/dirent.h: Include <dirstream.h> before
44964         <dirent/dirent.h>.
44966 2012-02-28  David S. Miller  <davem@davemloft.net>
44968         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
44969         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
44970         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
44971         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
44973 2012-02-27  David S. Miller  <davem@davemloft.net>
44975         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
44976         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
44977         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
44978         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
44980         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
44981         frame pointer instead of stack pointer relative arg slot.
44982         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
44983         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
44984         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
44986 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
44988         [BZ #3992]
44989         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
44991 2012-02-27  David S. Miller  <davem@davemloft.net>
44993         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
44994         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
44995         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44996         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
44997         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
44998         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
44999         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45000         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45002 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45004         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45005         later.  Allow versions 5-9.
45006         * configure: Regenerated.
45007         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45008         required minimum version and 4.6 as recommended version.  Do not
45009         mention bugs in GCC 2.7 and 2.8.
45010         * INSTALL: Regenerated.
45012 2012-02-27  David S. Miller  <davem@davemloft.net>
45014         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45015         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45016         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45017         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45018         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45019         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45020         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45021         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45023         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45024         manipulate bits before adding and subtracting TWO112[sx].
45025         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45027 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45029         [BZ #13775]
45030         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45031         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45032         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45033         being in POSIX, because they are in 1003.1-2008.
45035         * rt/tst-aio.c: Include <fcntl.h>.
45036         * rt/tst-aio7.c: Likewise.
45037         * rt/tst-aio64.c: Likewise.
45039         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45041 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45043         * manual/install.texi (--with-headers): Describe headers as
45044         interface headers, not private headers.
45045         (Specific advice for GNU/Linux systems): Describe use of headers
45046         from "make headers_install", not private headers from older
45047         kernels.
45048         * INSTALL: Regenerated.
45049         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45050         Change to 2.6.19.
45051         * sysdeps/unix/sysv/linux/configure: Regenerated.
45053         * manual/llio.texi (fclean): Remove documentation.
45055         * manual/Makefile (libc-texi-generated): New variable.  Include
45056         version.texi.
45057         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45058         $(libc-texi-generated), not duplicated list of files.
45059         (version.texi, stamp-version): New rules.
45060         (realclean): Remove $(libc-texi-generated), not individual files
45061         from that list.  Do not remove dir-add.texinfo.
45062         * manual/libc.texinfo: Comment out uses of edition numbers and
45063         references to printed manual.  Remove last-updated dates.
45064         (EDITION): Comment out.
45065         (ISBN): Likewise.
45066         (VERSION, UPDATED): Remove.
45067         (version.texi): Include.
45069 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45071         * sysdeps/posix/spawni.c: Include <signal.h>.
45072         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45073         * sysdeps/pthread/aio_fsync.c: Likewise.
45075 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45077         * conform/Makefile (tests): Run only when not cross-compiling and
45078         when fast-check is not defined.
45080         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45081         * conform/data/limits.h-data: Fixes for POSIX2008.
45082         * conform/run-conformtest.sh: Run all tests.
45083         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45084         headers.
45085         * include/bits/dlfcn.h: Likewise.
45086         * include/langinfo.h: Likewise.
45087         * include/monetary.h: Likewise.
45088         * include/sys/poll.h: Likewise.
45090         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45091         for __USE_GNU.
45092         * posix/spawn.h: Define __need_sigset_t.
45093         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45094         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45095         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45096         to get sigevent_t only.
45097         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45098         only for __USE_GNU.
45099         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45100         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45101         process_vm_writev only for __USE_GNU.
45102         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45104         * conform/Makefile: For now ignore errors from run-conformtest.
45105         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45106         POSIX to avoid namespace pollution.  Don't prepend headers.
45107         * conform/data/aio.h-data: Fixes for POSIX testing.
45108         * conform/data/fcntl.h-data: Likewise.
45109         * conform/data/glob.h-data: Likewise.
45110         * conform/data/grp.h-data: Likewise.
45111         * conform/data/pthread.h-data: Likewise.
45112         * conform/data/pwd.h-data: Likewise.
45113         * conform/data/signal.h-data: Likewise.
45114         * conform/data/spawn.h-data: Likewise.
45115         * conform/data/stdio.h-data: Likewise.
45116         * conform/data/stdlib.h-data: Likewise.
45117         * conform/data/stropts.h-data: Likewise.
45118         * conform/data/sys/mman.h-data: Likewise.
45119         * conform/data/sys/stat.h-data: Likewise.
45120         * conform/data/sys/types.h-data: Likewise.
45121         * conform/data/sys/wait.h-data: Likewise.
45122         * conform/data/time.h-data: Likewise.
45123         * conform/data/unistd.h-data: Likewise.
45124         * conform/data/utime.h-data: Likewise.
45126         * io/sys/stat.h: fchmod was always in POSIX.
45127         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45128         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45129         * rt/aio.h: Define __need_timespec before including <time.h>.
45130         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45131         struct.  Add forward declaration of pthread_attr_t and use it in
45132         sigevent.
45133         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45134         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45135         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45136         always remove CLK_TCK definition.
45138 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45140         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45142 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45144         * conform/run-conformtest.sh: New file.
45145         * conform/Makefile: Run run-conformtest for tests.
45146         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45147         support.
45149         * conform/data/uchar.h-data: New file.
45150         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45151         * conform/data/arpa/inet.h-data: Likewise.
45152         * conform/data/assert.h-data: Likewise.
45153         * conform/data/complex.h-data: Likewise.
45154         * conform/data/cpio.h-data: Likewise.
45155         * conform/data/ctype.h-data: Likewise.
45156         * conform/data/dirent.h-data: Likewise.
45157         * conform/data/dlfcn.h-data: Likewise.
45158         * conform/data/errno.h-data: Likewise.
45159         * conform/data/fcntl.h-data: Likewise.
45160         * conform/data/float.h-data: Likewise.
45161         * conform/data/fmtmsg.h-data: Likewise.
45162         * conform/data/fnmatch.h-data: Likewise.
45163         * conform/data/ftw.h-data: Likewise.
45164         * conform/data/glob.h-data: Likewise.
45165         * conform/data/grp.h-data: Likewise.
45166         * conform/data/iconv.h-data: Likewise.
45167         * conform/data/inttypes.h-data: Likewise.
45168         * conform/data/langinfo.h-data: Likewise.
45169         * conform/data/libgen.h-data: Likewise.
45170         * conform/data/limits.h-data: Likewise.
45171         * conform/data/locale.h-data: Likewise.
45172         * conform/data/math.h-data: Likewise.
45173         * conform/data/monetary.h-data: Likewise.
45174         * conform/data/mqueue.h-data: Likewise.
45175         * conform/data/ndbm.h-data: Likewise.
45176         * conform/data/net/if.h-data: Likewise.
45177         * conform/data/netdb.h-data: Likewise.
45178         * conform/data/netinet/in.h-data: Likewise.
45179         * conform/data/nl_types.h-data: Likewise.
45180         * conform/data/poll.h-data: Likewise.
45181         * conform/data/pthread.h-data: Likewise.
45182         * conform/data/pwd.h-data: Likewise.
45183         * conform/data/regex.h-data: Likewise.
45184         * conform/data/sched.h-data: Likewise.
45185         * conform/data/search.h-data: Likewise.
45186         * conform/data/semaphore.h-data: Likewise.
45187         * conform/data/setjmp.h-data: Likewise.
45188         * conform/data/signal.h-data: Likewise.
45189         * conform/data/spawn.h-data: Likewise.
45190         * conform/data/stdarg.h-data: Likewise.
45191         * conform/data/stdio.h-data: Likewise.
45192         * conform/data/stdlib.h-data: Likewise.
45193         * conform/data/string.h-data: Likewise.
45194         * conform/data/strings.h-data: Likewise.
45195         * conform/data/stropts.h-data: Likewise.
45196         * conform/data/sys/ipc.h-data: Likewise.
45197         * conform/data/sys/mman.h-data: Likewise.
45198         * conform/data/sys/msg.h-data: Likewise.
45199         * conform/data/sys/resource.h-data: Likewise.
45200         * conform/data/sys/select.h-data: Likewise.
45201         * conform/data/sys/sem.h-data: Likewise.
45202         * conform/data/sys/shm.h-data: Likewise.
45203         * conform/data/sys/socket.h-data: Likewise.
45204         * conform/data/sys/stat.h-data: Likewise.
45205         * conform/data/sys/statvfs.h-data: Likewise.
45206         * conform/data/sys/time.h-data: Likewise.
45207         * conform/data/sys/timeb.h-data: Likewise.
45208         * conform/data/sys/times.h-data: Likewise.
45209         * conform/data/sys/types.h-data: Likewise.
45210         * conform/data/sys/uio.h-data: Likewise.
45211         * conform/data/sys/un.h-data: Likewise.
45212         * conform/data/sys/utsname.h-data: Likewise.
45213         * conform/data/sys/wait.h-data: Likewise.
45214         * conform/data/syslog.h-data: Likewise.
45215         * conform/data/tar.h-data: Likewise.
45216         * conform/data/termios.h-data: Likewise.
45217         * conform/data/utime.h-data: Likewise.
45218         * conform/data/utmpx.h-data: Likewise.
45219         * conform/data/varargs.h-data: Likewise.
45220         * conform/data/wchar.h-data: Likewise.
45221         * conform/data/wctype.h-data: Likewise.
45222         * conform/data/wordexp.h-data: Likewise.
45224         * include/stropts.h: New file.
45225         * include/uchar.h: New file.
45226         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45227         * include/assert.h: Likewise.
45228         * include/ctype.h: Likewise.
45229         * include/dirent.h: Likewise.
45230         * include/dlfcn.h: Likewise.
45231         * include/fcntl.h: Likewise.
45232         * include/fnmatch.h: Likewise.
45233         * include/glob.h: Likewise.
45234         * include/grp.h: Likewise.
45235         * include/libio.h: Likewise.
45236         * include/locale.h: Likewise.
45237         * include/math.h: Likewise.
45238         * include/net/if.h: Likewise.
45239         * include/netdb.h: Likewise.
45240         * include/netinet/in.h: Likewise.
45241         * include/pthread.h: Likewise.
45242         * include/pwd.h: Likewise.
45243         * include/regex.h: Likewise.
45244         * include/sched.h: Likewise.
45245         * include/search.h: Likewise.
45246         * include/setjmp.h: Likewise.
45247         * include/signal.h: Likewise.
45248         * include/stdio.h: Likewise.
45249         * include/stdlib.h: Likewise.
45250         * include/string.h: Likewise.
45251         * include/sys/cdefs.h: Likewise.
45252         * include/sys/mman.h: Likewise.
45253         * include/sys/msg.h: Likewise.
45254         * include/sys/resource.h: Likewise.
45255         * include/sys/select.h: Likewise.
45256         * include/sys/socket.h: Likewise.
45257         * include/sys/stat.h: Likewise.
45258         * include/sys/statvfs.h: Likewise.
45259         * include/sys/time.h: Likewise.
45260         * include/sys/times.h: Likewise.
45261         * include/sys/uio.h: Likewise.
45262         * include/sys/utsname.h: Likewise.
45263         * include/sys/wait.h: Likewise.
45264         * include/termios.h: Likewise.
45265         * include/time.h: Likewise.
45266         * include/ulimit.h: Likewise.
45267         * include/unistd.h: Likewise.
45268         * include/utime.h: Likewise.
45269         * include/wchar.h: Likewise.
45270         * include/wctype.h: Likewise.
45271         * include/wordexp.h: Likewise.
45273         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45275         * time/time.h: TIME_UTC must be a macro.
45276         Make timespec_get available for ISO C11 only as well.
45278 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45280         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45281         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45283 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45285         * configure.in: Use -o not -a in test for unsupported multi-arch.
45287 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45289         * manual/texinfo.tex: Update to version 2012-01-19.16.
45291 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45293         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45295 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45297         [BZ #13738]
45298         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45299         * manual/fdl-1.3.texi: New file.
45300         * manual/fdl-1.1.texi: File removed.
45302         [BZ #13738]
45303         * manual/libc.texinfo (FDL_VERSION): New @set.
45304         Use it for mention of FDL in cover text.
45305         (Documentation License): Use it in @include file name.
45307 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45308             Roland McGrath  <roland@hack.frob.com>
45310         [BZ #5461]
45311         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45312         (not LONG_LONG_MAX and LONG_LONG_MIN.
45313         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45314         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45315         name.
45316         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45318 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45320         [BZ #2547]
45321         [BZ #11365]
45322         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45323         manipulate bits before adding and subtracting TWO23[sx].
45324         * math/libm-test.inc (nearbyint_test): Add more tests.
45326 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45328         [BZ #2548]
45329         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45330         bits before adding and subtracting TWO23[sx].
45331         * math/libm-test.inc (rint_test): Add more tests.
45332         (rint_test_tonearest): Likewise.
45333         (rint_test_towardzero): Likewise.
45334         (rint_test_downward): Likewise.
45335         (rint_test_upward: Likewise.
45337 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45339         [BZ #10110]
45340         * include/stdc-predef.h: New file.  Extracted from features.h.
45341         * include/features.h: Include stdc-predef.h.
45342         * Makefile (headers): Add stdc-predef.h.
45343         * CONFORMANCE (Compiler limitations): Update.
45345 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45347         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45349 2012-02-21  David S. Miller  <davem@davemloft.net>
45351         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45352         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45354 2012-02-20  David S. Miller  <davem@davemloft.net>
45356         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45357         using a normal save/restore sequence, rather than allocating a
45358         dummy stack frame just to store a frame pointer and restore.
45359         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45361 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45363         * manual/install.texi: Fix stray word in line-wrapped comment.
45365 2012-02-20  David S. Miller  <davem@davemloft.net>
45367         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45368         both binutils and gcc support GOTDATA.
45370         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45371         "rd %pc" in the PIC register setup sequences.
45373         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45374         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45375         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45376         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45377         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45378         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45379         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45380         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45381         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45382         (SYSCALL_ERROR_HANDLER): Likewise.
45383         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45384         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45385         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45386         (SYSCALL_ERROR_HANDLER): Likewise.
45388         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45389         (HAVE_GCC_GOTDATA): New.
45390         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45391         relocation support in both binutils and gcc.
45392         * sysdeps/sparc/elf/configure: Regenerate.
45394         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45395         * sysdeps/sparc/sparc32/elf/configure: Delete.
45396         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45397         * sysdeps/sparc/sparc64/elf/configure: Delete.
45398         * sysdeps/sparc/elf/configure.in: New file.
45399         * sysdeps/sparc/elf/configure: Generate.
45401         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45402         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45403         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45404         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45405         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45407 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45409         * manual/install.texi: Do not mention specific glibc version
45410         numbers.
45411         * manual/libc.texinfo (VERSION, UPDATED): Update.
45412         (@copying): Use @copyright{} and range of years.
45414 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45416         [BZ #13695]
45417         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45418         [crti.S not in sysdirs] (generated): Do not append.
45419         [crti.S not in sysdirs] (omit-deps): Likewise.
45420         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45421         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45422         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45423         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45424         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45425         Likewise.
45426         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45427         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45428         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45429         * csu/defs.awk: Remove file.
45430         * sysdeps/generic/initfini.c: Likewise.
45431         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
45432         variable.
45433         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
45434         Likewise.
45436 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45438         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
45439         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
45440         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
45441         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
45442         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45443         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
45444         <bits/epoll.h>.
45445         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
45446         (__EPOLL_PACKED): Define to empty if not defined by
45447         <bits/epoll.h>.
45448         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
45449         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45450         bits/epoll.h.
45452 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45454         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
45455         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
45456         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
45457         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
45458         <bits/timerfd.h>.
45459         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
45460         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45461         bits/timerfd.h.
45463 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45465         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
45466         in C locale.
45467         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45468         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
45469         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
45470         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45472 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
45474         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45475         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45477 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
45479         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
45480         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
45481         defined.
45482         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
45483         Likewise.
45484         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
45485         entry for 2.16.
45487 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
45489         * math/w_acos.c: Use non-signaling floating-point comparisons.
45490         * math/w_acosf.c: Likewise.
45491         * math/w_acosh.c: Likewise.
45492         * math/w_acoshf.c: Likewise.
45493         * math/w_acoshl.c: Likewise.
45494         * math/w_acosl.c: Likewise.
45495         * math/w_asin.c: Likewise.
45496         * math/w_asinf.c: Likewise.
45497         * math/w_asinl.c: Likewise.
45498         * math/w_atanh.c: Likewise.
45499         * math/w_atanhf.c: Likewise.
45500         * math/w_atanhl.c: Likewise.
45501         * math/w_exp2.c: Likewise.
45502         * math/w_exp2f.c: Likewise.
45503         * math/w_exp2l.c: Likewise.
45504         * math/w_j0.c: Likewise.
45505         * math/w_j0f.c: Likewise.
45506         * math/w_j0l.c: Likewise.
45507         * math/w_j1.c: Likewise.
45508         * math/w_j1f.c: Likewise.
45509         * math/w_j1l.c: Likewise.
45510         * math/w_jn.c: Likewise.
45511         * math/w_jnf.c: Likewise.
45512         * math/w_log.c: Likewise.
45513         * math/w_log10.c: Likewise.
45514         * math/w_log10f.c: Likewise.
45515         * math/w_log10l.c: Likewise.
45516         * math/w_log2.c: Likewise.
45517         * math/w_log2f.c: Likewise.
45518         * math/w_log2l.c: Likewise.
45519         * math/w_logf.c: Likewise.
45520         * math/w_logl.c: Likewise.
45521         * math/w_sqrt.c: Likewise.
45522         * math/w_sqrtf.c: Likewise.
45523         * math/w_sqrtl.c: Likewise.
45524         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45525         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
45526         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45527         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45528         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45530 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45532         [BZ #9739]
45533         * manual/string.texi (strnlen): Use correct parameter name in
45534         equivalent expression.
45536 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45538         [BZ #11174]
45539         * manual/users.texi (seteuid): Consistently use neweuid for
45540         argument name.
45542 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45544         [BZ #13704]
45545         * manual/nss.texi (Services in the NSS configuration): Correct
45546         list of services in example configuration file.
45548 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
45550         [BZ #11322]
45551         * manual/arith.texi: Remove statements about negative zero
45552         behaving identically to zero.
45554 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45556         [BZ #5993]
45557         * manual/install.texi: Do not document upgrading from libc5.
45559 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45561         [BZ #4596]
45562         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
45564 2012-02-18  David S. Miller  <davem@davemloft.net>
45566         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
45567         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
45568         %o7 across the call.
45569         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
45570         instead.
45571         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
45572         SETUP_PIC_REG_LEAF.
45573         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45574         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
45575         * sysdeps/sparc/crtn.S: Likewise.
45577 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
45579         * aout/Makefile: Remove.
45581 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
45583         [BZ #13058]
45584         * manual/examples/argp-ex1.c (main): Format definition in GNU
45585         style.
45586         * manual/examples/argp-ex2.c (main): Likewise.
45587         * manual/examples/argp-ex3.c (main): Likewise.
45588         * manual/examples/argp-ex4.c (main): Likewise.
45589         * manual/examples/longopt.c (main): Use new-style prototype
45590         definition.
45591         * manual/examples/strncat.c (main): Specify return type and use
45592         (void) for arguments.
45593         * manual/examples/subopt.c (main): Use char **argv argument.
45595 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45597         [BZ #5077]
45598         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
45599         rounding modes.
45601 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
45603         [BZ #6907]
45604         * manual/string.texi (strchr): Change when strchrnul is
45605         recommended.
45607 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
45609         [BZ #174]
45610         * manual/locale.texi (setlocale): Document LOCPATH.
45612 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45614         [BZ #10210]
45615         * manual/process.texi (execle): Move @dots{} before last argument.
45617 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
45619         [BZ #12047]
45620         * manual/charset.texi (Generic Charset Conversion): Fix typo
45621         (LC_TYPE -> LC_CTYPE).
45623 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
45625         [BZ #5805]
45626         * manual/arith.texi (scalbn): Use @var{} on parameter names.
45627         (scalbnf): Likewise.
45628         (scalbnl): Likewise.
45629         (scalbln): Likewise.
45630         (scalblnf): Likewise.
45631         (scalblnl): Likewise.
45632         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
45633         (vwarnx): Likewise.
45634         (verr): Likewise.
45635         (verrx): Likewise.
45636         * manual/filesys.texi (telldir): Use braces around return type.
45637         * manual/llio.texi (mmap): Add space after comma.
45638         (mmap64): Likewise.
45639         * manual/math.texi (jn): Use @var{} on parameter names.
45640         (jnf): Likewise.
45641         (jnl): Likewise.
45642         (yn): Likewise.
45643         (ynf): Likewise.
45644         (ynl): Likewise.
45645         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
45646         line.
45647         * manual/resource.texi (ulimit): Use @dots{} instead of literal
45648         "...".
45649         (sched_get_priority_min): Remove semicolon on @deftypefun line.
45650         (sched_get_priority_max): Likewise.
45651         * manual/signal.texi (sigvec): Add space after comma.
45652         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
45653         names.
45654         (if_indextoname): Likewise.
45655         (if_freenameindex): Likewise.
45656         (sendto): Use ',' instead of '.' in prototype.
45657         * manual/startup.texi (syscall): Use @dots{} instead of literal
45658         "...".
45659         * manual/stdio.texi (__fpending): Separate initial words of
45660         paragraph from @deftypefun line.
45661         * manual/syslog.texi (syslog): Use @dots{} instead of literal
45662         "...".
45663         (vsyslog): Use @var{} on parameter names.
45664         * manual/terminal.texi (stty): Use @var{} on parameter names.
45665         * manual/users.texi (getutmp): Use @var{} on parameter names.
45666         (getutmpx): Likewise.
45668 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45670         [BZ #6884]
45671         * manual/stdio.texi (fopen): Fix typos in description of
45672         ",ccs=STRING".
45674 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
45676         [BZ #4026]
45677         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
45678         get clock_id definition.
45680 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
45682         [BZ #4822]
45683         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
45684         (madvise): Cast every argument to void on its own.
45686 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45688         [BZ #9902]
45689         * manual/startup.texi (Exit Status): Fix typo.
45691 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45693         [BZ #10140]
45694         * manual/examples/argp-ex1.c: Include <stdlib.h>.
45695         * manual/examples/argp-ex2.c: Likewise.
45696         * manual/examples/argp-ex3.c: Likewise.
45698 2012-02-16  Richard Henderson  <rth@redhat.com>
45700         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
45701         * sysdeps/s390/s390-32/initfini.c: Remove.
45702         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
45703         * sysdeps/s390/s390-64/initfini.c: Remove.
45705 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
45707         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
45708         compiler output for sysdeps/generic/initfini.c.
45709         * sysdeps/sh/elf/initfini.c: Remove file.
45711 2012-02-16  David S. Miller  <davem@davemloft.net>
45713         [BZ #11494]
45714         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
45716         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
45717         * sysdeps/sparc/crti.S: New file.
45718         * sysdeps/sparc/crtn.S: New file.
45719         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
45720         * sysdeps/sparc/sparc64/Makefile: Likewise.
45722 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
45724         [BZ #3335]
45725         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
45727 2012-02-15  Roland McGrath  <roland@hack.frob.com>
45729         [BZ #4822]
45730         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
45732         * mach/devstream.c (cookie_io_functions_t): Macro removed.
45733         (write, read, close): Likewise.
45734         Patch by Aurelien Jarno <aurelien@aurel32.net>.
45736 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
45738         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
45739         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
45740         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
45741         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
45742         <bits/signalfd.h>.
45743         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
45744         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45745         bits/signalfd.h.
45747 2012-02-14  Marek Polacek  <polacek@redhat.com>
45749         * sysdeps/x86_64/crti.S: New file.
45750         * sysdeps/x86_64/crtn.S: New file.
45751         * sysdeps/x86_64/elf/initfini.c: Remove file.
45753 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45755         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
45756         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
45757         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
45758         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
45759         <bits/inotify.h>.
45760         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
45761         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45762         bits/inotify.h.
45764 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45766         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
45767         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
45768         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
45769         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
45770         <bits/eventfd.h>.
45771         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
45772         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45773         bits/eventfd.h.
45775 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
45777         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
45778         __feraiseexcept instead of feraiseexcept.
45780         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
45781         nanosleep invocations.
45782         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
45783         strings, and add error checking for a nanosleep invocations.
45785 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
45787         Replace FSF snail mail address with URLs, as per GNU coding standards.
45788         Most of the snail mail addresses were wrong anyway, and omitting
45789         them makes the source code easier to maintain.  Almost all of the
45790         changes are to license notices and to locale LC_IDENTIFICATION
45791         addresses, except for this one:
45792         * manual/libc.texinfo: In "Published by", give the FSF's URL,
45793         not its snail mail address.
45795 2012-02-09  Richard Henderson  <rth@twiddle.net>
45797         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
45798         of kernel-features.h.
45800         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
45802 2012-02-08  Marek Polacek  <polacek@redhat.com>
45804         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
45805         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
45806         * sysdeps/gnu/_G_config.h: Likewise.
45807         * sysdeps/generic/_G_config.h: Likewise.
45809 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
45811         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
45812         tests.
45813         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45815         * sysdeps/powerpc/powerpc32/crti.S: New file.
45816         * sysdeps/powerpc/powerpc32/crtn.S: New file.
45817         * sysdeps/powerpc/powerpc64/crti.S: New file.
45818         * sysdeps/powerpc/powerpc64/crtn.S: New file.
45820         * Makeconfig (have-initfini): Don't set.
45821         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
45822         * configure.in (nopic_initfini): Don't substitute.
45823         * config.h.in (HAVE_INITFINI): Don't #undef.
45824         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
45825         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
45827 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
45829         Support crti.S and crtn.S provided directly by architectures.
45830         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
45831         [crti.S in sysdirs] (omit-deps): Likewise.
45832         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
45833         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
45834         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
45835         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
45836         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
45837         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
45838         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
45839         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
45840         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
45841         compiler output for sysdeps/generic/initfini.c.
45842         * sysdeps/i386/elf/Makefile: Remove file.
45843         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
45845 2012-02-07  Marek Polacek  <polacek@redhat.com>
45847         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
45848         * sysdeps/gnu/_G_config.h: Likewise.
45849         * sysdeps/mach/hurd/_G_config.h: Likewise.
45851 2012-02-07  Marek Polacek  <polacek@redhat.com>
45853         * math/Makefile (tests): Add tst-CMPLX2.
45854         * math/tst-CMPLX2.c: New file.
45856 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
45858         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45860         * math/libm-test.inc (jn_test): Add missing L suffix.
45862 2012-02-06  Marek Polacek  <polacek@redhat.com>
45864         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
45865         * sysdeps/i386/fpu/e_powf.S: Likewise.
45866         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45867         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45868         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45869         * sysdeps/i386/fpu/e_pow.S: Likewise.
45870         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
45871         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45872         * sysdeps/i386/fpu/s_expm1.S: Likewise.
45873         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
45874         * sysdeps/i386/fpu/e_log2.S: Likewise.
45875         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45876         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45877         * sysdeps/i386/fpu/e_powl.S: Likewise.
45878         * sysdeps/i386/fpu/s_log1p.S: Likewise.
45879         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45880         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
45881         * sysdeps/i386/fpu/e_logl.S: Likewise.
45882         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
45883         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
45884         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
45885         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
45886         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45887         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45888         * sysdeps/i386/fpu/e_log.S: Likewise.
45889         * sysdeps/i386/fpu/s_cexp.S: Likewise.
45890         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45891         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
45892         * sysdeps/i386/fpu/e_logf.S: Likewise.
45893         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45894         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45895         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
45896         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
45897         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45898         * sysdeps/i386/fpu/e_log10.S: Likewise.
45899         * sysdeps/i386/fpu/s_frexp.S: Likewise.
45900         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45901         * sysdeps/i386/fpu/s_asinh.S: Likewise.
45902         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
45903         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45904         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
45905         * sysdeps/i386/asm-syntax.h: Likewise.
45906         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45907         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45908         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45909         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
45910         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
45911         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45912         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
45913         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
45914         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45915         * sysdeps/powerpc/sysdep.h: Likewise.
45916         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
45917         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
45919 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
45921         [BZ #411]
45922         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
45924 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
45926         * sysdeps/i386/sysdep.h: Include <features.h>.
45927         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
45928         version.
45930 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
45932         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
45933         Define.
45934         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
45935         LOAD_PIC_REG_STR.
45937 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
45939         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
45940         (SETUP_PIC_REG): Use GET_PC_THUNK.
45941         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
45942         macro.
45944 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
45946         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
45947         for non-PIC compilation.
45948         (SETUP_PIC_REG): Add .p2align directive.
45949         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
45950         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
45951         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
45952         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
45953         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
45954         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
45955         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
45956         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
45957         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
45958         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
45959         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
45960         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
45961         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
45962         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
45963         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
45964         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
45965         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
45966         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
45967         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
45968         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
45969         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
45970         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
45971         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
45972         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
45973         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
45974         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
45975         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
45976         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
45977         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
45978         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
45979         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
45980         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
45981         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
45982         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
45983         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
45984         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
45985         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
45986         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
45987         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
45988         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
45989         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
45991 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
45993         * math/tst-CMPLX.c: Include <stdio.h>.
45995 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
45997         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
45998         float.
45999         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46000         * sysdeps/sparc/bits/mathdef.h: Likewise.
46002 2012-01-31  Marek Polacek  <polacek@redhat.com>
46004         * libio/libio.h: Don't define _PARAMS.
46005         * locale/programs/config.h: Don't define PARAMS.
46006         * stdlib/strtol_l.c: Likewise.
46007         (__strtol_l): Remove PARAMS from the prototype.
46009 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46011         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46012         names.  Just use the correct names.  Remove unnecessary wrapper
46013         functions.
46014         * malloc/arena.c: Likewise.
46015         * malloc/hooks.c: Likewise.
46017         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46018         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46019         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46021 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46023         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46024         into tail calls.
46025         (update_get_addr): New function.
46026         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46027         GET_ADDR_MODULE parameter.
46029 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46031         * crypt/cert.c: Remove __STDC__ conditionals.
46032         * crypt/crypt-entry.c: Likewise.
46033         * crypt/crypt_util.c: Likewise.
46034         * libio/filedoalloc.c: Likewise.
46035         * libio/fileops.c: Likewise.
46036         * libio/genops.c: Likewise.
46037         * libio/iofclose.c: Likewise.
46038         * libio/iofdopen.c: Likewise.
46039         * libio/iofopen.c: Likewise.
46040         * libio/iofopen64.c: Likewise.
46041         * libio/iogetdelim.c: Likewise.
46042         * libio/iopopen.c: Likewise.
46043         * libio/obprintf.c: Likewise.
46044         * libio/oldfileops.c: Likewise.
46045         * libio/oldiofclose.c: Likewise.
46046         * libio/oldiofdopen.c: Likewise.
46047         * libio/oldiofopen.c: Likewise.
46048         * libio/oldiopopen.c: Likewise.
46049         * libio/wfiledoalloc.c: Likewise.
46050         * libio/wgenops.c: Likewise.
46051         * locale/programs/xmalloc.c: Likewise.
46052         * misc/syslog.c: Likewise.
46053         * stdio-common/xbug.c: Likewise.
46054         * string/memchr.c: Likewise.
46055         * string/memcmp.c: Likewise.
46056         * string/memrchr.c: Likewise.
46057         * string/rawmemchr.c: Likewise.
46058         * sysdeps/posix/getcwd.c: Likewise.
46059         * time/strftime_l.c: Likewise.
46061 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46063         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46064         * config.make.in (config-cflags-sse2avx): Define.
46065         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46066         Fix typo.
46068 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46070         * scripts/config.guess: Update from upstream config git repository.
46071         * scripts/config.sub: Likewise.
46073 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46075         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46076         (EM_NUM): Update.
46077         (R_TILEPRO_*, R_TILEGX_*): New macros.
46079         * scripts/firstversions.awk: Fix bug in version range handling.
46081         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46083         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46085         * include/sys/epoll.h: New file.
46086         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46087         libc_hidden_def.
46089 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46091         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46092         Avoid unnecessary __WORDSIZE == 64 test.
46093         (fmaxf): Use VEX format if possible.
46094         (fmax): Likewise.
46095         (fminf): Likewise.
46096         (fmin): Likewise.
46098         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46099         * math/math_private.h: Remove libc_fegetround* and
46100         libc_fesetround*.
46101         * sysdeps/i386/configure.in: Check for -msse2avx.
46102         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46103         also if SSE2AVX is defined.
46104         Remove libc_fegetround* and libc_fesetround*.
46105         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46106         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46107         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46108         of HAS_YMM_USABLE.
46109         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46110         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46111         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46112         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46113         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46115         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46117 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46119         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46120         size is not set.
46121         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46123 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46125         [BZ #13618]
46126         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46127         relocation.
46128         * Makeconfig (libm): Define.
46129         * elf/Makefile: Add rules to build and run tst-relsort1.
46130         * elf/tst-relsort1.c: New file.
46131         * elf/tst-relsort1mod1.c: New file.
46132         * elf/tst-relsort1mod2.c: New file.
46134 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46136         * math/s_ldexp.c: Remove __STDC__ conditionals.
46137         * math/s_ldexpf.c: Likewise.
46138         * math/s_ldexpl.c: Likewise.
46139         * math/s_nextafter.c: Likewise.
46140         * math/s_nexttowardf.c: Likewise.
46141         * math/s_significand.c: Likewise.
46142         * math/s_significandf.c: Likewise.
46143         * math/s_significandl.c: Likewise.
46144         * math/w_jnl.c: Likewise.
46145         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46146         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46147         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46148         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46149         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46150         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46151         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46152         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46153         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46154         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46155         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46156         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46157         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46158         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46159         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46160         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46161         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46162         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46163         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46164         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46165         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46166         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46167         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46168         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46169         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46170         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46171         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46172         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46173         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46174         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46175         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46176         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46177         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46178         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46179         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46180         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46181         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46182         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46183         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46184         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46185         * sysdeps/ieee754/k_standard.c: Likewise.
46186         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46187         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46188         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46189         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46190         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46191         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46192         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46193         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46194         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46195         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46196         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46197         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46198         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46199         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46200         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46201         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46202         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46203         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46204         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46205         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46206         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46207         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46208         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46209         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46210         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46211         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46212         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46213         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46214         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46215         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46216         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46217         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46218         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46219         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46220         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46221         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46222         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46223         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46224         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46225         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46226         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46227         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46228         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46229         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46230         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46231         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46232         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46233         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46234         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46235         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46236         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46237         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46238         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46239         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46240         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46241         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46242         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46243         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46244         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46245         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46246         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46247         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46248         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46249         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46250         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46251         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46252         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46253         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46254         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46255         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46256         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46257         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46258         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46259         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46260         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46261         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46262         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46263         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46264         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46265         * sysdeps/ieee754/s_matherr.c: Likewise.
46266         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46267         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46268         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46269         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46271 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46273         * crypt/md5.h: Remove __STDC__ conditionals.
46274         * libio/libioP.h: Likewise.
46275         * locale/programs/config.h: Likewise.
46276         * sysdeps/generic/sysdep.h: Likewise.
46277         * sysdeps/i386/asm-syntax.h: Likewise.
46278         * sysdeps/s390/asm-syntax.h: Likewise.
46279         * sysdeps/unix/sysdep.h: Likewise.
46280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46283 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46285         * libio/libio.h: Remove __STDC__ conditionals.
46286         * malloc/obstack.h: Likewise.
46287         * math/complex.h: Likewise.
46288         * math/math.h: Likewise.
46289         * sysdeps/generic/_G_config.h: Likewise.
46290         * sysdeps/gnu/_G_config.h: Likewise.
46291         * sysdeps/mach/hurd/_G_config.h: Likewise.
46292         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46293         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46294         * sysdeps/sparc/bits/mathdef.h: Likewise.
46296 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46298         [BZ #13583]
46299         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46300         Clean up HAS_* macros.
46301         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46302         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46303         possible.
46304         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46305         HAS_AVX.
46306         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46307         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46308         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46309         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46310         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46312 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46314         * elf/tst-unique3.cc (gets): Remove declaration.
46315         * elf/tst-unique3lib.cc (gets): Likewise.
46316         * elf/tst-unique3lib2.cc (gets): Likewise.
46317         * elf/tst-unique4.cc (gets): Likewise.
46319 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46321         * include/stdio.h: Add C++ protection.  Add gets declarations and
46322         definitions.
46323         * debug/tst-chk1.c: Don't declare gets here.
46324         * stdio-common/tst-gets.c: Likewise.
46326 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46328         * posix/glob: Remove directory.
46330 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46332         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46334 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46336         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46337         of the non-standard EPFNOSUPPORT.
46339 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46341         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46342         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46343         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46345 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46347         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46349 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46351         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46352         transient errors.
46353         * nscd/grpcache.c (cache_addgr): Likewise.
46354         * nscd/hstcache.c (cache_addhst): Likewise.
46355         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46356         * nscd/pwdcache.c (cache_addpw): Likewise.
46357         * nscd/servicescache.c (cache_addserv): Likewise.
46359 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46361         * malloc/malloc.c: Various cleanups.
46362         * malloc/hooks.c: Likewise.
46364         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46365         * stdlib/bug-fmtmsg1.c: New file.
46367         * stdlib/fmtmsg.c (init): Add missing unlock.
46368         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46370 2012-01-12  Marek Polacek  <polacek@redhat.com>
46372         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46373         and _GNU_SOURCE.
46375 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46377         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46378         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46379         macro to ensure uniqueness of label name.
46380         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46381         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46383 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46385         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46387         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46388         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46389         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46390         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46392 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46394         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46396         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46397         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46398         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46400         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46402         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46403         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46404         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46405         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46407         * math/bits/math-finite.h: Add ldexp support.
46409 2012-01-10  Marek Polacek  <polacek@redhat.com>
46411         * locale/programs/localedef.h (show_archive_content): Add noreturn
46412         attribute.
46414 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46416         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46418 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46420         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46422         * io/Makefile (headers): Add bits/poll2.h.
46424 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
46426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46427         typo #include statement.
46429 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46431         * include/sys/cdefs.h: Define __attribute_alloc_size.
46432         * catgets/gencat.c: Add alloc_size attribute and apply consistently
46433         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
46434         * elf/pldd.c: Likewise.
46435         * iconv/iconv_charmap.c: Likewise.
46436         * iconv/iconvconfig.c: Likewise.
46437         * iconv/strtab.c: Likewise.
46438         * locale/programs/locale.c: Likewise.
46439         * locale/programs/localedef.h: Likewise.
46440         * locale/programs/simple-hash.c: Likewise.
46441         * nscd/nscd.h: Likewise.
46442         * nss/makedb.c: Likewise.
46443         * sysdeps/generic/ldconfig.h: Likewise.
46444         * locale/programs/localedef.c: Remove xmalloc prototype.
46445         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
46447 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46449         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
46450         appropriate.
46452 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46454         * math/Makefile (tests): Add tst-CMPLX.
46455         * math/tst-CMPLX.c: New file.
46457         * math/complex.h (CMPLXL): Fix typo.
46459         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
46460         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
46461         GLIBC_2.16.
46462         * debug/tst-chk1.c: Add poll and ppoll tests.
46463         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
46464         * include/sys/poll.h: Add hidden proto for ppoll.
46465         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
46466         * sysdeps/mach/hurd/ppoll.c: Likewise.
46467         * io/ppoll.c: Likewise.
46468         * debug/poll_chk.c: New file.
46469         * debug/ppoll_chk.c: New file.
46470         * include/bits/poll2.h: New file.
46471         * io/bits/poll2.h: New file.
46473         [BZ #1350]
46474         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
46476         * configure.in: static is always set to yes.  Remove.
46477         * config.make.in: Don't set build-static.
46478         * Makeconfig: Remove use of build-static.
46479         * dlfcn/Makefile: Likewise.
46480         * elf/Makefile: Likewise.
46481         * math/Makefile: Likewise.
46482         * misc/Makefile: Likewise.
46483         * nptl/Makefile: Likewise.
46484         * sysdeps/mach/hurd/Makefile: Likewise.
46486         * configure.in: PWD_P is not used anymore.
46487         * config.make.in: Remove PWD_P entry.
46489         * configure.in: Remove last remnants of RANLIB.
46490         No need to check for signed size_t anymore.
46491         Don't set libc_commonpagesize and libc_relro_required here for Alpha
46492         and IA-64.
46493         Remove __builtin_expect test because we require at least gcc 3.4.
46494         * aclocal.m4: Likewise.
46496         * wcsmbs/mbrtoc16.c: Implement using towc function.
46497         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
46498         * wcsmbs/wcsmbsload.c: Likewise.
46499         * iconv/gconv_simple.c: Likewise.
46500         * iconv/gconv_int.h: Likewise.
46501         * iconv/gconv_builtin.h: Likewise.
46502         * iconv/iconv_prog.c: Remove CHAR16 handling.
46504         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
46506         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
46508         * configure.in: Remove --with-elf and --enable-bounded options.
46509         Dont set base_machine for ia64.  More non-ELF conditions removed.
46510         Remove testing and setting of leading underscore information.
46511         * config.make.in (build-bounded): Set to no.
46512         * config.h.in: Remove NO_UNDERSCORES entry.
46513         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
46514         them.
46515         * csu/start.c: Remove !NO_UNDERSCORE code.
46516         * locale/localeinfo.h: Likewise.
46517         * sysdeps/generic/machine-gmon.h: Likewise.
46518         * sysdeps/generic/sysdep.h: Likewise.
46519         * sysdeps/i386/sysdep.h: Likewise.
46520         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46521         * sysdeps/mach/sysdep.h: Likewise.
46522         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46523         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46524         * sysdeps/sh/sysdep.h: Likewise.
46525         * sysdeps/sparc/sparc32/alloca.S: Likewise.
46526         * sysdeps/unix/i386/sysdep.S: Likewise.
46527         * sysdeps/unix/sparc/start.c: Likewise.
46528         * sysdeps/unix/sparc/sysdep.S: Likewise.
46529         * sysdeps/unix/sparc/sysdep.h: Likewise.
46530         * sysdeps/unix/start.c: Likewise.
46531         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46532         * sysdeps/x86_64/sysdep.h: Likewise.
46534 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
46536         [BZ #13553]
46537         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
46538         for non-gcc.
46539         * argp/argp-fmtstream.h: Use const instead __const.
46540         * argp/argp.h: Likewise.
46541         * assert/assert.h: Likewise.
46542         * bits/fenv.h: Likewise.
46543         * bits/sched.h: Likewise.
46544         * bits/sigset.h: Likewise.
46545         * bits/sigthread.h: Likewise.
46546         * catgets/nl_types.h: Likewise.
46547         * conform/data/pthread.h-data: Likewise.
46548         * crypt/crypt-private.h: Likewise.
46549         * crypt/crypt.h: Likewise.
46550         * crypt/crypt_util.c: Likewise.
46551         * ctype/ctype.h: Likewise.
46552         * debug/execinfo.h: Likewise.
46553         * debug/mbsnrtowcs_chk.c: Likewise.
46554         * debug/mbsrtowcs_chk.c: Likewise.
46555         * debug/wcsnrtombs_chk.c: Likewise.
46556         * debug/wcsrtombs_chk.c: Likewise.
46557         * debug/wcstombs_chk.c: Likewise.
46558         * dirent/dirent.h: Likewise.
46559         * dlfcn/dlfcn.h: Likewise.
46560         * elf/neededtest4.c: Likewise.
46561         * grp/grp.h: Likewise.
46562         * gshadow/gshadow.h: Likewise.
46563         * iconv/gconv.h: Likewise.
46564         * iconv/gconv_int.h: Likewise.
46565         * iconv/gconv_simple.c: Likewise.
46566         * iconv/iconv.h: Likewise.
46567         * iconv/loop.c: Likewise.
46568         * iconv/skeleton.c: Likewise.
46569         * include/aio.h: Likewise.
46570         * include/aliases.h: Likewise.
46571         * include/argz.h: Likewise.
46572         * include/arpa/inet.h: Likewise.
46573         * include/assert.h: Likewise.
46574         * include/dirent.h: Likewise.
46575         * include/dlfcn.h: Likewise.
46576         * include/execinfo.h: Likewise.
46577         * include/fcntl.h: Likewise.
46578         * include/fenv.h: Likewise.
46579         * include/glob.h: Likewise.
46580         * include/grp.h: Likewise.
46581         * include/libintl.h: Likewise.
46582         * include/mntent.h: Likewise.
46583         * include/netdb.h: Likewise.
46584         * include/pwd.h: Likewise.
46585         * include/rpc/netdb.h: Likewise.
46586         * include/sched.h: Likewise.
46587         * include/search.h: Likewise.
46588         * include/shadow.h: Likewise.
46589         * include/signal.h: Likewise.
46590         * include/stdio.h: Likewise.
46591         * include/stdlib.h: Likewise.
46592         * include/string.h: Likewise.
46593         * include/sys/socket.h: Likewise.
46594         * include/sys/stat.h: Likewise.
46595         * include/sys/statfs.h: Likewise.
46596         * include/sys/statvfs.h: Likewise.
46597         * include/sys/syslog.h: Likewise.
46598         * include/sys/time.h: Likewise.
46599         * include/sys/uio.h: Likewise.
46600         * include/time.h: Likewise.
46601         * include/unistd.h: Likewise.
46602         * include/utmp.h: Likewise.
46603         * include/wchar.h: Likewise.
46604         * include/wctype.h: Likewise.
46605         * inet/aliases.h: Likewise.
46606         * inet/arpa/inet.h: Likewise.
46607         * inet/netinet/ether.h: Likewise.
46608         * inet/netinet/in.h: Likewise.
46609         * intl/libintl.h: Likewise.
46610         * io/bits/fcntl2.h: Likewise.
46611         * io/fcntl.h: Likewise.
46612         * io/ftw.h: Likewise.
46613         * io/sys/poll.h: Likewise.
46614         * io/sys/stat.h: Likewise.
46615         * io/sys/statfs.h: Likewise.
46616         * io/sys/statvfs.h: Likewise.
46617         * io/utime.h: Likewise.
46618         * libio/bits/stdio.h: Likewise.
46619         * libio/bits/stdio2.h: Likewise.
46620         * libio/libio.h: Likewise.
46621         * libio/libioP.h: Likewise.
46622         * libio/stdio.h: Likewise.
46623         * locale/lc-ctype.c: Likewise.
46624         * locale/locale.h: Likewise.
46625         * login/utmp.h: Likewise.
46626         * malloc/arena.c: Likewise.
46627         * malloc/malloc.c: Likewise.
46628         * malloc/malloc.h: Likewise.
46629         * malloc/mcheck.c: Likewise.
46630         * malloc/mtrace.c: Likewise.
46631         * math/bits/mathcalls.h: Likewise.
46632         * math/fenv.h: Likewise.
46633         * math/math_private.h: Likewise.
46634         * misc/bits/error.h: Likewise.
46635         * misc/bits/syslog.h: Likewise.
46636         * misc/err.h: Likewise.
46637         * misc/error.h: Likewise.
46638         * misc/fstab.h: Likewise.
46639         * misc/mntent.h: Likewise.
46640         * misc/regexp.h: Likewise.
46641         * misc/search.h: Likewise.
46642         * misc/sgtty.h: Likewise.
46643         * misc/sys/mman.h: Likewise.
46644         * misc/sys/syslog.h: Likewise.
46645         * misc/sys/uio.h: Likewise.
46646         * misc/sys/xattr.h: Likewise.
46647         * misc/ttyent.h: Likewise.
46648         * nis/rpcsvc/ypclnt.h: Likewise.
46649         * nss/nss.h: Likewise.
46650         * posix/bits/unistd.h: Likewise.
46651         * posix/fnmatch.h: Likewise.
46652         * posix/glob.h: Likewise.
46653         * posix/sched.h: Likewise.
46654         * posix/spawn.h: Likewise.
46655         * posix/sys/wait.h: Likewise.
46656         * posix/unistd.h: Likewise.
46657         * posix/wordexp.h: Likewise.
46658         * pwd/pwd.h: Likewise.
46659         * resolv/netdb.h: Likewise.
46660         * resource/sys/resource.h: Likewise.
46661         * rt/aio.h: Likewise.
46662         * rt/bits/mqueue2.h: Likewise.
46663         * rt/mqueue.h: Likewise.
46664         * shadow/shadow.h: Likewise.
46665         * signal/signal.h: Likewise.
46666         * socket/send.c: Likewise.
46667         * socket/sendto.c: Likewise.
46668         * socket/sys/socket.h: Likewise.
46669         * stdio-common/printf.h: Likewise.
46670         * stdlib/bits/stdlib.h: Likewise.
46671         * stdlib/fmtmsg.h: Likewise.
46672         * stdlib/monetary.h: Likewise.
46673         * stdlib/stdlib.h: Likewise.
46674         * stdlib/ucontext.h: Likewise.
46675         * streams/stropts.h: Likewise.
46676         * string/argz.h: Likewise.
46677         * string/bits/string2.h: Likewise.
46678         * string/string.h: Likewise.
46679         * string/strings.h: Likewise.
46680         * sunrpc/rpc/auth.h: Likewise.
46681         * sunrpc/rpc/auth_des.h: Likewise.
46682         * sunrpc/rpc/clnt.h: Likewise.
46683         * sunrpc/rpc/netdb.h: Likewise.
46684         * sunrpc/rpc/pmap_clnt.h: Likewise.
46685         * sunrpc/rpc/xdr.h: Likewise.
46686         * sysdeps/generic/inttypes.h: Likewise.
46687         * sysdeps/generic/net/if.h: Likewise.
46688         * sysdeps/generic/sys/swap.h: Likewise.
46689         * sysdeps/gnu/net/if.h: Likewise.
46690         * sysdeps/gnu/utmpx.h: Likewise.
46691         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
46692         * sysdeps/i386/i486/bits/string.h: Likewise.
46693         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
46694         * sysdeps/s390/bits/string.h: Likewise.
46695         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
46696         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
46697         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
46698         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
46699         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
46700         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
46701         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
46702         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
46703         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
46704         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
46705         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
46706         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
46707         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
46708         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
46709         * sysdeps/unix/sysv/linux/readv.c: Likewise.
46710         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
46711         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
46712         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46713         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
46714         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
46715         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
46716         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
46717         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
46718         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
46719         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
46720         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
46721         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
46722         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46723         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
46724         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
46725         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
46726         * sysvipc/sys/ipc.h: Likewise.
46727         * sysvipc/sys/msg.h: Likewise.
46728         * sysvipc/sys/sem.h: Likewise.
46729         * sysvipc/sys/shm.h: Likewise.
46730         * termios/termios.h: Likewise.
46731         * time/sys/time.h: Likewise.
46732         * time/time.h: Likewise.
46733         * wcsmbs/bits/wchar2.h: Likewise.
46734         * wcsmbs/uchar.h: Likewise.
46735         * wcsmbs/wchar.h: Likewise.
46736         * wctype/wctype.h: Likewise.
46738         [BZ #13551]
46739         * Makeconfig: Remove all but ELF support including AIX support.
46740         * Makerules: Likewise.
46741         * config.h.in: Likewise.
46742         * config.make.in: Likewise.
46743         * configure: Likewise.
46744         * configure.in: Likewise.
46745         * csu/Makefile: Likewise.
46746         * csu/version.c: Likewise.
46747         * debug/Makefile: Likewise.
46748         * dlfcn/Makefile: Likewise.
46749         * elf/Makefile: Likewise.
46750         * extra-lib.mk: Likewise.
46751         * iconv/Makefile: Likewise.
46752         * include/libc-symbols.h: Likewise.
46753         * include/shlib-compat.h: Likewise.
46754         * resolv/Makefile: Likewise.
46755         * resolv/res_libc.c: Likewise.
46756         * rt/Makefile: Likewise.
46757         * sysdeps/i386/asm-syntax.h: Likewise.
46758         * sysdeps/i386/sysdep.h: Likewise.
46759         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46760         * sysdeps/mach/sysdep.h: Likewise.
46761         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
46762         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
46763         * sysdeps/s390/asm-syntax.h: Likewise.
46764         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46765         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46766         * sysdeps/sh/sysdep.h: Likewise.
46767         * sysdeps/unix/sparc/sysdep.h: Likewise.
46768         * sysdeps/wordsize-32/divdi3.c: Likewise.
46769         * sysdeps/x86_64/sysdep.h: Likewise.
46771         * argp/Versions: Remove _argp_unlock_xxx.
46773         [BZ #13559]
46774         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
46775         * abilist/libBrokenLocale.abilist: Likewise.
46776         * abilist/libanl.abilist: Likewise.
46777         * abilist/libc.abilist: Likewise.
46778         * abilist/libcrypt.abilist: Likewise.
46779         * abilist/libdl.abilist: Likewise.
46780         * abilist/libm.abilist: Likewise.
46781         * abilist/libnsl.abilist: Likewise.
46782         * abilist/libpthread.abilist: Likewise.
46783         * abilist/libresolv.abilist: Likewise.
46784         * abilist/librt.abilist: Likewise.
46785         * abilist/libthread_db.abilist: Likewise.
46786         * abilist/libutil.abilist: Likewise.
46787         * abilist/libnss_db.abilist: New file.
46789         * scripts/abilist.awk: Add support for indirect functions.
46791         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
46793         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
46795         * shlib-versions: Remove entries for ports architectures.
46797         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
46798         files in ports.
46799         * elf/stackguard-macros.h: Remove support for IA-64.
46800         * elf/tst-auditmod1.c: Likewise.
46801         * sysdeps/generic/ldsodefs.h: Likewise.
46803         * sysdeps/unix/sysv/linux/configure.in: Ports should define
46804         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
46805         configure files.
46807         [BZ #13552]
46808         * configure.in: Remove --enable-omitfp support.
46809         * FAQ.in: Adjust.
46810         * config.make.in: Likewise.
46811         * Makeconfig: Likewise.
46812         * manual/install.texi: Likewise.
46814         In case anyone cares, the IA-64 architecture could move to ports.
46815         * sysdeps/ia64/*: Removed.
46816         * sysdeps/unix/sysv/linux/ia64/*: Removed.
46817         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
46819         [BZ #13555]
46820         * configure.in: Remove entries for unsupported architectures.
46822         [BZ #13533]
46823         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
46824         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
46825         routines.
46826         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
46827         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
46828         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
46829         fall back to using wcrtomb.
46830         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
46831         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
46832         renaming.
46833         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
46834         * wcsmbs/tst-c16c32-1.c: New file.
46836         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
46837         local variable.
46839         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
46841         * elf/tst-unique3.cc: Add explicit declaration of gets.
46842         * elf/tst-unique3lib.cc: Likewise.
46843         * elf/tst-unique3lib2.cc: Likewise.
46844         * elf/tst-unique4.cc: Likewise.
46846         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
46848 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
46850         [BZ #13566]
46851         * assert/assert.h (static_assert): Don't define for C++.
46852         * libio/stdio.h (gets): Do declare for C++ <= C++11.
46853         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
46855 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
46857         * iconv/loop.c (single loop): Fix assertion in storing of
46858         remaining bytes.
46860         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
46862 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
46864         * posix/getconf.c: Update copyright year.
46865         * nss/getent.c: Likewise.
46866         * nss/makedb.c: Likewise.
46867         * iconv/iconvconfig.c: Likewise.
46868         * iconv/iconv_prog.c: Likewise.
46869         * elf/ldconfig.c: Likewise.
46870         * elf/pldd.c: Likewise.
46871         * elf/sotruss.ksh: Likewise.
46872         * catgets/gencat.c: Likewise.
46873         * csu/version.c: Likewise.
46874         * elf/ldd.bash.in: Likewise.
46875         * elf/sprof.c (print_version): Likewise.
46876         * locale/programs/locale.c: Likewise.
46877         * locale/programs/localedef.c: Likewise.
46878         * login/programs/pt_chown.c: Likewise.
46879         * nscd/nscd.c (print_version): Likewise.
46880         * debug/xtrace.sh: Likewise.
46881         * malloc/memusage.sh: Likewise.
46882         * malloc/mtrace.pl: Likewise.
46883         * debug/catchsegv.sh: Likewise.
46885 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
46887         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
46888         pure attribute.
46890 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
46892         [BZ #13533]
46893         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
46894         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
46895         transformations.
46896         * iconv/gconv_int.h: Likewise.
46897         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
46898         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
46899         from libc for GLIBC_2.16.
46900         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
46901         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
46902         * wcsmbs/uchar.h: Really define mbstate_t.
46903         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
46904         * wcsmbs/c16rtomb.c: New file.
46905         * wcsmbs/mbrtoc16.c: New file.
46906         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
46907         for C/POSIX locale.
46908         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
46909         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
46911         * wcsmbs/wchar.h: Add missing __restrict.
46913 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
46915         [BZ #13532]
46916         * time/Makefile (routines): Add timespec_get.
46917         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
46918         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
46919         timespec for ISO C11.
46920         * time/timespec_get.c: New file.
46921         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
46922         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
46924         [BZ #13531]
46925         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
46926         * stdlib/stdlib.h: Declare aligned_alloc.
46927         * Versions.def: Add GLIBC_2.16 for libc.
46928         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
46930         [BZ 13527]
46931         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
46932         ISO C11.
46934         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
46935         code.
46937         [BZ #13528]
46938         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
46940         [BZ #13529]
46941         * assert/assert.h (static_assert): Define.
46943         * version.h: Update for 2.16 development version.
46945         [BZ #13526]
46946         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
46947         _ISOC11_SOURCE.
46949         * version.h (RELEASE): Bump for 2.15 release.
46950         * include/features.h (__GLIBC_MINOR__): Bump to 15.
46952         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
46953         Patch by Marek Polacek <mpolacek@redhat.com>.
46955         * bits/byteswap.h: Protect long long constants with __extension__.
46956         * sysdeps/i386/bits/byteswap.h: Likewise.
46957         * sysdeps/ia64/bits/byteswap.h: Likewise.
46958         * sysdeps/s390/bits/byteswap.h: Likewise.
46959         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46961 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46963         [BZ #13540]
46964         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
46965         destination buffer.
46966         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
46968 2011-12-23  Marek Polacek  <polacek@redhat.com>
46970         * elf/dl-addr.c (determine_info): Add inline keyword.
46971         * elf/tst-auditmod4b.c (check_avx): Likewise.
46972         * elf/tst-auditmod6b.c (check_avx): Likewise.
46973         * elf/tst-auditmod6c.c (check_avx): Likewise.
46974         * elf/tst-auditmod7b.c (check_avx): Likewise.
46976 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
46978         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
46979         !__SSE_MATH__.
46981 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46983         [BZ #13540]
46984         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
46985         processing for last bytes.
46987 2011-08-06  Bruno Haible  <bruno@clisp.org>
46989         [BZ #13061]
46990         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
46991         U+0385, not to U+1FEE.
46993         [BZ #13062]
46994         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
46995         entry for U+00A5 U+0301.
46997 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
46999         [BZ #13166]
47000         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47001         buffer for the output is too small.
47003         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47004         optimization.
47006         [BZ #13185]
47007         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47008         SSE flags if possible.
47010 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47012         [BZ #13540]
47013         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47014         processing for last bytes.
47016 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47018         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47019         (syscall-list-default-options, syscall-list-default-condition)
47020         (syscall-list-includes): Define.
47021         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47022         list of ABIs and options and #if conditions for each ABI.  Do not
47023         handle common syscalls between ABIs specially.
47024         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47025         Remove.
47026         (syscall-list-variants, syscall-list-32bit-options)
47027         (syscall-list-32bit-condition, syscall-list-64bit-options)
47028         (syscall-list-64bit-condition): Define.
47029         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47030         (syscall-list-variants, syscall-list-32bit-options)
47031         (syscall-list-32bit-condition, syscall-list-64bit-options)
47032         (syscall-list-64bit-condition): Define.
47033         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47034         Remove.
47035         (syscall-list-variants, syscall-list-32bit-options)
47036         (syscall-list-32bit-condition, syscall-list-64bit-options)
47037         (syscall-list-64bit-condition): Define.
47038         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47039         Remove.
47040         (syscall-list-variants, syscall-list-32bit-options)
47041         (syscall-list-32bit-condition, syscall-list-64bit-options)
47042         (syscall-list-64bit-condition): Define.
47044 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47046         * locale/iso-639.def: Add brx entry.
47048         [BZ #13328]
47049         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47050         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47052         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47053         __feraiseexcept_renamed.
47055 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47057         [BZ #13538]
47058         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47059         EPOLLET with unsigned values.
47060         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47061         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47063         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47064         to large cancellation.
47065         * math/s_cacoshf.c: Likewise.
47066         * math/s_cacoshl.c: Likewise.
47068 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47070         [BZ #13305]
47071         [BZ #12786]
47072         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47073         * math/s_cacoshf.c: Likewise.
47074         * math/s_cacoshl.c: Likewise.
47076 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47078         [BZ #13439]
47079         * iconv/gconv.h: Define __GCONV_SWAP.
47080         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47081         * iconvdata/utf-16.c: Likewise.
47082         * iconvdata/utf-32.c: Likewise.
47084 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47086         [BZ #13524]
47087         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47088         numerator after shifting it by one limb.
47090 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47092         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47093         under [__USE_EXTERN_INLINES].
47095 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47097         [BZ #13446]
47098         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47100 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47102         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47103         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47104         optimized code.
47105         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47106         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47107         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47108         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47109         for strncasecmp/strncasecmp_l compilation.
47110         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47111         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47113 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47115         [BZ #13484]
47116         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47117         of __asm__.
47119 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47121         [BZ #13506]
47122         * time/tzfile.c (__tzfile_read): Check values from file header.
47124 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47126         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47127         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47128         * powerpc/powerpc32/dl-start.S: Likewise.
47129         * powerpc/powerpc32/elf/start.S: Likewise.
47130         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47131         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47132         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47133         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47134         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47135         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47136         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47137         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47138         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47139         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47140         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47141         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47142         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47143         * powerpc/powerpc32/memset.S: Likewise.
47144         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47145         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47146         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47147         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47148         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47149         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47150         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47151         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47152         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47153         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47154         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47155         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47156         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47158 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47160         * math/libm-test.inc: Added more nearbyint tests.
47161         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47162         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47163         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47164         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47166 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47168         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47169         FD_CLOEXEC.
47171 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47173         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47174         Add wcscpy-ssse3 wcscpy-c.
47175         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47176         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47177         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47178         * sysdeps/x86_64/wcschr.S: New file.
47179         * sysdeps/x86_64/wcsrchr.S: New file.
47180         * string/test-strcmp.c: Remove checking of wcscmp function for
47181         wrong alignments.
47182         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47183         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47184         wcsrchr-sse2 wcsrchr-c.
47185         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47186         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47187         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47188         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47189         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47190         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47191         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47192         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47193         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47194         * wcsmbc/wcschr.c (WCSCHR): New macro.
47196 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47198         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47199         * wcsmbs/test-wcsrchr.c: New file.
47200         * string/test-strrchr.c: Add wcsrchr support.
47201         (WIDE): New macro.
47202         * wcsmbs/test-wcscpy.c: New file.
47203         * string/test-strcpy.c: Add wcscpy support.
47204         (WIDE): New macro.
47206 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47208         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47209         the inner loop.
47211 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47213         [BZ #13472]
47214         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47216 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47218         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47219         Minor optimizations.
47221         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47222         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47223         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47225 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47227         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47228         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47229         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47230         for gcc to avoid warnings.
47231         * inet/Makefile (tests): Add tst-checks.
47232         * inet/tst-checks.c: New file.
47234         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47235         warning.
47237         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47238         __wmemcmp_sse2.
47240         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47241         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47243         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47245 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47247         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47248         problem.
47250         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47252 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47254         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47255         conditional on GCC version.
47256         (__arch_compare_and_exchange_val_8_acq)
47257         (__arch_compare_and_exchange_val_16_acq)
47258         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47259         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47260         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47262 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47264         * sysdeps/sh/backtrace.c: New file.
47266 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47268         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47269         parenthesis.
47271 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47273         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47274         falling back to utime.
47276 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47278         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47279         expectations for float.
47281 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47283         * locale/weight.h (findidx): Add parameter len.
47284         * locale/weightwc.h (findidx): Likewise.
47285         * posix/fnmatch_loop.c (FCT): Adjust caller.
47286         * posix/regcomp.c (build_equiv_class): Likewise.
47287         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47288         * posix/regexec.c (check_node_accept_bytes): Likewise.
47289         * string/strcoll_l.c (STRCOLL): Likewise.
47290         * string/strxfrm_l.c (STRXFRM): Likewise.
47292 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47294         * Makefile.in: Remove CVSOPT handling.
47295         * configure.in: Remove use of AC_REVISION.
47296         * iconvdata/Makefile (distribute): No need to filter out CVS.
47297         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47298         handling.
47300 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47302         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47303         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47304         [USE_AS_STRNCASECMP_L]: Likewise.
47305         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47306         NO_TLS_DIRECT_SEG_REFS.
47307         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47308         Fix argument offsets for non-PIC.
47309         [USE_AS_STRNCASECMP_L]: Likewise.
47310         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47311         NO_TLS_DIRECT_SEG_REFS.
47313 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47315         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47316         O_CLOEXEC.
47317         * locale/loadlocale.c (_nl_load_locale): Likewise.
47319 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47321         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47322         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47323         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47324         (SYSCALL_GETTIME): Set errno on error.
47326         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47327         count references to noai6ai_cached.
47329 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47331         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47333         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47334         FD_CLOEXEC for /proc/self/maps.
47336         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47337         FD_CLOEXEC for /proc/meminfo.
47339         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47340         gai.conf.
47342         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47343         FD_CLOEXEC for given file.
47345         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47347         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47348         FD_CLOEXEC for /etc/hosts.
47349         (_gethtent): Likewise.
47351         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47353         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47354         cancellation and set FD_CLOEXEC for /etc/netgroup.
47356         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47357         reading /etc/publickey.
47359         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47360         allow cancellation when reading /etc/group.
47362         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47363         cancellation.
47364         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47366         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47367         when using data file.
47369         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47371         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47372         (write_nis_obj): Use "c" and "e" in fopen.
47374         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47376         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47378         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47380         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47382         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47383         locale.alias.
47385         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47387         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47389         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47391         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47392         file parsing and set FD_CLOEXEC.
47394 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47396         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47398 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47400         * malloc/arena.c (arena_get2): Don't call reused_arena when
47401         _int_new_arena failed.
47403 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47405         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47406         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47407         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47408         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47409         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47410         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47411         to compile strcasecmp and strncasecmp.
47412         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47413         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47415         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47417 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
47419         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47420         locale-defines.sym to gen-as-const-headers.
47421         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47422         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47423         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47424         to compile strcasecmp and strncasecmp.
47425         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47426         strcasecmp_l and strncasecmp_l.
47427         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47428         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47429         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47430         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
47431         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
47432         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
47433         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
47434         * sysdeps/i386/i686/multiarch/strncase.S: New file.
47435         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
47436         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
47437         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
47439 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
47441         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
47442         result of SYSDEP_GETTIME_CPU to retval.
47443         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
47444         parameter list to macro.  Remove trailing semicolon.  Adjust users.
47446         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
47447         variable.
47449         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
47450         mantissa words.
47451         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
47453         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
47454         from unused variable.
47456         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
47457         DWARF definitions.
47458         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
47459         for assembling.
47461         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
47462         over namespaces.
47464         * sunrpc/rpc_prot.c (rejected): Fix case value.
47466         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
47467         unsigned long long int to avoid warnings in shift.
47469         * posix/regex_internal.c (re_string_reconstruct): Actually use result
47470         of use of trans.
47471         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
47472         variable tmp.
47474         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
47475         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
47476         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
47478         * nis/nis_table.c (nis_list): Use variable of correct type for
47479         result of __follow_path call.
47481 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47483         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
47484         of math functions ceil, trunc, floor, round, and sqrt, when
47485         avaliable on the platform.
47486         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
47487         name clash.
47488         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
47489         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
47490         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
47492 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
47494         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
47495         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
47497 2011-11-11  Roland McGrath  <roland@hack.frob.com>
47499         * include/unistd.h: Fix __readlink return type.
47500         Reported by Chris Metcalf <cmetcalf@tilera.com>.
47502 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
47504         * stdlib/ucontext.h: Undo last change for makecontext.
47506 2011-11-11  Andreas Schwab  <schwab@redhat.com>
47508         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
47510         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
47511         * setjmp/setjmp.h: Mark functions as non-leaf.
47512         * setjmp/bits/setjmp2.h: Likewise.
47513         * stdlib/ucontext.h: Likewise.
47515 2011-11-10  Andreas Schwab  <schwab@redhat.com>
47517         * malloc/arena.c (_int_new_arena): Don't increment narenas.
47518         (reused_arena): Don't check arena limit.
47519         (arena_get2): Atomically check arena limit.
47521 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
47523         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
47524         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
47526         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
47527         instructions.
47529 2011-11-07  Andreas Schwab  <schwab@redhat.com>
47531         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
47532         handler when locking.
47534         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
47535         Fix size of allocated buffer.
47537 2011-11-04  Andreas Schwab  <schwab@redhat.com>
47539         [BZ #10103]
47540         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
47541         declarations for long double functions.
47542         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
47544         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
47546 2011-11-03  Andreas Schwab  <schwab@redhat.com>
47548         * nscd/nscd.c (main): Don't start AVC thread until credentials are
47549         installed.
47551         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
47552         is disabled.
47554 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47556         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
47558 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
47560         * include/alloca.h (stackinfo_alloca_round): Define.
47561         (extend_alloca): Use it.
47562         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
47563         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
47564         here.
47566         * scripts/check-local-headers.sh: Ignore libaudit.h.
47568         * nscd/Makefile (extra-objs): Make recursively expanded.
47570 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
47572         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
47573         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
47575         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
47576         * posix/tst-rfc3484-2.c: Likewise.
47577         * posix/tst-rfc3484-3.c: Likewise.
47579         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47580         process_vm_writev.
47581         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
47582         process_vm_writev.
47583         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
47584         process_vm_writev from libc using GLIBC_2.15 version.
47586         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
47588 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
47590         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
47591         stack usage.
47593 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
47595         [BZ #13367]
47596         * nss/getent.c (initgroups_keys): Show error message in case no group
47597         names are given.
47599         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
47600         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
47601         __bump_nl_timestamp.
47602         * nscd/connections (nscd_init): When host database is served open
47603         netlink socket and request notification about configuration changes.
47604         (main_loop_poll): Track netlink file descriptor and bump timestamp
47605         in case data becomes available.
47606         (main_loop_epoll): Likewise.
47607         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
47608         (database_pers_head): Add extra_data fileds.
47609         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
47610         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
47611         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
47612         Adjust caller.
47613         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
47614         in6ai data, call __free_in6ai.
47615         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
47616         Add -DHAVE_NETLINK.
47617         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
47618         interface information.  Reuse previous data if netlink timestamp
47619         is not changed.
47620         (__bump_nl_timestamp): New function.
47621         (__free_in6ai): New function.
47623 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
47625         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
47626         close_not_cancel_no_status here.
47627         (__check_pf): Reorganize code a bit to not call close twice if OOM.
47629 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47631         [BZ #13276]
47632         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
47633         return value.
47635         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
47636         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
47637         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
47639 2011-07-03  Andreas Jaeger  <aj@suse.de>
47641         [BZ #10709]
47642         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
47643         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
47644         * math/libm-test.inc (sin_test): Add test case.
47646 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47648         [BZ #13337]
47649         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
47650         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47652         * elf/chroot_canon.c (chroot_canon): Cleanups.
47654         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
47656         [BZ #13335]
47657         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
47658         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47660         * string/test-strchr.c: Make usable for strchrnul testing.
47661         * string/test-strchrnul.c: New file.
47662         * string/Makefile (strop-tests): Add strchrnul.
47664         * po/it.po: Update from translation team.
47665         * po/es.po: Likewise.
47667 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
47669         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
47670         the three constants needed as parameters.  Drop the others.
47671         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
47672         __m128i_strloadu_tolower.
47673         Create and initialize variable zero and use it in all the places
47674         where _mm_setzero_si128 was used.
47676         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
47677         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
47678         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
47679         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
47680         anymore.
47681         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
47682         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
47683         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
47684         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
47685         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
47686         __mpranred, __mptan.
47687         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
47688         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
47689         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
47690         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
47691         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
47692         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
47693         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
47694         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
47695         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
47697 2011-10-28  Andreas Schwab  <schwab@redhat.com>
47699         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
47700         redefine if SHARED.
47701         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
47703         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
47704         wide char related routines to wcsmbs subdir.
47706 2011-10-27  Andreas Schwab  <schwab@redhat.com>
47708         [BZ #13344]
47709         * misc/sys/cdefs.h (__THROWNL): Define.
47710         * posix/unistd.h: Use __THREADNL instead of __THREAD
47711         for memory synchronization functions.
47713 2011-10-26  Roland McGrath  <roland@hack.frob.com>
47715         [BZ #13349]
47716         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
47717         doesn't exist.
47718         * manual/stdio.texi (Obstack Streams): Node removed.
47720 2011-10-26  Andreas Schwab  <schwab@redhat.com>
47722         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
47723         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47724         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47726         * math/math_private.h (math_force_eval): Allow non-addressable
47727         arguments.
47728         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
47730 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47732         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
47733         file is not needed.
47735         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
47736         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
47737         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47738         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47739         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47740         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47741         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47742         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
47743         Add AVX variants.
47744         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
47745         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
47746         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
47747         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
47748         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
47749         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
47750         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
47751         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
47752         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
47753         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
47754         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
47755         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
47756         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
47757         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
47758         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
47759         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
47760         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
47761         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
47762         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
47764         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
47765         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
47767         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
47768         place.  Use VEX encoding when compiling for AVX.
47770 2011-10-25  Andreas Schwab  <schwab@redhat.com>
47772         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
47773         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
47775         * string/test-strchr.c (do_test): Don't generate NUL bytes.
47777 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47779         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
47780         useless if() expression.
47781         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47782         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47783         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47784         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47785         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47786         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47787         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47788         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47789         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47790         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47791         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47792         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47793         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47794         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47795         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47796         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47797         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47798         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47799         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47801         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
47803 2011-10-25  Andreas Schwab  <schwab@redhat.com>
47805         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
47806         condition.
47807         * elf/dl-fini.c (_dl_sort_fini): Likewise.
47809 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47811         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
47812         .text section.  Avoid duplicate constants.
47813         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47814         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47815         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47816         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47817         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47818         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47819         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47820         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47821         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
47822         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
47823         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
47824         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
47825         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
47826         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
47827         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
47828         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
47829         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
47830         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
47831         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47832         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47833         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47834         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47835         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47836         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
47837         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
47838         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
47839         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
47840         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
47841         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
47842         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
47843         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
47844         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
47845         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
47846         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
47847         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
47848         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
47849         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
47850         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
47851         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
47852         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
47853         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
47854         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
47855         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
47856         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
47857         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
47859 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
47861         * sysdeps/x86_64/dla.h: Move to ...
47862         * sysdeps/x86_64/fpu/dla.h: ...here.
47863         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
47864         situations.  Use __builtin_fma only for gcc 4.6 and up.
47866         * config.make.in: Add have-mfma4 entry.
47867         * configure.in: Substitute libc_cv_cc_fma4.
47868         * math/Makefile (dbl-only-routines): Add sincostab.
47869         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
47870         Use __sincostab not sincos.
47871         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
47872         name is a macro.
47873         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47874         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47875         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47876         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
47877         using __copysign.
47878         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
47879         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
47880         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
47881         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
47882         and __inv.
47883         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
47884         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
47885         __copysign.
47886         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
47887         define aliases when function name is a macro.
47888         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
47889         sysdeps/ieee754/dbl-64/sincos.tbl.
47890         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
47891         fma4-enabled routines.
47892         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
47893         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
47894         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
47895         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
47896         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
47897         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
47898         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
47899         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
47900         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
47901         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
47902         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
47903         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
47904         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
47905         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
47906         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
47907         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
47908         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
47909         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
47910         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
47911         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
47912         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
47913         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
47914         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
47915         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
47916         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
47917         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
47918         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
47919         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
47920         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
47921         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
47923         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
47924         rename.
47925         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47926         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47927         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47928         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47929         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47930         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47931         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47932         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47934 2011-10-24  Andreas Schwab  <schwab@redhat.com>
47936         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
47938 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
47940         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
47942         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
47943         prediction.
47944         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
47946         * string/strnlen.c: Don't define STRNLEN, reverse logic.
47947         Remove unused variable magic_bits.
47948         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
47950         * string/strnlen.c: Define and use STRNLEN macro.
47951         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
47952         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
47953         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
47954         * wcsmbs/wcslen.c: Define and use WCSLEN.
47955         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
47956         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
47957         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
47958         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
47959         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
47960         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
47961         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
47963 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47965         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47966         strnlen-sse2-no-bsf.
47967         Rename strlen-no-bsf to strlen-sse2-no-bsf.
47968         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
47969         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
47970         Add strnlen support.
47971         (USE_AS_STRNLEN): New macro.
47972         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
47973         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
47974         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
47975         * sysdeps/x86_64/wcslen.S: New file.
47977 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
47979         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47980         XMM-moves are used for copying on small sizes.
47982 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47984         * wcsmbs/Makefile (strop-tests): Add wcschr.
47985         * wcsmbs/test-wcschr.c: New file.
47986         * string/test-strchr.c: Update.
47987         Add wcschr support.
47988         (WIDE): New macro.
47990 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47992         * wcsmbs/Makefile (strop-tests): Add wcslen.
47993         * wcsmbs/test-wcslen.c: New file.
47994         * string/test-strlen.c: Update.
47995         Add wcslen support.
47996         (WIDE): New macro.
47998 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48000         * po/it.po: Update from translation team.
48002 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48004         * sysdeps/x86_64/wcscmp.S: Update.
48005         Fix wrong comparison semantics.
48006         wcscmp shall use signed comparison not unsigned.
48007         Don't use substraction to avoid overflow bug.
48008         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48009         * wcsmbc/wcscmp.c: Likewise.
48010         * string/test-strcmp.c: Likewise.
48011         Add new tests to check cases with negative values.
48013 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48015         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48016         * sysdeps/x86_64/dla.h: ...here.  New file.
48017         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48018         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48019         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48020         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48021         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48022         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48023         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48024         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48025         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48027 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48029         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48030         __ynl_finite aliases.
48032 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48034         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48036         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48037         define DLA_FMA.
48038         [DLA_FMA] (EMULV): Use DLA_FMA.
48039         [DLA_FMA] (MUL12): Use EMULV.
48040         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48041         that are not needed.
48042         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48043         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48044         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48045         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48046         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48047         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48048         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48050 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48052         * math/s_nan.c: Undef __nan.
48053         * math/s_nanf.c: Undef __nanf.
48054         * math/s_nanl.c: Undef __nanl.
48055         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48056         "math_private.h".
48058 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48060         * math/s_catan.c: Add branch predictions.
48061         * math/s_catanf.c: Likewise.
48062         * math/s_catanh.c: Likewise.
48063         * math/s_catanhf.c: Likewise.
48064         * math/s_catanhl.c: Likewise.
48065         * math/s_catanl.c: Likewise.
48066         * math/s_cexp.c: Likewise.
48067         * math/s_cexpf.c: Likewise.
48068         * math/s_cexpl.c: Likewise.
48069         * math/s_clog.c: Likewise.
48070         * math/s_clog10.c: Likewise.
48071         * math/s_clog10f.c: Likewise.
48072         * math/s_clog10l.c: Likewise.
48073         * math/s_clogf.c: Likewise.
48074         * math/s_clogl.c: Likewise.
48075         * math/s_csqrt.c: Likewise.
48076         * math/s_csqrtf.c: Likewise.
48077         * math/s_csqrtl.c: Likewise.
48078         * math/s_ctanf.c: Likewise.
48079         * math/s_ctanh.c: Likewise.
48080         * math/s_ctanhf.c: Likewise.
48081         * math/s_ctanhl.c: Likewise.
48082         * math/s_ctanl.c: Likewise.
48084         * math/math_private.h: Define __nan, __nanf, __nanl.
48085         * math/s_cacosh.c: Include <math_private.h>.
48086         * math/s_cacoshl.c: Likewise.
48087         * math/s_casinh.c: Likewise.
48088         * math/s_casinhf.c: Likewise.
48089         * math/s_casinhl.c: Likewise.
48090         * math/s_ccos.c: Rely entire on ccosh.
48091         * math/s_ccosf.c: Rely entire on ccoshf.
48092         * math/s_ccosl.c: Rely entirely on ccoshl.
48093         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48094         Remove tests for FE_INVALID.
48095         * math/s_ccoshf.c: Likewise.
48096         * math/s_ccoshl.c: Likewise.
48097         * math/s_csin.c: Likewise.
48098         * math/s_csinf.c: Likewise.
48099         * math/s_csinh.c Likewise.
48100         * math/s_csinhf.c: Likewise.
48101         * math/s_csinhl.c: Likewise.
48102         * math/s_csinl.c: Likewise.
48103         * math/s_ctan.c: Likewise.
48104         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48105         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48106         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48108 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48110         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48111         compilation problems.
48113         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48114         __builtin_expect.
48116 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48118         * sysdeps/i386/configure.in: Test for -mfma4 option.
48119         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48120         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48121         COMMON_CPUID_INDEX_80000001.
48122         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48123         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48124         use it if FMA3 is not supported.
48125         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48127         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48128         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48130 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48132         [BZ #12892]
48133         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48134         it would create a cycle with a link time dependency.
48136 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48138         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48139         instruction.
48140         * string/Makefile (strop-tests): Add rawmemchr.
48141         * string/test-rawmemchr.c: New file.
48143         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48144         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48145         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48146         when compiling str{,n}casecmp and when AVX is available.  Hook up
48147         new optimized code in initializers.
48149 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48151         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48152         __feraiseexcept instead of feraiseexcept.
48154 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48156         * math/math_private.h: Define defaults for libc_fetestexcept and
48157         libc_feupdateenv.
48158         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48159         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48160         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48161         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48162         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48163         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48164         libc_fetestexcept and libc_feupdateenv.
48166         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48167         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48168         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48169         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48170         libc_feholdexcept_setround.
48172         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48173         Add s_nearbyint-c and s_nearbyintf-c.
48174         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48175         nearbyintf inlines.
48176         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48177         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48178         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48179         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48181         * math/math_private.h: Define defaults for libc_fegetround,
48182         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48183         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48184         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48185         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48186         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48187         standard functions.
48188         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48189         Remove comments and hacks for old compiler versions.
48190         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48191         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48192         libc_feholdexceptl.
48194 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48196         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48197         (__feraiseexcept_renamed): Add __NTH.
48198         (feraiseexcept): Add __NTH.  Rename local variables to fix
48199         namespace violations.
48201 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48203         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48205         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48207         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48208         recently added interfaces.
48209         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48211         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48212         about macro parameter expansion.
48214         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48215         __NO_MATH_INLINES is defined.  Cleanups.
48217         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48218         and __floorf is target has SSE4.1.
48219         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48220         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48221         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48222         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48224         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48225         name.
48226         (floorf): Likewise.
48228         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48230 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48232         * misc/sys/cdefs.h: Fix last change.
48234         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48235         database lookup.
48237 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48239         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48241         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48242         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48243         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48244         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48245         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48246         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48247         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48248         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48249         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48250         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48251         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48252         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48253         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48254         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48255         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48256         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48257         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48258         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48259         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48260         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48261         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48262         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48264         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48265         ceil, ceilf, floor, floorf.
48267         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48268         Perform IRELATIVE relocations last.
48270         * elf/do-rel.h: Add another parameter nrelative, replacing the
48271         local variable with the same name.  Change name of the function
48272         to end in Rel or Rela (uppercase).
48273         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48274         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48275         elf_dynamic_do_##reloc function.
48277 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48279         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48280         is sufficient, at least on modern CPUs.
48282         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48284         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48285         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48287         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48288         __expl_finite.
48289         * math/bits/math-finite.h: Add entries for exp.
48290         * math/e_expl.c: Add __*_finite alias.
48291         * sysdeps/i386/fpu/e_exp.S: Likewise.
48292         * sysdeps/i386/fpu/e_expf.S: Likewise.
48293         * sysdeps/i386/fpu/e_expl.c: Likewise.
48294         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48295         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48296         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48297         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48298         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48299         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48300         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48302         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48303         is sufficient, at least on modern CPUs.
48305         * ctype/ctype-info.c (__ctype_init): Define.
48306         * include/ctype.h (__ctype_init): Declare.
48307         (__ctype_b_loc): The variable is always initialized.
48308         (__ctype_toupper_loc): Likewise.
48309         (__ctype_tolower_loc): Likewise.
48310         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48311         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48313 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48315         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48317         * configure.in: Also look in $cxxmachine/include for C++ system
48318         headers.
48320 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48322         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48323         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48324         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48325         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48326         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48327         (USE_AS_WMEMCMP): New macro.
48328         Fixing indents.
48329         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48330         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48331         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48332         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48333         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48334         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48335         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48336         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48337         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48338         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48339         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48340         (USE_AS_WMEMCMP): New macro.
48341         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48342         * sysdeps/string/test-memcmp.c: Update.
48343         Fix simple_wmemcmp.
48344         Add new tests.
48345         * wcsmbs/wmemcmp.c: Update.
48346         (WMEMCMP): New macro.
48347         Fix overflow bug.
48349 2011-10-12  Andreas Jaeger  <aj@suse.de>
48351         [BZ #13268]
48352         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48354 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48356         * libio/iofwide.c (do_length): Avoid warning.
48358         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48360 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48362         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48364         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48365         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48366         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48367         * sysdeps/i386/i686/fpu/e_log.S: New file.
48368         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48369         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48371         * ctype/ctype.h: Add support for inlined isXXX functions when
48372         compiling C++ code.
48374 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48376         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48378         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48380 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48382         [BZ #13291]
48383         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48385 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48387         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48388         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48389         feraiseexcept.
48391         * sysdeps/x86_64/memrchr.S: Check for zero size.
48393         * string/stratcliff.c: Add memrchr tests.
48395 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48397         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48398         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48399         rawmemchr-sse2 rawmemchr-sse2-bsf.
48400         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48401         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48402         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48403         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48404         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48405         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48406         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48407         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48408         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48409         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48410         * string/memrchr.c (MEMRCHR): New macro.
48412 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48414         Add integration with gcc's -ffinite-math-only and optimize wrapper
48415         functions in libm.
48416         * Versions.def: Define GLIBC_2.15 version for libm.
48417         * math/Makefile (headers): Add bits/math-finite.h.
48418         * math/bits/math-finite.h: New file.
48419         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48420         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48421         * math/e_acoshl.c: Add __*_finite alias.
48422         * math/e_acosl.c: Likewise.
48423         * math/e_asinl.c: Likewise.
48424         * math/e_atan2l.c: Likewise.
48425         * math/e_atanhl.c: Likewise.
48426         * math/e_coshl.c: Likewise.
48427         * math/e_exp10.c: Likewise.
48428         * math/e_exp10f.c: Likewise.
48429         * math/e_exp10l.c: Likewise.
48430         * math/e_exp2l.c: Likewise.
48431         * math/e_fmodl.c: Likewise.
48432         * math/e_gammal_r.c: Likewise.
48433         * math/e_hypotl.c: Likewise.
48434         * math/e_j0l.c: Likewise.
48435         * math/e_j1l.c: Likewise.
48436         * math/e_jnl.c: Likewise.
48437         * math/e_lgammal_r.c: Likewise.
48438         * math/e_log10l.c: Likewise.
48439         * math/e_log2l.c: Likewise.
48440         * math/e_logl.c: Likewise.
48441         * math/e_powl.c: Likewise.
48442         * math/e_sinhl.c: Likewise.
48443         * math/e_sqrtl.c: Likewise.
48444         * math/e_scalb.c: Completely rewritten and optimized.
48445         * math/e_scalbf.c: Likewise.
48446         * math/e_scalbl.c: Likewise.
48447         * math/w_acos.c: Likewise.
48448         * math/w_acosf.c: Likewise.
48449         * math/w_acosl.c: Likewise.
48450         * math/w_acosh.c: Likewise.
48451         * math/w_acoshf.c: Likewise.
48452         * math/w_acoshl.c: Likewise.
48453         * math/w_asin.c: Likewise.
48454         * math/w_asinf.c: Likewise.
48455         * math/w_asinl.c: Likewise.
48456         * math/w_atan2.c: Likewise.
48457         * math/w_atan2f.c: Likewise.
48458         * math/w_atan2l.c: Likewise.
48459         * math/w_atanh.c: Likewise.
48460         * math/w_atanhf.c: Likewise.
48461         * math/w_atanhl.c: Likewise.
48462         * math/w_exp10.c: Likewise.
48463         * math/w_exp10f.c: Likewise.
48464         * math/w_exp10l.c: Likewise.
48465         * math/w_fmod.c: Likewise.
48466         * math/w_fmodf.c: Likewise.
48467         * math/w_fmodl.c: Likewise.
48468         * math/w_j0.c: Likewise.
48469         * math/w_j0f.c: Likewise.
48470         * math/w_j0l.c: Likewise.
48471         * math/w_j1.c: Likewise.
48472         * math/w_j1f.c: Likewise.
48473         * math/w_j1l.c: Likewise.
48474         * math/w_jn.c: Likewise.
48475         * math/w_jnf.c: Likewise.
48476         * math/w_log.c: Likewise.
48477         * math/w_logf.c: Likewise.
48478         * math/w_logl.c: Likewise.
48479         * math/w_log10.c: Likewise.
48480         * math/w_log10f.c: Likewise.
48481         * math/w_log10l.c: Likewise.
48482         * math/w_log2.c: Likewise.
48483         * math/w_log2f.c: Likewise.
48484         * math/w_log2l.c: Likewise.
48485         * math/w_pow.c: Likewise.
48486         * math/w_powf.c: Likewise.
48487         * math/w_powl.c: Likewise.
48488         * math/w_remainder.c: Likewise.
48489         * math/w_remainderf.c: Likewise.
48490         * math/w_remainderl.c: Likewise.
48491         * math/w_scalb.c: Likewise.
48492         * math/w_scalbf.c: Likewise.
48493         * math/w_scalbl.c: Likewise.
48494         * math/w_sqrt.c: Likewise.
48495         * math/w_sqrtf.c: Likewise.
48496         * math/w_sqrtl.c: Likewise.
48497         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
48498         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
48499         used.
48500         * math/math_private.h: Declare __kernel_standard_f.
48501         * math/w_cosh.c: Remove cruft and optimize a bit.
48502         * math/w_coshf.c: Likewise.
48503         * math/w_coshl.c: Likewise.
48504         * math/w_exp2.c: Likewise.
48505         * math/w_exp2f.c: Likewise.
48506         * math/w_exp2l.c: Likewise.
48507         * math/w_hypot.c: Likewise.
48508         * math/w_hypotf.c: Likewise.
48509         * math/w_hypotl.c: Likewise.
48510         * math/w_lgamma.c: Likewise.
48511         * math/w_lgamma_r.c: Likewise.
48512         * math/w_lgammaf.c: Likewise.
48513         * math/w_lgammaf_r.c: Likewise.
48514         * math/w_lgammal.c: Likewise.
48515         * math/w_lgammal_r.c: Likewise.
48516         * math/w_sinh.c: Likewise.
48517         * math/w_sinhf.c: Likewise.
48518         * math/w_sinhl.c: Likewise.
48519         * math/w_tgamma.c: Likewise.
48520         * math/w_tgammaf.c: Likewise.
48521         * math/w_tgammal.c: Likewise.
48522         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48523         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48524         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
48525         Minor optimizations.  Pretty printing.  Remove cruft.
48526         * sysdeps/i386/fpu/e_acosf.S: Likewise.
48527         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48528         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48529         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48530         * sysdeps/i386/fpu/e_acosl.c: Likewise.
48531         * sysdeps/i386/fpu/e_asin.S: Likewise.
48532         * sysdeps/i386/fpu/e_asinf.S: Likewise.
48533         * sysdeps/i386/fpu/e_atan2.S: Likewise.
48534         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
48535         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
48536         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48537         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48538         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48539         * sysdeps/i386/fpu/e_exp10.S: Likewise.
48540         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
48541         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
48542         * sysdeps/i386/fpu/e_exp2.S: Likewise.
48543         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
48544         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
48545         * sysdeps/i386/fpu/e_fmod.S: Likewise.
48546         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
48547         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
48548         * sysdeps/i386/fpu/e_hypot.S: Likewise.
48549         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
48550         * sysdeps/i386/fpu/e_log.S: Likewise.
48551         * sysdeps/i386/fpu/e_log10.S: Likewise.
48552         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48553         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48554         * sysdeps/i386/fpu/e_log2.S: Likewise.
48555         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48556         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48557         * sysdeps/i386/fpu/e_logf.S: Likewise.
48558         * sysdeps/i386/fpu/e_logl.S: Likewise.
48559         * sysdeps/i386/fpu/e_pow.S: Likewise.
48560         * sysdeps/i386/fpu/e_powf.S: Likewise.
48561         * sysdeps/i386/fpu/e_powl.S: Likewise.
48562         * sysdeps/i386/fpu/e_remainder.S: Likewise.
48563         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
48564         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
48565         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48566         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48567         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48568         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
48569         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
48570         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
48571         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48572         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48573         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48574         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48575         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48576         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48577         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
48578         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48579         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48580         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48581         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48582         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48583         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48584         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48585         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48586         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48587         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48588         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48589         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48590         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48591         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48592         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48593         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48594         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48595         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48596         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48597         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48598         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48599         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
48600         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48601         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48602         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48603         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48604         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48605         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48606         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48607         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48608         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48609         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48610         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48611         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48612         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48613         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48614         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48615         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48616         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48617         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48618         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48619         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48620         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
48621         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48622         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48623         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48624         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48625         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48626         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48627         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48628         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48629         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48630         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48631         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48632         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48633         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48634         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48635         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48636         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48637         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48638         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48639         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
48640         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48641         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48642         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48643         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48644         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48645         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48646         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48647         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
48648         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48649         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48650         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48651         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48652         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48653         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
48654         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48655         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48656         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48657         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48658         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48659         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48660         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48661         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48662         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48663         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48664         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
48665         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48666         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48667         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48668         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
48669         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
48670         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
48671         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
48672         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
48673         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
48674         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
48675         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48676         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48677         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48678         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48679         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
48680         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48681         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
48682         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
48683         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
48684         (__isnanf): Likewise.
48685         (__isinf_ns): Likewise.
48686         (__isinf_nsf): Likewise.
48687         (__finite): Likewise.
48688         (__finitef): Likewise.
48689         (__ieee754_sqrt): Define as macro.
48690         (__ieee754_sqrtf): Define as macro.
48691         (__ieee754_sqrtl): Define as macro.
48692         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
48693         inlined copy.
48694         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
48695         __FINITE_MATH_ONLY__ consistent.
48696         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
48698 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
48700         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
48701         of rawmemchr.
48703         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
48705 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
48707         * po/ja.po: Update from translation team.
48709 2011-10-08  Roland McGrath  <roland@hack.frob.com>
48711         * locale/programs/locarchive.c (prepare_address_space): New function.
48712         (create_archive, enlarge_archive, open_archive): Use it.
48714         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
48715         inside [SHARED], where it is used.
48717         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
48719         * nss/getent.c (netgroup_keys): Remove unused variable.
48720         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48722 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
48724         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
48725         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
48726         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
48727         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
48728         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
48729         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
48730         * math/Makefile (libm-calls): Add s_isinf_ns.
48731         * math/divtc3.c: Use __isinf_nsl instead of isinf.
48732         * math/multc3.c: Likewise.
48733         * math/s_casin.c: Likewise.
48734         * math/s_casinf.c: Likewise.
48735         * math/s_casinl.c: Likewise.
48736         * math/s_ccos.c: Likewise.
48737         * math/s_ccosf.c: Likewise.
48738         * math/s_ccosl.c: Likewise.
48739         * math/s_ctan.c: Likewise.
48740         * math/s_ctanf.c: Likewise.
48741         * math/s_ctanh.c: Likewise.
48742         * math/s_ctanhf.c: Likewise.
48743         * math/s_ctanhl.c: Likewise.
48744         * math/s_ctanl.c: Likewise.
48745         * math/w_fmod.c: Likewise.
48746         * math/w_fmodf.c: Likewise.
48747         * math/w_fmodl.c: Likewise.
48748         * math/w_remainder.c: Likewise.
48749         * math/w_remainderf.c: Likewise.
48750         * math/w_remainderl.c: Likewise.
48751         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
48752         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
48753         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
48754         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
48755         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
48756         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
48757         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
48758         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
48760         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
48761         of the number.
48762         * stdio-common/printf_fphex.c: Likewise.
48763         * stdio-common/printf_size.c: Likewise.
48765         * math/e_exp10.c: Include math_private.h using <...> not "...".
48766         * math/e_exp10f.c: Likewise.
48767         * math/e_exp10l.c: Likewise.
48768         * math/e_exp2l.c: Likewise.
48769         * math/e_j0l.c: Likewise.
48770         * math/e_j1l.c: Likewise.
48771         * math/e_jnl.c: Likewise.
48772         * math/e_lgammal_r.c: Likewise.
48773         * math/e_rem_pio2l.c: Likewise.
48774         * math/e_scalb.c: Likewise.
48775         * math/e_scalbf.c: Likewise.
48776         * math/e_scalbl.c: Likewise.
48777         * math/k_cosl.c: Likewise.
48778         * math/k_sinl.c: Likewise.
48779         * math/k_tanl.c: Likewise.
48780         * math/s_cacoshf.c: Likewise.
48781         * math/s_catan.c: Likewise.
48782         * math/s_catanf.c: Likewise.
48783         * math/s_catanh.c: Likewise.
48784         * math/s_catanhf.c: Likewise.
48785         * math/s_catanhl.c: Likewise.
48786         * math/s_catanl.c: Likewise.
48787         * math/s_ccosh.c: Likewise.
48788         * math/s_ccoshf.c: Likewise.
48789         * math/s_ccoshl.c: Likewise.
48790         * math/s_cexp.c: Likewise.
48791         * math/s_cexpf.c: Likewise.
48792         * math/s_cexpl.c: Likewise.
48793         * math/s_clog.c: Likewise.
48794         * math/s_clog10.c: Likewise.
48795         * math/s_clog10f.c: Likewise.
48796         * math/s_clog10l.c: Likewise.
48797         * math/s_clogf.c: Likewise.
48798         * math/s_clogl.c: Likewise.
48799         * math/s_csin.c: Likewise.
48800         * math/s_csinf.c: Likewise.
48801         * math/s_csinh.c: Likewise.
48802         * math/s_csinhf.c: Likewise.
48803         * math/s_csinhl.c: Likewise.
48804         * math/s_csinl.c: Likewise.
48805         * math/s_csqrt.c: Likewise.
48806         * math/s_csqrtf.c: Likewise.
48807         * math/s_csqrtl.c: Likewise.
48808         * math/s_ctan.c: Likewise.
48809         * math/s_ctanf.c: Likewise.
48810         * math/s_ctanh.c: Likewise.
48811         * math/s_ctanhf.c: Likewise.
48812         * math/s_ctanhl.c: Likewise.
48813         * math/s_ctanl.c: Likewise.
48814         * math/s_ldexp.c: Likewise.
48815         * math/s_ldexpf.c: Likewise.
48816         * math/s_ldexpl.c: Likewise.
48817         * math/s_significand.c: Likewise.
48818         * math/s_significandf.c: Likewise.
48819         * math/s_significandl.c: Likewise.
48820         * math/w_acos.c: Likewise.
48821         * math/w_acosf.c: Likewise.
48822         * math/w_acosh.c: Likewise.
48823         * math/w_acoshf.c: Likewise.
48824         * math/w_acoshl.c: Likewise.
48825         * math/w_acosl.c: Likewise.
48826         * math/w_asin.c: Likewise.
48827         * math/w_asinf.c: Likewise.
48828         * math/w_asinl.c: Likewise.
48829         * math/w_atan2.c: Likewise.
48830         * math/w_atan2f.c: Likewise.
48831         * math/w_atan2l.c: Likewise.
48832         * math/w_atanh.c: Likewise.
48833         * math/w_atanhf.c: Likewise.
48834         * math/w_atanhl.c: Likewise.
48835         * math/w_cosh.c: Likewise.
48836         * math/w_coshf.c: Likewise.
48837         * math/w_coshl.c: Likewise.
48838         * math/w_dremf.c: Likewise.
48839         * math/w_exp10.c: Likewise.
48840         * math/w_exp10f.c: Likewise.
48841         * math/w_exp10l.c: Likewise.
48842         * math/w_exp2.c: Likewise.
48843         * math/w_exp2f.c: Likewise.
48844         * math/w_fmod.c: Likewise.
48845         * math/w_fmodf.c: Likewise.
48846         * math/w_fmodl.c: Likewise.
48847         * math/w_hypot.c: Likewise.
48848         * math/w_hypotf.c: Likewise.
48849         * math/w_hypotl.c: Likewise.
48850         * math/w_j0.c: Likewise.
48851         * math/w_j0f.c: Likewise.
48852         * math/w_j0l.c: Likewise.
48853         * math/w_j1.c: Likewise.
48854         * math/w_j1f.c: Likewise.
48855         * math/w_j1l.c: Likewise.
48856         * math/w_jn.c: Likewise.
48857         * math/w_jnf.c: Likewise.
48858         * math/w_jnl.c: Likewise.
48859         * math/w_lgamma.c: Likewise.
48860         * math/w_lgamma_r.c: Likewise.
48861         * math/w_lgammaf.c: Likewise.
48862         * math/w_lgammaf_r.c: Likewise.
48863         * math/w_lgammal.c: Likewise.
48864         * math/w_lgammal_r.c: Likewise.
48865         * math/w_log.c: Likewise.
48866         * math/w_log10.c: Likewise.
48867         * math/w_log10f.c: Likewise.
48868         * math/w_log10l.c: Likewise.
48869         * math/w_log2.c: Likewise.
48870         * math/w_log2f.c: Likewise.
48871         * math/w_log2l.c: Likewise.
48872         * math/w_logf.c: Likewise.
48873         * math/w_logl.c: Likewise.
48874         * math/w_pow.c: Likewise.
48875         * math/w_powf.c: Likewise.
48876         * math/w_powl.c: Likewise.
48877         * math/w_remainder.c: Likewise.
48878         * math/w_remainderf.c: Likewise.
48879         * math/w_remainderl.c: Likewise.
48880         * math/w_scalb.c: Likewise.
48881         * math/w_scalbf.c: Likewise.
48882         * math/w_scalbl.c: Likewise.
48883         * math/w_sinh.c: Likewise.
48884         * math/w_sinhf.c: Likewise.
48885         * math/w_sinhl.c: Likewise.
48886         * math/w_sqrt.c: Likewise.
48887         * math/w_sqrtf.c: Likewise.
48888         * math/w_sqrtl.c: Likewise.
48889         * math/w_tgamma.c: Likewise.
48890         * math/w_tgammaf.c: Likewise.
48891         * math/w_tgammal.c: Likewise.
48893         * po/ja.po: Update from translation team.
48895 2011-09-29  Andreas Jaeger  <aj@suse.de>
48897         [BZ #13179]
48898         * sunrpc/netname.c (netname2host): Fix logic.
48900         [BZ #6779]
48901         [BZ #6783]
48902         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
48903         correctly.
48904         * math/w_remainder.c (__remainder): Likewise.
48905         * math/w_remainderf.c (__remainderf): Likewise.
48906         * math/libm-test.inc (remainder_test): Add test cases.
48908 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48910         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
48911         sdiv_qrnnd.
48913 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
48915         * string/test-memcmp.c: Avoid unncessary #defines.
48916         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48918 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48920         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
48921         Use new sse2 version for core i3 - i7 as it's faster
48922         than sse42 version.
48923         (bit_Prefer_PMINUB_for_stringop): New.
48924         * sysdeps/x86_64/rawmemchr.S: Update.
48925         Replace with faster SSE2 version.
48926         * sysdeps/x86_64/memrchr.S: New file.
48927         * sysdeps/x86_64/memchr.S: Update.
48928         Replace with faster SSE2 version.
48930 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
48932         * elf/dl-load.c (lose): Add cast to avoid warning.
48934 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
48936         * po/ca.po: Update from translation team.
48938         * inet/getnetgrent_r.c: Hook up nscd.
48939         * nscd/Makefile (routines): Add nscd_netgroup.
48940         (nscd-modules): Add netgroupcache.
48941         (CFLAGS-netgroupcache.c): Define.
48942         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
48943         (cache_search): Add const to second parameter.
48944         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
48945         INNETGR.
48946         (dbs): Add netgrdb entry.
48947         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
48948         (verify_persistent_db): Handle netgrdb.
48949         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
48950         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
48951         GETFDNETGR.
48952         (netgroup_response_header): Define.
48953         (innetgroup_response_header): Define.
48954         (datahead): Add netgroup_response_header and innetgroup_response_header
48955         elements.
48956         * nscd/nscd.conf: Add entries for netgroup cache.
48957         * nscd/nscd.h (dbtype): Add netgrdb.
48958         (_PATH_NSCD_NETGROUP_DB): Define.
48959         (netgroup_iov_disabled): Declare.
48960         (xmalloc, xcalloc, xrealloc): Move declarations here.
48961         (cache_search): Adjust prototype.
48962         Add netgroup-related prototypes.
48963         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
48964         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
48965         (__nscd_innetgr): Declare.
48966         * nscd/selinux.c (perms): Use access_vector_t as element type and
48967         add netgroup-related initializers.
48968         * nscd/netgroupcache.c: New file.
48969         * nscd/nscd_netgroup.c: New file.
48970         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
48971         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
48972         For four parameters use innetgr.
48973         * nss/nss_files/files-init.c: Add definition and callback for netgr.
48974         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
48975         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
48976         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
48978         * nscd/connections.c (register_traced_file): Don't register file
48979         for disabled databases.
48981 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
48983         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
48985         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
48986         from tree and freeing node.
48988 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
48990         * nss/nsswitch.c (__nss_database_lookup): Handle
48991         nss_parse_service_list out of memory case.
48993 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
48995         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
48996         out of memory case.
48998 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49000         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49001         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49002         pass it down.
49003         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49004         elf_machine_rela, elf_machine_lazy_rel.
49005         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49006         (ELF_DYNAMIC_DO_REL): Likewise.
49007         (ELF_DYNAMIC_DO_RELA): Likewise.
49008         (ELF_DYNAMIC_RELOCATE): Likewise.
49009         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49010         to ELF_DYNAMIC_DO_REL.
49011         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49012         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49013         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49014         elf_machine_rela.
49015         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49016         skip_ifunc, don't call ifunc function if non-zero.
49017         (elf_machine_rela): Likewise.
49018         (elf_machine_lazy_rel): Likewise.
49019         (elf_machine_lazy_rela): Likewise.
49020         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49021         (elf_machine_lazy_rel): Likewise.
49022         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49023         Likewise.
49024         (elf_machine_lazy_rel): Likewise.
49025         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49026         Likewise.
49027         (elf_machine_lazy_rel): Likewise.
49028         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49029         (elf_machine_lazy_rel): Likewise.
49030         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49031         (elf_machine_lazy_rel): Likewise.
49032         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49033         (elf_machine_lazy_rel): Likewise.
49034         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49035         (elf_machine_lazy_rel): Likewise.
49036         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49037         (elf_machine_lazy_rel): Likewise.
49038         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49039         (elf_machine_lazy_rel): Likewise.
49041 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49043         * nss/nss_files/files-init.c (_nss_files_init): Use static
49044         initialization for all the *_traced_file variables.
49046 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49048         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49050 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49052         [BZ #13226]
49053         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49055 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49057         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49058         Reread the line before reparsing it.
49060 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49062         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49064 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49065             Maxim Kuvyrkov  <maxim@codesourcery.com>
49066             Joseph Myers  <joseph@codesourcery.com>
49068         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49069         if needed for __stack_chk_guard.
49071 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49073         * sysdeps/posix/spawni.c (script_execute): Always define it.
49074         It will be optimized away if unused.
49075         (maybe_script_execute): New function.
49076         (__spawni): Call it.
49078         * Makerules: Don't include tls.make.
49079         (config-tls): Always set to thread.
49080         * tls.make.c: File removed.
49082 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49084         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49085         * config.make.in (CPPFLAGS-config): New substituted variable.
49087 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49089         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49091         [BZ #13192]
49092         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49093         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49095 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49097         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49098         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49099         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49100         (CALL_FAIL): Likewise.
49101         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49102         (CALL_FAIL): Macro removed.
49103         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49105 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49107         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49108         for __FINITE_MATH_ONLY__ == 1.
49110 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49112         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49113         __ieee754_sqrt instead of sqrt.
49114         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49115         __ieee754_sqrtf instead of sqrtf.
49116         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49117         __floorf instead of floorf.
49118         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49119         __floorf, __truncf instead of floorf, truncf.
49121 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49123         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49125         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49126         __extern_always_inline.
49127         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49128         32-bit.
49130 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49132         * elf/rtld.c (dl_main): Also relocate in dependency order when
49133         doing symbol dependency testing.
49135 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49137         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49138         Always define `refsym'.
49140 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49142         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49143         (__FD_ELT): Renamed from __FDELT.
49144         * misc/bits/select2.h (__FD_ELT): Likewise.
49145         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49146         __FD_MASK instead of __FDELT, __FDMASK.
49147         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49148         Likewise.
49149         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49150         Likewise.
49152         * elf/Makefile (gen-ldd): Fix pattern.
49154         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49155         (init_tls): Likewise.
49157 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49159         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49161 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49163         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49164         `struct cmsghdr *' instead of `void *'.
49165         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49166         Likewise.
49168 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49170         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49171         if non-absolute.
49172         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49173         ldd_rewrite_script.
49175 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49177         * configure.in: Remove --with-tls option.
49178         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49179         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49180         out in case it is missing.
49181         * sysdeps/ia64/elf/configure.in: Likewise.
49182         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49183         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49184         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49185         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49186         * sysdeps/sh/elf/configure.in: Likewise.
49187         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49188         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49189         * sysdeps/x86_64/elf/configure.in: Likewise.
49190         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49191         * sysdeps/mach/hurd/tls.h: Likewise.
49193         [BZ #13067]
49194         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49196         [BZ #13090]
49197         * configure.in: Fix use of AC_INIT.
49199         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49201 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49203         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49204         __set_errno.
49205         * malloc/hooks.c: Likewise.
49207         [BZ #11929]
49208         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49209         variables statically.
49210         (narenas): Initialize.
49211         (list_lock): Initialize.
49212         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49213         initializtion of main_arena and list_lock.  Small cleanups.
49214         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49215         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49216         Add initializers to main_arena and mp_.
49217         (malloc_state): Remove pagesize member.  Change all users to use
49218         GLRO(dl_pagesize).
49220         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49221         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49222         is always initialized.
49224         * malloc/malloc.c: Removed unused configurations and dead code.
49225         * malloc/arena.c: Likewise.
49226         * malloc/hooks.c: Likewise.
49227         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49229         * include/tls.h: Removed.  USE___THREAD must always be defined.
49230         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49231         * elf/dl-libc.c: Likewise.
49232         * elf/dl-tsd.c: Likewise.
49233         * include/errno.h: Likewise.
49234         * include/netdb.h: Likewise.
49235         * include/resolv.h: Likewise.
49236         * inet/herrno-loc.c: Likewise.
49237         * inet/herrno.c: Likewise.
49238         * malloc/arena.c: Likewise.
49239         * malloc/hooks.c: Likewise.
49240         * malloc/malloc.c: Likewise.
49241         * resolv/res-state.c: Likewise.
49242         * resolv/res_libc.c: Likewise.
49243         * sysdeps/i386/dl-machine.h: Likewise.
49244         * sysdeps/ia64/dl-machine.h: Likewise.
49245         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49246         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49247         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49248         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49249         * sysdeps/sh/dl-machine.h: Likewise.
49250         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49251         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49252         * sysdeps/unix/i386/sysdep.S: Likewise.
49253         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49254         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49255         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49256         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49257         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49258         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49259         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49260         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49261         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49262         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49263         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49264         * sysdeps/x86_64/dl-machine.h: Likewise.
49265         * tls.make.c: Likewise.
49267         * configure.in: Remove --with-__thread option.  Make tests for
49268         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49269         tls_model attribute fail if no support is available.  Remove
49270         USE_IN_LIBIO.
49271         * Makeconfig: Adjust for dropped configure option.  All features are
49272         now mandatory.
49273         * Makerules: Likewise.
49274         * Versions.def: Likewise.
49275         * argp/argp-fmtstream.c: Likewise.
49276         * argp/argp-fmtstream.h: Likewise.
49277         * argp/argp-help.c: Likewise.
49278         * assert/assert.c: Likewise.
49279         * config.h.in: Likewise.
49280         * config.make.in: Likewise.
49281         * configure: Likewise.
49282         * configure.in: Likewise.
49283         * csu/Versions: Likewise.
49284         * csu/init.c: Likewise.
49285         * elf/tst-audit2.c: Likewise.
49286         * elf/tst-tls10.c: Likewise.
49287         * elf/tst-tls10.h: Likewise.
49288         * elf/tst-tls11.c: Likewise.
49289         * elf/tst-tls12.c: Likewise.
49290         * elf/tst-tls14.c: Likewise.
49291         * elf/tst-tlsmod11.c: Likewise.
49292         * elf/tst-tlsmod12.c: Likewise.
49293         * elf/tst-tlsmod13.c: Likewise.
49294         * elf/tst-tlsmod13a.c: Likewise.
49295         * elf/tst-tlsmod14a.c: Likewise.
49296         * elf/tst-tlsmod15b.c: Likewise.
49297         * elf/tst-tlsmod16a.c: Likewise.
49298         * elf/tst-tlsmod16b.c: Likewise.
49299         * elf/tst-tlsmod7.c: Likewise.
49300         * elf/tst-tlsmod8.c: Likewise.
49301         * elf/tst-tlsmod9.c: Likewise.
49302         * gmon/gmon.c: Likewise.
49303         * grp/fgetgrent_r.c: Likewise.
49304         * grp/putgrent.c: Likewise.
49305         * hurd/fopenport.c: Likewise.
49306         * include/libc-symbols.h: Likewise.
49307         * include/tls.h: Likewise.
49308         * intl/gettextP.h: Likewise.
49309         * intl/loadinfo.h: Likewise.
49310         * locale/global-locale.c: Likewise.
49311         * locale/localeinfo.h: Likewise.
49312         * mach/devstream.c: Likewise.
49313         * malloc/arena.c: Likewise.
49314         * malloc/set-freeres.c: Likewise.
49315         * misc/err.c: Likewise.
49316         * misc/getttyent.c: Likewise.
49317         * misc/mntent_r.c: Likewise.
49318         * posix/getopt.c: Likewise.
49319         * posix/wordexp.c: Likewise.
49320         * pwd/fgetpwent_r.c: Likewise.
49321         * resolv/Versions: Likewise.
49322         * resolv/res_hconf.c: Likewise.
49323         * shadow/fgetspent_r.c: Likewise.
49324         * shadow/putspent.c: Likewise.
49325         * stdio-common/printf_fphex.c: Likewise.
49326         * stdio-common/tmpfile.c: Likewise.
49327         * stdlib/abort.c: Likewise.
49328         * stdlib/fmtmsg.c: Likewise.
49329         * sunrpc/auth_unix.c: Likewise.
49330         * sunrpc/clnt_perr.c: Likewise.
49331         * sunrpc/clnt_tcp.c: Likewise.
49332         * sunrpc/clnt_udp.c: Likewise.
49333         * sunrpc/clnt_unix.c: Likewise.
49334         * sunrpc/openchild.c: Likewise.
49335         * sunrpc/svc_simple.c: Likewise.
49336         * sunrpc/svc_tcp.c: Likewise.
49337         * sunrpc/svc_udp.c: Likewise.
49338         * sunrpc/svc_unix.c: Likewise.
49339         * sunrpc/xdr.c: Likewise.
49340         * sunrpc/xdr_array.c: Likewise.
49341         * sunrpc/xdr_rec.c: Likewise.
49342         * sunrpc/xdr_ref.c: Likewise.
49343         * sunrpc/xdr_stdio.c: Likewise.
49345 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49347         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49349 2011-07-03  Andreas Jaeger  <aj@suse.de>
49351         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49352         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49353         regenerate with gen-libm-tests.pl.
49355 2010-05-12  Petr Baudis  <pasky@suse.cz>
49357         [BZ #11589]
49358         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49359         around j0() zero points by switching to j1().
49360         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49361         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49362         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49363         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49365 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49367         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49368         instead of 0.
49369         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49370         instead of 0.
49371         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49372         Patch in part by Pavel Roskin <proski@gnu.org>.
49374         [BZ #13138]
49375         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49376         realloc.
49377         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49378         Free memory block if necessary.
49380         [BZ #12847]
49381         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49382         be NULL.  Don't lock in this case.
49384 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49386         * elf/elf.h (ELFOSABI_GNU): New macro.
49387         (ELFOSABI_LINUX): Define to that.
49389 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49391         * string/strncat.c (strncat): Undef the symbol in case it has been
49392         defined in bits/string.h.
49394 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49396         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49398         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49399         link map.
49401 2011-08-17  Andreas Jaeger  <aj@suse.de>
49403         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49405 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49406             Ian Lance Taylor  <iant@google.com>
49408         * math/libm-test.inc (lround_test): New testcase.
49409         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49411 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49413         * Makefile: Remove support for automatic cvs check-ins.
49414         * Makerules: Likewise.
49415         * config.make.in: Likewise.
49416         * configure.in: Likewise.
49417         * intl/Makefile: Likewise.
49418         * locale/Makefile: Likewise.
49419         * po/Makefile: Likewise.
49420         * posix/Makefile: Likewise.
49421         * sysdeps/gnu/Makefile: Likewise.
49422         * sysdeps/mach/hurd/Makefile: Likewise.
49423         * sysdeps/sparc/sparc32/Makefile: Likewise.
49425         [BZ #13118]
49426         * posix/Makefile (bug-regex32-ENV): Define.
49427         Patch by John Stanley <jpsinthemix@verizon.net>.
49429         * misc/Makefile (headers): Add bits/select2.h.
49430         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
49431         * misc/bits/select2.h: New file.
49432         * include/bits/select2.h: New file.
49433         * debug/Makefile (routines): Add fdelt_chk.
49434         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
49435         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
49436         FD_ISSET.
49437         * debug/fdelt_chk.c: New file.
49439         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
49440         * wcsmbs/test-wmemcmp.c: Likewise.
49441         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
49442         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
49444 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49446         * string/Makefile (strop-tests): Add memcmp.
49447         * string/test-wmemcmp.c: New file.
49448         * string/test-memcmp.c: Add wmemcmp support.
49450 2011-09-08  Roland McGrath  <roland@hack.frob.com>
49452         [BZ #13153]
49453         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
49454         2011-07-19 change.
49456         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
49457         garbage value in a __mach_port_mod_refs call in the cases of the
49458         task-self and thread-self ports.
49460 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49462         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
49464 2011-09-08  Andreas Schwab  <schwab@redhat.com>
49466         * elf/dl-load.c (lose): Check for non-null L.
49468 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49470         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
49472         * elf/dl-libc.c (dlerror_run): Pass back error code from
49473         dl_catch_error.
49475         [BZ #13123]
49476         * elf/dl-load.c (lose): Free l_origin if it is valid.
49478         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
49479         names.
49480         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
49481         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49482         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49483         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49484         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
49485         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
49487 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49489         * sysdeps/powerpc/fpu/e_hypot.c: New file.
49490         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
49491         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
49492         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
49493         * sysdeps/powerpc/fpu/k_cosf.c: New file.
49494         * sysdeps/powerpc/fpu/k_sinf.c: New file.
49495         * sysdeps/powerpc/fpu/s_cosf.c: New file.
49496         * sysdeps/powerpc/fpu/s_sinf.c: New file.
49497         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
49498         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
49500 2011-08-15  Alan Modra  <amodra@gmail.com>
49502         [BZ #13092]
49503         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
49504         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
49505         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
49506         ppc_mcount to static-only-routines.
49507         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
49508         __mcount_internal.
49509         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
49510         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
49512 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
49514         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
49515         for finite and infinity parameters.
49517 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49519         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
49520         and add nop instructions for throughput optimization.
49521         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49523 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
49525         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
49526         aligned copy for power7 with vector-scalar instructions.
49527         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
49529 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
49531         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
49532         AVX check.
49534 2011-09-07  Andreas Schwab  <schwab@redhat.com>
49536         [BZ #13144]
49537         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
49538         last change.
49540 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49542         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49543         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
49544         syscall wrapper around clock_gettime in __vdso_clock_gettime.
49545         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
49546         clock_gettime.
49548 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49550         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
49551         Forgot to demangle the pointer.
49553         * sysdeps/i386/sysdep.h: Define atom_text_section.
49554         * sysdeps/x86_64/sysdep.h: Likewise.
49555         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
49556         section with atom_text_section.
49557         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49558         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49559         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
49560         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
49561         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
49563         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
49564         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
49565         already be defined.  Change to take two parameters and don't assign
49566         result to variable.  Adjust all users.
49567         Define INTERNAL_GETTIME if not already defined.
49568         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
49569         call.
49570         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
49571         HAVE_CLOCK_GETTIME_VSYSCALL.
49572         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
49574         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
49575         gettimeofday vsyscall, just use time.
49577 2011-09-06  Andreas Schwab  <schwab@redhat.com>
49579         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
49580         <errno.h>.
49582 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49584         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
49585         syscall on x86-64.
49586         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
49587         syscall.
49588         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
49589         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
49590         syscall if possible.
49592 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49594         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
49595         e_ident.  Don't pass to find_mapsXX.
49596         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
49598 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49600         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49601         strchr-sse2-no-bsf strrchr-sse2-no-bsf
49602         * sysdeps/x86_64/multiarch/strchr.S: Update.
49603         Check bit_slow_BSF bit.
49604         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
49605         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
49606         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
49608 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49610         [BZ #13134]
49611         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
49612         before glibc 2.15.
49613         (tryshell): Define.
49614         (__spawni): Change last parameter to be flag.  Test
49615         SPAWN_XFLAGS_USE_PATH flag to use path or not.
49616         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
49617         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
49618         * posix/spawni.c: Likewise.
49619         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
49620         * posix/spawnp.c: Likewise.  Change normal version to use
49621         SPAWN_XFLAGS_USE_PATH.
49622         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
49623         SPAWN_XFLAGS_TRY_SHELL.
49625         [BZ #13150]
49626         * posix/glob.h: Remove gcc 1.x support.
49628         [BZ #13068]
49629         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
49631 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49633         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49634         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
49635         strrchr-sse2-bsf
49636         * sysdeps/i386/i686/multiarch/strchr.S: New file.
49637         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
49638         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
49639         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
49640         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
49641         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
49643 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49645         * sysdeps/x86_64/wcscmp.S: New file.
49647         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
49648         wcscmp-c wcscmp-sse2
49649         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
49650         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
49651         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
49652         * wcsmbs/wcscmp.c: Allow renaming.
49654 2011-09-05  David S. Miller  <davem@davemloft.net>
49656         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
49657         stack slot, rather than the struct return pointer slot.
49658         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
49659         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
49660         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
49661         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
49663 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49665         * po/ja.po: Update from translation team.
49667         [BZ #13144]
49668         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
49669         kernel in 64-bit binaries.
49671 2011-09-01  David S. Miller  <davem@davemloft.net>
49673         * elf/elf.h (HWCAP_SPARC_*): Move to..
49674         * sysdeps/sparc/sysdep.h: this new file and add new values.
49675         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
49676         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
49677         _DL_HWCAP_COUNT to 24.
49678         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
49679         entries.
49680         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
49681         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
49682         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
49683         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
49684         instead of magic constants.
49685         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49687 2011-08-31  David S. Miller  <davem@davemloft.net>
49689         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
49690         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
49691         Reimplement to do errno handling inline.
49692         (SYSCALL_ERROR_HANDLER): New macro.
49693         (__SYSCALL_STRING): Do not do errno handling in asm.
49694         (__CLONE_SYSCALL_STRING): Delete.
49695         (__INTERNAL_SYSCALL_STRING): Delete.
49696         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
49697         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
49698         (PSEUDO): Reimplement to do errno handling inline.
49699         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
49700         (SYSCALL_ERROR_HANDLER): New macro.
49701         (__SYSCALL_STRING): Do not do errno handling in asm.
49702         (__CLONE_SYSCALL_STRING): Delete.
49703         (__INTERNAL_SYSCALL_STRING): Delete.
49704         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
49705         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
49706         i386.
49707         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
49708         (inline_syscall*): Add 'err' argument.
49709         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
49710         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
49711         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
49712         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
49714         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
49715         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
49717 2011-08-30  Andreas Schwab  <schwab@redhat.com>
49719         * elf/rtld.c (dl_main): Relocate objects in dependency order.
49721 2011-08-29  Jiri Olsa <jolsa@redhat.com>
49723         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
49724         directive.
49726 2011-08-24  David S. Miller  <davem@davemloft.net>
49728         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
49730 2011-08-24  Andreas Schwab  <schwab@redhat.com>
49732         * elf/Makefile: Add rules to build and run unload8 test.
49733         * elf/unload8.c: New file.
49734         * elf/unload8mod1.c: New file.
49735         * elf/unload8mod1x.c: New file.
49736         * elf/unload8mod2.c: New file.
49737         * elf/unload8mod3.c: New file.
49739         * elf/dl-close.c (_dl_close_worker): Reset private search list if
49740         it wasn't used.
49742 2011-08-23  David S. Miller  <davem@davemloft.net>
49744         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
49745         subtract stack bias.
49746         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
49747         %sp not %fp in calculations.
49748         (_JMPBUF_UNWINDS_ADJ): Likewise.
49750         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
49751         (aio_suspend): Call it to force an exception region around the
49752         AIO_MISC_WAIT() invocation.
49754 2011-08-23  Andreas Schwab  <schwab@redhat.com>
49756         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
49757         backslash.
49759 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
49761         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
49762         protection macro.
49763         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
49764         and <dl-machine.h>.
49765         (Elf64_FuncDesc): Remove.
49767 2011-08-22  David S. Miller  <davem@davemloft.net>
49769         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
49770         sigaltstack check, add missing cfi directives.
49771         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
49772         missing cfi directives, and sigaltstack handling.
49774 2011-08-16  Andreas Schwab  <schwab@redhat.com>
49776         [BZ #11724]
49777         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
49778         object is seen twice.
49779         * elf/dl-fini.c (_dl_sort_fini): Likewise.
49781         * elf/Makefile (distribute): Add tst-initorder2.c.
49782         (tests): Add tst-initorder2.
49783         (modules-names): Add tst-initorder2a tst-initorder2b
49784         tst-initorder2c tst-initorder2d.  Add rules to build them.
49785         ($(objpfx)tst-initorder2.out): New rule.
49786         * elf/tst-initorder2.c: New file.
49787         * elf/tst-initorder2.exp: New file.
49789 2011-08-22  Andreas Schwab  <schwab@redhat.com>
49791         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
49793         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
49794         dependencies back to end of function.
49796         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
49797         $(elfobjdir)/ld.so.
49799 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
49801         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
49802         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
49803         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
49804         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
49805         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
49806         of __vdso_gettimeofday.
49807         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
49808         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
49809         attribute_hidden.
49810         (_libc_vdso_platform_setup): Remove initialization of
49811         __vdso_gettimeofday and __vdso_time.
49813 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
49815         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
49816         and fgetc_unlocked.
49817         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
49818         getc_unlocked.
49820         * elf/dl-open.c (add_to_global): Report additions to the global scope
49821         for LD_DEBUG=scopes.
49822         (dl_open_worker): Also print scope of newly loaded dependencies.
49823         (_dl_show_scope): Indicate if there is no scope.
49825         [BZ #13114]
49826         * stdio-common/Makefile (tests): Add bug24.
49827         * stdio-common/bug24.c: New file.
49829 2011-08-19  Andreas Jaeger  <aj@suse.de>
49831         [BZ #13114]
49832         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
49833         non-existant file when using close-on-exec mode.
49835 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
49837         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
49838         the very first instruction.
49840         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
49841         the CFI state in the end.
49842         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
49843         inclusion of dl-trampoline.h.
49844         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
49846 2011-08-19  Andreas Schwab  <schwab@redhat.com>
49848         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
49849         expectations for long double.
49851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
49852         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
49854 2011-08-14  David S. Miller  <davem@davemloft.net>
49856         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
49857         artificual limit depends upon the system page size.
49859 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
49861         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
49862         * resolv/Makefile: Define CFLAGS-libresolv.
49864 2011-08-17  Andreas Schwab  <schwab@redhat.com>
49866         * nss/makedb.c (compute_tables): Make variables used in nested
49867         function static.
49869 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
49871         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
49872         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
49873         if buffer was too small.
49875         * elf/pldd.c (main): Attach to all threads in the process.
49876         Rewrite /proc handling to use *at functions.
49878 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
49880         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
49881         specifies first scope to show.
49882         (dl_open_worker): Update callers.  Move printing scope of new
49883         object to before the relocation.
49884         * elf/rtld.c (dl_main): Update _dl_show_scope call.
49885         * sysdeps/generic/ldsodefs.h: Update declaration.
49887         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
49888         string for the scope number.
49890 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
49892         * nscd/servicescache.c (cache_addserv): Make sure written is always
49893         initialized.
49895 2011-08-14  Roland McGrath  <roland@hack.frob.com>
49897         * sysdeps/i386/i486/bits/atomic.h
49898         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
49899         statement expression, so as to suppress "set but not used" warning.
49900         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
49902         * string/strncat.c (STRNCAT): Use prototype definition.
49904         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
49905         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
49906         -Iprograms here.
49907         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
49908         (localedef-modules): Add localedef.
49909         (locale-modules): Add locale.
49911         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
49912         * elf/rtld.c (dl_main): Invert order of assignment in last change,
49913         to avoid a warning.
49915 2011-08-14  David S. Miller  <davem@davemloft.net>
49917         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
49918         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
49920 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
49922         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
49923         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
49924         * elf/rtld.c (dl_main): Set l_name of vDSO.
49925         Call _dl_show_scope when DL_DEBUG_SCOPES.
49926         (process_dl_debug): Recognize scopes flag and also set it for all.
49927         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
49928         Declare _dl_show_scope.
49930         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
49931         (do_dlopen): Pass caller_dlopen to dl_open.
49932         (__libc_dlopen_mode): Initialize caller_dlopen.
49934         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
49935         of libc.  Make tolower call locale-independent.  Optimize a bit by
49936         using isdigit instead of isalnum.
49937         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
49939 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
49941         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
49942         was a dependency or dynamically loaded.
49944 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
49946         * intl/l10nflist.c: Allow architecture-specific pop function.
49947         * sysdeps/x86_64/l10nflist.c: New file.
49949         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
49950         classification.
49952 2011-08-10  Andreas Schwab  <schwab@redhat.com>
49954         * include/dirent.h: Add libc_hidden_proto for scandirat and
49955         scandirat64.  Don't declare __scandirat64.
49956         * dirent/scandirat.c: Add libc_hidden_def.
49957         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
49958         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
49960 2011-08-10  David S. Miller  <davem@davemloft.net>
49962         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
49963         enum.
49964         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
49965         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
49966         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
49968 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
49970         * Versions.def [libc]: Add GLIBC_2.15.
49971         * dirent/Makefile (routines): Add scandirat and scandirat64.
49972         * dirent/Versions [libc]: Export scandirat and scandirat64 for
49973         GLIBC_2.15.
49974         * dirent/dirent.h: Declare scandirat and scandirat64.
49975         * dirent/scandirat.c: New file.
49976         * dirent/scandirat64.c: New file.
49977         * sysdeps/wordsize-64/scandirat.c: New file.
49978         * sysdeps/wordsize-64/scandirat64.c: New file.
49979         * dirent/opendir.c: Define opendirat.
49980         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
49981         using scandirat.
49982         * dirent/scandir64.c: Adjust for scandir.c change.
49983         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
49984         __scandirat64, and __scandir_cancel_handler.
49985         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
49986         additional parameter and use openat instead of open (outside of ld.so).
49987         Add new __opendir as wrapper around __opendirat.
49988         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
49989         here without requiring old scandirat implementation.
49991 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
49993         * dirent/scandir.c (cancel_handler): Renamed to
49994         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
49995         defined.  Adjust users.
49996         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
49997         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
49999 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50001         * string/test-string.h (IMPL): Use __STRING to expand name and then
50002         stringify it.
50004         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50005         of cleanups.
50007 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50009         * string/Makefile: Update.
50010         (strop-tests): Append strncat.
50011         * string/test-wcscmp.c: New file.
50012         New comprehensive test for wcscmp.
50013         * string/test-strcmp.c: Update.
50014         (WIDE): New define.
50016 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50018         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50019         line.
50021 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50023         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50024         encoding to ACE if AI_IDN.
50026 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50028         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50029         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50031 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50033         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50034         Fix overflow bug in strncat.
50035         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50037         * string/test-strncat.c: Update.
50038         Add new tests for checking overflow bugs.
50040 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50042         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50043         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50044         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50045         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50046         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50047         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50048         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50049         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50050         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50052         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50053         (USE_AS_STRCAT): Define.
50054         Add strcat and strncat support.
50055         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50057 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50059         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50060         __n bigger than INT_MAX+1.
50061         (__strncmp_g): Likewise.
50063 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50065         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50066         * libio/stido.h: Likewise.
50068         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50069         (AF_NFC): Define.
50070         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50071         (AF_NFC): Define.
50073         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50074         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50075         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50076         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50077         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50079         [BZ #13021]
50080         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50081         installed.
50083         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50084         typo.
50085         (_dl_x86_64_save_sse): Likewise.
50087 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50089         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50090         OSXSAVE.
50091         (_dl_x86_64_save_sse): Likewise.
50093         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50095         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50097 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50099         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50100         change.
50101         (_dl_x86_64_save_sse): Use correct AVX check.
50103 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50105         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50106         bug in strncpy/strncat.
50107         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50109 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50111         * string/tester.c (test_strcat): Add tests for different alignments
50112         of source and destination.
50113         (test_strncat): Likewise.
50115 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50117         [BZ #12852]
50118         * posix/glob.c (glob): Check passed in values before using them in
50119         expressions to avoid some overflows.
50120         (glob_in_dir): Likewise.
50122         [BZ #13007]
50123         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50124         check for AVX enablement so that we don't crash with old kernels and
50125         new hardware.
50126         * elf/tst-audit4.c: Add same checks here.
50127         * elf/tst-audit6.c: Likewise.
50129         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50131 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50133         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50135 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50137         * po/cs.po: Update from translation team.
50138         * po/bg.po: Likewise.
50140 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50142         * misc/sys/cdefs.h: Add support for const attribute.
50143         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50144         to gnu_dev_{major,minor,makedev} functions.
50146 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50148         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50150 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50152         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50153         strlen results.
50155 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50157         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50158         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50159         register in order to avoid conflicts with the soft frame pointer
50160         being held in r11 when necessary.
50161         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50162         (INTERNAL_VSYSCALL_NCS): Likewise.
50164 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50166         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50167         * elf/dl-fini.c (_dl_fini): Adjust caller.
50168         * elf/dl-close.c (_dl_close_worker): Likewise.
50169         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50171 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50173         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50174         "aux_cache->nlibs < 0".
50176         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50177         in the reload-count case.
50179 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50181         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50182         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50183         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50184         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50185         * sysdeps/x86_64/multiarch/strcat.S: New file.
50186         * sysdeps/x86_64/multiarch/strncat.S: New file.
50187         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50188         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50189         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50190         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50191         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50192         (USE_AS_STRCAT): Define.
50193         Add strcat and strncat support.
50194         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50195         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50196         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50197         * string/strncat.c: Update.
50198         (USE_AS_STRNCAT): Define.
50199         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50200         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50201         and i7.
50202         * sysdeps/x86_64/multiarch/init-arch.h
50203         (bit_Prefer_PMINUB_for_stringop): New.
50204         (index_Prefer_PMINUB_for_stringop): Likewise.
50205         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50206         bit_Prefer_PMINUB_for_stringop.
50208 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50210         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50211         buffer64.
50212         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50213         of casting of buffer.
50214         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50215         buffer32 and buffer64.
50216         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50217         writes instead of casting of buffer.
50218         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50219         buffer32.
50220         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50221         casting of buffer.
50223 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50225         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50227 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50229         * nscd/nscd.c (termination_handler): Don't do anything for a database
50230         if it has not yet been initialized.
50232 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50234         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50236 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50238         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50240 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50242         * po/nl.po: Update from translation team.
50243         * po/sv.po: Likewise.
50245 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50247         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50248         now disallowed by GCC.
50250         * configure.in (use-default-link): Default to yes if a test -shared
50251         link meets our qualifications.
50252         * configure: Regenerated.
50254         * config.make.in (output-format): New variable.
50255         * configure.in: Check for ld --print-output-format support.
50256         * configure: Regenerated.
50257         * Makerules ($(common-objpfx)format.lds)
50258         [$(output-format) != unknown]: Just use $(output-format),
50259         instead of the linker-script munging.
50261 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50263         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50264         of $(common-objpfx)shlib.lds.
50265         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50267         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50268         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50270         * configure.in (-z relro check): Adjust test code to add a large
50271         writable data section after it.
50272         * configure: Regenerated.
50274 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50276         * configure.in (-z relro check): Fix test code to make the variable
50277         truly const.
50278         * configure: Regenerated.
50280 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50282         * nscd/nscd.h (struct traced_file): Define.
50283         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50284         elements.  Add traced_files.
50285         (inotify_fd): Declare.
50286         (register_traced_file): Declare.
50287         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50288         (inotify_fd): Export.
50289         (resolv_conf_descr): Remove.
50290         (nscd_init): Move inotify descriptor creation to main.
50291         Don't register files for notification here.
50292         (register_traced_file): New function.
50293         (invalidate_cache): Don't use reset_res to determine whether to call
50294         res_init, go through the list of registered files.
50295         (main_loop_poll): The inotify descriptors are now stored in the
50296         structures for the traced files.
50297         (main_loop_epoll): Likewise
50298         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50299         to __nss_disable_nscd.
50300         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50301         for a database anymore.  Check the records for all the registered
50302         files instead.
50303         * nss/Makefile (libnss_files-routines): Add files-init.
50304         (libnss_db-routines): Add db-init.
50305         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50306         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50307         * nss/nss_db/db-init.c: New file.
50308         * nss/nss_files/files-init.c: New file.
50309         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50310         __nss_lookup_function.
50311         (__nss_lookup_function): Call nss_load_library.
50312         (nss_load_all_libraries): New function.
50313         (__nss_disable_nscd): Take parameter with callback function for files
50314         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50315         used for the cached services.
50316         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50317         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50318         options for features to all the files in nscd.
50320         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50322 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50324         * csu/elf-init.c (__libc_csu_init): Comment typo.
50326 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50328         * po/pl.po: Update from translation team.
50329         * po/ja.po: Likewise.
50330         * po/ru.po: Likewise.
50331         * po/ko.po: Likewise.
50332         * po/fr.po: Likewise.
50334 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50336         * configure.in (.ctors/.dtors header and trailer check):
50337         Use an empirical test on a built program.
50338         * configure: Regenerated.
50340         * configure.in (-z relro check): Use an empirical test on a built DSO.
50341         Detect, but do not require, on ia64.
50342         * configure: Regenerated.
50344         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50345         Update tests that use readelf to use $READELF instead.
50346         * configure: Regenerated.
50348 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50350         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50351         if the result is not used.
50353 2011-07-05  Andreas Jaeger  <aj@suse.de>
50355         [BZ#9696]
50356         * stdlib/tst-strtod.c: Add testcase.
50358 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50360         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50361         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50362         The latter has a higher limit.  Take additional parameter to pass to
50363         the new function.
50364         (__pathconf): Pass file to __statfs_link_max.
50365         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50366         __statfs_link_max.
50367         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50368         __statfs_link_max.
50370         [BZ #12868]
50371         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50372         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50373         Handle Lustre.
50374         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50375         (__statfs_filesize_max): Likewise.
50376         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50378 2011-07-05  Andreas Jaeger  <aj@suse.de>
50380         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50382 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50384         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50385         `status' variable.
50386         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50387         Likewise.
50389 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50391         * Makefile (strop-tests): Add strncat.
50392         * string/test-strncat.c: New file.
50394 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50396         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50398 2011-06-21  Andreas Jaeger  <aj@suse.de>
50400         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50401         Copy rule from iconvdata/Makefile.
50403 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50405         [BZ #12922]
50406         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50407         but no long options are defined, just return 'W'.
50409 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50411         [BZ #9696]
50412         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50414 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50416         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50417         netgroups to read.
50418         (innetgr): Likewise.
50420 2011-07-05  Roland McGrath  <roland@hack.frob.com>
50422         * config.make.in (install_root): Default to $(DESTDIR).
50424 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
50426         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50428 2011-07-02  Roland McGrath  <roland@hack.frob.com>
50430         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
50432         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
50433         containing directory rather than embedding absolute directory names.
50435         * scripts/check-local-headers.sh: Rewritten using awk.
50436         Match by word, not by line.  Print error messages for matches.
50437         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
50439         * Makerules [shlib-lds-flags empty]:
50440         ($(common-objpfx)libc_pic.opts): New target.
50441         ($(common-objpfx)libc_pic.os.clean): New target.
50442         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
50444         * config.make.in (OBJCOPY): New variable.
50445         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
50446         * configure: Regenerated.
50448         * config.make.in (use-default-link): New variable.
50449         * configure.in (use_default_link): Grok --with-default-link to set it.
50450         * configure: Regenerated.
50451         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
50452         (shlib-lds, shlib-lds-flags): Define to empty.
50454         * Makerules (shlib-lds): New variable.
50455         (shlib-lds-flags): New variable.
50456         (build-shlib, build-moduile, build-module-asneeded): Use it.
50457         ($(common-objpfx)libc.so): Use $(shlib-lds).
50458         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
50459         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
50461         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
50462         DT_FLAGS/DT_FLAGS_1 with zero flags.
50464         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
50465         linker script munging.
50467 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
50469         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
50470         as 128-bit value.
50471         * crypt/sha512.c (sha512_process_block): Perform total addition using
50472         128-bit if possible.
50473         (__sha512_finish_ctx): Likewise.
50474         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
50475         as 64-bit value.
50476         * crypt/sha256.c (SWAP64): Define.
50477         (sha256_process_block): Perform total addition using 64-bit if
50478         possible.
50479         (__sha256_finish_ctx): Likewise.
50481 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
50483         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
50484         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50485         * nscd/hstcache.c (cache_addhst): Likewise.
50486         * nscd/grpcache.c (cache_addgr): Likewise.
50487         * nscd/aicache.c (addhstaiX): Likewise
50488         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
50490 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
50492         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
50493         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50494         * nscd/hstcache.c (cache_addhst): Likewise.
50495         * nscd/grpcache.c (cache_addgr): Likewise.
50496         * nscd/aicache.c (addhstaiX): Likewise
50498 2011-07-01  Andreas Schwab  <schwab@redhat.com>
50500         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
50501         domain only when needed.
50503 2011-06-30  Andreas Schwab  <schwab@redhat.com>
50505         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
50506         is always restored.
50508 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
50510         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
50511         are re-adding the entry.
50512         * nscd/servicescache.c (cache_addserv): Likewise.
50514 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
50516         * sysdeps/generic/dl-irel.h: fix protection against multiple
50517         inclusions.
50518         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
50520 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
50522         [BZ #12935]
50523         * malloc/memusage.sh: Fix quoting in message.
50524         * debug/xtrace.sh: Likewise.
50526         * configure.in: Remove support for --experimental-malloc option, make
50527         it the default.
50528         * config.make.in: Likewise.
50529         * malloc/Makefile: Likewise.
50531 2011-06-27  Andreas Schwab  <schwab@redhat.com>
50533         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
50534         two-byte characters.
50536 2011-06-27  Roland McGrath  <roland@hack.frob.com>
50538         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
50539         AC_CACHE_CHECK invocation.
50540         * configure: Regenerated.
50542         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
50544 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
50546         [BZ #12350]
50547         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
50548         bit from old_res_options.
50550         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
50552         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
50553         value type for setfct.
50555 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
50557         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50558         __gettimeofday instead of gettimeofday.
50560 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
50562         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
50564 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
50566         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
50568         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
50569         info.
50571 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50573         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50574         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50575         strcpy-sse2-unaligned strncpy-sse2-unaligned
50576         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
50577         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
50578         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
50579         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
50580         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
50581         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
50582         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
50583         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
50584         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
50585         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
50586         (STRCPY): Support SSE2 and SSSE3 versions.
50588 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
50590         [BZ #12874]
50591         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
50592         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
50593         kernels which artificially limit size of requests.
50595 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50597         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50598         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50599         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
50600         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
50601         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
50602         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
50603         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
50604         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
50605         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
50606         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
50607         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
50608         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
50609         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
50610         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
50611         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
50612         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50613         Enable unaligned load optimization for Intel Core i3, i5 and i7
50614         processors.
50615         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
50616         Define.
50617         (index_Fast_Unaligned_Load): Define.
50618         (HAS_FAST_UNALIGNED_LOAD): Define.
50620 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
50622         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
50624 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50626         [BZ #12907]
50627         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
50628         until it is clear that the information is realy needed.
50629         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
50631 2011-06-22  Andreas Schwab  <schwab@redhat.com>
50633         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
50635 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50637         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50638         /sys/devices/system/cpu/online if it is usable.
50640         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
50641         reading the information from the /proc filesystem to once a second.
50643 2011-06-21  Andreas Jaeger  <aj@suse.de>
50645         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
50646         NULL after inclusion of kernel headers.
50648 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
50650         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
50651         calls to internal_setent.
50653         [BZ #12885]
50654         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
50655         addresses using gethostbyname4_r ignore IPv4 addresses.
50657         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
50658         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
50660         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
50662 2011-06-20  David S. Miller  <davem@davemloft.net>
50664         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
50665         inclusions.
50666         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
50668         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
50669         (elf_irel): Use it.
50670         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
50671         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
50672         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
50673         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
50674         * sysdeps/x86_64/dl-irel.h: Likewise.
50676         * elf/dl-runtime.c: Use elf_ifunc_invoke.
50677         * elf/dl-sym.c: Likewise.
50679 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50681         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
50682         need to dereference resplen2.
50684 2011-06-14  Andreas Schwab  <schwab@redhat.com>
50686         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
50688 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50690         * Makeconfig: Define vardbdir and inst_vardbdir.
50691         * nss/Makefile: Add rules to install db-Makefile.
50693         * nss/nss_db/db-XXX.c: Cleanup.
50695         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
50696         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
50697         GLIBC_PRIVATE.
50698         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
50699         * nss/makedb.c: Implement -g option to specify that value strings
50700         are generated and should not be added to table iterated over for
50701         get*ent calls.
50702         * nss/nss_db/db-initgroups.c: New file.
50704         * nss/getent.c: Add support for initgroups lookups through getgrouplist
50705         interface.
50707         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
50708         (internal_getgrouplist): Adjust to name change.
50709         Update use_initgroups_entry if this is not the first call.
50710         * nss/databases.def: Add initgroups entry.
50712         * nss/makedb.c (compute_tables): Check result of multiple hash table
50713         sizes to minimize maximum chain length.
50715 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
50717         * Versions.def: Add entry for libnss_db.
50718         * shlib-versions: Likewise.
50719         * nss/Makefile: Add rules to build libnss_db.
50720         * nss/Versions: Add libnss_db information.  Organize libnss_files
50721         entries better.
50722         * nss/db-Makefile: Add gshadow support.  Change rules for the new
50723         makedb progra.  Some minor improvements to generate smaller files.
50724         * nss/nss_db/nss_db.h: Move NSS database header data structures to
50725         here from...
50726         * nss/makedb.c: ...here.
50727         Improve database format to be smaller and require less memory at
50728         runtime.
50729         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
50730         db anymore.
50731         * nss/nss_db/db-netgrp.c: Likewise.
50732         * nss/nss_db/db-open.c: Likewise.
50733         * nss/nss_files/flies-XXX.x: Adjust comments.
50734         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
50735         * nss/nss_files/files-grp.c: Likewise.
50736         * nss/nss_files/files-hosts.c: Likewise.
50737         * nss/nss_files/files-network.c: Likewise.
50738         * nss/nss_files/files-proto.c: Likewise.
50739         * nss/nss_files/files-pwd.c: Likewise.
50740         * nss/nss_files/files-rpc.c: Likewise.
50741         * nss/nss_files/files-service.c: Likewise.
50742         * nss/nss_files/files-sgrp.c: Likewise.
50743         * nss/nss_files/files-spwd.c: Likewise.
50744         * nss/nss_db/db-alias.c: Removed.
50745         * nss/nss_db/dummy-db.h: Removed.
50747 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
50749         * nss/makedb.c: Rewritten to not use database library.
50750         * nss/Makefile: Update to build new makedb program.
50752 2011-06-14  Andreas Jaeger  <aj@suse.de>
50754         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
50755         memset declaration.
50757 2011-06-10  Andreas Schwab  <schwab@redhat.com>
50759         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
50760         tmpbuf.
50762 2011-06-10  Roland McGrath  <roland@hack.frob.com>
50764         * Makerules (shlib.lds): Fail if the linker script comes out empty.
50765         * elf/Makefile ($(objpfx)ld.so): Likewise.
50767         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
50768         Don't list ld.so twice in dependencies.
50770         * posix/bug-regex31.c: Include <stdlib.h>.
50772         * nscd/hstcache.c (cache_addhst): Remove unused variable.
50774         * nis/nss_compat/compat-spwd.c
50775         (getspent_next_nss_netgr): Remove unused variable.
50776         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
50778         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
50779         nonmembers" output to use the right array.
50781         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
50783         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
50785         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
50786         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
50787         * catgets/gencat.c (read_input_file): Likewise.
50788         * locale/programs/locarchive.c (enlarge_archive): Likewise.
50790         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
50791         variable definition inside #if's controlling its use.
50793         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
50795         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
50797         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
50799         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
50800         unreachable code.
50802         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
50804         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
50805         * configure: Regenerated.
50807         * Makerules: Revert last change.
50808         * elf/Makefile: Likewise.
50810 2011-06-09  Roland McGrath  <roland@hack.frob.com>
50812         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
50813         * elf/Makefile ($(objpfx)librtld.os): Likewise.
50814         (reloc-link): Likewise.
50816 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
50818         * elf/Makefile: Add rules to build pldd.
50819         * elf/pldd.c: New file.
50820         * elf/pldd-xx.c: New file.
50822 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
50824         * version.h: Update for 2.15 development version.
50826 2011-06-07  David S. Miller  <davem@davemloft.net>
50828         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
50829         ifuncs.
50830         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
50831         elf_machine_lazy_rel): Likewise.
50832         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
50833         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
50834         elf_machine_lazy_rel): Likewise.
50835         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
50836         dl_hwcap via passed in argument.
50837         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
50838         Likewise.
50840 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50842         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
50844 2011-06-06  Roland McGrath  <roland@hack.frob.com>
50846         [BZ #12849]
50847         * manual/fdl-1.1.texi: New file, verbatim from:
50848         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
50849         * manual/lgpl-2.1.texi: New file, verbatim from:
50850         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
50851         * manual/Makefile (licenses): New variable, list those new file names.
50852         (texis): Use it.
50853         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
50855         * manual/fdl.texi: File removed.
50856         * manual/lesser.texi: File removed.
50857         * manual/libc.texinfo (Copying, Documentation License):
50858         Use new @include file names, put @appendix directive before @include.
50860 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
50862         [BZ #12841]
50863         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
50864         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
50865         (mq_open): Add __NTH.
50867 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
50869         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50870         Assume Intel Core i3/i5/i7 processor if AVX is available.
50872 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
50874         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
50875         typo.
50877 2011-05-31  Andreas Schwab  <schwab@redhat.com>
50879         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
50880         memory.  Use alloca_account.  Fix memory leak when retrying.
50882 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
50884         * version.h (RELEASE): Bump for 2.14 release.
50885         * include/features.h (__GLIBC_MINOR__): Bump to 14.
50887         * config.make.in (RANLIB): Remove entry.
50889 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
50891         * po/Makefile (po-sed-cmd): Add ksh to extensions.
50892         (libc.pot): Work around missing support for .ksh extension in xgettext.
50894         [BZ #12684]
50895         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
50896         if both request failed.
50897         (send_dg): In case of server errors clear resplen or *resplen2.
50899         [BZ #12454]
50900         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
50901         when there are multiple maps.
50902         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
50903         (_dl_fini): Remove test here.
50905         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
50907 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
50909         [BZ #12350]
50910         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
50911         bit from old_res_options.
50912         (gaih_inet): Likewise.
50914         [BZ #11099]
50915         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
50916         as signed.
50918         * resolv/res_init.c (res_setoptions): Make the code more compact.
50920         [BZ #11558]
50921         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
50922         set RES_USEVC.
50924         [BZ #11634]
50925         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
50927         * malloc/malloc.h: Mark malloc hook variables as deprecated.
50929         [BZ #11781]
50930         * malloc/malloc.h: Declare malloc hook variables as volatile.
50932         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
50933         in last patch.
50935         [BZ #11799]
50936         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
50937         raise in the comment.
50938         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
50939         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
50940         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
50942 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
50944         [BZ #12811]
50945         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
50946         grow the buffers more if it already has to be sufficient.
50947         (build_wcs_upper_buffer): Likewise.
50948         * posix/regexec.c (check_matching): Likewise.
50949         (clean_state_log_if_needed): Likewise.
50950         (extend_buffers): Don't enlarge buffers beyond size of the input
50951         buffer.
50952         Patches mostly by Emil Wojak <emil@wojak.eu>.
50953         * posix/bug-regex32.c: New file.
50954         * posix/Makefile (tests): Add bug-regex32.
50956         * locale/findlocale.c (_nl_find_locale): Return right away if
50957         _nl_explode_name failed.
50958         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
50960         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
50962         * debug/xtrace.sh: Unify messages.
50963         * malloc/memusage.sh: Likewise.
50965         [BZ #12813]
50966         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
50967         time symbol from vDSO.  Substitute with vsyscall if not available.
50968         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
50969         __vdso_time.
50971         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
50972         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
50973         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
50974         Add sendmmsg and internal_sendmmsg.
50975         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
50976         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
50977         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
50979         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
50980         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
50981         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
50983 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
50985         [BZ #12813]
50986         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
50987         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
50988         available.
50989         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
50990         __vdso_getcpu.
50992         [BZ #12814]
50993         * iconvdata/Makefile (tests): Add bug-iconv9.
50994         * iconvdata/bug-iconv9.c: New file.
50996 2011-05-27  Andreas Schwab  <schwab@redhat.com>
50998         [BZ #12814]
50999         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51001 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51003         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51004         (struct user_regs_struct): Change intcs field back to cs.
51006 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51008         * po/ja.po: Update from translation team.
51010 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51012         [BZ #12795]
51013         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51014         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51016 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51018         * stdlib/longlong.h: Update from GCC.
51020 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51022         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51023         parameter name.
51024         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51025         Add parameter name.
51026         (__sysconf): Pass it down.
51028 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51030         [BZ #12671]
51031         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51032         some situations.
51033         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51034         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51035         add in in __libc_use_alloca calls.  Adjust callers.
51036         (glob): Use malloc in some situations.
51038         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51039         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51040         pltexit.
51042 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51044         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51045         and CLOCK_BOOTTIME_ALARM.
51047         [BZ #12782]
51048         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51049         is returned.
51051         * string/_strerror.c (__strerror_r): Print negative errors as signed
51052         numbers.
51054         [BZ #12777]
51055         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51056         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51057         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51059         * configure.in: Fix typo in redirection and correct removal of test
51060         files in two cases.
51062         [BZ #12788]
51063         * locale/setlocale.c (new_composite_name): Fix test to check for
51064         identical name of all categories.
51066         [BZ #12792]
51067         * libio/filedoalloc.c (local_isatty): New function.
51068         (_IO_file_doallocate): Use local_isatty.
51069         * stdio-common/perror.c (perror): In case a new stream is used
51070         forward the stream error.
51071         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51072         error flag.
51074 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51076         [BZ #11869]
51077         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51078         alloca.
51079         * include/alloca.h (extend_alloca_account): Define.
51081         [BZ #11857]
51082         * posix/regex.h: Fix comments with documentation of user-accessible
51083         fields after compilation and describe correct free'ing of pattern
51084         after re_compile_pattern.
51085         Patch by Reuben Thomas <rrt@sc3d.org>.
51087 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51089         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51090         and -mno-altivec to prevent the compiler from using Altivec and/or
51091         VSX instructions when the corresponding registers are not available.
51093 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51095         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51097 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51099         * libio/freopen.c (freopen): Use __dup2, not dup2.
51100         * libio/freopen64.c (freopen64): Likewise.
51102 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51104         [BZ #12775]
51105         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51106         * math/Makefile (tests): Add test-powl.
51107         (CFLAGS-test-powl.c): Define.
51108         * math/test-powl.c: New file.
51110 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51112         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51114 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51116         [BZ #11837]
51117         * iconvdata/gb18030.c: Update to GB18020-2005.
51119 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51121         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51122         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51123         Patch by Aharon Robbins <arnold@skeeve.com>.
51125         [BZ #11892]
51126         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51127         on the stack.
51129         [BZ #11895]
51130         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51131         through underflows.
51133         [BZ #12766]
51134         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51135         point to strings before performing equality test for error_one_per_line
51136         mode.
51138         [BZ #11697]
51139         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51141         [BZ #11820]
51142         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51143         (struct user_fpregs_struct): Avoid __uint*_t types.
51145         [BZ #6420]
51146         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51147         symbol info.  Use it instead of calling _dl_addr locally.
51148         (lock_and_info): New function.
51149         (tr_freehook): Call lock_and_info and pass symbol info as additional
51150         parameter to tr_where.
51151         (tr_mallochook): Likewise.
51152         (tr_reallochook): Likewise.
51153         (tr_memalignhook): Likewise.
51155         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51156         used and couldn't be at all thread-safe.
51158 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51160         * libio/freopen.c (freopen): Don't close old file descriptor
51161         before the new one is opened.  Instead dup the new file descriptor
51162         to the old one after the new stream is created.
51163         * libio/freopen64.c (freopen64): Likewise.
51164         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51165         * libio/fileops.c (_IO_new_file_close_it): Handle new
51166         _IO_FLAGS2_NOCLOSE flag.
51167         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51168         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51169         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51170         _IO_FLAGS2_NOCLOSE flag.
51171         * include/unistd.h: Add hidden_proto for dup3.
51172         Define __have_dup3.
51173         * io/dup3.c: Define hidden symbol.
51174         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51176         [BZ #7101]
51177         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51178         when an incomplete long option is used.
51179         * posix/tst-getopt_long1.c: New file.
51180         * posix/Makefile (tests): Add tst-getopt_long1.
51182         [BZ #10138]
51183         * scripts/config.guess: Update from autoconf-2.68.
51184         * scripts/config.sub: Likewise.
51186         [BZ #10157]
51187         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51188         tests into ...
51189         (has_cpuclock): ...this.  New function.
51190         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51191         macro here based on has_cpuclock code.
51193         [BZ #10149]
51194         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51195         First byte (not low byte) is now always NUL.
51196         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51198         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51199         Use non-cancelable interfaces.
51201         [BZ #9809]
51202         * locale/iso-639.def: Add entry for Sorani.
51204         [BZ #11901]
51205         * include/stdlib.h: Move include protection to the right place.
51206         Define abort_msg_s.  Declare __abort_msg with it.
51207         * stdlib/abort.c (__abort_msg): Adjust type.
51208         * assert/assert.c (__assert_fail_base): New function.  Majority
51209         of code from __assert_fail.  Allocate memory for __abort_msg with
51210         mmap.
51211         (__assert_fail): Now call __assert_fail_base.
51212         * assert/assert-perr.c: Remove bulk of implementation.  Use
51213         __assert_fail_base.
51214         * include/assert.hL Declare __assert_fail_base.
51215         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51216         mmap.
51217         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51219 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51221         [BZ #11952]
51222         [BZ #12453]
51223         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51224         until all modules are registered in the DTV.
51225         * elf/Makefile: Add rules to build and run tst-tls19.
51226         * elf/tst-tls19.c: New file.
51227         * elf/tst-tls19mod1.c: New file.
51228         * elf/tst-tls19mod2.c: New file.
51229         * elf/tst-tls19mod3.c: New file.
51230         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51232         [BZ #12083]
51233         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51234         correctly.
51236         [BZ #12601]
51237         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51238         two-byte sequence errors.
51239         * iconvdata/Makefile (tests): Add bug-iconv8.
51240         * iconvdata/bug-iconv8.c: New file.
51242         [BZ #12626]
51243         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51244         buf2 definition.
51246         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51248         [BZ #12432]
51249         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51250         (dummy_getcfa): New function.
51251         (init): Get _Unwind_GetCFA address, use dummy if not found.
51252         (backtrace_helper): In recursion check, also check whether CFA changes.
51253         (__backtrace): Completely initialize arg.
51255         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51256         storing incomplete byte sequence in state object.  Avoid testing for
51257         guaranteed too small input if we know there is enough data available.
51259 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51261         * Makeconfig (+link-pie): Indent.
51262         * Rules (binaries-pie): Define if $(have-fpie) and
51263         $(build-shared).
51264         (binaries-shared): Also filter out $(binaries-pie).
51265         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51266         * nscd/Makefile (others-pie): Add nscd.
51267         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51268         ($(objpfx)nscd): Remove command override.
51269         * login/Makefile (others-pie): Add pt_chown.
51270         ($(objpfx)pt_chown): Remove command override.
51271         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51272         remove command overrides.
51274 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51276         * libio/tst_putwc.c: Fix error messages.
51278         [BZ #12724]
51279         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51280         currently writing and seek to current position when not.
51281         * libio/Makefile (tests): Add bug-fclose1.
51282         * libio/bug-fclose1.c: New file.
51284 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51286         [BZ #12511]
51287         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51288         don't set DF_1_NODELETE here.
51289         (do_lookup_x): When entering new entry test for copy relocation
51290         and if necessary set DF_1_NODELETE flag.
51291         * elf/tst-unique4.cc: New file.
51292         * elf/tst-unique4.h: New file.
51293         * elf/tst-unique4lib.cc: New file.
51294         * elf/Makefile: Add rules to build and run tst-unique4.
51295         Patch by Piotr Bury <pbury@goahead.com>.
51297 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51299         [BZ #12052]
51300         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51302         [BZ #12625]
51303         * misc/mntent_r.c (addmntent): Flush the stream after the output
51305         [BZ #12393]
51306         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51307         (is_trusted_path_normalize): Skip initial colon.  Append slash
51308         to empty buffer.  Duplicate is_trusted_path code but allow
51309         constructed patch to be prefix.
51310         (is_dst): Allow $ORIGIN followed by /.
51311         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51312         Correct testing of result of is_trusted_path_normalize
51313         (decompose_rpath): Fix warning.
51315 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51317         [BZ #11257]
51318         * grp/initgroups.c (internal_getgrouplist): When we found the service
51319         list through the initgroups entry in nsswitch.conf do not always
51320         continue on a successful lookup.  Don't always use the
51321         __nss_group_database value if it is set.
51322         * nss/nsswitch.conf (initgroups): Change action for successful db
51323         lookup to continue for compatibility.
51325 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51327         [BZ #11532]
51328         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51329         and CP774 modules.
51330         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51331         and CP774 modules.
51332         * iconvdata/tst-tables.sh: Likewise.
51333         * iconvdata/cp770.c: New file.
51334         * iconvdata/cp771.c: New file.
51335         * iconvdata/cp772.c: New file.
51336         * iconvdata/cp773.c: New file.
51337         * iconvdata/cp774.c: New file.
51338         * iconvdata/testdata/CP770: New file.
51339         * iconvdata/testdata/CP770..UTF8: New file.
51340         * iconvdata/testdata/CP771: New file.
51341         * iconvdata/testdata/CP771..UTF8: New file.
51342         * iconvdata/testdata/CP772: New file.
51343         * iconvdata/testdata/CP772..UTF8: New file.
51344         * iconvdata/testdata/CP773: New file.
51345         * iconvdata/testdata/CP773..UTF8: New file.
51346         * iconvdata/testdata/CP774: New file.
51347         * iconvdata/testdata/CP774..UTF8: New file.
51349         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51350         END CHARMAP line.
51351         * iconvdata/gen-8bit-gap.sh: Likewise.
51352         * iconvdata/gen-8bit.sh: Likewise.
51354         * locale/iso-639.def: Add ary entry.
51356         [BZ #11258]
51357         * locale/C-translit.h.in: Add U20A1 transliteration.
51359         [BZ #12178]
51360         * locale/iso-639.def: Add wae entry.
51361         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51363         [BZ #12545]
51364         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51365         for n.
51367         [BZ #12711]
51368         * locale/C-translit.h.in: Add entry for U20B9.
51369         Patch by pravin.d.s@gmail.com.
51371 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51373         [BZ #12713]
51374         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51375         ENAMETOOLONG use generic getcwd.
51376         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51377         in rtld.  Use *stat64.
51378         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51379         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51380         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51381         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51382         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51383         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51384         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51385         __fstatat64 macros.
51386         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51387         * dirent/rewinddir.c: Add libc_hidden_def.
51388         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51389         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51391         * include/dirent.h (__alloc_dir): Add flags parameter.
51392         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51393         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51394         __alloc_dir.
51395         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51396         from fdopendir if O_CLOEXEC is already set.
51398 2011-03-15  Alan Modra  <amodra@gmail.com>
51400         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51401         l_tls_firstbyte_offset non-zero.  Save padding offset in
51402         l_tls_firstbyte_offset for later use.
51403         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51404         freeing static tls block.
51406 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51408         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51409         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51410         being defined by the kernel headers.
51412 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51414         [BZ #12734]
51415         * resolv/resolv.h: Define RES_NOTLDQUERY.
51416         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51417         no-tld-query and set RES_NOTLDQUERY.
51418         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51419         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51420         modern BIND to search name as TLD unless forbidden.
51422 2011-05-07  Petr Baudis  <pasky@suse.cz>
51423             Ulrich Drepper  <drepper@gmail.com>
51425         [BZ #12393]
51426         * elf/dl-load.c (fillin_rpath): Move trusted path check...
51427         (is_trusted_path): ...to here.
51428         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
51429         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
51430         using is_trusted_path_normalize() in setuid scripts.
51432 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
51434         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
51435         __BEGIN/__END_DECLS.
51437 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
51439         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
51440         NSS_STATUS_NOTFOUND if no record was found.
51442 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51444         * sunrpc/Makefile (headers): Add rpc/netdb.h.
51445         (headers-not-in-tirpc): Remove rpc/netdb.h
51446         * resolv/netdb.h: Revert last change.
51448 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51450         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
51451         circular dependency between libgcc.a and libc.a.
51453 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51455         * resolv/netdb.h: Don't include <rpc/netdb.h>.
51456         * nis/Makefile: Don't install rpcsvc/*.
51457         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
51458         instead of <rpc/types.h>.
51459         (MAXHOSTNAMELEN): Define.
51461 2011-05-03  Andreas Schwab  <schwab@redhat.com>
51463         * elf/ldconfig.c (add_dir): Don't crash on empty path.
51465 2011-04-28  Maciej Babinski  <mbabinski@google.com>
51467         [BZ #12714]
51468         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
51469         gethostbyname4_r when IPv6 results are possible.
51471 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
51473         [BZ #12723]
51474         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
51475         _PC_PIPE_BUF handling.
51477 2011-04-30  Bruno Haible  <bruno@clisp.org>
51479         [BZ #12717]
51480         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
51481         * resolv/netdb.h (getnameinfo): Change type of flags parameter
51482         to 'int'.
51483         * inet/getnameinfo.c (getnameinfo): Likewise.
51485 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
51487         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
51488         to groups setting in database lookup.
51489         * nss/nsswitch.conf: Add initgroups entry.
51491 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
51493         [BZ #12685]
51494         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
51495         mode string.
51496         Patch by Eric Blake <eblake@redhat.com>.
51498 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
51500         * sunrpc/Makefile (need-export-routines): Add svc_run.
51501         (routines): Remove svc_run.
51502         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
51503         * sunrpc/clnt_perr.c (clnt_perrno): Export.
51504         * sunrpc/svc_run.c (svc_run): Likewise.
51505         * sunrpc/svc_udp.c (svcudp_create): Likewise.
51507 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
51509         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
51510         problem in reallocation in last patch.
51512 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
51514         * sunrpc/Makefile: Move inclusion of Rules.
51516 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51518         * nss/nss_files/files-initgroups.c: New file.
51519         * nss/Makefile (libnss_files-routines): Add files-initgroups.
51520         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
51521         _nss_files_initgroups_dyn.
51523 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
51525         * elf/elf.h (R_ARM_IRELATIVE): Define.
51527 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51529         * po/ru.po: Update from translation team.
51531 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51533         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
51534         dependencies.
51536 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
51538         [BZ #12653]
51539         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
51540         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
51541         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51542         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
51543         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
51545 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
51547         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
51548         differing bytes.
51549         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
51550         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
51551         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51553 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51555         [BZ #12420]
51556         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
51557         storing it.
51558         * stdlib/bug-getcontext.c: New file.
51559         * stdlib/Makefile: Add rules to build and run bug-getcontext.
51561 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51563         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
51564         instructions into .machine "z9-109".
51565         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
51566         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
51568 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51570         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
51571         between environment variables and auxiliary vector.
51573 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
51575         * Makefile: Add rules to build linkobj/libc.so.
51576         * include/libc-symbols.h: Define libc_hidden_nolink.
51577         * include/rpc/auth.h: Mark functions which are to be hidden.
51578         * include/rpc/auth_des.h: Likewise.
51579         * include/rpc/auth_unix.h: Likewise.
51580         * include/rpc/clnt.h: Likewise.
51581         * include/rpc/des_crypt.h: Likewise.
51582         * include/rpc/key_prot.h: Likewise.
51583         * include/rpc/pmap_clnt.h: Likewise.
51584         * include/rpc/pmap_prot.h: Likewise.
51585         * include/rpc/pmap_rmt.h: Likewise.
51586         * include/rpc/rpc_msg.h: Likewise.
51587         * include/rpc/svc.h: Likewise.
51588         * include/rpc/svc_auth.h: Likewise.
51589         * include/rpc/xdr.h: Likewise.
51590         * nis/Makefile: Link all DSOs against linkobj/libc.so.
51591         * nss/Makefile: Likewise.
51592         * sunrpc/Makefile: Don't install headers.  Build library with normal
51593         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
51594         * sunrpc/auth_des.c: Hide exported symbols by default, export some
51595         for the compat linking library.  Remove use of INTDEF/INTUSE.
51596         * sunrpc/auth_none.c: Likewise.
51597         * sunrpc/auth_unix.c: Likewise.
51598         * sunrpc/authdes_prot.c: Likewise.
51599         * sunrpc/authuxprot.c: Likewise.
51600         * sunrpc/clnt_gen.c: Likewise.
51601         * sunrpc/clnt_perr.c: Likewise.
51602         * sunrpc/clnt_raw.c: Likewise.
51603         * sunrpc/clnt_simp.c: Likewise.
51604         * sunrpc/clnt_tcp.c: Likewise.
51605         * sunrpc/clnt_udp.c: Likewise.
51606         * sunrpc/clnt_unix.c: Likewise.
51607         * sunrpc/des_crypt.c: Likewise.
51608         * sunrpc/des_soft.c: Likewise.
51609         * sunrpc/get_myaddr.c: Likewise.
51610         * sunrpc/key_call.c: Likewise.
51611         * sunrpc/key_prot.c: Likewise.
51612         * sunrpc/netname.c: Likewise.
51613         * sunrpc/pm_getmaps.c: Likewise.
51614         * sunrpc/pm_getport.c: Likewise.
51615         * sunrpc/pmap_clnt.c: Likewise.
51616         * sunrpc/pmap_prot.c: Likewise.
51617         * sunrpc/pmap_prot2.c: Likewise.
51618         * sunrpc/pmap_rmt.c: Likewise.
51619         * sunrpc/publickey.c: Likewise.
51620         * sunrpc/rpc_cmsg.c: Likewise.
51621         * sunrpc/rpc_common.c: Likewise.
51622         * sunrpc/rpc_dtable.c: Likewise.
51623         * sunrpc/rpc_prot.c: Likewise.
51624         * sunrpc/rpc_thread.c: Likewise.
51625         * sunrpc/rtime.c: Likewise.
51626         * sunrpc/svc.c: Likewise.
51627         * sunrpc/svc_auth.c: Likewise.
51628         * sunrpc/svc_authux.c: Likewise.
51629         * sunrpc/svc_raw.c: Likewise.
51630         * sunrpc/svc_run.c: Likewise.
51631         * sunrpc/svc_simple.c: Likewise.
51632         * sunrpc/svc_tcp.c: Likewise.
51633         * sunrpc/svc_udp.c: Likewise.
51634         * sunrpc/svc_unix.c: Likewise.
51635         * sunrpc/svcauth_des.c: Likewise.
51636         * sunrpc/xcrypt.c: Likewise.
51637         * sunrpc/xdr.c: Likewise.
51638         * sunrpc/xdr_array.c: Likewise.
51639         * sunrpc/xdr_float.c: Likewise.
51640         * sunrpc/xdr_intXX_t.c: Likewise.
51641         * sunrpc/xdr_mem.c: Likewise.
51642         * sunrpc/xdr_rec.c: Likewise.
51643         * sunrpc/xdr_ref.c: Likewise.
51644         * sunrpc/xdr_sizeof.c: Likewise.
51645         * sunrpc/xdr_stdio.c: Likewise.
51647 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
51649         [BZ #12650]
51650         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
51651         * sysdeps/ia64/dl-tls.h: Likewise.
51652         * sysdeps/powerpc/dl-tls.h: Likewise.
51653         * sysdeps/s390/dl-tls.h: Likewise.
51654         * sysdeps/sh/dl-tls.h: Likewise.
51655         * sysdeps/sparc/dl-tls.h: Likewise.
51656         * sysdeps/x86_64/dl-tls.h: Likewise.
51657         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
51659 2011-03-14  Andreas Schwab  <schwab@redhat.com>
51661         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
51662         rpath element also skip the following colon.
51663         (expand_dynamic_string_token): Add is_path parameter and pass
51664         down to DL_DST_REQUIRED and _dl_dst_substitute.
51665         (decompose_rpath): Call expand_dynamic_string_token with
51666         non-zero is_path.  Ignore empty rpaths.
51667         (_dl_map_object_from_fd): Call expand_dynamic_string_token
51668         with zero is_path.
51670 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
51672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
51673         Make cancelable.
51675 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
51677         [BZ #12655]
51678         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
51679         Patch by Filipe David Manana <fdmanana@apache.org>.
51681 2011-04-07  Andreas Schwab  <schwab@redhat.com>
51683         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
51684         Maintain aligned stack.
51685         (CHECK_RSP): Remove unused macro.
51687 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
51689         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
51690         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
51692 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
51694         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
51696         * include/features.h: Mention __USE_XOPEN2K8 in comment.
51698 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
51700         [BZ #12518]
51701         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
51702         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
51703         * sysdeps/x86_64/memmove.c: New file.
51704         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
51705         (memcpy): Renamed to ...
51706         (__new_memcpy): This.
51707         (memcpy): Provide GLIBC_2_14 memcpy.
51708         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
51709         (memcpy): Provide GLIBC_2_2_5 memcpy.
51711 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51713         [BZ #12631]
51714         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
51716 2011-03-30  Andreas Schwab  <schwab@redhat.com>
51718         * misc/syncfs.c: New file.
51719         * misc/Makefile (routines): Add syncfs.
51720         * posix/unistd.h: Declare syncfs.
51721         * sysdeps/unix/syscalls.list: Add syncfs.
51723 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51725         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
51726         open_by_handle_at.
51727         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51728         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51729         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51730         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51731         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51732         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
51733         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51735 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51737         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
51738         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51739         * sysdeps/unix/sysv/linux/powerpc/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.
51745         * io/Makefile: Compile fallocate.c, fallocate64.c, and
51746         sync_file_range.c with -fexceptions.
51747         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
51748         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
51749         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
51750         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
51751         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
51752         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
51753         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
51754         sync_file_range as cancellation point
51755         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
51756         now a wrapper around __call_sync_file_range with cancellation handling.
51757         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
51758         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
51759         function name to __call_sync_file_range.
51760         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
51761         Add call_sync_file_range.
51763 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51765         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51766         bits/timex.h.
51768 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51770         * iconv/iconv.h: Fix typo in comment.
51771         * io/fcntl.h: Likewise.
51772         * libio/stdio.h: Likewise.
51773         * posix/spawn.h: Likewise.
51774         * posix/unistd.h: Likewise.
51775         * stdlib/stdlib.h: Likewise.
51776         * time/time.h: Likewise.
51777         * wcsmbs/wchar.h: Likewise.
51779         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
51780         open_by_handle): Add.
51781         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
51782         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
51783         Augment a few comments.
51784         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51785         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51786         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51787         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51788         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51789         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
51790         open_by_handle.
51792         * io/fcntl.h (AT_EMPTY_PATH): Define.
51794 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
51796         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
51797         * sysdeps/unix/sysv/linux/bits/time.h: New file.
51798         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
51799         to...
51800         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
51801         * Versions.def: Add GLIBC_2.14.
51802         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
51803         Export.
51805 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
51807         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
51808         round counter.
51809         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
51811 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
51813         [BZ #12597]
51814         * string/test-strncmp.c (do_page_test): New function.
51815         (check2): Likewise.
51816         (test_main): Call check2.
51817         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
51819 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
51821         [BZ #12587]
51822         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
51823         Handle cache information in CPU leaf 4.
51824         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
51826 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
51828         [BZ #12583]
51829         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
51830         character representation.
51831         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
51833 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
51835         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
51836         END(__isnan) to END(__isnanf) to match function entry point/label
51837         EALIGN(__isnanf,...).
51839 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
51841         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
51843 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
51845         [BZ #12510]
51846         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
51847         copy from the symbol referenced in the relocation to initialize the
51848         used variable.
51849         Patch by Piotr Bury <pbury@goahead.com>.
51850         * elf/Makefile: Add rules to build and tst-unique3.
51851         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
51852         * elf/tst-unique3.cc: New file.
51853         * elf/tst-unique3.h: New file.
51854         * elf/tst-unique3lib.cc: New file.
51855         * elf/tst-unique3lib2.cc: New file.
51857         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
51859 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
51861         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
51862         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
51863         to _start.
51865 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
51867         * elf/dl-load.c (_dl_map_object): If we are looking for the first
51868         to-be-loaded object along a path to loader is ld.so.
51870 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
51871             Ulrich Drepper  <drepper@gmail.com>
51873         * sysdeps/x86_64/memset.S: After aligning destination, code
51874         branches to different locations depending on the value of
51875         misalignment, when multiarch is enabled. Fix this.
51877 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
51879         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
51880         Set _x86_64_preferred_memory_instruction for AMD processsors.
51881         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51882         Set bit_Prefer_SSE_for_memop for AMD processors.
51884 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
51886         * libio/fmemopen.c (fmemopen): Optimize a bit.
51888 2011-03-03  Andreas Schwab  <schwab@redhat.com>
51890         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
51892 2011-03-03  Roland McGrath  <roland@redhat.com>
51894         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
51896 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
51898         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
51899         __bzero_ultra1 instead of __memset_ultra1.
51901 2011-02-23  Andreas Schwab  <schwab@redhat.com>
51902             Ulrich Drepper  <drepper@gmail.com>
51904         [BZ #12509]
51905         * include/link.h (struct link_map): Add l_orig_initfini.
51906         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
51907         returning unsuccessfully.
51908         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
51909         close of a file loaded at startup, restore the original l_initfini
51910         list.
51911         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
51912         list, store the pointer.
51913         * elf/Makefile ($(objpfx)noload-mem): New rule.
51914         (noload-ENV): Define.
51915         (tests): Add $(objpfx)noload-mem.
51916         * elf/noload.c: Include <memcheck.h>.
51917         (main): Call mtrace.  Close all opened handles.
51919 2011-02-17  Andreas Schwab  <schwab@redhat.com>
51921         [BZ #12454]
51922         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
51923         dependencies are missing.
51925 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51927         Fix __if_freereq crash: Unlike the generic version which uses free,
51928         Hurd needs munmap.
51929         * sysdeps/mach/hurd/ifreq.h: New file.
51931 2011-01-27  Petr Baudis  <pasky@suse.cz>
51932             Ulrich Drepper  <drepper@gmail.com>
51934         [BZ 12445]#
51935         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
51936         to extend_alloca().
51937         * stdio-common/bug23.c: New file.
51938         * stdio-common/Makefile (tests): Add bug23.
51940 2010-09-28  Andreas Schwab  <schwab@redhat.com>
51941             Ulrich Drepper  <drepper@gmail.com>
51943         [BZ #12489]
51944         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
51945         before performing relro protection.  At old place add assertion
51946         to make sure nothing changed.
51948 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
51949             Glauber de Oliveira Costa  <glommer@gmail.com>
51951         * elf/elf.h: Add new ARM TLS relocs.
51953 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
51955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
51956         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
51957         cast from r3.
51958         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
51959         'tests' variable.
51960         * sysdeps/wordsize-64/tst-writev.c: New file.
51962 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
51964         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
51965         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
51966         insns in _dl_start to prevent a TOC reference before relocs are
51967         resolved.
51969 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
51971         [BZ #12469]
51972         * Makeconfig: Remove RANLIB definition.
51973         * Makerules: Don't use RANLIB.
51974         * aclocal.m4: Remove ranlib test.
51975         * configure.in: No need to check for ranlib.
51976         * elf/rtld-Rules: Don't use RANLIB.
51978 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51980         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
51981         protection macro.
51982         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
51983         inclusion protection macro.
51985         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
51986         SIGRTMIN and SIGRTMAX and print information in that case only when
51987         SIGRTMIN is defined.
51989 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
51991         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
51992         arginfo fn returning -1.
51994         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
51995         and thousands string is zero terminated.
51997 2011-02-03  Andreas Schwab  <schwab@redhat.com>
51999         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52000         sysdeps/unix/sysv/linux/bits/socket.h.
52002 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52004         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52005         (__CPU_COUNT): Remove old macros.
52006         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52007         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52008         (__CPU_ALLOC, __CPU_FREE): Add macros.
52009         (__sched_cpualloc, __sched_cpufree): Add declarations.
52011 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52013         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52014         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52015         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52016         (readdhstai): Return value of addhstaiX call.
52017         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52018         (addgrbyX): Return value returned by cache_addgr.
52019         (readdgrbyname): Return value returned by addgrbyX.
52020         (readdgrbygid): Likewise.
52021         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52022         (addpwbyX): Return value returned by cache_addpw.
52023         (readdpwbyname): Return value returned by addhstbyX.
52024         (readdpwbyuid): Likewise.
52025         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52026         (addservbyX): Return value returned by cache_addserv.
52027         (readdservbyname): Return value returned by addservbyX:
52028         (readdservbyport): Likewise.
52029         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52030         (addhstbyX): Return value returned by cache_addhst.
52031         (readdhstbyname): Return value returned by addhstbyX.
52032         (readdhstbyaddr): Likewise.
52033         (readdhstbynamev6): Likewise.
52034         (readdhstbyaddrv6): Likewise.
52035         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52036         (readdinitgroups): Return value returned by addinitgroupsX.
52037         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52038         (prune_cache): Keep track of timeout value of re-added entries.
52039         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52040         * nscd/nscd.h: Adjust prototypes of readd* functions.
52042 2011-02-04  Roland McGrath  <roland@redhat.com>
52044         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52045         (nis_stats): Likewise.
52046         * nis/nis_modify.c (nis_modify): Likewise.
52047         * nis/nis_remove.c (nis_remove): Likewise.
52048         * nis/nis_add.c (nis_add): Likewise.
52050         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52052         * posix/fnmatch_loop.c: Add some consts.
52054         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52056 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52058         [BZ #12460]
52059         * config.make.in (config-cflags-novzeroupper): Define.
52060         * configure.in: Substitute libc_cv_cc_novzeroupper.
52061         * elf/Makefile (AVX-CFLAGS): Define.
52062         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52063         (CFLAGS-tst-auditmod4a.c): Likewise.
52064         (CFLAGS-tst-auditmod4b.c): Likewise.
52065         (CFLAGS-tst-auditmod6b.c): Likewise.
52066         (CFLAGS-tst-auditmod6c.c): Likewise.
52067         (CFLAGS-tst-auditmod7b.c): Likewise.
52068         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52070 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52072         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52073         function to the callback.
52074         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52076 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52078         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52079         of errno.
52081 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52083         [BZ #11724]
52084         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52085         of constructors.
52086         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52087         of destructors.
52088         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52090         [BZ #11724]
52091         * elf/Makefile: Add rules to build and run new test.
52092         * elf/tst-initorder.c: New file.
52093         * elf/tst-initorder.exp: New file.
52094         * elf/tst-initordera1.c: New file.
52095         * elf/tst-initordera2.c: New file.
52096         * elf/tst-initordera3.c: New file.
52097         * elf/tst-initordera4.c: New file.
52098         * elf/tst-initorderb1.c: New file.
52099         * elf/tst-initorderb2.c: New file.
52100         * elf/tst-order-a1.c: New file.
52101         * elf/tst-order-a2.c: New file.
52102         * elf/tst-order-a3.c: New file.
52103         * elf/tst-order-a4.c: New file.
52104         * elf/tst-order-b1.c: New file.
52105         * elf/tst-order-b2.c: New file.
52106         * elf/tst-order-main.c: New file.
52107         New test case by George Gensure <werkt0@gmail.com>.
52109 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52111         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52112         decoding ACE if AI_CANONIDN.
52114 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52116         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52118 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52120         * version.h (RELEASE): Bump for 2.13 release.
52121         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52123         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52125         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52126         MADV_NOHUGEPAGE.
52127         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52128         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52129         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52130         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52131         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52132         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52134         * posix/getconf.c: Update copyright year.
52135         * catgets/gencat.c: Likewise.
52136         * csu/version.c: Likewise.
52137         * debug/catchsegv.sh: Likewise.
52138         * debug/xtrace.sh: Likewise.
52139         * elf/ldconfig.c: Likewise.
52140         * elf/ldd.bash.in: Likewise.
52141         * elf/sprof.c (print_version): Likewise.
52142         * iconv/iconv_prog.c: Likewise.
52143         * iconv/iconvconfig.c: Likewise.
52144         * locale/programs/locale.c: Likewise.
52145         * locale/programs/localedef.c: Likewise.
52146         * malloc/memusage.sh: Likewise.
52147         * malloc/mtrace.pl: Likewise.
52148         * nscd/nscd.c (print_version): Likewise.
52149         * nss/getent.c: Likewise.
52151         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52152         PF_CAIF, and PF_ALG.
52153         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52155 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52157         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52158         (modules-names): Use them.
52159         (ifunc-test-modules, ifunc-pie-tests): Define.
52160         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52161         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52162         (test-extras): Likewise.
52163         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52164         $(compile-command.c).
52165         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52166         (all-built-dso): Define.
52167         (check-textrel.out, check-execstack.out): Depend on it.
52169         * configure.in: Don't override --enable-multi-arch.
52171 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52173         [BZ #6812]
52174         * nscd/hstcache.c (tryagain): Define.
52175         (cache_addhst): Return tryagain not notfound for temporary errors.
52176         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52177         failed.
52179 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52181         [BZ #10563]
52182         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52183         to make the syscall.
52184         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52186         [BZ #12378]
52187         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52188         and fall back to matching as normal character if the string ends before
52189         the matching ']' is found.  This is what POSIX requires.
52190         * posix/testfnm.c: Adjust test result.
52191         * posix/globtest.sh: Adjust test result.  Add new test.
52192         * posix/tst-fnmatch.input: Likewise.
52193         * posix/tst-fnmatch2.c: Add new test.
52195 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52197         * elf/Makefile (check-execstack): Revert last change.  Depend on
52198         check-execstack.h.
52199         (check-execstack.h): New target.
52200         (generated): Add check-execstack.h.
52201         * elf/check-execstack.c: Include "check-execstack.h".
52202         (main): Revert last change.
52203         (handle_file): Return zero if GNU_STACK is absent and
52204         DEFAULT_STACK_PERMS doesn't include PF_X.
52206 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52208         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52209         in child fails because the descriptor is already closed.
52210         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52211         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52212         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52214         [BZ #12397]
52215         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52216         syscall.
52218         [BZ #10484]
52219         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52220         temporary buffer used to handle multi lookups locally.
52221         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52223 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52225         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52226         loader is ld.so.
52228 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52230         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52231         alignment for SSE2.
52233 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52235         [BZ #12394]
52236         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52237         characters.  When rounding increased number of integer digits recompute
52238         number of groups.
52239         * stdio-common/tst-grouping.c: New file.
52240         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52242 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52244         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52245         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52247         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52248         void.
52249         * bits/select.h: Likewise.
52251 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52253         * po/ja.po: Update from translation team.
52255 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52257         [BZ #11155]
52258         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52259         implementation just like for lxstat, fxstatat, et al.
52261 2010-12-27  Jim Meyering  <meyering@redhat.com>
52263         [BZ #12348]
52264         * posix/regexec.c (build_trtable): Return failure indication upon
52265         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52267 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52269         [BZ #12201]
52270         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52271         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52272         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52273         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52275         [BZ #12207]
52276         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52278         [BZ #12204]
52279         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52280         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52282 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52284         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52285         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52286         script has SORT_BY_INIT_PRIORITY.
52287         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52288         NO_CTORS_DTORS_SECTIONS is defined.
52289         * elf/soinit.c: Likewise.
52290         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52291         NO_CTORS_DTORS_SECTIONS is defined.
52292         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52293         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52294         * sysdeps/sh/init-first.c: Likewise.
52295         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52297 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52299         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52300         always use the slow path.
52302 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52304         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52305         similar rule which adds the sysdep directories to the header search in
52306         order to pick up the correct platform stackinfo.h.
52307         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52308         perform test if it is, otherwise return successfully without testing.
52309         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52310         DEFAULT_STACK_PERMS define in stackinfo.h.
52311         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52312         defined in stackinfo.h.
52313         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52314         DEFAULT_STACK_PERMS defined in stackinfo.h.
52315         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52316         * sysdeps/ia64/stackinfo.h: Likewise.
52317         * sysdeps/s390/stackinfo.h: Likewise.
52318         * sysdeps/sh/stackinfo.h: Likewise.
52319         * sysdeps/sparc/stackinfo.h: Likewise.
52320         * sysdeps/x86_64/stackinfo.h: Likewise.
52321         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52322         PF_X for powerpc64.  Retain PF_X for powerpc32.
52324 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52326         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52327         accurately.
52328         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52329         GETDENTS_64BIT_ALIGNED.
52331 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52333         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52335 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52337         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52338         _GNU_SOURCE.
52340         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52341         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52342         Remove __restrict.
52343         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52344         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52346 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52348         [BZ #11655]
52349         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52350         are initialized.
52352 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52354         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52356 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52358         * po/it.po: Update from translation team.
52360 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52362         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52363         unused codes.
52365 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52367         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52369 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52371         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52372         specially.
52373         (gaih_getanswer_slice): Likewise.
52375 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52377         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52379 2010-05-31  Petr Baudis  <pasky@suse.cz>
52381         [BZ #11149]
52382         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52383         silently even in the chroot mode.
52385 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52387         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52388         last patch a bit.  Pretty printing
52390 2010-05-31  Petr Baudis <pasky@suse.cz>
52392         [BZ #10085]
52393         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52394         initialization of skip_initgroups_dyn.
52396 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52398         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52399         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52401 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52403         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52405 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52407         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52408         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52409         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52410         ($(objpfx)tst-fnmatch-mem): New rule.
52411         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52412         * posix/tst-fnmatch.c (main): Call mtrace.
52414 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52416         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52417         Support Intel processor model 6 and model 0x2c.
52419 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
52421         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52422           signed comparison.
52424 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
52426         [BZ #12205]
52427         * string/test-strncasecmp.c (check_result): New function.
52428         (do_one_test): Use it.
52429         (check1): New function.
52430         (test_main): Use it.
52431         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
52432         Support strcasecmp and strncasecmp.
52434 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
52436         [BZ #12194]
52437         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
52438         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52440 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
52442         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
52443         IFUNC support.
52444         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52445         memset-x86-64.
52446         * sysdeps/x86_64/multiarch/bzero.S: New file.
52447         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
52448         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
52449         * sysdeps/x86_64/multiarch/memset.S: New file.
52450         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
52451         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52452         Set bit_Prefer_SSE_for_memop for Intel processors.
52453         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
52454         Define.
52455         (index_Prefer_SSE_for_memop): Define.
52456         (HAS_PREFER_SSE_FOR_MEMOP): Define.
52458 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
52460         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
52461         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
52463 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
52465         [BZ #12191]
52466         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52467         (__x86_64_raw_data_cache_size_half): Likewise.
52468         (__x86_64_raw_shared_cache_size): Likewise.
52469         (__x86_64_raw_shared_cache_size_half): Likewise.
52471         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52472         (__x86_64_raw_data_cache_size_half): Likewise.
52473         (__x86_64_raw_shared_cache_size): Likewise.
52474         (__x86_64_raw_shared_cache_size_half): Likewise.
52475         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
52476         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
52477         and __x86_64_raw_shared_cache_size_half.  Round
52478         __x86_64_data_cache_size_half, __x86_64_data_cache_size
52479         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
52480         to multiple of 256 bytes.
52482 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
52484         [BZ #12167]
52485         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
52486         of inacessible symlinks.  Verify result of symlink before returning it.
52487         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52488         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
52490 2010-10-28  Erich Ritz  <erichritz@gmail.com>
52492         * math/math.h (isinf): Fix typo in comment.
52494 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
52496         * po/da.po: Update from translation team.
52498 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
52500         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
52501         is added to the list.
52503 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52504             Ulrich Drepper  <drepper@gmail.com>
52506         * elf/dl-object.c (_dl_new_object): Don't append the new object to
52507         the global list here.  Move code to...
52508         (_dl_add_to_namespace_list): ...here.  New function.
52509         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
52510         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
52511         * elf/dl-load.c (lose): Don't remove the element from the list.
52512         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
52513         (_dl_map_object): Likewise.
52515 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
52517         [BZ #12159]
52518         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
52519         into all bytes of SSE register.
52520         Patch by Richard Li <richardpku@gmail.com>.
52522 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
52524         [BZ #12140]
52525         * malloc/malloc.c (_int_free): Fill correct number of bytes when
52526         perturbing.
52528 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
52530         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
52531         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
52532         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
52533         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
52534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
52535         submachine.
52536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
52538 2010-10-22  Andreas Schwab  <schwab@redhat.com>
52540         * include/dlfcn.h (__RTLD_SECURE): Define.
52541         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
52542         mode & __RTLD_SECURE instead.
52543         (open_path): Rename preloaded parameter to secure.
52544         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
52545         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
52546         * elf/dl-deps.c (openaux): Likewise.
52547         * elf/rtld.c (struct map_args): Remove is_preloaded.
52548         (map_doit): Don't use it.
52549         (dl_main): Likewise.
52550         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
52551         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
52553 2010-09-09  Andreas Schwab  <schwab@redhat.com>
52555         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
52556         (sysd-rules-targets): Remove duplicates.
52557         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
52558         rtld-%.$o dependency.
52560 2010-10-18  Andreas Schwab  <schwab@redhat.com>
52562         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
52563         _dl_map_object do it.
52565 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
52567         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
52568         fast fma builtins, define the macros in the C99 standard.
52569         (FP_FAST_FMAF): Likewise.
52570         (FP_FAST_FMAL): Likewise.
52571         * sysdeps/x86_64/bits/mathdef.h: Likewise.
52573         * bits/mathdef.h: Update copyright year.
52574         * sysdeps/powerpc/bits/mathdef.h: Likewise.
52576 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
52578         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
52579         builtins, define the macros in the C99 standard.
52580         (FP_FAST_FMAF): Likewise.
52581         (FP_FAST_FMAL): Likewise.
52582         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
52583         multiply/add.
52584         (FP_FAST_FMAF): Likewise.
52586 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
52588         [BZ #3268]
52589         * math/libm-test.inc (fma_test): Some new testcases.
52590         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
52591         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
52592         y and infinite z.  Do multiplication by C already in long double.
52593         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
52594         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
52595         y and infinite z.  Do bitwise or of inexact bit into u.d.
52596         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
52597         * sysdeps/i386/fpu/s_fmaf.S: Removed.
52598         * sysdeps/i386/fpu/s_fma.S: Removed.
52599         * sysdeps/i386/fpu/s_fmal.S: Removed.
52601 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
52603         [BZ #3268]
52604         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
52605         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
52606         computation is not scheduled after fetestexcept.  Fix value
52607         of minimum denormal long double.
52609 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
52611         [BZ #3268]
52612         * math/libm-test.inc (fma_test): Add some more tests.
52613         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
52614         correctly.
52616 2010-10-15  Andreas Schwab  <schwab@redhat.com>
52618         * scripts/data/localplt-s390-linux-gnu.data: New file.
52619         * scripts/data/localplt-s390x-linux-gnu.data: New file.
52621 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
52623         [BZ #3268]
52624         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
52625         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
52626         instead of dbl-64.
52627         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
52628         inlines.
52629         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
52630         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
52631         if one of x and y is very large and the other is subnormal.
52632         * sysdeps/s390/fpu/s_fmaf.c: New file.
52633         * sysdeps/s390/fpu/s_fma.c: New file.
52634         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
52635         * sysdeps/powerpc/fpu/s_fma.S: New file.
52636         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
52637         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
52638         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
52640 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
52642         [BZ #3268]
52643         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
52644         fma tests.
52645         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
52646         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
52647         * sysdeps/i386/i686/multiarch/s_fma.c: Include
52648         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
52649         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
52650         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
52651         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
52653 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
52655         [BZ #12078]
52656         * posix/regcomp.c (parse_branch): One more memory leak plugged.
52657         * posix/bug-regex31.input: Add test case.
52659 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52661         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
52662         * posix/bug-regex31.input: New file.
52664         [BZ #12078]
52665         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
52666         (parse_sub_exp): Fix last change, use postorder.
52668         * posix/bug-regex31.c: New file.
52669         * posix/Makefile: Add rules to build and run bug-regex31.
52671         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
52673         [BZ #12078]
52674         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
52676         [BZ #12108]
52677         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
52678         to have entries in sys_siglist.
52680         [BZ #12093]
52681         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
52682         be NULL.
52684 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
52686         [BZ #3268]
52687         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
52688         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
52689         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
52690         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
52691         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52692         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
52693         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
52694         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
52695         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
52696         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
52697         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
52698         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
52699         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
52700         * math/ftestexcept.c (fetestexcept): Likewise.
52701         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
52702         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
52703         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
52704         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
52705         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
52706         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
52707         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
52709 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52711         [BZ #12107]
52712         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
52713         newline.
52715 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
52717         * string/bug-strstr1.c: New file.
52718         * string/Makefile: Add rules to build and run bug-strstr1.
52720 2010-10-05  Eric Blake  <eblake@redhat.com>
52722         [BZ #12092]
52723         * string/str-two-way.h (two_way_long_needle): Always clear memory
52724         when skipping input due to the shift table.
52726 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
52728         [BZ #12005]
52729         * malloc/mcheck.c: Handle large requests.
52731         [BZ #12077]
52732         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
52733         for strncmp and strncasecmp.
52734         * string/stratcliff.c: Add tests for strcmp and strncmp.
52735         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
52737 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
52739         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
52740         __set_fpscr.
52742 2010-09-30  Andreas Jaeger  <aj@suse.de>
52744         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
52745         (CGROUP_SUPER_MAGIC): Define.
52746         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52747         Handle btrfs and cgroup file systems.
52748         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
52749         Likewise.
52751 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
52753         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
52754         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
52756 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52758         [BZ #12067]
52759         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
52760         trying to locate the ELF header.
52762 2010-09-27  Andreas Schwab  <schwab@redhat.com>
52764         [BZ #11611]
52765         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
52766         Mask out sign-bit copies when constructing f_fsid.
52768 2010-09-24  Petr Baudis <pasky@suse.cz>
52770         * debug/stack_chk_fail_local.c: Add missing licence exception.
52771         * debug/warning-nop.c: Likewise.
52773 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
52775         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
52776         implementing getdents64 using getdents syscall, set d_type if
52777         __ASSUME_GETDENTS32_D_TYPE.
52779 2010-09-16  Andreas Schwab  <schwab@redhat.com>
52781         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
52782         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
52784 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
52786         [BZ #12037]
52787         * posix/unistd.h: Undo change of feature selection for ftruncate from
52788         2010-01-11.
52790 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
52792         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
52793         detection.
52795 2010-09-20  Andreas Schwab  <schwab@redhat.com>
52797         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
52798         fanotify_mark.
52799         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
52801 2010-09-14  Andreas Schwab  <schwab@redhat.com>
52803         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
52804         variables after CHECK_SP call.
52805         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
52807 2010-09-13  Andreas Schwab  <schwab@redhat.com>
52808             Ulrich Drepper  <drepper@redhat.com>
52810         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
52811         re-relocationg ld.so.
52812         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
52813         _dl_init_paths call.
52814         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
52815         here anymore.
52817 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
52819         * resolv/res_init.c (__res_vinit): Count the default server we added.
52821 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
52822             Ulrich Drepper  <drepper@redhat.com>
52824         [BZ #11968]
52825         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52826         (____longjmp_chk): Use %ebx for saving value across system call.
52827         Add unwind info.
52829 2010-09-06  Andreas Schwab  <schwab@redhat.com>
52831         * manual/Makefile: Don't mix pattern rules with normal rules.
52833 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
52835         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
52836         operation.
52837         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
52838         * libio/iofopncook.c (_IO_cookie_init): Likewise.
52839         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
52840         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
52841         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52842         Likewise.
52844 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
52846         [BZ #11979]
52847         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
52848         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
52850 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
52852         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
52853         * sysdeps/x86_64/addmul_1.S: Likewise.
52854         * sysdeps/x86_64/lshift.S: Likewise.
52855         * sysdeps/x86_64/mul_1.S: Likewise.
52856         * sysdeps/x86_64/rshift.S: Likewise.
52857         * sysdeps/x86_64/sub_n.S: Likewise.
52858         * sysdeps/x86_64/submul_1.S: Likewise.
52860 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52862         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
52863         Define __sched_param instead of SCHED_* and sched_param when
52864         <bits/sched.h> is included with __need_schedparam defined.
52865         * bits/sched.h [__need_schedparam]
52866         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
52867         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
52868         (__defined_schedparam): Define to 1.
52869         (__sched_param): New structure, identical to sched_param.
52870         (__need_schedparam): Undefine.
52872 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
52874         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
52875         (epoll_create1): Declare.
52877         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
52879 2010-08-31  Andreas Schwab  <schwab@redhat.com>
52881         [BZ #7066]
52882         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
52883         shifting retval into place.
52885 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
52887         * nis/rpcsvc/nis.h: Update copyright notice.
52888         * nis/rpcsvc/nis.x: Likewise.
52889         * nis/rpcsvc/nis_callback.h: Likewise.
52890         * nis/rpcsvc/nis_callback.x: Likewise.
52891         * nis/rpcsvc/nis_object.x: Likewise.
52892         * nis/rpcsvc/nis_tags.h: Likewise.
52893         * nis/rpcsvc/yp.h: Likewise.
52894         * nis/rpcsvc/yp.x: Likewise.
52895         * nis/rpcsvc/ypupd.h: Likewise.
52896         * nis/yp_xdr.c: Likewise.
52897         * nis/ypupdate_xdr.c: Likewise.
52899         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
52900         mainly the body of pmap_getport.  Add parameters to specify timeouts.
52901         (pmap_getport): Use __libc_rpc_getport.
52902         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
52903         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
52904         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
52906 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
52908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
52909         fanotify_mark.
52911 2010-08-27  Roland McGrath  <roland@redhat.com>
52913         * sysdeps/i386/i686/multiarch/Makefile
52914         (CFLAGS-varshift.c): New variable.
52916 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
52918         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
52919         * sysdeps/i386/i686/multiarch/varshift.c: New file.
52921         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
52923         * sysdeps/x86_64/strlen.S: Minimal code improvement.
52925 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
52927         * sysdeps/x86_64/strlen.S: Unroll the loop.
52928         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52929         strlen-sse2 strlen-sse2-bsf.
52930         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
52931         __strlen_no_bsf if bit_Slow_BSF is set.
52932         (__strlen_sse42): Removed.
52933         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
52934         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
52936 2010-08-25  Roland McGrath  <roland@redhat.com>
52938         * sysdeps/x86_64/multiarch/varshift.S: File removed.
52939         * sysdeps/x86_64/multiarch/varshift.c: New file.
52940         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
52941         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
52942         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
52943         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
52945 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
52947         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52948         strlen-sse2 strlen-sse2-bsf.
52949         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
52950         __strlen_sse2_bsf if bit_Slow_BSF is unset.
52951         (__strlen_sse2): Removed.
52952         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
52953         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
52954         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
52955         bit_Slow_BSF for Atom.
52956         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
52957         (index_Slow_BSF): Define.
52958         (HAS_SLOW_BSF): Define.
52960 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
52962         [BZ #10851]
52963         * resolv/res_init.c (__res_vinit): When no server address at all
52964         is given default to loopback.
52966 2010-08-24  Roland McGrath  <roland@redhat.com>
52968         * configure.in: Remove config-name.h generation.
52969         * configure: Regenerated.
52970         * config-name.in: File removed.
52971         * scripts/config-uname.sh: New file.
52972         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
52973         ($(objdir)config-name.h): New target.
52975         * sunrpc/rpc_parse.h: Avoid nested comment.
52977 2010-08-24  Richard Henderson  <rth@redhat.com>
52978             Ulrich Drepper  <drepper@redhat.com>
52979             H.J. Lu  <hongjiu.lu@intel.com>
52981         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
52982         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
52983         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
52984         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
52985         _mm_alignr_epi8 with _mm_loadu_si128.
52986         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
52987         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
52988         (__m128i_shift_right): Removed.
52989         * sysdeps/i386/i686/multiarch/varshift.h: New file.
52990         * sysdeps/i386/i686/multiarch/varshift.S: New file.
52991         * sysdeps/x86_64/multiarch/varshift.h: New file.
52992         * sysdeps/x86_64/multiarch/varshift.S: New file.
52994 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
52996         * configure.in: Move assembler checks to before sysdep dir checking.
52998 2010-08-20  Petr Baudis  <pasky@suse.cz>
53000         * LICENSES: Sync the sunrpc license.
53002 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53004         * sunrpc/auth_des.c: Update copyright notice once again.
53005         * sunrpc/auth_none.c: Likewise.
53006         * sunrpc/auth_unix.c: Likewise.
53007         * sunrpc/authdes_prot.c: Likewise.
53008         * sunrpc/authuxprot.c: Likewise.
53009         * sunrpc/bindrsvprt.c: Likewise.
53010         * sunrpc/clnt_gen.c: Likewise.
53011         * sunrpc/clnt_perr.c: Likewise.
53012         * sunrpc/clnt_raw.c: Likewise.
53013         * sunrpc/clnt_simp.c: Likewise.
53014         * sunrpc/clnt_tcp.c: Likewise.
53015         * sunrpc/clnt_udp.c: Likewise.
53016         * sunrpc/clnt_unix.c: Likewise.
53017         * sunrpc/des_crypt.c: Likewise.
53018         * sunrpc/des_soft.c: Likewise.
53019         * sunrpc/get_myaddr.c: Likewise.
53020         * sunrpc/getrpcport.c: Likewise.
53021         * sunrpc/key_call.c: Likewise.
53022         * sunrpc/key_prot.c: Likewise.
53023         * sunrpc/openchild.c: Likewise.
53024         * sunrpc/pm_getmaps.c: Likewise.
53025         * sunrpc/pm_getport.c: Likewise.
53026         * sunrpc/pmap_clnt.c: Likewise.
53027         * sunrpc/pmap_prot.c: Likewise.
53028         * sunrpc/pmap_prot2.c: Likewise.
53029         * sunrpc/pmap_rmt.c: Likewise.
53030         * sunrpc/rpc/auth.h: Likewise.
53031         * sunrpc/rpc/auth_unix.h: Likewise.
53032         * sunrpc/rpc/clnt.h: Likewise.
53033         * sunrpc/rpc/des_crypt.h: Likewise.
53034         * sunrpc/rpc/key_prot.h: Likewise.
53035         * sunrpc/rpc/netdb.h: Likewise.
53036         * sunrpc/rpc/pmap_clnt.h: Likewise.
53037         * sunrpc/rpc/pmap_prot.h: Likewise.
53038         * sunrpc/rpc/pmap_rmt.h: Likewise.
53039         * sunrpc/rpc/rpc.h: Likewise.
53040         * sunrpc/rpc/rpc_des.h: Likewise.
53041         * sunrpc/rpc/rpc_msg.h: Likewise.
53042         * sunrpc/rpc/svc.h: Likewise.
53043         * sunrpc/rpc/svc_auth.h: Likewise.
53044         * sunrpc/rpc/types.h: Likewise.
53045         * sunrpc/rpc/xdr.h: Likewise.
53046         * sunrpc/rpc_clntout.c: Likewise.
53047         * sunrpc/rpc_cmsg.c: Likewise.
53048         * sunrpc/rpc_common.c: Likewise.
53049         * sunrpc/rpc_cout.c: Likewise.
53050         * sunrpc/rpc_dtable.c: Likewise.
53051         * sunrpc/rpc_hout.c: Likewise.
53052         * sunrpc/rpc_main.c: Likewise.
53053         * sunrpc/rpc_parse.c: Likewise.
53054         * sunrpc/rpc_parse.h: Likewise.
53055         * sunrpc/rpc_prot.c: Likewise.
53056         * sunrpc/rpc_sample.c: Likewise.
53057         * sunrpc/rpc_scan.c: Likewise.
53058         * sunrpc/rpc_scan.h: Likewise.
53059         * sunrpc/rpc_svcout.c: Likewise.
53060         * sunrpc/rpc_tblout.c: Likewise.
53061         * sunrpc/rpc_util.c: Likewise.
53062         * sunrpc/rpc_util.h: Likewise.
53063         * sunrpc/rpcinfo.c: Likewise.
53064         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53065         * sunrpc/rpcsvc/key_prot.x: Likewise.
53066         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53067         * sunrpc/rpcsvc/mount.x: Likewise.
53068         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53069         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53070         * sunrpc/rpcsvc/rex.x: Likewise.
53071         * sunrpc/rpcsvc/rstat.x: Likewise.
53072         * sunrpc/rpcsvc/rusers.x: Likewise.
53073         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53074         * sunrpc/rpcsvc/spray.x: Likewise.
53075         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53076         * sunrpc/rtime.c: Likewise.
53077         * sunrpc/svc.c: Likewise.
53078         * sunrpc/svc_auth.c: Likewise.
53079         * sunrpc/svc_authux.c: Likewise.
53080         * sunrpc/svc_raw.c: Likewise.
53081         * sunrpc/svc_run.c: Likewise.
53082         * sunrpc/svc_simple.c: Likewise.
53083         * sunrpc/svc_tcp.c: Likewise.
53084         * sunrpc/svc_udp.c: Likewise.
53085         * sunrpc/svc_unix.c: Likewise.
53086         * sunrpc/svcauth_des.c: Likewise.
53087         * sunrpc/xcrypt.c: Likewise.
53088         * sunrpc/xdr.c: Likewise.
53089         * sunrpc/xdr_array.c: Likewise.
53090         * sunrpc/xdr_float.c: Likewise.
53091         * sunrpc/xdr_mem.c: Likewise.
53092         * sunrpc/xdr_rec.c: Likewise.
53093         * sunrpc/xdr_ref.c: Likewise.
53094         * sunrpc/xdr_sizeof.c: Likewise.
53095         * sunrpc/xdr_stdio.c: Likewise.
53097         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53098         handling.
53100 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53102         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53104 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53106         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53107         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53108         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53109         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53110         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53111         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53112         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53113         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53114         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53115         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53116         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53117         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53118         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53119         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53121 2010-07-26  Anton Blanchard  <anton@samba.org>
53123         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53124         * malloc/arena.c (heap_trim): Likewise.
53126 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53128         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53129         here.  Not...
53130         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53131         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53133 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53135         * sysdeps/i386/elf/Makefile: New file.
53137 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53139         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53140         from fanotify_init.
53141         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53142         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53144 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53146         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53147         of strncasecmp_l.
53148         * sysdeps/multiarch/strcmp.S: Likewise.
53150 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53152         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53153         strncase_l-nonascii.
53154         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53155         Add strncase_l-ssse3.
53156         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53157         * sysdeps/x86_64/strcmp.S: Likewise.
53158         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53159         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53160         * sysdeps/x86_64/strncase.S: New file.
53161         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53162         * sysdeps/x86_64/strncase_l.S: New file.
53163         * string/Makefile (strop-tests): Add strncasecmp.
53164         * string/test-strncasecmp.c: New file.
53166         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53167         warning.
53169         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53170         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53172 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53174         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53176 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53178         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53179         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53180         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53182 2010-05-01  Alan Modra  <amodra@gmail.com>
53184         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53185         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53186         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53187         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53188         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53189         tidying.  Don't tail-call __sigjmp_save for static lib.
53190         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53191         save location.
53192         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53193         (CALL_MCOUNT): Add eh info, and nop after bl.
53194         (TAIL_CALL_SYSCALL_ERROR): New macro.
53195         (PSEUDO_RET): Use it.
53196         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53197         Correct save location of integer regs and cr.
53198         (_dl_profile_resolve): Correct cr save location.  Delete nops
53199         after bl when SHARED.  Reduce cfi size a little by better
53200         placement of cfi directives.
53201         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53202         make a stack frame.  Instead use parm save area as a temp.
53203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53204         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53206         Don't make a stack frame for parent, use parm save area.
53207         Increase child stack frame to 112 bytes.  Don't save unused reg,
53208         and adjust reg usage.  Set up cfi on error recovery and
53209         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53211         (__makecontext): Add dummy nop after jump to exit.
53212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53213         Use correct parm save area and cr save, reduce stack frame.
53214         Correct cfi for possible PSEUDO_RET frame setup.
53215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53216         Branch to local label emitted by PSEUDO_RET rather than
53217         __syscall_error.
53219 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53221         [BZ #11904]
53222         * locale/programs/locale.c (print_assignment): New function.
53223         (show_locale_vars): Use it.
53225 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53227         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53228         field.
53229         (struct statfs64): Likewise.
53230         (_STATFS_F_FLAGS): Define.
53231         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53232         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53233         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53234         (ST_VALID): Define locally.
53235         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53236         __statvfs_getflags, use the provided value.
53237         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53238         __ASSUME_STATFS_F_FLAGS.
53240         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53242         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53243         Add sys/fanotify.h.
53244         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53245         fanotify_mask for GLIBC_2.13.
53246         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53247         fanotify_init and fanotify_mark.
53248         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53249         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53251         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53252         Add prlimit.
53253         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53254         prlimit64 for GLIBC_2.13.
53255         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53256         prlimit64.
53257         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53258         syscall.
53259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53260         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53261         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53262         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53263         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53264         add prlimit alias.
53265         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53267         [BZ #11903]
53268         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53269         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53271         * nss/Makefile: Add rules to build and run tst-nss-test1.
53272         * shlib-versions: Add entry for libnss_test1.
53273         * nss/nss_test1.c: New file.
53274         * nss/tst-nss-test1.c: New file.
53276         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53277         (__nss_configure_lookup): Set appropriate entry in
53278         __nss_configure_lookup to true.
53279         * nss/nsswitch.h: Define enum with indeces of databases in
53280         databases and __nss_database_custom arrays.  Declare
53281         __nss_database_custom.
53282         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53283         to avoid using nscd when custom rules are installed.
53284         * nss/getXXbyYY_r.c: Likewise.
53285         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53287         * nss/nss_files/files-parse.c: Whitespace fixes.
53289 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53291         [BZ #11883]
53292         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53293         * posix/fnmatch_loop.c: Likewise.
53295 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53297         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53298         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53299         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53300         * Versions.def [GLIBC_2.13]: Add.
53302 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53304         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53305         Also fail if tpwd after pwuid call is NULL.
53307 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53309         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53310         when converting to ms.
53312 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53314         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53315         EOPNOTSUPP errors with ENOTTY.
53316         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53317         EOPNOTSUPP errors with ENOTTY.
53319 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53321         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53322         Add strcasecmp_l-ssse3.
53323         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53324         strcasecmp.
53325         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53326         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53327         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53329 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53331         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53333         * string/Makefile (strop-tests): Add strcasecmp.
53334         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53335         strcasecmp_l-nonascii.
53336         (gen-as-const-headers): Add locale-defines.sym.
53337         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53338         * sysdeps/x86_64/strcasecmp.S: New file.
53339         * sysdeps/x86_64/strcasecmp_l.S: New file.
53340         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53341         * sysdeps/x86_64/locale-defines.sym: New file.
53342         * string/test-strcasecmp.c: New file.
53344         * string/test-strcasestr.c: Test both ends of the range of characters.
53345         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53347 2010-07-29  Roland McGrath  <roland@redhat.com>
53349         [BZ #11856]
53350         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53352 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53354         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53355         for ld.so.
53357 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53359         * manual/memory.texi (Malloc Tunable Parameters): Document
53360         M_PERTURB.
53362 2010-07-26  Roland McGrath  <roland@redhat.com>
53364         [BZ #11840]
53365         * configure.in (-fgnu89-inline check): Set and substitute
53366         gnu89_inline, not libc_cv_gnu89_inline.
53367         * configure: Regenerated.
53368         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53370 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53372         * string/test-strnlen.c: New file.
53373         * string/Makefile (strop-tests): Add strnlen.
53374         * string/tester.c (test_strnlen): Add a few more test cases.
53375         * string/tst-strlen.c: Better error reporting.
53377         * sysdeps/x86_64/strnlen.S: New file.
53379 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53381         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53382         lower-latency instructions.
53384 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53386         * string/test-strcasestr.c: New file.
53387         * string/test-strstr.c: New file.
53388         * string/Makefile (strop-tests): Add strstr and strcasestr.
53389         * string/str-two-way.h: Don't undefine MAX.
53390         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53392 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53394         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53395         strcasestr-nonascii.
53396         (CFLAGS-strcasestr-nonascii.c): Define.
53397         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53398         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53399         Remove unused attribute.
53401 2010-07-20  Roland McGrath  <roland@redhat.com>
53403         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53404         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53405         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53406         like LD_HWCAP_MASK can disable hwcaps.
53408 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53410         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53412 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53414         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53415         call in strcasestr.
53416         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53417         __strcasestr_sse42_nonascii.
53418         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53419         strcasestr-nonascii.c.
53420         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53422 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
53424         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53425         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53426         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53427         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53429 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
53431         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
53432         fcntl.
53434 2010-07-06  Andreas Schwab  <schwab@redhat.com>
53436         [BZ #11577]
53437         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
53438         dl_signal_cerror.
53440 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
53442         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
53443         _PC_PIPE_BUF using F_GETPIPE_SZ.
53445 2010-07-05  Roland McGrath  <roland@redhat.com>
53447         * manual/arith.texi (Rounding Functions): Fix rint description
53448         implicit in round description.
53450 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
53452         * elf/Makefile: Fix linking for a few tests to make recent linker
53453         happy.
53455 2010-06-30  Andreas Schwab  <schwab@redhat.com>
53457         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53458         $(common-objpfx)libc_nonshared.a.
53460 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
53462         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
53463         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
53464         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53465         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53466         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
53467         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
53468         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53469         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
53471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
53472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
53473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
53475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
53477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
53478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
53479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
53480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
53482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
53484         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
53485         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
53486         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
53487         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
53488         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
53489         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
53490         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
53491         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
53492         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
53493         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
53494         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
53495         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
53496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
53497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
53498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
53499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
53500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
53501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
53502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
53503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
53504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
53505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
53506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
53507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
53508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
53509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
53511 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
53513         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
53514         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
53515         * string/memmove.c (memmove): Renamed to ...
53516         (MEMMOVE): ...this.  Default to memmove.
53517         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
53518         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
53519         (END_CHK): Define.
53520         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53521         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
53522         mempcpy-ssse3-back memmove-ssse3-back.
53523         * sysdeps/x86_64/multiarch/bcopy.S: New file .
53524         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
53525         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
53526         * sysdeps/x86_64/multiarch/memcpy.S: New file.
53527         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
53528         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
53529         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
53530         * sysdeps/x86_64/multiarch/memmove.c: New file.
53531         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
53532         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
53533         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
53534         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
53535         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
53536         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
53537         Define.
53538         (index_Fast_Copy_Backward): Define.
53539         (HAS_ARCH_FEATURE): Define.
53540         (HAS_FAST_REP_STRING): Define.
53541         (HAS_FAST_COPY_BACKWARD): Define.
53543 2010-06-21  Andreas Schwab  <schwab@redhat.com>
53545         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53546         Restore proper fallback handling.
53548 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
53550         [BZ #11701]
53551         * posix/group_member.c (__group_member): Correct checking loop.
53553         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
53554         OOM in getpwuid_r correctly.  Return error number when the caller
53555         should return, otherwise -1.
53556         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
53557         call returning > 0 value.
53558         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
53560 2010-06-07  Andreas Schwab  <schwab@redhat.com>
53562         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
53563         libc_nonshared.a from targets in modules-names.
53565 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
53567         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
53568         requires it.
53570 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
53572         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
53573         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
53574         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
53575         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
53577 2010-06-02  Andreas Schwab  <schwab@redhat.com>
53579         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
53581 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
53583         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
53584         and F_GETPIPE_SZ.
53585         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
53586         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53587         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53588         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53589         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53590         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
53592 2010-06-14  Roland McGrath  <roland@redhat.com>
53594         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
53596 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
53598         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
53599         __REDIRECT followed by __THROW.
53600         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
53601         * posix/getopt.h (getopt): Likewise.
53603 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53605         * hurd/lookup-at.c (__file_name_lookup_at): Accept
53606         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
53607         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
53608         in AT_FLAGS.
53609         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
53610         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
53612 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
53614         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
53616 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
53618         [BZ #11640]
53619         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53620         Properly check family and model.
53622 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
53624         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
53626 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
53628         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
53630 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
53632         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
53633         symbol reference.
53635 2010-05-19  Andreas Schwab  <schwab@redhat.com>
53637         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
53638         symbol reference.
53640 2010-05-21  Andreas Schwab  <schwab@redhat.com>
53642         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
53643         and internal_recvmmsg.
53644         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
53645         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
53646         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
53647         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
53649         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
53650         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
53651         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
53653 2010-05-20  Andreas Schwab  <schwab@redhat.com>
53655         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
53657 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
53659         POWER7 optimizations.
53660         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
53661         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
53663 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
53665         * version.h: Update for 2.13 development version.
53667 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
53669         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
53670         exceptions.  Return 0.
53672 2010-05-07  Roland McGrath  <roland@redhat.com>
53674         * elf/ldconfig.c (main): Add a const.
53676 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
53678         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
53679         (args_options): Add no-idn option.
53680         (ahosts_keys_int): Add idn_flags to ai_flags.
53681         (parse_option): Handle 'i' option to clear idn_flags.
53683         * malloc/malloc.c (_int_free): Possible race in the most recently
53684         added check.  Only act on the data if no current modification
53685         happened.
53687 See ChangeLog.17 for earlier changes.