[AArch64] Fix strchrnul clobbering v15
[glibc.git] / ChangeLog
blob03bba82de75baae38e3fb10f411a925beccbdaea
1 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
3         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
4         register.
6 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
8         * configure.ac (--disable-werror): New configure option.
9         (enable_werror): New AC_SUBST.
10         * configure: Regenerated.
11         * config.make.in (enable-werror): New variable.
12         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
13         -Wno-error=undef.
14         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
15         * manual/install.texi (Configuring and compiling): Document
16         --disable-werror.
17         * INSTALL: Regenerated.
18         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
19         (CFLAGS-tst-chk2.c): Likewise.
20         (CFLAGS-tst-chk3.c): Likewise.
21         (CFLAGS-tst-chk4.cc): Likewise.
22         (CFLAGS-tst-chk5.cc): Likewise.
23         (CFLAGS-tst-chk6.cc): Likewise.
24         (CFLAGS-tst-lfschk1.c): Likewise.
25         (CFLAGS-tst-lfschk2.c): Likewise.
26         (CFLAGS-tst-lfschk3.c): Likewise.
27         (CFLAGS-tst-lfschk4.cc): Likewise.
28         (CFLAGS-tst-lfschk5.cc): Likewise.
29         (CFLAGS-tst-lfschk6.cc): Likewise.
31         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
32         (main): Disable -Wdeprecated-declarations around calls to
33         register_printf_function.
35         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
36         (do_test): Disable -Wdiv-by-zero around some calls to
37         fwrite_unlocked and fread_unlocked.
39         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
40         (DIAG_POP_NEEDS_COMMENT): Likewise.
41         (_DIAG_STR1): Likewise.
42         (_DIAG_STR): Likewise.
43         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
44         * stdio-common/bug21.c: Include <libc-internal.h>.
45         (do_test): Disable -Wformat around call to sscanf.
46         * stdio-common/scanf14.c: Include <libc-internal.h>.
47         (main): Disable -Wformat around some calls to scanf functions.
49 2014-12-09  Torvald Riegel  <triegel@redhat.com>
51         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
53 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
56         stack variable alignment.
58 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
60         [BZ #17682]
61         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
62         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
63         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
64         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
65         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
66         __getrlimit instead of getrlimit.
67         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
68         __gettimeofday instead of gettimeofday.
69         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
70         Likewise.
71         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
72         Likewise.
73         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
74         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
75         Remove variable.
76         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
77         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
79 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
81         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
82         for wide-character tests.
84 2014-12-04  Roland McGrath  <roland@hack.frob.com>
86         * io/openat64.c: #include <libc-internal.h>
87         (__openat64): Prototypify.  Use ignore_value on MODE.
88         * io/openat.c: Likewise.
89         * misc/reboot.c: #include <libc-internal.h>
90         (reboot): Prototypify.  Use ignore_value on HOWTO.
91         * misc/ptrace.c: #include <libc-internal.h>
92         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
94 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
96         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
97         XPG4, UNIX98 and XOPEN2K.
98         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
99         Remove variable.
100         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
102 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
104         * libio/fileops.c: Use ISO C style for function definitions.
105         * libio/iofopen.c: Likewise.
106         * libio/wfileops.c: Likewise.
108         [BZ #17653]
109         * libio/fileops.c (_IO_new_file_underflow): Unset cached
110         offset on EOF.
111         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
112         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
113         (fgets_func): Function pointer to fgets and fgetws.
114         (do_ftell_test): Add test to verify ftell value after read
115         EOF.
116         (do_test): Set fgets_func.
118         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
119         O_TRUNC flag for w and w+ modes.
120         (do_rewind_test): Likewise.
121         (do_ftell_test): Likewise.
122         (do_write_test): Likewise.
124         [BZ #17647]
125         * libio/fileops.c (do_ftell): Seek only when there are
126         unflushed writes.
127         * libio/wfileops.c (do_ftell_wide): Likewise.
128         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
129         test case.
130         (do_one_test): Call it.
132 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
134         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
135         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
136         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
137         Remove variable.
138         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
139         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
140         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
142 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
144         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
145         Remove variable.
146         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
148         [BZ #17668]
149         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
150         as weak alias of __getifaddrs.  Use libc_hidden_weak.
151         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
152         __freeifaddrs.  Use libc_hidden_weak.
153         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
154         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
155         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
156         __freeifaddrs.  Use libc_hidden_weak.
157         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
158         __getifaddrs and define as weak alias of __getifaddrs.  Use
159         libc_hidden_weak.
160         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
161         __freeifaddrs.  Use libc_hidden_weak.
162         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
163         Remove variable.
164         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
165         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
167 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
169         [BZ #17601]
170         * sysdeps/mips/start.S (__start): Use indirect jump to call
171         __libc_start_main.
173 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
175         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
177         * nptl/tst-mutex1.c: Include <stdbool.h>.
178         [!ATTR] (ATTR_NULL): New macro.
179         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
180         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
181         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
183         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
184         to char *.
186         [BZ #17665]
187         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
188         Change conditional to [__USE_MISC].
190         [BZ #17664]
191         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
192         fgets_unlocked.
193         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
194         __fgets_unlocked.
195         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
196         fgets_unlocked.
197         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
198         Remove variable.
199         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
200         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
201         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
202         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
203         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
204         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
205         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
206         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
207         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
209         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
211 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
213         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
214         Remove strpbrk objects.
215         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
216         (__libc_ifunc_impl_list): Remove strpbrk implementation.
217         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
218         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
219         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
220         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
222         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
223         Remove strcspn objects.
224         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
225         (__libc_ifunc_impl_list): Remove strcspn implementation.
226         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
227         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
228         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
229         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
231         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
232         Remove strspn objetcs.
233         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
234         (__libc_ifunc_impl_list): Remove strspn implementation.
235         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
236         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
237         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
238         * sysdeps/powerpc/powerpc64/strspn.S: New file.
240 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
242         [BZ #17581]
243         * malloc/hooks.c
244         (mem2mem_check): Add a terminator to the chain of checking blocks.
245         (malloc_check_get_size): Use it here.
246         (mem2chunk_check): Ditto.
248 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
250         * sysdeps/powerpc/powerpc64/strtok.S: New file.
251         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
253 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
255         * bits/ioctl-types.h: Indent preprocessor directives correctly.
257         * nptl/nptl-init.c: Include libc-internal.h.
258         (__pthread_initialize_minimal_internal): Use ROUND_UP.
260         * elf/ldconfig.c (search_dir): Expand comment.
262 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
264         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
265         variable.
266         (linknamespace-symlist-stdlibs-tests): Likewise.
267         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
268         instead of $(objpfx)symlist-stdlibs.
269         (linknamespace-libs-isoc): New variable.
270         (linknamespace-libs): Use $(linknamespace-libs-isoc).
271         (linknamespace-libs-ISO): New variable.
272         (linknamespace-libs-ISO99): Likewise.
273         (linknamespace-libs-ISO11): Likewise.
274         (linknamespace-libs-XPG3): Likewise.
275         (linknamespace-libs-XPG4): Likewise.
276         (linknamespace-libs-POSIX): Likewise.
277         (linknamespace-libs-UNIX98): Likewise.
278         (linknamespace-libs-XOPEN2K): Likewise.
279         (linknamespace-libs-POSIX2008): Likewise.
280         (linknamespace-libs-XOPEN2K8): Likewise.
281         ($(objpfx)symlist-stdlibs): Replace by
282         $(linknamespace-symlist-stdlibs-tests).  Use
283         $(linknamespace-libs-$*) as set of libraries.
284         ($(linknamespace-header-tests)): Update dependencies.  Use
285         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
286         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
287         * conform/linknamespace.pl: Remove comment about considering
288         definitions of symbols from irrelevant libraries.
290 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
292         [BZ #13862]
293         * elf/dl-tls.c: Include <atomic.h>.
294         (oom): Remove #ifdef SHARED/#endif.
295         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
296         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
297         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
298         big enough.
299         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
300         * nptl/Makefile (tests): Add tst-stack4.
301         (modules-names): Add tst-stack4mod.
302         ($(objpfx)tst-stack4): New.
303         (tst-stack4mod.sos): Likewise.
304         ($(objpfx)tst-stack4.out): Likewise.
305         ($(tst-stack4mod.sos)): Likewise.
306         (clean): Likewise.
307         * nptl/tst-stack4.c: New file.
308         * nptl/tst-stack4mod.c: Likewise.
310 2014-11-27  J. Brown  <jb999@gmx.de>
312         * sysdeps/x86/bits/string.h: Add recent CPUs.
314 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
316         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
317         sigblock.
319         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
320         feof.
322         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
323         variable.
325 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
327         * nscd/connections.c: Include libc-internal.h because of macro
328         usage ignore_value.
330 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
332         * string/bits/string3.h (__warn_memset_zero_len): Don't
333         declare for gcc newer than 5.0.
334         (memset): Don't test for zero-length __LEN for gcc newer than
335         5.0.
337 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
339         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
340         size_t for %zu format.
342         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
343         difference, not %ju.
345 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
347         * include/libc-internal.h (ignore_value): New macro.
348         * nscd/connections.c (restart): Wrap calls to setuid and setgid
349         with ignore_value.
351         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
352         definition.
354         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
355         pthread_cleanup_push to void *.
357         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
358         Undefine.
360         [BZ #16619]
361         [BZ #16740]
362         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
363         instead of 1L << 52.
365         * libio/bug-rewind.c (do_test): Check fwscanf return values.
366         * libio/bug-rewind2.c (do_test): Likewise.
368         * debug/test-stpcpy_chk-ifunc.c: Remove file.
369         * debug/test-strcpy_chk-ifunc.c: Likewise.
370         * wcsmbs/test-wcschr-ifunc.c: Likewise.
371         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
372         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
373         * wcsmbs/test-wcslen-ifunc.c: Likewise.
374         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
375         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
376         * Rules [$(multi-arch) = no] (tests): Do not filter out
377         $(tests-ifunc).
378         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
379         * debug/Makefile (tests-ifunc): Remove variable.
380         (tests): Do not add $(tests-ifunc).
381         * wcsmbs/Makefile (tests-ifunc): Remove variable.
382         (tests): Do not add $(tests-ifunc).
383         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
384         [TEST_IFUNC]: Remove conditionals.
385         * string/test-string.h (TEST_IFUNC): Remove macro.
386         [TEST_IFUNC]: Remove conditionals.
388         * string/test-strchr.c [!WIDE] (L): New macro.
389         [WIDE] (L): Likewise.
390         (check1): Use CHAR instead of char.  Use L on string and character
391         constants.
393 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
395         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
396         tests.
397         * sysdeps/powerpc/bits/atomic.h
398         (__arch_atomic_exchange_and_add_32_acq): Add definition.
399         (__arch_atomic_exchange_and_add_32_rel): Likewise.
400         (atomic_exchange_and_add_acq): Likewise.
401         (atomic_exchange_and_add_rel): Likewise.
402         * sysdeps/powerpc/powerpc32/bits/atomic.h
403         (__arch_atomic_exchange_and_add_64_acq): Add definition.
404         (__arch_atomic_exchange_and_add_64_rel): Likewise.
405         * sysdeps/powerpc/powerpc64/bits/atomic.h
406         (__arch_atomic_exchange_and_add_64_acq): Add definition.
407         (__arch_atomic_exchange_and_add_64_rel): Likewise.
409 2014-11-26  Torvald Riegel  <triegel@redhat.com>
411         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
412         Change synchronization of __sched_fifo_min_prio and
413         __sched_fifo_max_prio.
414         * nptl/pthread_mutexattr_getprioceiling.c
415         (pthread_mutexattr_getprioceiling): Likewise.
416         * nptl/pthread_mutexattr_setprioceiling.c
417         (pthread_mutexattr_setprioceiling): Likewise.
418         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
419         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
420         Likewise.
422 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
424         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
425         void.
427 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
429         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
430         third argument const.
432 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
434         fnmatch: work around GCC compiler warning bug with uninit var
435         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
436         This works around a bug with x86-64 GCC 4.9.2 and earlier
437         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
438         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
439         used uninitialized in this function [-Wmaybe-uninitialized]".
441 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
443         * posix/bug-regex31.c (main): Return RES not 0.
445 2014-11-25  Anton Blanchard <anton@samba.org>
447         * sysdeps/powerpc/bits/atomic.h
448         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
450 2014-11-24  Sterling Augustine  <saugustine@google.com>
452         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
454 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
456         [BZ #17608]
457         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
459 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
461         [BZ #17633]
462         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
463         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
464         variable.
465         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
466         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
468 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
470         * string/strncpy.c (strncpy): Improve performance by using memset.
472 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
474         * string/strcpy.c (strcpy):
475         Improve performance by using strlen and memcpy.
477 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
479         * string/strcoll_l.c (get_next_seq): __always_inline.
480         * string/strcoll_l.c (do_compare): __always_inline.
482 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
484         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
485         defined.
486         * include/mqueue.h: Likewise.
487         * include/stdlib.h: Likewise.
489         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
490         (get_null_defines): Adjust.
491         * sunrpc/Makefile: Adjust comment.
492         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
493         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
494         (CFLAGS-interp.c): Likewise.
495         (CFLAGS-ldconfig.c): Likewise.
496         (CPPFLAGS-.os): Likewise.
497         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
498         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
499         * extra-modules.mk (extra-modules.mk): Likewise.
500         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
501         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
502         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
503         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
504         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
505         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
506         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
507         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
508         * iconvdata/Makefile (CPPFLAGS): Likewise.
509         (cpp-srcs-left): Add libof for all iconvdata routines.
510         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
511         * include/assert.h: Likewise.
512         * include/ctype.h: Likewise.
513         * include/errno.h: Likewise.
514         * include/libc-symbols.h: Likewise.
515         * include/math.h: Likewise.
516         * include/netdb.h: Likewise.
517         * include/resolv.h: Likewise.
518         * include/stdio.h: Likewise.
519         * include/stdlib.h: Likewise.
520         * include/string.h: Likewise.
521         * include/sys/stat.h: Likewise.
522         * include/wctype.h: Likewise.
523         * intl/l10nflist.c: Likewise.
524         * libidn/idn-stub.c: Likewise.
525         * libio/libioP.h: Likewise.
526         * nptl/libc_multiple_threads.c: Likewise.
527         * nptl/pthreadP.h: Likewise.
528         * posix/regex_internal.h: Likewise.
529         * resolv/res_hconf.c: Likewise.
530         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
531         * sysdeps/arm/memmove.S: Likewise.
532         * sysdeps/arm/sysdep.h: Likewise.
533         * sysdeps/generic/_itoa.h: Likewise.
534         * sysdeps/generic/symbol-hacks.h: Likewise.
535         * sysdeps/gnu/errlist.awk: Likewise.
536         * sysdeps/gnu/errlist.c: Likewise.
537         * sysdeps/i386/i586/memcpy.S: Likewise.
538         * sysdeps/i386/i586/memset.S: Likewise.
539         * sysdeps/i386/i686/memcpy.S: Likewise.
540         * sysdeps/i386/i686/memmove.S: Likewise.
541         * sysdeps/i386/i686/mempcpy.S: Likewise.
542         * sysdeps/i386/i686/memset.S: Likewise.
543         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
544         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
545         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
546         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
547         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
548         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
549         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
550         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
551         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
552         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
553         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
554         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
555         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
556         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
557         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
558         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
559         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
560         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
561         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
562         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
563         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
564         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
565         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
566         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
567         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
568         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
569         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
570         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
571         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
572         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
573         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
574         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
575         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
576         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
577         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
578         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
579         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
580         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
581         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
582         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
583         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
584         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
585         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
586         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
587         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
588         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
589         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
590         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
591         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
592         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
593         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
594         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
595         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
596         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
597         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
598         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
599         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
600         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
601         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
602         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
603         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
604         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
605         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
606         * sysdeps/nptl/bits/libc-lock.h: Likewise.
607         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
608         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
609         * sysdeps/posix/closedir.c: Likewise.
610         * sysdeps/posix/opendir.c: Likewise.
611         * sysdeps/posix/readdir.c: Likewise.
612         * sysdeps/posix/rewinddir.c: Likewise.
613         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
614         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
615         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
616         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
617         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
618         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
619         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
620         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
621         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
622         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
623         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
624         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
625         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
626         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
627         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
628         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
629         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
630         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
631         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
632         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
633         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
634         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
635         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
636         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
637         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
638         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
639         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
640         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
641         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
642         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
643         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
644         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
645         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
646         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
647         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
648         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
649         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
650         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
651         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
652         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
653         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
654         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
655         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
656         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
657         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
658         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
659         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
660         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
661         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
662         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
663         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
664         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
665         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
666         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
667         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
668         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
669         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
670         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
671         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
672         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
673         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
674         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
675         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
676         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
677         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
678         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
679         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
680         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
681         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
682         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
683         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
684         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
685         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
686         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
687         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
688         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
689         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
690         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
691         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
692         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
693         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
694         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
695         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
696         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
697         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
698         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
699         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
700         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
701         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
702         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
703         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
704         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
705         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
706         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
707         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
708         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
709         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
710         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
711         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
712         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
713         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
714         * sysdeps/unix/alpha/sysdep.S: Likewise.
715         * sysdeps/unix/alpha/sysdep.h: Likewise.
716         * sysdeps/unix/make-syscalls.sh: Likewise.
717         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
718         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
719         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
720         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
721         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
722         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
723         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
724         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
725         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
726         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
727         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
728         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
729         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
730         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
731         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
732         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
733         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
734         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
735         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
736         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
737         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
738         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
739         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
740         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
741         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
742         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
743         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
744         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
746         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
747         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
748         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
749         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
750         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
751         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
752         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
753         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
754         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
755         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
756         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
757         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
758         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
759         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
760         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
761         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
762         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
763         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
764         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
765         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
766         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
767         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
768         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
769         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
770         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
771         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
772         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
773         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
774         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
775         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
776         * sysdeps/x86_64/memcpy.S: Likewise.
777         * sysdeps/x86_64/memmove.c: Likewise.
778         * sysdeps/x86_64/memset.S: Likewise.
779         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
780         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
781         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
782         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
783         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
784         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
785         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
786         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
787         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
788         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
789         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
790         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
791         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
792         * sysdeps/x86_64/multiarch/memset.S: Likewise.
793         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
794         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
795         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
796         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
797         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
798         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
799         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
800         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
801         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
802         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
803         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
804         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
805         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
806         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
807         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
808         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
809         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
810         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
811         * sysdeps/x86_64/strcmp.S: Likewise.
813         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
815         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
816         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
817         * elf/rtld-Rules: Likewise.
818         * elf/setup-vdso.h: Likewise.
819         * include/assert.h: Likewise.
820         * include/bits/stdlib-float.h: Likewise.
821         * include/errno.h: Likewise.
822         * include/sys/stat.h: Likewise.
823         * include/unistd.h: Likewise.
824         * sysdeps/aarch64/setjmp.S: Likewise.
825         * sysdeps/alpha/setjmp.S: Likewise.
826         * sysdeps/arm/__longjmp.S: Likewise.
827         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
828         * sysdeps/arm/setjmp.S: Likewise.
829         * sysdeps/arm/sysdep.h: Likewise.
830         * sysdeps/generic/_itoa.h: Likewise.
831         * sysdeps/generic/dl-sysdep.h: Likewise.
832         * sysdeps/generic/ldsodefs.h: Likewise.
833         * sysdeps/i386/dl-tls.h: Likewise.
834         * sysdeps/i386/setjmp.S: Likewise.
835         * sysdeps/m68k/setjmp.c: Likewise.
836         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
837         * sysdeps/mach/hurd/opendir.c: Likewise.
838         * sysdeps/posix/getcwd.c: Likewise.
839         * sysdeps/posix/opendir.c: Likewise.
840         * sysdeps/posix/profil.c: Likewise.
841         * sysdeps/powerpc/dl-procinfo.h: Likewise.
842         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
843         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
844         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
845         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
846         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
847         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
848         * sysdeps/s390/dl-tls.h: Likewise.
849         * sysdeps/s390/s390-32/setjmp.S: Likewise.
850         * sysdeps/s390/s390-64/setjmp.S: Likewise.
851         * sysdeps/sh/sh3/setjmp.S: Likewise.
852         * sysdeps/sh/sh4/setjmp.S: Likewise.
853         * sysdeps/unix/alpha/sysdep.h: Likewise.
854         * sysdeps/unix/arm/sysdep.S: Likewise.
855         * sysdeps/unix/i386/sysdep.S: Likewise.
856         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
857         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
858         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
859         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
860         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
861         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
862         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
863         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
864         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
865         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
866         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
867         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
868         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
871         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
872         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
873         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
874         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
875         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
876         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
877         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
878         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
879         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
880         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
881         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
882         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
883         * sysdeps/unix/x86_64/sysdep.S: Likewise.
884         * sysdeps/x86_64/setjmp.S: Likewise.
886         * include/math.h: Use IS_IN instead of IS_IN_libm.
887         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
888         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
889         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
890         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
891         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
892         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
893         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
894         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
895         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
896         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
897         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
898         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
899         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
900         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
901         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
902         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
903         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
904         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
905         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
906         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
907         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
908         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
909         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
910         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
911         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
912         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
913         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
914         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
915         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
916         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
917         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
918         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
919         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
921         Likewise.
922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
923         Likewise.
924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
925         Likewise.
926         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
927         Likewise.
928         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
929         Likewise.
930         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
931         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
932         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
933         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
934         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
935         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
936         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
937         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
938         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
939         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
940         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
941         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
942         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
943         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
944         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
945         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
946         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
947         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
948         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
949         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
950         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
951         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
952         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
953         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
954         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
955         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
956         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
958         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
959         * nptl/pthreadP.h: Likewise.
960         * nptl_db/structs.def: Likewise.
961         * sysdeps/arm/sysdep.h: Likewise.
962         * sysdeps/nptl/bits/libc-lock.h: Likewise.
963         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
964         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
965         * sysdeps/unix/alpha/sysdep.h: Likewise.
966         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
967         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
968         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
969         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
970         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
971         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
972         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
973         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
974         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
975         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
976         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
977         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
978         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
979         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
982         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
983         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
984         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
985         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
986         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
987         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
988         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
989         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
990         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
991         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
993         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
994         * nptl/pthreadP.h: Likewise.
995         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
996         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
997         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
998         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
999         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1000         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1001         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1002         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1003         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1004         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1005         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1006         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1008         Likewise.
1009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1010         Likewise.
1011         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1012         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1013         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1014         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1015         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1016         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1017         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1018         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1020         * dlfcn/dladdr.c: Use IS_IN.
1021         * dlfcn/dladdr1.c: Likewise.
1022         * dlfcn/dlclose.c: Likewise.
1023         * dlfcn/dlerror.c: Likewise.
1024         * dlfcn/dlinfo.c: Likewise.
1025         * dlfcn/dlmopen.c: Likewise.
1026         * dlfcn/dlopen.c: Likewise.
1027         * dlfcn/dlsym.c: Likewise.
1028         * dlfcn/dlvsym.c: Likewise.
1030         * include/ifaddrs.h: Use IS_IN.
1031         * inet/check_pf.c: Likewise.
1032         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1033         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1035         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1036         IS_IN_ldconfig.
1037         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1038         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1040         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1041         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1042         IS_IN (libc).
1044         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1046         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1047         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1048         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1049         * include/libc-symbols.h (IS_IN_LIB): New macro.
1050         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1051         * include/netdb.h: Likewise.
1052         * include/stap-probe.h: Remove all uses of IN_LIB.
1054         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1055         instead of IN_MODULE.
1056         * include/libc-symbols.h (IN_MODULE): Define using
1057         MODULE_NAME.
1058         (PASTE_NAME, PASTE_NAME1): New macros.
1059         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1060         of IN_LIB.
1061         (STAP_PROBE_ASM): Likewise.
1063 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1065         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1066         __mach_init in dlopened libc.
1068 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1070         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1071         * sysdeps/arm/preconfigure: Regenerate.
1073 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1075         * nptl/pthread_create.c (__pthread_create_2_1): Set
1076         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1077         when copying values from IATTR into PD.
1079 2014-11-21  Will Newton  <will.newton@linaro.org>
1080             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1082         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1083         Refactor inline-asm.  Also add comment.
1085         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1086         ElfW macro instead of hardcoded Elf64 types.
1087         (la_aarch64_gnu_pltenter): Likewise.
1088         * sysdeps/aarch64/dl-machine.h
1089         (elf_machine_runtime_setup): Use ElfW(Addr).
1091         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1092         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1093         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1094         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1095         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1096         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1097         (R_AARCH64_TLS_DTPMOD): This.
1098         (R_AARCH64_TLS_DTPREL64): Rename to ...
1099         (R_AARCH64_TLS_DTPREL): This.
1100         (R_AARCH64_TLS_TPREL64): Rename to ...
1101         (R_AARCH64_TLS_TPREL): This.
1102         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1103         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1104         R_AARCH64_TLS_TPREL64.
1105         (elf_machine_rela): Likewise.
1107 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1109         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1110         by setting it to 0.  64b atomics are not supported currently.
1112 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1114         [BZ #16469]
1115         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1116         search domain names.
1118 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1120         [BZ #16469]
1121         * NEWS: Update.
1122         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1123         trailing dot.
1124         * posix/tst-getaddrinfo5.c: New.
1125         * posix/Makefile (tests): Add it.
1127 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1129         [BZ #14498]
1130         * NEWS: Fixed.
1131         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1132         after parsing line but before break_if_match.
1133         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1134         if there is a protocol mismatch.
1136 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1138         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1139         because the potential race is on the user-supplied stream.
1141 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1143         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1144         string literal if not passed a buffer.
1145         * manual/job.texi (ctermid): Update reasoning, note deviation
1146         from posix, suggest mtasurace when not passed a buffer, for
1147         future non-preliminary safety notes.
1149 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1151         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1152         of not passing it a buffer.
1153         Reported by Peng Haitao.
1155 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1157         * manual/Makefile ($(objpfx)stamp-summary): Require
1158         check-safety.sh to pass.
1159         * manual/check-safety.sh: Wish for verification that every
1160         @deftypefn and @deftypefun is followed by a @safety remark.
1162 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1164         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1166         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1167         PTHREAD_CANCEL_ASYNCHRONOUS.
1168         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1169         send SIGCANCEL.
1171         * nptl/default-sched.h: New file.
1172         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1173         * nptl/pthread_create.c: Include it.
1174         (__pthread_create_2_1): Use collect_default_sched instead of making
1175         Linux syscalls here directly.
1177 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1179         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1180         __pthread_once): Use C11 atomics.
1182 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1184         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1186 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1188         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1189         atomic_thread_fence_acquire, atomic_thread_fence_release,
1190         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1191         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1192         atomic_compare_exchange_weak_relaxed,
1193         atomic_compare_exchange_weak_acquire,
1194         atomic_compare_exchange_weak_release,
1195         atomic_exchange_acquire, atomic_exchange_release,
1196         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1197         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1198         atomic_fetch_and_acquire,
1199         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1201 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1203         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1204         USE_ATOMIC_COMPILER_BUILTINS): Define.
1205         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1206         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1207         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1208         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1209         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1210         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1211         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1212         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1213         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1214         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1215         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1216         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1217         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1218         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1219         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1220         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1221         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1222         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1223         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1224         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1225         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1226         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1227         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1228         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1229         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1230         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1231         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1232         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1233         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1234         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1235         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1236         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1237         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1238         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1239         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1240         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1241         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1242         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1243         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1244         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1246 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1248         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1249         the sched_priority value here.  It was already checked when the user
1250         called pthread_attr_setschedparam.
1252         * nptl/tst-bad-schedattr.c: New file.
1253         * nptl/Makefile (tests): Add it.
1255 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1256             Florian Weimer  <fweimer@redhat.com>
1257             Joseph Myers  <joseph@codesourcery.com>
1258             Adam Conrad  <adconrad@0c3.net>
1259             Andreas Schwab  <schwab@suse.de>
1260             Brooks  <bmoses@google.com>
1262         [BZ #17625]
1263         * wordexp-test.c (__dso_handle): Add prototype.
1264         (__register_atfork): Likewise.
1265         (__app_register_atfork): New function.
1266         (registered_forks): New global.
1267         (register_fork): New function.
1268         (test_case): Add 3 new tests for WRDE_CMDSUB.
1269         (main): Call __app_register_atfork.
1270         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1271         fork count is non-zero fail the test.
1272         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1273         is set.
1274         (parse_dollars): Remove check for WRDE_NOCMD.
1275         (parse_dquote): Likewise.
1277 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1279         * Makeconfig (built-modules): List non-library modules to be
1280         built.
1281         (module-cppflags): Include libc-modules.h for
1282         everything except shlib-versions.v.i.
1283         (CPPFLAGS): Use it.
1284         (before-compile): Add libc-modules.h.
1285         ($(common-objpfx)libc-modules.h,
1286         $(common-objpfx)libc-modules.stmp): New targets.
1287         (common-generated): Add libc-modules.h and libc-modules.stmp.
1288         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1289         * include/libc-symbols.h: Don't include libc-modules.h.
1290         * include/libc-modules.h: Remove file.
1291         * scripts/gen-libc-modules.awk: New script to generate
1292         libc-modules.h.
1293         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1294         Depend on libc-modules.stmp.
1296         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1298         * Makeconfig (in-module): Get value of libof set for the
1299         translation unit.
1300         (CPPFLAGS): Use $(in-module).
1301         * Makerules: Don't suffix routine names for nonlib.
1302         * include/libc-modules.h: New file.
1303         * include/libc-symbols.h: Include libc-modules.h
1304         (IS_IN): New macro to replace IS_IN_* macros.
1305         * elf/Makefile: Set libof-* for each routine.
1306         * elf/rtld-Rules: Likewise.
1307         * extra-modules.mk: Likewise.
1308         * iconv/Makefile: Likewise.
1309         * iconvdata/Makefile: Likewise.
1310         * locale/Makefile: Likewise.
1311         * malloc/Makefile: Likewise.
1312         * nss/Makefile: Likewise.
1313         * sysdeps/gnu/Makefile: Likewise.
1314         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1315         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1316         * sysdeps/s390/s390-64/Makefile: Likewise.
1317         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1318         CPPFLAGS for nscd instead of nonlib.
1320 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1322         * nptl/createthread.c: New file.
1324         * nptl/createthread.c: Moved ...
1325         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1327         * nptl/createthread.c: Add proper top-line comment.
1328         (do_clone): Folded into ...
1329         (create_thread): ... here.  Take new arguments STOPPED_START and
1330         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1331         increment __nptl_threads, do event-reporting logic, do
1332         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1333         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1334         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1335         just send SIGCANCEL.
1336         * nptl/pthread_create.c: Forward-declare create_thread before
1337         including createthread.c.
1338         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1339         declaration, and new macro START_THREAD_SELF to replace argument.
1340         Remove return statement.
1341         (report_thread_creation): New function.
1342         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1343         synchronization logic, and __nptl_nthreads increment here, around
1344         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1345         PD->parent_cancelhandling here, before create_thread.  When
1346         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1347         __deallocate_stack, and ENOMEM translation here.
1349 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1351         [BZ #17616]
1352         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1353         (mptwo): Rename to __mptwo.
1354         (__inv): Use __mptwo instead of mptwo.
1355         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1356         (mptwo): Rename to __mptwo.
1357         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1358         of mpone and __mptwo instead of mptwo.
1359         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1360         instead of mpone.
1361         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1362         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1363         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1364         of mpone and __mptwo instead of mptwo.
1365         (__mpranred): Use __mpone instead of mpone.
1366         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1367         variable.
1368         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1369         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1370         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1371         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1372         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1373         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1374         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1375         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1376         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1377         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1378         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1379         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1380         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1381         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1382         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1383         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1384         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1385         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1386         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1388 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1390         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1391         replace BSD Handler xref with BSD Signal Handling.
1393 2014-11-17  Richard Henderson  <rth@redhat.com>
1395         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1396         (_FP_PACK_RAW_2): Remove.
1397         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1398         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1399         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1400         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1401         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1402         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1403         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1404         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1405         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1406         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1407         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1408         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1409         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1410         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1411         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1412         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1414 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1416         * signal/signal.h [__USE_MISC]
1417         (struct sigvec): Remove type.
1418         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1419         (sigvec): Remove declaration.
1420         * sysdeps/posix/sigvec.c: Moved ...
1421         * signal/sigvec.c: ... here, replacing old file.
1422         (struct sigvec): New type, copied from old signal.h definition.
1423         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1424         (__sigvec): Convert definition to prototype.
1425         (sigvec): Replace weak_alias with compat_symbol.
1426         * signal/Versions (libc: GLIBC_2.21): New version set.
1427         * include/signal.h: Remove __sigvec declaration.
1428         * sysdeps/unix/bsd/sigvec.c: Remove file.
1429         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1430         * manual/signal.texi (BSD Handler): Remove subsection.
1431         Move siginterrupt up to ...
1432         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1433         (Blocking in BSD): Fold subsection into its parent.
1434         * NEWS: Mention sigvec removal.
1436 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1438         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1439         (DLA_FMS): Make definition conditional only on [__FMA4__].
1440         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1441         definition.
1443         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1444         Make definition conditional only on [PROF].
1445         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1446         definition.
1447         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1448         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1450         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1451         !__GNUC__].
1452         * include/signal.h (__sigpause): Move declaration above call to
1453         libc_hidden_proto.
1454         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1455         variable.
1456         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1457         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1459 2014-11-14  David S. Miller  <davem@davemloft.net>
1461         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1462         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1464 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1466         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1467         * configure: Regenerated.
1468         * manual/install.texi (Tools for Compilation): Document a
1469         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1470         compiler verified to work.
1471         * INSTALL: Regenerated.
1473         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1474         redeclare with asm name.
1475         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1476         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1477         including <string.h>.
1478         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1479         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
1480         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1481         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
1482         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1483         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
1484         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1486 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
1488         * stdlib/strtol.c (__strtol): Use prototype definition.
1490         [BZ #17594]
1491         * stdlib/strtol.c (SYM__): New macro.
1492         (SYM__1): Likewise.
1493         (__strtol): Likewise.
1494         (strtol): Rename to __strtol and define as weak alias of
1495         __strtol.  Use libc_hidden_weak.
1497 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1499         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
1500         Use numbered labels in inline assembly.
1502 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1504         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
1505         Add setjmp LIBC_PROBE.
1506         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
1507         Likewise.
1508         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
1509         Add longjmp, longjmp_target LIBC_PROBE.
1510         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
1511         Likewise.
1513 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1515         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1516         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
1517         to get rid of unused variable warning.
1519 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1521         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
1522         Check for unwind_backtrace ==  NULL only in SHARED case.
1523         (__backchain_backtrace): Compile only in SHARED case.
1524         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
1525         Likewise.
1526         (__backchain_backtrace): Declare as static.
1528 2014-11-12  Roland McGrath  <roland@hack.frob.com>
1530         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
1531         (__libc_multiple_threads_ptr): Variable moved ...
1532         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
1534 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
1536         * conform/GlibcConform.pm: New file.
1537         * conform/conformtest.pl: Use GlibcConform module.
1538         * conform/linknamespace.pl: New file.
1539         * conform/list-header-symbols.pl: Likewise.
1540         * conform/Makefile (linknamespace-symlists-base): New variable.
1541         (linknamespace-symlists-tests): Likewise.
1542         (linknamespace-header-base): Likewise.
1543         (linknamespace-header-tests): Likewise.
1544         (tests-special): Add new tests.
1545         ($(linknamespace-symlists-tests)): New rule.
1546         (linknamespace-libs): New variable.
1547         ($(objpfx)symlist-stdlibs): New rule.
1548         ($(linknamespace-header-tests)): Likewise.
1549         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
1550         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
1551         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
1552         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
1553         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
1554         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
1555         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
1556         (test-xfail-ISO/math.h/linknamespace): Likewise.
1557         (test-xfail-ISO/signal.h/linknamespace): Likewise.
1558         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
1559         (test-xfail-ISO/time.h/linknamespace): Likewise.
1560         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1561         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
1562         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1563         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1564         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1565         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1566         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1567         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1568         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1569         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1570         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1571         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1572         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1573         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
1574         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
1575         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1576         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
1577         (test-xfail-XPG3/search.h/linknamespace): Likewise.
1578         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
1579         (test-xfail-XPG3/time.h/linknamespace): Likewise.
1580         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
1581         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
1582         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1583         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
1584         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
1585         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
1586         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
1587         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
1588         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1589         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
1590         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1591         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
1592         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1593         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
1594         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
1595         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
1596         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
1597         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
1598         (test-xfail-XPG4/time.h/linknamespace): Likewise.
1599         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
1600         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
1601         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
1602         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
1603         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
1604         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1605         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
1606         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
1607         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
1608         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1609         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
1610         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1611         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1612         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
1613         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
1614         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1615         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1616         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
1617         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
1618         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
1619         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1620         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1621         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1622         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
1623         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
1624         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1625         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1626         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
1627         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1628         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1629         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
1630         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
1631         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
1632         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1633         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1634         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
1635         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1636         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
1637         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
1638         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
1639         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
1640         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1641         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
1642         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
1643         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
1644         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
1645         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
1646         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1647         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1648         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1649         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
1650         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
1651         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
1652         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1653         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
1654         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1655         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1656         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
1657         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
1658         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
1659         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1660         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1661         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
1662         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
1663         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1664         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1665         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
1666         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
1667         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
1668         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
1669         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1670         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1671         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
1672         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1673         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
1674         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1675         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1676         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1677         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
1678         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1679         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
1680         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
1681         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1682         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1683         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1684         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1685         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1686         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
1687         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1688         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1689         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1690         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1691         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
1692         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
1693         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1694         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1695         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1696         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1697         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
1698         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1699         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
1700         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
1701         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1702         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1703         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1704         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1705         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1706         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
1707         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1708         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1709         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
1711         [BZ #17589]
1712         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
1713         of fgets_unlocked.
1715         [BZ #17585]
1716         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
1717         (memmem): Rename to __memmem and define as weak alias of
1718         __memmem.  Use libc_hidden_weak.
1719         (__memmem): Use libc_hidden_def.
1720         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
1721         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
1722         memmem.
1724         [BZ #17582]
1725         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
1726         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
1727         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
1728         and define as weak alias of __fgets_unlocked.  Use
1729         libc_hidden_weak.
1730         (__fgets_unlocked): Use libc_hidden_def.
1731         * include/stdio.h (__fgets_unlocked): Declare.  Use
1732         libc_hidden_proto.
1733         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
1734         __fgets_unlocked instead of fgets_unlocked.
1735         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
1736         (GET_NPROCS_CONF_PARSER): Likewise.
1737         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
1738         (GET_NPROCS_CONF_PARSER): Likewise.
1740         [BZ #17574]
1741         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
1742         weak alias of __wmemset.  Use libc_hidden_weak.
1743         (__wmemset): Use libc_hidden_def.
1744         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
1745         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
1746         of wmemset.
1748         [BZ #17573]
1749         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
1750         with asm name __mempcpy.
1751         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
1753         [BZ #17572]
1754         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
1755         and define as weak alias of __rawmemchr.
1756         (__rawmemchr): Do not define as strong alias of rawmemchr.
1758         [BZ #17571]
1759         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
1760         alias of __qsort_r.
1761         (qsort): Call __qsort_r instead of qsort_r.
1762         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
1763         (__qsort_r): Declare.  Call libc_hidden_proto.
1764         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
1765         instead of qsort_r.
1766         * nscd/gai.c (__qsort_r): Define to qsort_r.
1767         * posix/tst-rfc3484.c (__qsort_r): Likewise.
1768         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
1769         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
1771         [BZ #17570]
1772         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
1773         define as weak alias of __malloc_info.
1775         [BZ #17584]
1776         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
1777         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1778         (__rewinddir): Use libc_hidden_def.
1779         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
1780         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1781         (__rewinddir): Use libc_hidden_def.
1782         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
1783         weak alias of __rewinddir.  Don't use libc_hidden_def.
1784         (__rewinddir): Use libc_hidden_def.
1785         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
1786         (__rewinddir): Use libc_hidden_proto.
1787         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
1788         rewinddir.
1789         (__getcwd): Use __rewinddir instead of rewinddir.
1791         [BZ #17583]
1792         * libio/fileno.c (fileno): Rename to __fileno and define as weak
1793         alias of __fileno.  Use libc_hidden_weak.
1794         (__fileno): Use libc_hidden_def.
1795         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
1796         * libio/ftello.c (ftello): Rename to __ftello and define as weak
1797         alias of __ftello.
1798         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
1799         __ftello.
1800         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
1801         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
1802         libc_hidden_def.
1803         (fread_unlocked): Don't use libc_hidden_ver.
1804         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
1805         and define as weak alias of __fread_unlocked.  Don't use
1806         libc_hidden_def.
1807         (__fread_unlocked): Use libc_hidden_def.
1808         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
1809         (ftello): Don't use libc_hidden_proto.
1810         (__ftello): Declare.  Use libc_hidden_proto.
1811         (fread_unlocked): Don't use libc_hidden_proto.
1812         (__fread_unlocked): Declare.  Use libc_hidden_proto.
1813         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
1814         and __ftello instead of fileno, fread_unlocked and ftello.
1816 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1818         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
1819         GOT12.
1820         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1821         Likewise.
1822         (_dl_start_user): Likewise.
1823         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
1825 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
1826             Siddhesh Poyarekar  <siddhesh@redhat.com>
1828         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
1829         Move argv and envp down instead of moving argc up.
1830         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
1832 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
1834         [BZ #17506]
1835         * test-skeleton.c (main): Return successful if one of
1836         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
1837         * string/tst-strcoll-overflow.c: Define expected status.
1839 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
1841         [BZ #17475]
1842         * locale/iso-639.def: Define Bhili and Tulu language codes.
1844 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
1846         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
1848 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
1850         [BZ #17555]
1851         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
1853 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
1855         * configure.ac: Updated check of minimal required version to
1856         2.22.
1857         * manual/install.texi (Tools for Compilation): Updated version
1858         number.
1859         * configure: Regenerated.
1860         * INSTALL: Likewise.
1862 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
1864         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
1865         __tls_get_addr.
1867 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
1869         * include/sys/wait.h (__libc_waitpid): Remove declaration.
1870         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
1871         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1872         libc_hidden_weak.
1873         (waitpid): Define as alias of __waitpid.
1874         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
1875         __waitpid.
1876         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1877         libc_hidden_weak.
1878         (waitpid): Define as alias of __waitpid.
1879         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
1880         __libc_waitpid alias.
1881         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
1882         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
1883         Likewise.
1884         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
1885         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
1886         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
1887         alias.
1888         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
1889         __waitpid.
1890         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1891         libc_hidden_weak.
1892         (waitpid): Define as alias of __waitpid.
1894 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
1896         * manual/llio.texi: Add comment that write safety has been
1897         fixed in Linux.
1899         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
1900         (localplt-build-dso): Add elf/ld.so.
1901         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
1902         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
1903         and free for ld.so.
1904         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
1905         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
1906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
1907         Likewise.
1908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
1909         Likewise.
1910         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
1911         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
1912         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
1913         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
1914         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
1915         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
1916         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
1917         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
1918         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
1919         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
1920         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
1922 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
1924         [BZ #14132]
1925         * include/libc-symbols.h (INTUSE): Remove macro.
1926         (INTDEF): Likewise.
1927         (INTVARDEF): Likewise.
1928         (_INTVARDEF): Likewise.
1929         (INTDEF2): Likewise.
1930         (INTVARDEF2): Likewise.
1931         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
1932         rtld_hidden_def instead of INTVARDEF.
1933         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
1934         (_dl_starting_up_internal): Remove declaration.
1935         (_dl_starting_up): Use rtld_hidden_proto.
1936         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
1937         declaration.
1938         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
1939         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
1940         _dl_starting_up.
1941         * elf/dl-writev.h (_dl_writev): Likewise.
1942         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
1943         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
1944         _dl_starting_up_internal.
1946 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1948         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
1949         test-skeleton.c.
1951 2014-11-05  Will Newton  <will.newton@linaro.org>
1953         * benchtests/Makefile: (bench-malloc): Add malloc thread
1954         scalability benchmark.
1955         * benchtests/bench-malloc-threads.c: New file.
1957 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
1959         * sysdeps/aarch64/strchrnul.S: New file.
1961 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1963         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
1964         definition.
1965         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
1966         Likwise.
1967         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
1968         Likewise.
1969         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
1970         Likewise.
1971         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
1972         Likewise.
1973         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
1974         Likewise.
1976 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
1978         * catgets/test-gencat.c: Use test-skeleton.c.
1979         * catgets/tst-catgets.c: Likewise.
1980         * csu/tst-empty.c: Likewise.
1981         * elf/tst-audit2.c: Likewise.
1982         * elf/tst-global1.c: Likewise.
1983         * elf/tst-pathopt.c: Likewise.
1984         * elf/tst-piemod1.c: Likewise.
1985         * elf/tst-tls10.c: Likewise.
1986         * elf/tst-tls11.c: Likewise.
1987         * elf/tst-tls12.c: Likewise.
1988         * gnulib/tst-gcc.c: Likewise.
1989         * iconvdata/tst-e2big.c: Likewise.
1990         * iconvdata/tst-loading.c: Likewise.
1991         * iconv/tst-iconv1.c: Likewise.
1992         * iconv/tst-iconv2.c: Likewise.
1993         * inet/test-inet6_opt.c: Likewise.
1994         * inet/tst-gethnm.c: Likewise.
1995         * inet/tst-network.c: Likewise.
1996         * inet/tst-ntoa.c: Likewise.
1997         * intl/tst-codeset.c: Likewise.
1998         * intl/tst-gettext2.c: Likewise.
1999         * intl/tst-gettext3.c: Likewise.
2000         * intl/tst-ngettext.c: Likewise.
2001         * intl/tst-translit.c: Likewise.
2002         * io/test-stat.c: Likewise.
2003         * libio/test-fmemopen.c: Likewise.
2004         * libio/tst-freopen.c: Likewise.
2005         * libio/tst-sscanf.c: Likewise.
2006         * libio/tst-ungetwc1.c: Likewise.
2007         * libio/tst-ungetwc2.c: Likewise.
2008         * libio/tst-widetext.c: Likewise.
2009         * localedata/tst-ctype.c: Likewise.
2010         * localedata/tst-digits.c: Likewise.
2011         * localedata/tst-leaks.c: Likewise.
2012         * localedata/tst-mbswcs1.c: Likewise.
2013         * localedata/tst-mbswcs2.c: Likewise.
2014         * localedata/tst-mbswcs3.c: Likewise.
2015         * localedata/tst-mbswcs4.c: Likewise.
2016         * localedata/tst-mbswcs5.c: Likewise.
2017         * localedata/tst-setlocale.c: Likewise.
2018         * localedata/tst-trans.c: Likewise.
2019         * localedata/tst-wctype.c: Likewise.
2020         * localedata/tst-xlocale1.c: Likewise.
2021         * login/tst-grantpt.c: Likewise.
2022         * malloc/tst-calloc.c: Likewise.
2023         * malloc/tst-malloc.c: Likewise.
2024         * malloc/tst-mallocstate.c: Likewise.
2025         * malloc/tst-mcheck.c: Likewise.
2026         * malloc/tst-mtrace.c: Likewise.
2027         * malloc/tst-obstack.c: Likewise.
2028         * math/atest-exp2.c: Likewise.
2029         * math/atest-exp.c: Likewise.
2030         * math/atest-sincos.c: Likewise.
2031         * math/test-matherr.c: Likewise.
2032         * math/test-misc.c: Likewise.
2033         * math/test-powl.c: Likewise.
2034         * math/tst-definitions.c: Likewise.
2035         * misc/tst-dirname.c: Likewise.
2036         * misc/tst-efgcvt.c: Likewise.
2037         * misc/tst-fdset.c: Likewise.
2038         * misc/tst-hsearch.c: Likewise.
2039         * misc/tst-mntent2.c: Likewise.
2040         * nptl/tst-sem7.c: Likewise.
2041         * nptl/tst-sem8.c: Likewise.
2042         * nptl/tst-sem9.c: Likewise.
2043         * nss/test-netdb.c: Likewise.
2044         * posix/tst-fnmatch.c: Likewise.
2045         * posix/tst-getlogin.c: Likewise.
2046         * posix/tst-gnuglob.c: Likewise.
2047         * posix/tst-mmap.c: Likewise.
2048         * pwd/tst-getpw.c: Likewise.
2049         * resolv/tst-inet_ntop.c: Likewise.
2050         * rt/tst-timer.c: Likewise.
2051         * stdio-common/test-fseek.c: Likewise.
2052         * stdio-common/test-popen.c: Likewise.
2053         * stdio-common/test-vfprintf.c: Likewise.
2054         * stdio-common/tst-cookie.c: Likewise.
2055         * stdio-common/tst-fileno.c: Likewise.
2056         * stdio-common/tst-gets.c: Likewise.
2057         * stdio-common/tst-obprintf.c: Likewise.
2058         * stdio-common/tst-perror.c: Likewise.
2059         * stdio-common/tst-sprintf2.c: Likewise.
2060         * stdio-common/tst-sprintf3.c: Likewise.
2061         * stdio-common/tst-sprintf.c: Likewise.
2062         * stdio-common/tst-swprintf.c: Likewise.
2063         * stdio-common/tst-tmpnam.c: Likewise.
2064         * stdio-common/tst-unbputc.c: Likewise.
2065         * stdio-common/tst-wc-printf.c: Likewise.
2066         * stdlib/tst-environ.c: Likewise.
2067         * stdlib/tst-fmtmsg.c: Likewise.
2068         * stdlib/tst-limits.c: Likewise.
2069         * stdlib/tst-rand48-2.c: Likewise.
2070         * stdlib/tst-rand48.c: Likewise.
2071         * stdlib/tst-random2.c: Likewise.
2072         * stdlib/tst-random.c: Likewise.
2073         * stdlib/tst-strtol.c: Likewise.
2074         * stdlib/tst-strtoll.c: Likewise.
2075         * stdlib/tst-tls-atexit.c: Likewise.
2076         * stdlib/tst-xpg-basename.c: Likewise.
2077         * string/test-ffs.c: Likewise.
2078         * string/tst-bswap.c: Likewise.
2079         * string/tst-inlcall.c: Likewise.
2080         * string/tst-strtok.c: Likewise.
2081         * string/tst-strxfrm.c: Likewise.
2082         * sysdeps/x86_64/tst-audit10.c: Likewise.
2083         * sysdeps/x86_64/tst-audit3.c: Likewise.
2084         * sysdeps/x86_64/tst-audit4.c: Likewise.
2085         * sysdeps/x86_64/tst-audit5.c: Likewise.
2086         * time/tst-ftime_l.c: Likewise.
2087         * time/tst-getdate.c: Likewise.
2088         * time/tst-mktime3.c: Likewise.
2089         * time/tst-mktime.c: Likewise.
2090         * time/tst-posixtz.c: Likewise.
2091         * time/tst-strptime2.c: Likewise.
2092         * time/tst-strptime3.c: Likewise.
2093         * wcsmbs/tst-btowc.c: Likewise.
2094         * wcsmbs/tst-mbrtowc.c: Likewise.
2095         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2096         * wcsmbs/tst-wchar-h.c: Likewise.
2097         * wcsmbs/tst-wcpncpy.c: Likewise.
2098         * wcsmbs/tst-wcrtomb.c: Likewise.
2099         * wcsmbs/tst-wcsnlen.c: Likewise.
2100         * wcsmbs/tst-wcstof.c: Likewise.
2102 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2104         [BZ #14132]
2105         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2106         INTDEF.
2107         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2108         declaration.
2109         (_dl_mcount): Use rtld_hidden_proto.
2110         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2111         _dl_mcount.
2112         * elf/rtld.c (_rtld_global_ro): Likewise.
2114         [BZ #14132]
2115         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2116         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2117         of _dl_init_internal.
2118         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2119         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2120         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2121         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2122         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2123         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2124         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2125         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2126         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2127         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2128         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2129         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2130         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2131         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2132         * sysdeps/tile/dl-start.S (_start): Likewise.
2133         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2134         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2136         [BZ #14132]
2137         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2138         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2139         (rtld_progname): Make macro definition unconditional.
2140         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2141         INTDEF.
2142         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2143         (dl_main): Likewise.
2144         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2145         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2146         instead of _dl_argv_internal.
2147         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2148         __GI__dl_argv instead of INTUSE(_dl_argv).
2149         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2150         __GI__dl_argv instead of _dl_argv_internal.
2152         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2153         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2154         macro.
2155         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2156         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2157         New macro.
2158         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2159         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2160         macro.
2161         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2162         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2164 2014-11-04  Andreas Schwab  <schwab@suse.de>
2166         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2168 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2170         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2171         mtvsrd instruction in binary form.
2173 2014-11-03  Andreas Schwab  <schwab@suse.de>
2175         [BZ #17522]
2176         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2177         for less than MB_LEN_MAX use a local buffer of that size.
2178         * libio/tst-fputws.c: New file.
2179         * libio/Makefile (tests): Add tst-fputws.
2181 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2183         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2184         the size of the fpu_fr.fpu_dregs[] array.
2186 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2188         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2189         (__nanosleep): Do not define as alias.
2190         (nanosleep): Define as alias of __nanosleep.
2191         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2192         __libc_nanosleep name.
2194 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2196         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2197         install.texi in comment.
2199 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2201         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2202         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2203         ... add here and use lwsync or sync ...
2204         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2205         ... and add here using lwsync.
2207 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2209         * elf/dl-machine-reject-phdr.h: New file.
2210         * elf/dl-load.c: #include that.
2211         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2212         if that returned true.
2214 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2216         [BZ #17496]
2217         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2218         gen-as-const-headers chunk.  Add a big scare comment after the last
2219         safe place to touch before-compile.
2221 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2223         * manual/install.texi (Tools for Compilation): Update autoconf
2224         version requirements.
2225         * INSTALL: Regenerated.
2227         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2228         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2229         (__libc_pselect): Likewise.
2231         [BZ #14138]
2232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2237 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2239         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2240         correct barrier instruction.
2241         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2242         Likewise.
2243         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2244         Likewise.
2246 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2248         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2249         after defining inlines.  Instead, just use parens to defeat macro
2250         expansion of __isctype in its declaration.
2252 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2254         * include/sys/uio.h (__libc_readv): Remove declaration.
2255         (__libc_writev): Likewise.
2256         * misc/readv.c (__libc_readv): Rename to __readv.
2257         (__readv): Do not define as alias.
2258         (readv): Define as alias of __readv.
2259         * misc/writev.c (__libc_writev): Rename to __writev.
2260         (__writev): Do not define as alias.
2261         (writev): Define as alias of __writev.
2262         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2263         (__readv): Do not define as alias.
2264         (readv): Define unconditionally as alias of __readv.
2265         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2266         (__writev): Do not define as alias.
2267         (writev): Define unconditionally as alias of __writev.
2268         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2269         name.
2270         (writev): Do not define __libc_writev name.
2272 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2274         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2275         (convert_charseq): New function, broken out of ...
2276         (use_from_charmap): ... here.  Call it.
2277         (use_to_charmap): Use convert_charseq and free instead of duplicating
2278         its code with a variable-length stack struct.
2280 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2282         * include/fcntl.h (__libc_creat): Remove declaration.
2283         * io/creat.c (__libc_creat): Rename to creat.
2284         (creat): Do not define as alias.
2285         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2286         of creat instead of __libc_creat.
2287         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2288         to creat.
2289         (creat): Do not define as alias.
2290         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2291         __libc_creat.
2292         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2293         __libc_creat name.
2294         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2295         Likewise.
2297 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2299         * manual/llio.texi: Add comments discussing why write() may be
2300         considered MT-unsafe on Linux.
2302 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2304         * dl-load.c (local_strdup): Remove.
2305         (expand_dynamic_string_token): Use __strdup.
2306         (decompose_rpath): Likewise.
2307         (_dl_map_object): Likewise.
2309 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2311         [BZ #14132]
2312         * sysdeps/generic/unwind-dw2-fde.c
2313         (__register_frame_info_bases_internal): Do not declare.
2314         (__register_frame_info_table_bases_internal): Likewise.
2315         (__deregister_frame_info_bases_internal): Likewise.
2316         (__register_frame_info_bases): Declare and use hidden_proto before
2317         definition.  Use hidden_def instead of INTDEF.
2318         (__register_frame_info_table_bases): Likewise.
2319         (__deregister_frame_info_bases): Likewise.
2320         (__register_frame_info): Do not use INTUSE.
2321         (__register_frame): Likewise.
2322         (__register_frame_info_table): Likewise.
2323         (__register_frame_table): Likewise.
2324         (__deregister_frame_info): Likewise.
2325         (__deregister_frame): Likewise.
2327 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2329         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2330         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2331         not undefine.
2332         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2333         Likewise.
2334         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2335         Likewise.
2337 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2339         [BZ #14138]
2340         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2341         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2342         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2343         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2344         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2345         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2346         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2347         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2348         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2349         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2350         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2351         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2352         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2353         syscall.
2354         (setfsuid): Likewise.
2355         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2356         (setfsuid): Likewise.
2357         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2358         (setfsuid): Likewise.
2359         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2360         Likewise.
2361         (setfsuid): Likewise.
2362         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2363         (setfsuid): Likewise.
2364         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2365         Likewise.
2366         (setfsuid): Likewise.
2368 2014-10-27  Andreas Schwab  <schwab@suse.de>
2370         [BZ #17501]
2371         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2372         check for Slow_SSE4_2 feature bit.
2373         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2374         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2375         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2376         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2378 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2380         * configure.ac: Validate compiler version with a empirical test of
2381         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2382         $CC -v output.
2383         * configure: Regenerated.
2385         * inet/htons.c (htons): Prototypify.
2386         * inet/htonl.c (htonl): Likewise.
2388 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2390         * string/strncat.c (strncat): Improve performance by using strlen.
2392 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2394         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2396 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2398         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2399         Call libc_fetestexcept_aarch64.
2401 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2403         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2404         Call libc_feholdexcept_aarch64.
2406 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2408         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2409         Call get_rounding_mode.
2411 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2413         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2414         Simplify logic.
2416 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2418         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2419         Simplify logic.
2421 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2423         [BZ #14138]
2424         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2425         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2426         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2427         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2428         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2429         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2430         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2431         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2432         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2433         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2434         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2435         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2436         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2437         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2438         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2439         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2440         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2441         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2442         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2443         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2444         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2445         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2446         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2447         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2448         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2449         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2450         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2451         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2452         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2453         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2454         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2455         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2456         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2457         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2458         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2459         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2460         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2461         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2462         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2463         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2464         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2465         syscall.
2466         (geteuid): Likewise.
2467         (getgid): Likewise.
2468         (getuid): Likewise.
2469         (getresgid): Likewise.
2470         (getresuid): Likewise.
2471         (getgroups): Likewise.
2472         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2473         (geteuid): Likewise.
2474         (getgid): Likewise.
2475         (getuid): Likewise.
2476         (getresgid): Likewise.
2477         (getresuid): Likewise.
2478         (getgroups): Likewise.
2479         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
2480         (geteuid): Likewise.
2481         (getgid): Likewise.
2482         (getuid): Likewise.
2483         (getresgid): Likewise.
2484         (getresuid): Likewise.
2485         (getgroups): Likewise.
2486         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
2487         Likewise.
2488         (geteuid): Likewise.
2489         (getgid): Likewise.
2490         (getuid): Likewise.
2491         (getresgid): Likewise.
2492         (getresuid): Likewise.
2493         (getgroups): Likewise.
2494         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
2495         (geteuid): Likewise.
2496         (getgid): Likewise.
2497         (getuid): Likewise.
2498         (getresgid): Likewise.
2499         (getresuid): Likewise.
2500         (getgroups): Likewise.
2501         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
2502         Likewise.
2503         (geteuid): Likewise.
2504         (getgid): Likewise.
2505         (getuid): Likewise.
2506         (getgroups): Likewise.
2508         [BZ #14138]
2509         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
2510         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
2511         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
2512         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2513         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
2514         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
2515         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
2516         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
2517         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
2518         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
2519         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
2520         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
2521         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
2522         __chown.
2523         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
2524         (lchown): Likewise.
2525         (fchown): Likewise.
2526         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
2527         Likewise.
2528         (lchown): Likewise.
2529         (fchown): Likewise.
2530         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
2531         (lchown): Likewise.
2532         (fchown): Likewise.
2533         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
2534         Likewise.
2535         (lchown): Likewise.
2536         (fchown): Likewise.
2538 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2540         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
2541         Simplify logic.
2543 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2545         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2546         Cleanup logic.
2548 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2550         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2551         Remove unused include.
2553 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2555         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
2556         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
2557         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
2558         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
2560 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
2561             Helge Deller <deller@gmx.de>
2563         [BZ #17508]
2564         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
2565         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
2566         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
2568 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
2570         [BZ #14132]
2571         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
2572         Remove macro definition.
2573         (__ashrdi3_v_glibc20): Likewise.
2574         (__lshrdi3_v_glibc20): Likewise.
2575         (__cmpdi2_v_glibc20): Likewise.
2576         (__ucmpdi2_v_glibc20): Likewise.
2577         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
2578         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
2579         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
2580         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
2581         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
2582         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
2584 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2586         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
2587         old GNU extension [0] syntax.
2588         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
2589         alloca rather than an array member with variable length.
2590         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
2591         * nscd/nscd.c (invalidate_db): New function, broken out of ...
2592         (parse_opt): ... here.  Likewise use alloca there.
2593         Validate the -i argument before checking for rootness.
2594         (send_shutdown): New function, broken out of ...
2595         (parse_opt): ... here.
2597 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2599         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
2600         macro to get at the _rt_local_ro field.
2601         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
2602         ([PIC] case) or _dl_hwcap ([!PIC] case).
2603         * sysdeps/arm/setjmp.S: Likewise.
2605         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
2606         * sysdeps/arm/configure.ac: New check to define it.
2607         * sysdeps/arm/configure: Regenerated.
2608         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
2609         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
2610         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
2611         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
2612         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
2613         Use move/movt pair instead of a load.
2614         (LDST_GLOBAL): Macro removed.
2615         (LDR_GLOBAL): New macro replaces it.
2616         (LDR_HIDDEN): New macro.
2617         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
2618         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
2620         * setjmp/tst-setjmp-static.c: New file.
2621         * setjmp/Makefile (tests): Add it.
2622         (tests-static): New variable.
2624 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
2626         [BZ #17485]
2627         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
2629 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
2631         [BZ #14132]
2632         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
2634 2014-10-21  Roland McGrath  <roland@hack.frob.com>
2636         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
2638 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2640         * io/fts.c (dirent_not_directory): New function.
2641         (fts_build): Call it.
2643 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2645         * nptl/version.c (__nptl_main): Use normal __write rather than
2646         INTERNAL_SYSCALL.
2647         (banner): Update copyright years.
2649         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
2650         gettimeofday.
2651         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2652         * nptl/pthread_cond_timedwait.c: Likewise.
2653         * nptl/pthread_mutex_timedlock.c: Likewise.
2654         * nptl/sem_timedwait.c: Likewise.
2656         * sysdeps/nptl/bits/libc-lock.h
2657         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
2658         (__libc_lock_init_recursive): Return void, not 0.
2659         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
2660         (__libc_rwlock_init): Likewise.
2661         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
2663 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2665         [BZ #15215]
2666         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
2667         (__pthread_once_slow): ... here.
2668         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
2669         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
2671 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2673         [BZ #15215]
2674         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
2675         __PTHREAD_ONCE_FORK_GEN_INCR): New.
2676         * sysdeps/nptl/fork.c (__libc_fork): Use them.
2677         * nptl/pthread_once.c (__pthread_once): Likewise.
2678         Update comments.
2680 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
2682         [BZ #14138]
2683         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
2684         name.
2685         (writev): Use __libc_writev as strong name.
2686         * sysdeps/unix/sysv/linux/readv.c: Remove file.
2687         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2689 2014-10-17  Roland McGrath  <roland@hack.frob.com>
2691         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
2693         * sysdeps/i386/nptl/tls.h
2694         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
2695         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
2696         New macros.
2697         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
2698         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
2699         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
2700         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
2701         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
2702         Call CHECK_THREAD_SYSINFO instead of doing an assert.
2704         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
2705         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
2706         on [__NR_futex].
2707         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
2708         broken out of ...
2709         (__pthread_mutex_init): ... here.  Call it.
2710         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
2711         Conditionalize PI cases on [__NR_futex].
2712         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
2713         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
2714         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
2716         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
2717         conditional on [SIGSETXID].
2718         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
2719         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
2720         is defined.  Likewise for SIGSETXID.
2721         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
2722         Conditionalize definitions on [SIGSETXID].
2723         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
2724         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
2725         unblocking on [SIGCANCEL].
2727         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
2728         [__NR_set_robust_list].
2730 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2732         * string/strcoll_l.c (get_next_seq): Fix up formatting.
2733         (do_compare): Likewise.
2735 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
2737         [BZ #15884]
2738         * string/strcoll_l.c: Don't include stdio.h.
2739         (coll_seq): Remove members idxarr and rulearr.
2740         (get_next_seq_cached): Remove function.
2741         (get_next_seq): Likewise.
2742         (get_next_seq_nocache): Rename to get_next_seq.
2743         (do_compare): Remove function.
2744         (do_compare_nocache): Rename to do_compare.
2745         (STRCOLL): Remove weight and rules cache.
2747 2014-10-16  Roland McGrath  <roland@hack.frob.com>
2749         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
2750         * sysdeps/arm/sfp-machine.h: ... to here.
2751         * sysdeps/arm/Implies: Remove arm/soft-fp.
2753 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
2755         * conform/data/sys/utsname.h-data (*_t): Allow.
2756         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
2757         [POSIX] (WEXITED): Do not expect constant.
2758         [POSIX] (WSTOPPED): Likewise.
2759         [POSIX] (WNOHANG): Likewise.
2760         [POSIX] (WNOWAIT): Likewise.
2761         [POSIX] (siginfo_t): Do not expect type or elements.
2762         [POSIX] (pid_t): Do not expect type.
2763         [POSIX] (signal.h): Do not allow header.
2764         [POSIX] (sys/resource.h): Likewise.
2765         [POSIX] (si_*): Do not allow pattern.
2766         [POSIX] (W*): Likewise.
2767         [POSIX] (P_*): Likewise.
2768         [POSIX] (BUS_*): Likewise.
2769         [POSIX] (CLD_*): Likewise.
2770         [POSIX] (FPE_*): Likewise.
2771         [POSIX] (ILL_*): Likewise.
2772         [POSIX] (POLL_*): Likewise.
2773         [POSIX] (SEGV_*): Likewise.
2774         [POSIX] (SI_*): Likewise.
2775         [POSIX] (TRAP_*): Likewise.
2776         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
2777         variable.
2779 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
2781         [BZ #12926]
2782         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
2783         infinite loop when __recvmsg returns 0.
2785 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
2787         * CANCEL-FCT-WAIVE: Remove file.
2788         * CANCEL-FILE-WAIVE: Likewise.
2790         [BZ #14132]
2791         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
2792         instead of INTVARDEF.
2793         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2794         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
2795         rtld_hidden_data_def instead of INTVARDEF.
2796         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2797         * elf/dl-deps.c (expand_dst): Likewise.
2798         * elf/dl-load.c (_dl_dst_count): Likewise.
2799         (_dl_dst_substitute): Likewise.
2800         (decompose_rpath): Likewise.
2801         (_dl_init_paths): Likewise.
2802         (open_path): Likewise.
2803         (_dl_map_object): Likewise.
2804         * elf/rtld.c (dl_main): Likewise.
2805         (process_dl_audit): Likewise.
2806         (process_envvars): Likewise.
2807         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
2808         Remove declaration.
2809         (__libc_enable_secure): Use rtld_hidden_proto.
2811 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
2813         * elf/dl-load.c
2814         (add_path): New function broken out of _dl_rtld_di_serinfo.
2815         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
2817 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
2819         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
2820         parentheses around macro arguments.
2821         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
2822         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
2823         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
2824         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
2825         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
2826         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2827         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2828         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
2829         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
2830         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
2831         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
2832         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
2833         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
2834         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
2835         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
2836         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
2837         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
2838         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
2839         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
2840         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
2841         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
2842         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
2843         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
2844         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2845         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2846         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
2847         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
2848         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
2849         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
2850         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
2851         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
2852         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
2853         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
2854         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
2855         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
2856         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
2857         Likewise.
2858         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
2859         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
2860         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
2861         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
2862         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
2863         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
2864         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
2865         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
2866         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
2867         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
2868         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
2869         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
2870         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
2871         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
2872         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
2873         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
2874         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
2875         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
2876         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
2877         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
2878         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
2879         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
2880         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
2881         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
2882         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
2883         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
2884         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
2885         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
2886         (_FP_FRAC_SRS_1): Likewise.
2887         (_FP_FRAC_CLZ_1): Likewise.
2888         (_FP_MUL_MEAT_1_imm): Likewise.
2889         (_FP_MUL_MEAT_1_wide): Likewise.
2890         (_FP_MUL_MEAT_1_hard): Likewise.
2891         (_FP_SQRT_MEAT_1): Likewise.
2892         (_FP_FRAC_ASSEMBLE_1): Likewise.
2893         (_FP_FRAC_DISASSEMBLE_1): Likewise.
2894         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
2895         (__FP_CLZ_2): Likewise.
2896         (_FP_MUL_MEAT_2_wide): Likewise.
2897         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2898         (_FP_MUL_MEAT_2_gmp): Likewise.
2899         (_FP_MUL_MEAT_2_120_240_double): Likewise.
2900         (_FP_SQRT_MEAT_2): Likewise.
2901         (_FP_FRAC_ASSEMBLE_2): Likewise.
2902         (_FP_FRAC_DISASSEMBLE_2): Likewise.
2903         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
2904         (_FP_FRAC_CLZ_4): Likewise.
2905         (_FP_MUL_MEAT_4_wide): Likewise.
2906         (_FP_MUL_MEAT_4_gmp): Likewise.
2907         (_FP_SQRT_MEAT_4): Likewise.
2908         (_FP_FRAC_ASSEMBLE_4): Likewise.
2909         (_FP_FRAC_DISASSEMBLE_4): Likewise.
2910         * soft-fp/op-common.h (_FP_CMP): Likewise.
2911         (_FP_CMP_EQ): Likewise.
2912         (_FP_CMP_UNORD): Likewise.
2913         (_FP_TO_INT): Likewise.
2914         (_FP_FROM_INT): Likewise.
2915         [!__FP_CLZ] (__FP_CLZ): Likewise.
2916         (_FP_DIV_HELP_imm): Likewise.
2917         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
2918         Likewise.
2919         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
2920         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
2921         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
2922         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
2923         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
2924         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
2925         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
2926         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
2927         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
2928         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
2929         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
2930         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
2931         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
2932         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
2933         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
2934         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
2935         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
2936         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
2937         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
2938         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
2939         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
2940         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
2941         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
2942         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
2943         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
2944         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
2945         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
2946         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
2947         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
2948         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
2949         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
2950         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
2951         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
2952         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
2953         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
2954         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
2955         (FP_UNPACK_RAW_SP): Likewise.
2956         (FP_PACK_RAW_S): Likewise.
2957         (FP_PACK_RAW_SP): Likewise.
2958         (FP_UNPACK_S): Likewise.
2959         (FP_UNPACK_SP): Likewise.
2960         (FP_UNPACK_SEMIRAW_S): Likewise.
2961         (FP_UNPACK_SEMIRAW_SP): Likewise.
2962         (FP_PACK_S): Likewise.
2963         (FP_PACK_SP): Likewise.
2964         (FP_PACK_SEMIRAW_S): Likewise.
2965         (FP_PACK_SEMIRAW_SP): Likewise.
2966         (_FP_SQRT_MEAT_S): Likewise.
2967         (FP_CMP_S): Likewise.
2968         (FP_CMP_EQ_S): Likewise.
2969         (FP_CMP_UNORD_S): Likewise.
2970         (FP_TO_INT_S): Likewise.
2971         (FP_FROM_INT_S): Likewise.
2973         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
2975         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
2976         (FP_EX_INVALID_IMZ): Likewise.
2977         (FP_EX_INVALID_IMZ_FMA): Likewise.
2978         (FP_EX_INVALID_ISI): Likewise.
2979         (FP_EX_INVALID_ZDZ): Likewise.
2980         (FP_EX_INVALID_IDI): Likewise.
2981         (FP_EX_INVALID_SQRT): Likewise.
2982         (FP_EX_INVALID_CVI): Likewise.
2983         (FP_EX_INVALID_VC): Likewise.
2984         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
2985         "invalid" exceptions.
2986         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
2987         (_FP_ADD_INTERNAL): Likewise.
2988         (_FP_MUL): Likewise.
2989         (_FP_FMA): Likewise.
2990         (_FP_DIV): Likewise.
2991         (_FP_CMP_CHECK_NAN): Likewise.
2992         (_FP_SQRT): Likewise.
2993         (_FP_TO_INT): Likewise.
2994         (FP_EXTEND): Likewise.
2996 2014-10-09  Allan McRae  <allan@archlinux.org>
2998         * po/fr.po: Update French translation from translation project.
3000 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3002         [BZ #14132]
3003         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3004         of INTDEF.
3005         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3006         (__cxa_atexit): Use libc_hidden_proto.
3007         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3009         [BZ #14132]
3010         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3011         declaration.
3012         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3013         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3014         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3015         [!_ISOMAC] (__iswctype_internal): Likewise.
3016         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3017         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3018         alias.
3019         (fcntl): Remove __fcntl_internal alias.
3020         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3021         __connect_internal alias.
3022         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3023         Likewise.
3025         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3026         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3027         FP_DENORM_ZERO.
3028         (_FP_CHECK_FLUSH_ZERO): New macro.
3029         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3030         (_FP_CMP): Likewise.
3031         (_FP_CMP_EQ): Likewise.
3032         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3033         FP_DENORM_ZERO.
3034         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3035         (FP_TRUNC): Likewise.
3037         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3038         treated as invalid conversion, not as normal exponent.
3040         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3041         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3042         (_FP_CMP_EQ): Likewise.
3043         (_FP_CMP_UNORD): Likewise.
3044         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3045         (FP_CMP_EQ_D): Likewise.
3046         (FP_CMP_UNORD_D): Likewise.
3047         * soft-fp/extended.h (FP_CMP_E): Likewise.
3048         (FP_CMP_EQ_E): Likewise.
3049         (FP_CMP_UNORD_E): Likewise.
3050         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3051         (FP_CMP_EQ_Q): Likewise.
3052         (FP_CMP_UNORD_Q): Likewise.
3053         * soft-fp/single.h (FP_CMP_S): Likewise.
3054         (FP_CMP_EQ_S): Likewise.
3055         (FP_CMP_UNORD_S): Likewise.
3056         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3057         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3058         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3059         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3060         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3061         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3062         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3063         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3064         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3065         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3066         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3067         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3068         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3069         to FP_CMP_Q.
3070         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3071         FP_CMP_Q.
3072         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3073         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3074         FP_CMP_EQ_Q.
3075         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3076         FP_CMP_Q.
3077         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3078         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3079         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3080         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3081         FP_CMP_EQ_Q.
3082         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3083         FP_CMP_Q.
3084         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3085         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3086         FP_CMP_EQ_Q.
3087         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3088         FP_CMP_Q.
3089         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3090         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3091         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3092         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3093         FP_CMP_EQ_Q.
3095         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3096         a subnormal result, set the underflow exception if trapping on
3097         underflow is enabled.
3098         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3099         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3100         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3101         redefine to 0.
3102         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3103         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3104         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3105         * soft-fp/extendxftf2.c (__extendxftf2): Use
3106         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3108         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3109         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3110         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3111         FP_HANDLE_EXCEPTIONS.
3112         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3113         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3114         FP_HANDLE_EXCEPTIONS.
3115         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3116         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3117         FP_HANDLE_EXCEPTIONS.
3118         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3119         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3120         FP_HANDLE_EXCEPTIONS.
3122 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3124         [BZ #14132]
3125         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3126         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3127         use INTUSE.
3128         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3129         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3130         Remove alias.
3131         (__adjtimex): Define using libc_hidden_ver.
3132         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3133         Remove declaration.
3134         (ntp_gettime): Call __adjtimex directly.
3135         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3136         Remove declaration.
3137         (ntp_gettimex): Call __adjtimex directly.
3138         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3139         __adjtimex_internal alias.
3141 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3143         [BZ #17460]
3144         * nscd/nscd.c (more_help): Rewrite list of tables collection
3145         using xstrdup and asprintf.
3147         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3149 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3150             Roland McGrath  <roland@hack.frob.com>
3152         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3153         (do_lookup_unique): ... local function 'enter' here; update callers.
3155 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3157         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3158         compat_symbol calls on [SHARED].
3159         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3160         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3161         Remove.
3162         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3163         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3164         (oldsetrlimit): Remove.
3165         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3167         (lchown): New syscall entry.
3168         (oldsetrlimit): Remove.
3169         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3170         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3171         (oldsetrlimit): Remove.
3172         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3174         [BZ #14138]
3175         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3176         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3177         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3178         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3179         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3180         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3181         (fchown): Likewise.
3182         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3183         (fchown): Likewise.
3184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3185         Likewise.
3187 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3189         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3190         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3191         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3192         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3193         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3194         Likewise.
3195         (__old_sem_post): Likewise.
3197 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3199         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3200         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3201         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3202         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3203         Use INLINE_VSYSCALL macro.
3204         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3205         __vdso_clock_gettime.
3206         * sysdeps/unix/sysv/linux/tile/init-first.c
3207         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3208         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3209         __vdso_clock_gettime.
3211         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3212         to set up frame more cleanly.
3214         * sysdeps/tile/memcmp.c: New file.
3216         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3218         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3219         * sysdeps/tile/tilegx/strcasestr.c: New file.
3220         * sysdeps/tile/tilegx/strnlen.c: New file.
3221         * sysdeps/tile/tilegx/strstr.c: New file.
3223         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3225 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3227         * nptl/tst-setuid3.c: Write errors to stdout.
3229 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3231         * elf/dl-deps.c
3232         (preload): New functions broken out of _dl_map_object_deps.
3233         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3235 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3237         [BZ #14138]
3238         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3239         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3241 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3243         * sysdeps/mips/strcmp.S: New.
3245 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3247         [BZ #14138]
3248         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3249         (linkat): Likewise.
3250         (mkdirat): Likewise.
3251         (readlinkat): Likewise.
3252         (renameat): Likewise.
3253         (symlinkat): Likewise.
3254         (unlinkat): Likewise.
3255         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3256         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3257         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3258         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3259         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3260         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3261         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3263 2014-09-30  Will Newton  <will.newton@linaro.org>
3265         * math/math.h: Define long double math functions if
3266         _LIBC_TEST is defined.
3267         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3269         * localedata/Makefile: Move assignment to tests-special
3270         into an ifdef testing run-built-tests.
3271         * timezone/Makefile: Likewise.
3273 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3275         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3276         with $(BASH) not $(SHELL).
3278 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3279             Matthew LeGendre  <legendre1@llnl.gov>
3281         [BZ #17411]
3282         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3283         l_reloc_result.
3285 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3287         * stdio-common/printf_fp.c
3288         (hack_digit): New function, broken out of ...
3289         (__printf_fp): ... local function here.  Update call sites.
3290         hack_digit now takes an additional parameter that is a pointer
3291         to a struct of the referenced locals.  Those locals moved inside
3292         the struct and references updated.
3294 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3296         * aclocal.m4: Require autoconf 2.69.
3297         * configure: Regenerated.
3298         * sysdeps/aarch64/configure: Likewise.
3299         * sysdeps/alpha/configure: Likewise.
3300         * sysdeps/arm/armv7/configure: Likewise.
3301         * sysdeps/arm/configure: Likewise.
3302         * sysdeps/ia64/configure: Likewise.
3303         * sysdeps/mach/configure: Likewise.
3304         * sysdeps/mips/configure: Likewise.
3305         * sysdeps/s390/configure: Likewise.
3306         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3309         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3310         file.
3311         * sysdeps/ia64/configure.ac: Likewise.
3313 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3316         specify symbol version for ld.so.  Do not include entry for
3317         libpthread.
3318         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3319         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3320         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3322         [BZ #14171]
3323         * Makeconfig [$(build-shared) = yes]
3324         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3325         makefiles.
3326         [$(build-shared) = yes && $(soversions.mk-done) = t]
3327         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3328         [$(build-shared) = yes && $(soversions.mk-done) = t]
3329         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3330         to Makerules.
3331         [$(build-shared) = yes && $(soversions.mk-done) = t]
3332         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3333         here.
3334         [$(build-shared) = yes && $(soversions.mk-done) = t]
3335         (common-generated): Don't append gnu/lib-names.h and
3336         gnu/lib-names.stmp here.
3337         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3338         (lib-names-h-abi): New variable.
3339         [$(build-shared) = yes && $(soversions.mk-done) = t]
3340         (lib-names-stmp-abi): Likewise.
3341         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3342         abi-variants] (before-compile): Append
3343         $(common-objpfx)$(lib-names-h-abi).
3344         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3345         abi-variants] (common-generated): Append gnu/lib-names.h.
3346         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3347         abi-variants] (install-others-nosubdir): Depend on
3348         $(inst_includedir)/$(lib-names-h-abi).
3349         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3350         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3351         [$(build-shared) = yes && $(soversions.mk-done) = t]
3352         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3353         [$(build-shared) = yes && $(soversions.mk-done) = t]
3354         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3355         [$(build-shared) = yes && $(soversions.mk-done) = t]
3356         (common-generated): Append $(lib-names-h-abi) and
3357         $(lib-names-stmp-abi).
3358         * scripts/lib-names.awk: Do not handle multi being set.
3359         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3360         Remove variable.
3361         (abi-lp64_be-ld-soname): Likewise.
3362         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3363         Likewise.
3364         (abi-hard-ld-soname): Likewise.
3365         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3366         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3367         Remove variable.
3368         (abi-o32_hard-ld-soname): Likewise.
3369         (abi-o32_soft_2008-ld-soname): Likewise.
3370         (abi-o32_hard_2008-ld-soname): Likewise.
3371         (abi-n32_soft-ld-soname): Likewise.
3372         (abi-n32_hard-ld-soname): Likewise.
3373         (abi-n32_soft_2008-ld-soname): Likewise.
3374         (abi-n32_hard_2008-ld-soname): Likewise.
3375         (abi-n64_soft-ld-soname): Likewise.
3376         (abi-n64_hard-ld-soname): Likewise.
3377         (abi-n64_soft_2008-ld-soname): Likewise.
3378         (abi-n64_hard_2008-ld-soname): Likewise.
3379         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3380         Likewise.
3381         (abi-64-v2-ld-soname): Likewise.
3382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3383         ld.so entries.
3384         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3385         variable.
3386         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3387         entry.
3388         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3389         variable.
3390         (abi-64-ld-soname): Likewise.
3391         (abi-x32-ld-soname): Likewise.
3392         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3393         entry.
3394         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3396 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3398         [BZ #14138]
3399         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3400         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3401         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3402         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3403         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3404         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3405         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3406         syscall entry for GLIBC_2.2 symbol version.
3407         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3408         Likewise.
3409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3410         (setrlimit): Likewise.
3411         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3412         Likewise.
3414 2014-09-23  Will Newton  <will.newton@linaro.org>
3416         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3417         _LINUX_ARM_SYSDEP_H include guard too.
3418         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3419         define.
3421 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3423         * sysdeps/unix/sysv/linux/eventfd.c:
3424         Make first argument unsigned.
3425         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3426         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3428 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3430         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3431         * socket/sys/socket.h: Likewise
3432         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3434 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3436         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3438 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3440         * time/tst-ftime.c: New test.
3441         * time/Makefile (tests): Add tst-ftime.
3443 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3445         * soft-fp/extended.h: Fix comment formatting.
3446         * soft-fp/op-1.h: Likewise.
3447         * soft-fp/op-2.h: Likewise.
3448         * soft-fp/op-4.h: Likewise.
3449         * soft-fp/op-8.h: Likewise.
3450         * soft-fp/op-common.h: Likewise.
3451         * soft-fp/soft-fp.h: Likewise.
3453         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3455 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3457         [BZ #6652]
3458         * Makeconfig (soversions-default-setname): Remove variable.
3459         ($(common-objpfx)soversions.i): Don't pass default_setname to
3460         soversions.awk.
3461         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3462         oldest_abi to abi-versions.awk.
3463         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3464         * config.make.in (oldest-abi): Remove variable.
3465         * configure.ac (--enable-oldest-abi): Remove configure option.
3466         * configure: Regenerated.
3467         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3468         text.
3469         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3470         * scripts/soversions.awk: Do not handle default_setname variable.
3471         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3472         variable.
3473         * sysdeps/mach/hurd/configure: Regenerated.
3474         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3475         variable.
3476         * sysdeps/unix/sysv/linux/configure: Regenerated.
3478 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3480         * elf/Makefile (CFLAGS-interp.c): Remove.
3481         ($(elf-objpfx)runtime-linker.h): Generate header with linker
3482         path string.
3483         * elf/interp.c: Include generated runtime-linker.h
3485         * Makerules (lib%.so): Don't include $(+interp) in
3486         prerequisites.
3487         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
3488         * dlfcn/eval.c: Remove file.
3490         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
3491         macros.
3493         [BZ #17266]
3494         * misc/sys/cdefs.h: Define __extern_always_inline for clang
3495         4.2 and newer.
3497         [BZ #17370]
3498         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
3500 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3501             Jakub Jelinek  <jakub@redhat.com>
3503         [BZ #17266]
3504         * libio/stdio.h: Check definition of __fortify_function
3505         instead of __extern_always_inline to include bits/stdio2.h.
3506         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
3507         check if __extern_always_inline is defined.
3508         [__USE_MISC || __USE_XOPEN]: Likewise.
3509         [__USE_ISOC99] Likewise.
3510         * misc/sys/cdefs.h (__fortify_function): Define only if
3511         __extern_always_inline is defined.
3512         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
3513         __extern_always_inline and __extern_inline only for g++-4.3
3514         and newer or a compatible gcc.
3516 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
3518         [BZ #17371]
3519         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3520         last change to handle zero prefix length.
3522 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
3524         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
3525         _SC_REGEX_VERSION.
3527         * posix/getconf.c (vars): Add _POSIX_IPV6 and
3528         _POSIX_RAW_SOCKETS.
3530 2014-09-13  Allan McRae  <allan@archlinux.org>
3532         * po/ru.po: Update Russian translation from translation project.
3534 2014-09-12  Roland McGrath  <roland@hack.frob.com>
3536         * locale/programs/locale.c (show_locale_vars): Inline local function
3537         into its sole call site.  Clean up some style nits.
3538         (print_item): New function, broken out of ...
3539         (show_info): ... local function here.  Clean up style nits.
3541         * locale/programs/ld-ctype.c (set_one_default): New function, broken
3542         out of ...
3543         (set_class_defaults): ... local function set_default here.
3544         Define set_default as a macro locally to pass constant parameters.
3545         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
3546         rather than a shared local.
3548         * stdlib/rpmatch.c (try): New function, broken out of ...
3549         (rpmatch): ... local function here.  Also, prototypify definition.
3551 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
3553         * scripts/soversions.awk: Do not handle configuration names.
3554         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
3555         vendor and os variables to soversions.awk.
3556         * configure.ac: Do not modify gnu-* host_os.
3557         * configure: Regenerated
3558         * shlib-versions: Remove first column with configuration names.
3559         * nptl/shlib-versions: Likewise.
3560         * nptl_db/shlib-versions: Likewise.
3561         * sysdeps/hppa/shlib-versions: Likewise.
3562         * sysdeps/m68k/shlib-versions: Likewise.
3563         * sysdeps/mach/hurd/shlib-versions: Likewise.
3564         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
3565         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
3566         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
3567         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
3568         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
3569         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
3570         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
3571         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
3572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3573         Likewise.
3574         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3575         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3576         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3577         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3578         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3579         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
3580         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3581         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
3584         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
3585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
3586         Regenerated.
3587         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
3588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3589         Condition symbol version definitions on [HAVE_ELFV2_ABI].
3591         * shlib-versions: Remove OS-specific entries.  Moved to files in
3592         sysdeps.
3593         * sysdeps/mach/hurd/shlib-versions: New file.
3594         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3596         * nptl/shlib-versions: Remove architecture-specific entries.
3597         Moved to files in sysdeps.
3598         * shlib-versions: Likewise.
3599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
3600         file.
3601         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3602         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3603         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3604         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3606         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
3607         (UDP_NO_CHECK6_RX): Likewise.
3609 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3611         * sysdeps/posix/sysconf.c (__sysconf): Spell
3612         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
3614 2014-08-12  Florian Weimer  <fweimer@redhat.com>
3616         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
3617         loading.
3618         * iconv/Versions (__gconv_transliterate): Export for use from
3619         gconv modules.
3620         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
3621         (struct __gconv_trans_data, __gconv_trans_fct,
3622         __gconv_trans_context_fct, __gconv_trans_query_fct,
3623         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
3624         definitions.
3625         (struct __gconv_step_data): Remove __trans member.
3626         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
3627         longer hidden.  Remove unused trans_data argument.
3628         * iconv/gconv_int.h (struct trans_struct): Remove definition.
3629         (__gconv_translit_find): Remove declaration.
3630         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
3631         prototype.
3632         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
3633         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
3634         trans_data argument.  Add hidden definition.
3635         (__gconv_translit_find): Remove.
3636         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
3637         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
3638         * iconv/skeleton.c: Remove transliteration initialization.
3639         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
3640         __gconv_step_data initialization.
3641         * libio/iofwide.c (__libio_translit_): Remove.
3642         (_IO_fwide): Adjust struct __gconv_step_data initialization.
3643         * wcsmbs/btowc.c (__btowc): Likewise.
3644         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
3645         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3646         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
3647         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
3648         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
3649         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
3650         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
3651         * wcsmbs/wctob.c (wctob): Likewise.
3653 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3655         [BZ #16194]
3656         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
3657         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
3658         register usage.
3659         * sysdeps/x86/Makefile: Adjust.
3661 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3662             Roland McGrath  <roland@hack.frob.com>
3664         * locale/weight.h: Add include guard.
3665         (findidx): Make static rather than auto; take new parameters
3666         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
3667         * locale/weightwc.h: Likewise.
3668         * posix/fnmatch_loop.c
3669         (FCT): Change type of EXTRA from int32_t to wint_t.
3670         Don't include either header inside the function.
3671         Call FINDIDX rather than findidx, and pass new arguments.
3672         #undef FINDIDX at the end of the file.
3673         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
3674         FINDIDX before including fnmatch_loop.c for the non-wide version.
3675         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
3676         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
3677         for the wide version.
3678         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
3679         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
3680         Pass new arguments to findidx.
3681         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
3682         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
3683         Don't #include it inside the function.  Pass new arguments to findidx.
3684         * posix/regex_internal.h
3685         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
3686         (re_string_elem_size_at): Don't #include it inside the function.
3687         Pass new arguments to findidx.
3688         * string/strcoll_l.c: #include WEIGHT_H at top level.
3689         (get_next_seq): Don't #include it inside the function.
3690         Pass new arguments to findidx.
3691         (get_next_seq_nocache): Likewise.
3692         * string/strxfrm_l.c: #include WEIGHT_H at top level.
3693         (STRXFRM): Don't #include it inside the function.
3694         Pass new arguments to findidx.
3696 2014-09-11  Florian Weimer  <fweimer@redhat.com>
3698         [BZ #17344]
3699         * malloc/malloc.c (unlink): Turn asserts into a call to
3700         malloc_printerr.
3702 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
3704         [BZ #17370]
3705         * libio/wfileops (do_ftell_wide): Free OUT.
3707 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
3709         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
3711 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3713         [BZ #17363]
3714         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
3715         group if the current group is empty.
3717 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3719         * benchtests/bench-memset.c (test_main): Add more test from size
3720         from 32 to 512 bytes.
3721         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3722         Add POWER8 memset object.
3723         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3724         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
3725         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
3726         implementation.
3727         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
3728         Likewise.
3729         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
3730         multiarch POWER8 memset optimization.
3731         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
3732         POWER8 memset optimization.
3734         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3735         Remove bzero multiarch objects.
3736         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
3737         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
3738         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
3739         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
3740         Remove define.
3741         [__bzero]: Redefine to specific name.
3742         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
3743         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
3744         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
3745         define.
3746         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
3747         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
3749 2014-09-10  Florian Weimer  <fweimer@redhat.com>
3751         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
3752         warnings into errors.
3754         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
3755         __cxa_thread_atexit_impl prototype.
3757 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3759         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
3760         Fix capitalization of error message.
3762 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3764         * sysdeps/mips/preconfigure: Modify ABI tests.
3766 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
3768         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
3770 2014-09-07  Roland McGrath  <roland@hack.frob.com>
3771             Carlos O'Donell  <carlos@systemhalted.org>
3773         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
3774         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
3775         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
3776         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
3777         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
3778         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
3779         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
3780         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
3781         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
3782         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
3783         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
3784         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
3785         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
3786         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
3787         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
3788         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
3789         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
3790         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
3791         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
3792         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
3793         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
3794         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
3795         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
3796         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
3797         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
3798         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
3799         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
3800         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
3801         Deconditionalize the code that was previously under [RESET_PID].
3802         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
3803         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
3804         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
3805         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
3806         include sysdep.h.
3808 2014-09-08  Allan McRae  <allan@archlinux.org>
3810         * version.h (RELEASE): Set to "development".
3811         (VERSION): Set to "2.20.90"
3813 2014-09-07  Allan McRae  <allan@archlinux.org
3815         * version.h (RELEASE): Set to "stable".
3816         (VERSION): Set to "2.20"
3817         * include/features.h (__GLIBC_MINOR__): Set to 20.
3819         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
3820         Liebler.
3822         * po/ko.po: Update Korean translation from translation project.
3824 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
3826         [BZ #17354]
3827         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
3828         macro for handling signed relocations.
3830 2014-09-03  Florian Weimer  <fweimer@redhat.com>
3832         [BZ #17325]
3833         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
3834         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
3835         assert.
3836         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
3837         * iconvdata/ibm935.c (BODY): Likewise.
3838         * iconvdata/ibm937.c (BODY): Likewise.
3839         * iconvdata/ibm939.c (BODY): Likewise.
3840         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
3841         assert.
3842         * iconvdata/Makefile (iconv-test.out): Pass module list to test
3843         script.
3844         * iconvdata/run-iconv-test.sh: New test loop for checking for
3845         decoder crashers.
3847 2014-09-02  Khem Raj  <raj.khem@gmail.com>
3849         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
3850         libm_hidden_ver.
3852 2014-09-01  Allan McRae  <allan@archlinux.org>
3854         * po/eo.po: Update Esperanto translation from translation project.
3856         * po/ca.po: Update Catalan translation from translation project.
3858 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3860         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
3861         __proc_dostop call.
3863 2014-08-27  Mark Wielaard  <mjw@redhat.com>
3865         [BZ #17319]
3866         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
3867         to call set_thread_area instead of hand written asm.
3868         (__NR_set_thread_area): Removed define.
3869         (TLS_FLAG_WRITABLE): Likewise.
3870         (__ASSUME_SET_THREAD_AREA): Remove check.
3871         (TLS_EBX_ARG): Remove define.
3872         (TLS_LOAD_EBX): Likewise.
3874 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3876         Simplify atomicity of socket creation in bind.
3878         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
3879         looking up the name after linking the file.
3881 2014-08-27  Allan McRae  <allan@archlinux.org>
3883         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
3885 2014-08-26  Florian Weimer  <fweimer@redhat.com>
3887         [BZ #17187]
3888         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
3889         trans_compare, open_translit, __gconv_translit_find):
3890         Remove module loading code.
3892 2014-08-26  Allan McRae  <allan@archlinux.org>
3894         * po/vi.po: Update Vietnamese translation from translation project.
3896         * po/uk.po: Update Ukrainian translation from translation project.
3898         * po/fr.po: Update French translation from translation project.
3900         * po/ru.po: Update Russian translation from translation project.
3902         * po/pl.po: Update Polish translation from translation project.
3904         * po/cs.po: Update Czech translation from translation project.
3906         * po/de.po: Update German translation from translation project.
3908         * po/bg.po: Update Bulgarian translation from translation project.
3910         * po/sv.po: Update Sweedish translation from translation project.
3912         * po/nl.po: Update Dutch translation from translation project.
3914         * po/es.po: Update Spanish translation from translation project.
3916 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
3918         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
3920         * catgets/Makefile (CPPFLAGS-gencat): Remove.
3921         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
3922         (CPPFLAGS-iconvconfig): Likewise.
3923         * timezone/Makefile (CPPFLAGS-zic): Likewise.
3925         * include/libc-symbols.h: Remove unnecessary check for
3926         NOT_IN_libc.
3927         * nptl/pthreadP.h: Likewise.
3928         * sysdeps/aarch64/setjmp.S: Likewise.
3929         * sysdeps/alpha/setjmp.S: Likewise.
3930         * sysdeps/arm/sysdep.h: Likewise.
3931         * sysdeps/i386/setjmp.S: Likewise.
3932         * sysdeps/m68k/setjmp.c: Likewise.
3933         * sysdeps/posix/getcwd.c: Likewise.
3934         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3935         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3936         * sysdeps/s390/s390-32/setjmp.S: Likewise.
3937         * sysdeps/s390/s390-64/setjmp.S: Likewise.
3938         * sysdeps/sh/sh3/setjmp.S: Likewise.
3939         * sysdeps/sh/sh4/setjmp.S: Likewise.
3940         * sysdeps/unix/alpha/sysdep.h: Likewise.
3941         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3942         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3943         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3944         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3947         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3948         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3949         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3950         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3951         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3952         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3953         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3954         * sysdeps/x86_64/setjmp.S: Likewise.
3956 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
3958         [BZ #17263]
3959         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
3960         <stdint.h>.
3961         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
3962         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
3964 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
3966         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
3968         [BZ #17262]
3969         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
3970         and __x86_64__ when disabling x87 inline functions.
3972 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
3974         [BZ #17259]
3975         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
3976         asm statement with __cpuid_count.
3978 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
3980         * configure.ac: Change __ehdr_start code to dereference the struct.
3981         Run readelf on the output to look for relocations.
3982         * configure: Regenerated.
3984 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
3986         [BZ #17261]
3987         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
3988         value to 0.
3989         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
3991 2014-08-12  Roland McGrath  <roland@hack.frob.com>
3993         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
3995 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
3997         [BZ #16892]
3998         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
3999         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4001 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4003         * malloc/malloc.c: Fix typo in comment.
4005 2014-08-09  Allan McRae  <allan@archlinux.org>
4007         * Regenerate libc.po.
4009 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4011         * intl/tst-gettext2.sh: Check every lang file for creation.
4013 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4015         * sysdeps/aarch64/fpu/math_private.h
4016         (libc_feholdsetround_noex_aarch64_ctx): New function.
4018 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4020         * sysdeps/arm/armv6/strcpy.S (strcpy):
4021         Fix performance issue in misaligned cases.
4023 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4025         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4026         Move definition from termios.h.
4027         (struct termio): Likewise.
4028         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4029         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4030         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4031         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4032         Likewise.
4033         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4034         Move definition to ioctl-types.h
4035         (struct termio): Likewise.
4036         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4037         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4038         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4039         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4040         Likewise.
4042 2014-08-05  Richard Henderson  <rth@redhat.com>
4044         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4045         exceptions.
4046         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4047         Add fraiseexcpt.
4048         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4049         Use __feraiseexcept.
4050         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4051         Protect libm symbols with IS_IN_libm.
4053         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4055 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4057         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4059 2014-08-04  Will Newton  <will.newton@linaro.org>
4061         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4062         file.
4064 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4066         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4067         variants for each function.
4069 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4071         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4072         appended ...
4073         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4074         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4075         appended ...
4076         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4077         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4078         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4079         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4080         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4081         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4082         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4083         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4084         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4085         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4086         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4087         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4088         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4089         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4090         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4091         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4092         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4093         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4094         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4095         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4096         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4097         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4098         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4099         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4100         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4101         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4102         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4103         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4104         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4105         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4106         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4107         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4108         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4109         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4110         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4111         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4112         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4113         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4114         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4115         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4116         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4117         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4118         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4119         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4120         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4121         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4122         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4123         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4124         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4125         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4126         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4127         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4128         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4129         Update #include.
4130         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4131         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4133 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4135         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4136         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4137         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4138         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4139         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4140         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4142 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4144         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4145         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4146         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4147         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4149 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4151         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4152         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4153         (__libc_vfork): Define function under this name.
4154         (__vfork): Define as an alias.
4155         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4156         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4158 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4160         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4161         that was previously under [RESET_PID].
4162         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4164 2014-08-04  Andreas Schwab  <schwab@suse.de>
4166         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4168 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4170         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4171         (main): Likewise.
4173 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4175         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4177 2014-08-01  Richard Henderon  <rth@redhat.com>
4179         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4180         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4181         typo in exact zero test.
4182         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4183         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4184         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4186 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4188         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4189         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4190         * sysdeps/arm/sysdep.h: ... here.
4191         [!__ASSEMBLER__]: Include <stdint.h>.
4193 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4195         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4196         (HAVE_WCTYPE_H): Likewise.
4197         (HAVE_ISWCTYPE): Likewise.
4198         (ENABLE_NLS): Likewise.
4199         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4200         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4202         * posix/regex_internal.c: Check if DEBUG is defined and is
4203         set.
4205         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4206         (HAVE_MBSRTOWCS): Likewise.
4207         * posix/fnmatch.c: Include string.h unconditionally.
4209 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4211         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4212         reversal.
4214 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4216         * sysdeps/generic/safe-fatal.h: New file.
4217         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4218         * nptl/forward.c: Include it.
4219         (__pthread_unwind): Use __safe_fatal as default action, rather
4220         than a bogus use of INTERNAL_SYSCALL that could never work.
4222         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4223         * configure.ac (libc_cv_builtin_trap): New test.
4224         * configure: Regenerated.
4225         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4226         (ABORT_INSTRUCTION): Define using __builtin_trap.
4228         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4229         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4230         * sysdeps/nptl/nptl-signals.h: New file.
4231         * nptl/pthreadP.h: Include <nptl-signals.h>.
4233 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4235         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4236         (ONE_DIRECTION): Define.
4237         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4238         (ONE_DIRECTION): Define.
4239         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4240         (ONE_DIRECTION): Define.
4242 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4244         * sysdeps/s390/Makefile: Delete file.
4245         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4246         * sysdeps/s390/__longjmp.c: Delete file.
4247         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4248         Remove fields __flags and __reserved.
4249         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4250         and add versioning.
4251         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4252         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4253         * sysdeps/s390/rtld-setjmp.S: Likewise.
4254         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4255         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4256         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4257         * sysdeps/s390/s390-32/setjmp.S: ... here.
4258         Add versioning.
4259         (__sigsetjmp): Remove setting __flags field.
4260         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4261         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4262         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4263         * sysdeps/s390/s390-64/setjmp.S: ... here.
4264         Add versioning.
4265         (__sigsetjmp): Remove setting __flags field.
4266         * sysdeps/s390/setjmp.S: Delete file.
4267         * sysdeps/s390/sigjmp.c: Likewise.
4268         * sysdeps/s390/v1-longjmp.c: Likewise.
4269         * sysdeps/s390/v1-setjmp.h: Likewise.
4270         * sysdeps/s390/v1-sigjmp.c: Likewise.
4271         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4272         Remove v1-longjmp_chk.
4273         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4274         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4275         Include debug/longjmp_chk.c and add versioning.
4276         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4277         Include nptl/pt-longjmp.c and add versioning.
4278         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4279         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4280         Include __longjmp.c.
4281         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4282         Move to ...
4283         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4284         (__getcontext): Remove setting __flags field.
4285         Add versioning.
4286         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4287         Don't restore upper high grps.
4288         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4289         Likewise.
4290         (__swapcontext): Remove setting uc_flags field.
4291         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4292         Delete file.
4293         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4294         Include __longjmp.c.
4295         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4296         Move to ...
4297         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4298         (__getcontext): Remove setting __flags field.
4299         Add versioning.
4300         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4301         (__swapcontext): Remove setting uc_flags field.
4302         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4303         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4304         Remove fields uc_high_gprs and __reserved.
4305         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4306         New file with reverted content.
4307         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4308         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4309         Regenerated.
4310         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4311         Regenerated.
4313 2014-07-31  Andreas Schwab  <schwab@suse.de>
4315         * config.h.in (HAVE_IFUNC): Define to 0.
4316         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4317         definedness.
4319 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4321         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4322         memmove-avx-unaligned, memcpy-avx-unaligned and
4323         mempcpy-avx-unaligned.
4324         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4325         Add tests for AVX memcpy functions.
4326         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4327         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4328         memcpy_chk.
4329         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4330         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4331         memmove_chk.
4332         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4333         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4334         mempcpy_chk.
4335         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4336         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4337         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4339 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4341         [BZ #17213]
4342         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4343         powerpc64le.
4345 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4347         [BZ #16839]
4348         * manual/llio.texi: Add section about open file description locks.
4349         * manual/examples/ofdlocks.c: Example of open file description
4350         lock usage.
4351         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4352         F_OFD_SETLK, and F_OFD_SETLKW.
4354 2014-07-23  Allan McRae  <allan@archlinux.org>
4356         * po/es.po: Update Spanish translation from translation project.
4358 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4360         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4362 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4364         [BZ #17078]
4365         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4366         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4367         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4369 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4371         [BZ #17088]
4372         * math/fesetenv.c (__fesetenv)
4373         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4374         * math/feupdateenv.c (__feupdateenv)
4375         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4377         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4378         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4379         (__ASSUME_SOCKETCALL): Do not define.
4381         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4382         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4383         (__ASSUME_SOCKETCALL): Do not define.
4384         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4385         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4386         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4387         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4388         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4389         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4390         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4391         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4393         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4394         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4395         (__ASSUME_SOCKETCALL): Do not define.
4396         (__ASSUME_IPC64): Define unconditionally.
4397         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4398         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4399         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4400         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4401         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4402         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4403         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4404         Likewise.
4406         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4407         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4408         (__ASSUME_SOCKETCALL): Do not define.
4409         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4410         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4411         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4412         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4413         (__ASSUME_REQUEUE_PI): Define unconditionally.
4414         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4415         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4416         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4417         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4418         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4419         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4421         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4422         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4423         (__ASSUME_SOCKETCALL): Do not define.
4424         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4425         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4426         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4427         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4428         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4429         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4431         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4432         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4433         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4434         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4435         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4436         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4437         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4438         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4439         (__ASSUME_GETCPU_SYSCALL): Likewise.
4441         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4442         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4443         cases for individual architectures.
4444         * sysdeps/gnu/configure: Regenerated.
4445         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4446         LIBC_SLIBDIR_RTLDDIR.
4447         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4448         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4449         LIBC_SLIBDIR_RTLDDIR.
4450         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4452         LIBC_SLIBDIR_RTLDDIR.
4453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4454         Regenerated.
4455         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4456         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4457         file.
4458         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4459         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4460         file.
4461         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4462         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4463         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4464         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4466         * sysdeps/aarch64/shlib-versions: Move to ...
4467         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4468         * sysdeps/alpha/shlib-versions: Move to ...
4469         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4470         * sysdeps/arm/shlib-versions: Move to ...
4471         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4472         * sysdeps/hppa/shlib-versions: Move all contents except for
4473         libgcc_s entry to ...
4474         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
4475         entry from ...
4476         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
4477         * sysdeps/ia64/shlib-versions: Move to ...
4478         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
4479         entry from ...
4480         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
4481         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
4482         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
4483         * sysdeps/microblaze/shlib-versions: Move to ...
4484         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
4485         * sysdeps/mips/shlib-versions: Move to ...
4486         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
4487         entry from ...
4488         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
4489         * sysdeps/tile/shlib-versions: Move to ...
4490         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
4491         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
4492         from ...
4493         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
4494         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
4495         entry from ...
4496         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
4498 2014-07-17  Will Newton  <will.newton@linaro.org>
4500         * sysdeps/arm/bits/atomic.h
4501         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
4502         (__arch_compare_and_exchange_bool_16_int): Likewise.
4503         (__arch_compare_and_exchange_bool_64_int): Likewise.
4505         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
4506         into an #else block.
4508 2014-07-16  Roland McGrath  <roland@hack.frob.com>
4510         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
4511         just Linux configurations.  Test empirically that the compiler sets
4512         __ARM_EABI__, rather than using the tuple to decide.
4513         * sysdeps/arm/preconfigure: Regenerated.
4514         * sysdeps/unix/sysv/linux/arm/configure: File removed.
4515         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
4516         contents appended ...
4517         * sysdeps/arm/configure.ac: ... here.
4518         * sysdeps/arm/configure: Regenerated.
4520 2014-07-15  Roland McGrath  <roland@hack.frob.com>
4522         * nptl/pthread_kill.c: New file.
4523         * nptl/pthread_sigmask.c: New file.
4524         * nptl/pthread_sigqueue.c: New file.
4526         * sysdeps/nptl/lowlevellock.h: New file.
4527         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
4528         * sysdeps/nptl/lowlevellock-futex.h: New file.
4530         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
4531         Remove dead declarations.
4533 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
4535         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
4536         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
4537         config-cflags-avx2.
4538         * sysdeps/x86_64/configure.ac: Likewise.
4539         * sysdeps/i386/configure: Regenerated.
4540         * sysdeps/x86_64/configure: Likewise.
4541         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4542         memset-avx2 only if config-cflags-avx2 is yes.
4543         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4544         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
4545         defined.
4546         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
4547         only if HAVE_AVX2_SUPPORT is defined.
4548         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4550 2014-07-14  Alan Modra  <amodra@gmail.com>
4552         [BZ #17153]
4553         * elf/elf.h (DT_PPC64_NUM): Correct value.
4554         * NEWS: Add to fixed bug list.
4556 2014-07-13  Jim Meyering  <meyering@fb.com>
4558         [BZ 17150]
4559         regex: don't deref NULL upon heap allocation failure
4560         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
4561         failure in one more place.
4562         To trigger the segfault, configure grep -with-included-regex,
4563         build it, and run these commands:
4564         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
4566 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
4568         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4570 2014-07-11  Richard Henderson  <rth@redhat.com>
4572         * sysdeps/aarch64/libm-test-ulps: Update.
4574 2014-07-10  Florian Weimer  <fweimer@redhat.com>
4576         [BZ #17135]
4577         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
4578         * nptl/allocatestack.c (__nptl_setxid_error): New function.
4579         (__nptl_setxid): Initialize error member.  Call
4580         __nptl_setxid_error.
4581         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
4582         * nptl/descr.h (struct xid_command): Add error member.
4583         * nptl/tst-setuid3.c: New file.
4584         * nptl/Makefile (tests): Add it.
4586 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4588         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
4589         New define.
4590         (__lll_trylock): Use __lll_base_trylock.
4591         (__lll_cond_trylock): Likewise.
4593 2014-07-10  Roland McGrath  <roland@hack.frob.com>
4595         * nptl/pthread_create.c (start_thread): Use atomic_or and
4596         lll_futex_wake directly rather than lll_robust_dead.
4597         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4598         (lll_robust_dead): Macro removed.
4599         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
4600         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4601         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4602         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4603         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4604         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4605         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4606         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4607         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4608         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4609         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4610         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4611         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4612         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4613         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4615         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
4616         Use atomic_compare_and_exchange_val_acq directly rather than
4617         lll_robust_trylock.
4618         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4619         (__lll_robust_trylock, lll_robust_trylock): Removed.
4620         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4621         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4622         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4623         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4624         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4625         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4626         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4627         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4628         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4629         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4630         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4631         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4632         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4633         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4635 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4637         * manual/locale.texi (Locale Names): New section documenting
4638         locale name syntax.  Adjust menu and node chaining accordingly.
4639         (Choosing Locale): Reference Locale Names, Locale Categories.
4640         Mention setting LC_ALL=C.  Reflect that name syntax is now
4641         documented.
4642         (Locale Categories): New section title.  Reference Locale Names.
4643         LC_ALL is an environment variable, but not a category.
4644         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
4645         description, now in Locale Name.  Reference that section.  Locale
4646         name syntax is now documented.
4648 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4650         [BZ #17137]
4651         * locale/findlocale.c (name_present, valid_locale_name): New
4652         functions.
4653         (_nl_find_locale): Use the loc_name variable to store name
4654         candidates.  Call name_present and valid_locale_name to check and
4655         validate locale names.  Return an error if the locale is invalid.
4657 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4659         * locale/setlocale.c (setlocale): Use strdup for allocating
4660         composite name copy.
4662 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4664         Sync up with gnulib.
4665         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
4666         [!_LIBC && ENABLE_NLS]: Include gettext.h.
4667         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
4668         and _GL_ARG_NONNULL.
4669         [USE_UNLOCKED_IO]: Include unlocked-io.h.
4670         [!_LIBC]: Include code for Windows and Cygwin.
4671         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
4672         Include prototype for int strerror_r.
4673         [!_LIBC] (is_open): New function.
4674         (flush_stdout): New function.
4675         (print_errno_message): Use it.
4676         (error): Likewise.
4677         (error_at_line): Likewise.
4678         (error_tail) Add function attribute macros.  Use
4679         __builtin_expect.
4681         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
4683         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
4685         * io/ftw.c: Include sys/param.h unconditionally.
4687         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
4689         [BZ #17125]
4690         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
4691         libc_freeres_ptr.
4692         (freecache): New function to free CACHE on exit.
4694         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
4695         initialization.
4697 2014-07-09  David S. Miller  <davem@davemloft.net>
4699         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4701         * sysdeps/sparc/nptl/internaltypes.h: Delete.
4702         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
4703         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
4704         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
4705         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
4706         * sysdeps/sparc/nptl/sem_init.c: Likewise.
4707         * sysdeps/sparc/nptl/sem_post.c: Likewise.
4708         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
4709         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
4710         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
4711         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
4712         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
4713         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
4715 2014-07-09  Andreas Schwab  <schwab@suse.de>
4717         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
4718         output.
4719         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
4720         (do_test): Likewise.
4722         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4724 2014-07-09  Will Newton  <will.newton@linaro.org>
4726         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
4727         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
4728         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
4729         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
4730         * sysdeps/hppa/start.S (_start): Likewise.
4732 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
4734         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
4736         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
4737         defined.
4739 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4741         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
4742         after checking that it is non-NULL.
4744         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
4746 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4748         * sysdeps/powerpc/memmove.c: Remove file.
4749         * sysdeps/powerpc/powerpc32/power4/memcopy.h
4750         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
4751         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
4752         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
4753         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
4754         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
4755         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
4756         string memmove instead of removed powerpc one.
4758         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
4759         [weak_alias]: Fix compiler warning due trailing data.
4760         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
4761         [weak_alias]: Likewise.
4762         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
4763         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
4765         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
4766         (__libc_ifunc_impl_list): Add memmove functions.
4768 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4770         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
4771         Remove code.
4772         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
4773         Likewise
4774         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
4775         Likewise
4776         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
4777         Likewise
4778         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
4779         Likewise
4780         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
4781         Likewise
4782         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
4783         Likewise
4784         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
4785         Likewise
4786         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
4787         Likewise
4788         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
4789         Likewise
4790         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
4791         Likewise
4792         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
4793         Likewise
4794         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
4795         Likewise
4796         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
4797         Likewise
4798         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
4799         Likewise
4800         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
4801         Likewise
4802         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
4803         Likewise
4805 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4807         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
4808         to avoid alignment traps in non-cacheable memory.
4809         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
4811         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
4812         multiarch objects.
4813         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
4814         file: multiarch power7 memmove.
4815         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
4816         multiarch default memmove.
4817         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
4818         multiarch memove for powerpc32/power4.
4820         * string/bcopy.c: Use full path to include memmove.c.
4821         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
4822         multiarch objects.
4823         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
4824         bcopy for powerpc64.
4825         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
4826         bcopy for powerpc64.
4827         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
4828         and memmove implementations.
4829         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
4830         optimized multiarch memmove for POWER7/powerpc64.
4831         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
4832         default multiarch memmove for powerpc64.
4833         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
4834         multiarch for powerpc64.
4835         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
4836         for POWER7/powerpc64.
4837         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
4838         memmove for POWER7/powerpc64.
4840         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
4841         glibc default one.
4843         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
4844         __ELF_NATIVE_CLASS equal to 64.
4846 2014-07-07  Roland McGrath  <roland@hack.frob.com>
4848         * sysdeps/nptl/lowlevellock.h: File removed.
4850         * NEWS: NPTL is no longer an add-on!
4851         * nptl/internaltypes.h: Moved ...
4852         * sysdeps/nptl/internaltypes.h: ... here.
4853         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
4854         * sysdeps/nptl/fork.c: Likewise.
4855         * sysdeps/nptl/gai_misc.h: Likewise.
4856         * sysdeps/nptl/librt-cancellation.c: Likewise.
4857         * sysdeps/nptl/jmp-unwind.c: Likewise.
4858         * sysdeps/nptl/setxid.h: Likewise.
4859         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
4860         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
4861         * sysdeps/unix/sysv/linux/arm/Implies: New file.
4862         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
4863         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
4864         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
4865         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
4866         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
4867         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
4868         * sysdeps/unix/sysv/linux/mips/Implies: New file.
4869         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
4870         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
4871         * sysdeps/unix/sysv/linux/sh/Implies: New file.
4872         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
4873         * sysdeps/unix/sysv/linux/tile/Implies: New file.
4874         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
4875         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
4876         * nptl/Makeconfig: Moved ...
4877         * sysdeps/nptl/Makeconfig: ... here.
4878         * nptl/configure: File removed.
4879         * nptl/ANNOUNCE: File removed.
4880         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
4881         * sysdeps/unix/sysv/linux/configure: Regenerated.
4883         * nptl/Makefile (routines): Add libc_pthread_init,
4884         libc_multiple_threads, register-atfork and unregister-atfork.
4885         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
4886         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
4887         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
4888         pthread-pi-defines.sym, structsem.sym.
4889         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
4890         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
4891         [$(subdir) = nptl] (tests): Add tst-setgetname.
4892         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
4893         * sysdeps/unix/sysv/linux/sigaction.c: Just include
4894         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
4895         [!LIBC_SIGACTION]: Remove aliases.
4896         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
4897         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
4898         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4899         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
4900         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
4901         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
4902         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
4903         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
4904         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
4905         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
4906         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
4907         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
4908         __libc_allocate_rtsig_private.
4909         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
4910         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
4911         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
4912         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
4913         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
4914         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
4915         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
4916         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
4917         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
4918         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
4919         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
4920         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
4921         * nptl/internaltypes.h: ... here.
4922         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
4923         * sysdeps/nptl/jmp-unwind.c: ... here.
4924         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
4925         * nptl/libc-lowlevellock.c: ... here.
4926         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
4927         * nptl/libc_multiple_threads.c: ... here.
4928         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
4929         * nptl/libc_pthread_init.c: ... here.
4930         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
4931         * nptl/lowlevelbarrier.sym: ... here.
4932         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
4933         * nptl/lowlevelcond.sym: ... here.
4934         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
4935         * nptl/lowlevellock.c: ... here.
4936         * nptl/lowlevellock.h: Moved ...
4937         * sysdeps/nptl/lowlevellock.h: ... here.
4938         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
4939         * nptl/lowlevelrobustlock.c: ... here.
4940         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
4941         * nptl/lowlevelrobustlock.sym: ... here.
4942         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
4943         * nptl/lowlevelrwlock.sym: ... here.
4944         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
4945         * nptl/pt-fork.c: ... here.
4946         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
4947         * nptl/pthread-pi-defines.sym: ... here.
4948         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
4949         * nptl/pthread_attr_getaffinity.c: ... here.
4950         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
4951         * nptl/pthread_attr_setaffinity.c: ... here.
4952         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
4953         * nptl/pthread_mutex_cond_lock.c: ... here.
4954         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
4955         Update #include.
4956         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
4957         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
4958         * nptl/pthread_once.c: ... here, replacing old file.
4959         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
4960         * nptl/pthread_yield.c: ... here.
4961         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
4962         * nptl/register-atfork.c: ... here.
4963         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
4964         * nptl/sem_post.c: ... here.
4965         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
4966         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
4967         * nptl/sem_timedwait.c: ... here.
4968         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
4969         * nptl/sem_trywait.c: ... here.
4970         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
4971         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
4972         * nptl/sem_wait.c: ... here.
4973         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
4974         * nptl/structsem.sym: ... here.
4975         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
4976         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
4977         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
4978         * nptl/unregister-atfork.c: ... here.
4979         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
4980         * nptl/unwindbuf.sym: ... here.
4981         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
4982         * sysdeps/nptl/fork.c: ... here.
4983         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
4984         * sysdeps/nptl/fork.h: ... here.
4985         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
4986         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
4987         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
4988         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
4989         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
4990         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
4991         * sysdeps/unix/sysv/linux/getpid.c: ... here.
4992         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
4993         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
4994         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
4995         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
4996         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
4997         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
4998         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
4999         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5000         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5001         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5002         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5003         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5004         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5005         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5006         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5007         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5008         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5009         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5010         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5011         * sysdeps/unix/sysv/linux/raise.c: ... here.
5012         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5013         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5014         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5015         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5016         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5017         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5018         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5019         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5020         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5021         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5022         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5023         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5024         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5025         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5026         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5028 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5030         * sysdeps/generic/memcopy.h: Add comment for
5031         MEMCPY_OK_FOR_FWD_MEMMOVE.
5033 2014-07-04  Will Newton  <will.newton@linaro.org>
5035         * string/memchr.c: Merge from gnulib.
5036         [_LIBC]: Remove conditionals.
5037         (__ptr_t): Remove define.
5038         (LONG_MAX_32_BITS): Likewise.
5039         (LONG_MAX): Likewise.
5040         (MEMCHR): Use ANSI prototype and optimize algorithm.
5042         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5044 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5046         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5047         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5049         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5050         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5051         in a bare environment with no <stdlib.h> installed.
5052         * sysdeps/nptl/configure: Regenerated.
5054         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5056         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5057         AC_EGREP_CPP for kernel header checks, so they only succeed if
5058         including <linux/version.h> actually works right.
5059         * sysdeps/unix/sysv/linux/configure: Regenerated.
5061         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5062         value so it's not diagnosed as unused.
5064         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5065         thing) with "ifeq ($(subdir),rt)".
5067 2014-07-03  Richard Henderson  <rth@redhat.com>
5069         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5070         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5071         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5073         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5074         (math_force_eval): New.
5076         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5077         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5079         * sysdeps/alpha/fpu/s_round.c: Remove file.
5080         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5082         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5083         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5084         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5085         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5086         (_dl_start, print_statistics): Likewise.
5087         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5088         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5090         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5091         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5092         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5093         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5094         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5095         (HP_SMALL_TIMING_AVAIL): Define.
5096         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5097         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5098         (HP_SMALL_TIMING_AVAIL): Define.
5099         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5100         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5102         * sysdeps/aarch64/hp-timing.h: New file.
5104         * sysdeps/generic/hp-timing.h: Remove dead comment.
5105         * sysdeps/generic/hp-timing-common.h: New file.
5106         * sysdeps/alpha/hp-timing.h: Include it.
5107         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5108         * sysdeps/i386/i686/hp-timing.h: Likewise.
5109         * sysdeps/ia64/hp-timing.h: Likewise.
5110         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5111         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5112         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5113         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5114         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5115         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5116         (hp_timing_t): New.
5118         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5119         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5120         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5121         * elf/rtld.c (_dl_start_final): Likewise.
5122         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5123         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5124         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5125         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5126         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5127         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5128         (HP_TIMING_DIFF_INIT): Remove.
5129         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5130         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5131         (HP_TIMING_DIFF_INIT): Remove.
5132         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5133         * sysdeps/i386/i686/hp-timing.c: Remove file.
5134         * sysdeps/x86_64/hp-timing.c: Remove file.
5135         * sysdeps/ia64/hp-timing.c: Remove file.
5136         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5137         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5138         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5139         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5141         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5142         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5143         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5144         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5145         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5146         (HP_TIMING_ACCUM): Remove.
5147         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5148         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5149         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5151         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5152         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5153         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5154         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5155         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5156         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5157         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5158         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5160         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5162 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5164         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5166 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5168         Sync up with gettext.
5169         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5170         [_MSC_VER]: Include malloc.h
5171         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5172         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5173         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5174         TEMP_FAILURE_RETRY.  Cast return of alloca.
5175         [!_LIBC] Call gl_rwlock_init.
5176         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5178 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5180         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5181         before checking its value.
5183 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5185         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5187         * debug/memcpy_chk.c: Don't include pagecopy.h.
5188         * debug/mempcpy_chk.c: Likewise.
5189         * string/memcpy.c: Likewise.
5190         * string/memmove.c: Likewise.
5191         * sysdeps/powerpc/memmove.c: Likewise.
5192         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5193         definition of PAGE_COPY_FWD_MAYBE here...
5194         * sysdeps/generic/pagecopy.h: ... from here.
5195         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5197 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5198             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5200         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5201         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5202         optimizations.
5203         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5204         (__libc_ifunc_impl_list): Likewise.
5205         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5206         multiarch strcat for PPC64.
5207         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5208         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5210 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5212         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5214 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5216         * intl/loadmsgcat.c: Remove declaration of
5217         get_sysdep_segment_value.
5218         (get_sysdep_segment_value): Use ISO C style.
5219         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5220         semicolon.  Fix typo and formatting in comment.
5221         (_nl_unload_domain): Use ISO C style.
5223         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5225 2014-07-02  Will Newton  <will.newton@linaro.org>
5227         * malloc/obstack.c: Merge from gnulib master.
5228         [HAVE_CONFIG_H]: Remove conditional code.
5229         [!_LIBC]: Include config.h.
5230         [!ELIDE_CODE]: Don't include inttypes.h, include
5231         stdint.h unconditionally.
5232         (print_and_abort): Mark as _Noreturn.
5233         (_obstack_allocated_p): Mark as __attribute_pure__.
5234         (obstack_free): Rename to __obstack_free.
5235         [!__attribute__]: Remove conditional code.
5236         * malloc/obstack.h: Merge from gnulib master.
5237         [__cplusplus]: Move conditional down.
5238         [!__attribute_pure__]: Define __attribute_pure__ here
5239         if it is not already defined.
5240         (_obstack_memory_used): Mark as __attribute_pure__.
5241         [!__obstack_free]: Define as obstack_free.
5242         [__GNUC__]: Remove check for ancient NeXT gcc.
5244 2014-07-02  Will Newton  <will.newton@linaro.org>
5245             Paul Eggert  <eggert@cs.ucla.edu>
5247         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5249 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5251         * resolv/gethnamaddr.c: Add comment warning that the file is
5252         not maintained.
5254 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5256         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5257         entries.
5259         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5260         entry for aio_cancel and aio_cancel64.
5261         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5262         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5263         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5264         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5265         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5266         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5267         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5268         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5269         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5270         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5271         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5272         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5273         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5275 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5277         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5278         * nptl/pthread_mutex_lock.c: Likewise.
5279         * nptl/pthread_mutex_timedlock.c: Likewise.
5280         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5282 2014-07-01  Richard henderson  <rth@redhat.com>
5284         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5285         (__isnan, __isnanl): Remove.
5286         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5288         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5290 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5292         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5294 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5296         * resolv/nss_dns/dns-host.c (getanswer_r)
5297         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5299 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5301         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5302         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5303         undefine.
5304         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5305         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5307 2014-07-01  Roland McGrath <roland@hack.frob.com>
5309         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5310         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5312         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5313         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5315         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5316         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5317         ... here.
5318         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5319         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5321         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5322         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5323         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5324         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5326         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5327         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5328         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5329         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5330         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5331         Moved ...
5332         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5333         ... here.
5334         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5335         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5336         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5337         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5338         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5339         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5340         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5341         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5342         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5343         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5344         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5345         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5346         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5347         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5348         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5349         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5350         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5351         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5352         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5353         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5354         ... here.
5355         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5356         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5357         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5358         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5359         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5360         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5361         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5362         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5364 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5366         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5367         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5368         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5369         Add sysdep.
5371 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5373         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5375 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5377         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5378         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5380         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5382         * sysdeps/arm/libm-test-ulps: Regenerated.
5384 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5385             Roland McGrath <roland@hack.frob.com>
5387         * test-skeleton.c (signal_handler): Kill the whole process group
5388         before killing the child individually.
5389         (main): Report any failure on `setpgid'.
5391 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5393         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5394         from _TLS_H to _ARM_NPTL_TLS_H.
5395         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5396         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5398 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5400         [BZ #16539]
5401         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5402         (__expm1l): Return argument unchanged when small but not
5403         subnormal.
5405         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5406         include macro name.
5407         (_FP_UNPACK_RAW_1_P): Likewise.
5408         (_FP_PACK_RAW_1): Likewise.
5409         (_FP_PACK_RAW_1_P): Likewise.
5410         (_FP_MUL_MEAT_1_wide): Likewise.
5411         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5412         (_FP_MUL_MEAT_1_hard): Likewise.
5413         (_FP_DIV_MEAT_1_imm): Likewise.
5414         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5415         (_FP_DIV_MEAT_1_udiv): Likewise.
5416         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5417         (_FP_UNPACK_RAW_2): Likewise.
5418         (_FP_UNPACK_RAW_2_P): Likewise.
5419         (_FP_PACK_RAW_2): Likewise.
5420         (_FP_PACK_RAW_2_P): Likewise.
5421         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5422         (_FP_MUL_MEAT_2_wide): Likewise.
5423         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5424         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5425         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5426         (_FP_MUL_MEAT_2_gmp): Likewise.
5427         (_FP_DIV_MEAT_2_udiv): Likewise.
5428         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5429         (_FP_FRAC_SRL_4): Likewise.
5430         (_FP_FRAC_SRST_4): Likewise.
5431         (_FP_FRAC_SRS_4): Likewise.
5432         (_FP_UNPACK_RAW_4): Likewise.
5433         (_FP_UNPACK_RAW_4_P): Likewise.
5434         (_FP_PACK_RAW_4): Likewise.
5435         (_FP_PACK_RAW_4_P): Likewise.
5436         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5437         (_FP_MUL_MEAT_4_wide): Likewise.
5438         (_FP_MUL_MEAT_4_gmp): Likewise.
5439         (umul_ppppmnnn): Likewise.
5440         (_FP_DIV_MEAT_4_udiv): Likewise.
5441         (__FP_FRAC_ADD_4): Likewise.
5442         (__FP_FRAC_SUB_3): Likewise.
5443         (__FP_FRAC_SUB_4): Likewise.
5444         (__FP_FRAC_DEC_3): Likewise.
5445         (__FP_FRAC_DEC_4): Likewise.
5446         (__FP_FRAC_ADDI_4): Likewise.
5447         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5448         (_FP_FRAC_SRL_8): Likewise.
5449         (_FP_FRAC_SRS_8): Likewise.
5451         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5452         include macro name.
5453         (FP_UNPACK_RAW_EP): Likewise.
5454         (FP_PACK_RAW_E): Likewise.
5455         (FP_PACK_RAW_EP): Likewise.
5456         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5457         (_FP_ISSIGNAN): Likewise.
5458         (_FP_ADD_INTERNAL): Likewise.
5459         (_FP_FMA): Likewise.
5460         (_FP_CMP): Likewise.
5461         (_FP_SQRT): Likewise.
5462         (_FP_TO_INT): Likewise.
5463         (_FP_FROM_INT): Likewise.
5464         (FP_EXTEND): Likewise.
5465         (_FP_DIV_MEAT_N_loop): Likewise.
5467 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5469         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5470         throughout.
5472 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
5474         [BZ #17097]
5475         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5476         result with correct sign in case of exponents that produce
5477         overflow except for X very close to 1.
5479 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
5481         mktime: merge #if/#ifdef usage from glibc
5482         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
5483         as that works with both Glibc's and Gnulib's style.
5484         See thread starting at Siddhesh Poyarekar's bug report at:
5485         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
5487 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5489         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
5490         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
5491         * sysdeps/tile/tilegx/memmove.c: Remove file.
5493 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5495         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
5496         abi-name definition.
5497         * scripts/soversions.awk: Do not handle or generate ABI lines.
5498         * shlib-versions: Remove ABI entries.
5499         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
5500         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
5502 2014-06-27  Roland McGrath  <roland@hack.frob.com>
5504         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
5505         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
5506         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
5507         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
5508         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
5509         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
5510         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
5511         Moved ...
5512         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
5513         ... here.
5514         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
5515         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
5516         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
5517         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
5518         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
5519         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
5520         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
5521         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
5522         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
5523         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
5524         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
5525         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
5526         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
5527         Moved ...
5528         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
5529         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
5530         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
5531         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
5532         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
5533         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
5534         Moved ...
5535         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
5536         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
5537         Moved ...
5538         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
5539         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
5540         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
5541         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
5542         Moved ...
5543         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
5544         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
5545         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
5546         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
5547         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
5548         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
5549         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
5550         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
5551         Moved ...
5552         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
5553         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
5554         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
5555         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
5556         Moved ...
5557         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
5558         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
5559         Moved ...
5560         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
5561         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
5562         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
5563         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
5564         Moved ...
5565         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
5566         ... here.
5567         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
5568         Identical file removed.
5569         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
5570         Moved ...
5571         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
5572         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
5573         Identical file removed.
5574         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
5575         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
5576         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
5577         Moved ...
5578         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
5579         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
5580         Identical file removed.
5581         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
5582         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
5583         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
5584         Identical file removed.
5585         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
5586         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
5587         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
5588         Identical file removed.
5589         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
5590         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
5591         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
5592         Identical file removed.
5593         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
5594         Moved ...
5595         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
5596         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
5597         Identical file removed.
5598         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
5599         Moved ...
5600         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
5601         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
5602         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
5603         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
5604         Identical file removed.
5605         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
5606         Moved ...
5607         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
5608         ... here.
5609         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
5610         Identical file removed.
5611         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
5612         Moved ...
5613         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
5614         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
5615         Identical file removed.
5616         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
5617         Moved ...
5618         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
5619         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
5620         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
5621         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
5622         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
5623         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
5624         Moved ...
5625         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
5626         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
5627         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
5629         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
5630         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
5631         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
5632         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
5633         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
5635 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
5637         [BZ #17092]
5638         * nscd/nscd.c (monitor_child): Return exit status of child
5639         instead of return value from wait syscall.
5641 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5643         * configure.ac (libc_commonpagesize): Remove variable.
5644         (libc_relro_required): Likewise.
5645         (libc_cv_z_relro): Remove configure test.
5646         * configure: Regenerated.
5647         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
5648         variable.
5649         (libc_relro_required): Likewise.
5650         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
5651         (libc_relro_required): Likewise.
5652         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
5653         (libc_relro_required): Likewise.
5654         * sysdeps/arm/preconfigure: Regenerated.
5655         * sysdeps/ia64/preconfigure: Remove file.
5656         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
5657         variable.
5658         (libc_relro_required): Likewise.
5660         [BZ #16561]
5661         [BZ #16562]
5662         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
5663         (__ieee754_yn): Set FE_TONEAREST mode internally and then
5664         recompute overflowing results in original rounding mode.
5665         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
5666         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
5667         recompute overflowing results in original rounding mode.
5668         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
5669         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5670         recompute overflowing results in original rounding mode.
5671         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
5672         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5673         recompute overflowing results in original rounding mode.
5674         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
5675         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5676         recompute overflowing results in original rounding mode.
5677         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
5678         (libc_feholdsetround_ctx): New macro.
5679         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
5680         * sysdeps/i386/fpu/libm-test-ulps: Update.
5681         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
5683 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5685         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
5686         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
5687         corresponding .cpsetup call.
5689 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5691         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
5692         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
5693         * sysdeps/arm/Makefile [$(subdir) = csu]
5694         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
5695         (static-only-routines): Add aeabi_read_tp here.
5696         (shared-only-routines): Add libc-aeabi_read_tp here.
5697         (CFLAGS-libc-start.c): Add -fexceptions here.
5698         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
5699         (sysdep_routines, static-only-routines, shared-only-routines):
5700         Don't add to these here.
5701         (CFLAGS-libc-start.c): Likewise.
5703         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
5704         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5705         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
5706         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5707         * sysdeps/arm/Makefile [$(subdir) = rt]
5708         (librt-sysdep_routines, librt-shared-only-routines):
5709         Append rt-aeabi_unwind_cpp_pr1 here.
5710         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
5711         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
5712         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
5713         (libpthread-sysdep_routines, libpthread-shared-only-routines):
5714         Append nptl-aeabi_unwind_cpp_pr1 here.
5715         (tests): Filter out tst-cleanupx4 here.
5716         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
5717         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
5718         Don't do those here.
5720 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5722         * scripts/list-sources.sh: Do not handle ports specially.
5724 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5726         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
5727         * sysdeps/arm/feupdateenv.c: Likewise.
5729         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
5731 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5733         * manual/texinfo.tex: Update to version 2014-05-05.10 with
5734         trailing whitespace removed.
5735         * scripts/config.guess: Update to version 2014-03-23.
5736         * scripts/config.sub: Update to version 2014-05-01
5737         * scripts/install-sh: Update to version 2013-12-25.23.
5738         * scripts/move-if-change: Update from gnulib.
5740 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5742         * debug/memmove_chk.c: Remove pagecopy.h include.
5744 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
5746         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
5747         identical to gnulib mktime.
5749 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5751         * configure.ac: Do not test for machine being rs6000.  Do not test
5752         for powerpc*-*soft.
5753         * configure: Regenerated.
5755         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
5756         test.
5757         * configure: Regenerated.
5758         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
5759         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
5760         Remove configure test.
5761         * sysdeps/arm/configure: Regenerated.
5762         * sysdeps/nptl/configure.ac: Do not check
5763         libc_cv_asm_cfi_directives.
5764         * sysdeps/nptl/configure: Regenerated.
5765         * sysdeps/x86_64/nptl/configure.ac: Remove file.
5766         * sysdeps/x86_64/nptl/configure: Remove generated file.
5767         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
5768         unconditional.
5769         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
5771 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5773         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
5774         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
5775         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
5776         it is defined.
5778         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
5779         instead of whether it is defined.
5780         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
5781         * sysdeps/hppa/dl-machine.h: Likewise.
5782         * sysdeps/ia64/dl-machine.h: Likewise.
5783         * sysdeps/m68k/dl-machine.h: Likewise.
5784         * sysdeps/microblaze/dl-machine.h: Likewise.
5785         * sysdeps/mips/dl-machine.: Likewise.
5786         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
5787         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
5788         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
5789         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5790         * sysdeps/sh/dl-machine.h: Likewise.
5791         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
5792         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
5793         * sysdeps/tile/dl-machine.h: Likewise.
5794         * sysdeps/x86_64/dl-machine.h: Likewise.
5796         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
5797         code.
5798         (verify_persistent_db): Likewise.
5800 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5802         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
5803         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
5804         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
5805         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
5806         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
5807         Moved ...
5808         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
5809         ... here.
5810         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
5811         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
5812         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
5813         Identical file removed.
5814         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
5815         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
5816         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
5817         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
5818         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
5819         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
5820         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
5821         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
5822         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
5823         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
5824         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
5825         Moved ...
5826         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
5827         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
5828         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
5829         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
5830         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
5831         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
5832         Moved ...
5833         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
5834         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
5835         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
5836         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
5837         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
5838         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
5839         Identical file removed.
5840         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
5841         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
5842         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
5843         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
5844         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
5845         Moved ...
5846         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
5847         ... here.
5848         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
5849         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
5850         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
5851         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
5852         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
5853         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
5854         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
5855         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
5856         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
5857         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
5858         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
5859         Moved ...
5860         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
5861         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
5862         Moved ...
5863         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
5864         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
5865         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
5866         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
5867         Moved ...
5868         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
5869         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
5870         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
5872         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
5873         folded into ...
5874         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
5875         * sysdeps/unix/sysv/linux/s390/Versions
5876         (libpthread: GLIBC_2.19): New version set.
5877         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
5878         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
5879         (librt: GLIBC_2.3.3): New version set.
5880         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
5881         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
5882         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
5883         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
5884         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
5885         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
5886         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
5887         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
5888         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
5889         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
5890         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
5891         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
5892         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
5893         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
5894         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
5895         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
5896         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
5897         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
5898         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
5899         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
5900         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
5901         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
5902         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
5903         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
5904         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
5905         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
5906         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
5907         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
5908         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
5909         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
5910         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
5911         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
5912         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
5913         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
5914         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
5915         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
5916         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
5917         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
5918         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
5919         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
5920         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
5921         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
5922         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
5923         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
5924         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
5926         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
5927         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
5928         (__libc_vfork): Define the function under this name.
5929         [!NOT_IN_libc] (__vfork): Make this an alias.
5930         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
5931         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
5932         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
5933         (__libc_vfork): Define the function under this name.
5934         [!NOT_IN_libc] (__vfork): Make this an alias.
5935         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
5936         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
5937         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
5938         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
5939         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
5940         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5942         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
5943         code that was previously under [RESET_PID].
5944         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
5945         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
5946         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
5948         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
5949         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
5950         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
5951         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
5952         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
5953         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
5954         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
5955         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
5956         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
5957         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
5958         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
5959         Moved ...
5960         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
5961         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
5962         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
5963         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
5964         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
5965         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
5966         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
5967         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
5968         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
5969         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
5970         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
5971         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
5972         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
5973         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
5974         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
5975         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
5976         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
5977         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
5978         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
5979         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
5980         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
5981         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
5982         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
5983         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
5984         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
5985         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
5986         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
5987         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
5988         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
5990 2014-06-25  Roland McGrath  <roland@hack.frob.com>
5992         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
5993         that was previously under [RESET_PID].
5994         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
5996 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
5998         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
5999         not undefine and redefine.
6000         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6001         [O_CLOEXEC]: Make code unconditional.
6002         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6003         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6004         <kernel-features.h>.
6005         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6006         conditional variable definition.
6007         (shm_open) [O_CLOEXEC]: Make code unconditional.
6008         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6009         code.
6011         * configure.ac (USE_REGPARMS): Don't define here.
6012         * configure: Regenerated.
6013         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6014         * sysdeps/i386/configure: Regenerated.
6016         * nptl/createthread.c: Don't include kernel-features.h.
6017         * nptl/pthread_cancel.c: Likewise.
6018         * nptl/pthread_condattr_setclock.c: Likewise.
6019         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6020         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6021         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6022         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6023         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6024         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6025         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6026         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6027         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6028         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6029         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6030         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6031         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6032         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6033         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6034         * nscd/gai.c: Likewise.
6035         * nss/nss_db/db-open.c: Likewise.
6036         * sysdeps/generic/ldsodefs.h: Likewise.
6037         * sysdeps/sh/nptl/tls.h: Likewise.
6038         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6039         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6040         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6041         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6042         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6043         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6044         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6045         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6046         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6047         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6048         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6049         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6050         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6051         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6052         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6053         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6054         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6055         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6056         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6057         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6058         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6059         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6060         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6061         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6062         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6063         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6064         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6065         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6066         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6067         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6068         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6069         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6070         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6071         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6072         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6073         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6074         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6075         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6076         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6077         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6078         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6079         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6080         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6081         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6082         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6083         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6084         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6085         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6086         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6087         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6088         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6089         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6090         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6091         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6092         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6093         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6094         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6095         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6096         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6118         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6119         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6120         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6121         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6122         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6123         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6124         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6125         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6126         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6127         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6128         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6129         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6130         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6131         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6132         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6133         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6134         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6135         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6136         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6137         * sysdeps/unix/sysv/linux/system.c: Likewise.
6138         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6139         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6140         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6141         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6142         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6143         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6144         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6146         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6147         * configure: Regenerated.
6148         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6150         * configure.ac (base_machine): Do not set specially for particular
6151         machines here.
6152         * configure: Regenerated.
6153         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6154         settings from configure.ac.
6155         * sysdeps/i386/preconfigure: New file.
6156         * sysdeps/s390/preconfigure: Likewise.
6157         * sysdeps/sh/preconfigure: Likewise.
6158         * sysdeps/sparc/preconfigure: Likewise.
6160 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6162         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6163         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6164         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6165         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6166         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6167         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6168         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6169         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6170         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6171         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6172         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6173         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6174         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6175         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6176         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6177         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6178         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6179         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6180         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6182         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6183         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6184         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6185         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6186         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6187         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6188         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6189         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6190         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6191         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6192         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6193         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6194         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6195         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6196         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6197         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6198         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6199         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6200         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6201         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6202         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6203         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6204         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6205         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6206         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6207         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6208         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6209         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6210         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6211         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6212         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6213         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6214         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6215         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6216         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6217         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6218         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6219         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6221         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6222         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6223         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6224         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6225         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6226         Moved ...
6227         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6228         ... here.
6229         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6230         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6231         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6232         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6233         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6234         Moved ...
6235         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6236         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6237         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6238         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6239         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6240         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6241         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6242         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6243         Moved ...
6244         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6245         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6246         Moved ...
6247         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6248         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6249         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6250         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6251         Moved ...
6252         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6253         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6254         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6255         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6256         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6257         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6258         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6259         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6260         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6261         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6262         Moved ...
6263         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6264         ... here.
6265         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6266         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6267         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6268         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6269         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6270         Moved ...
6271         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6272         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6273         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6274         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6275         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6276         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6277         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6278         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6279         Moved ...
6280         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6281         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6282         Moved ...
6283         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6284         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6285         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6286         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6287         Moved ...
6288         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6289         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6290         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6291         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6292         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6294 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6296         * timezone/checktab.awk: Update from tzcode 2014e.
6297         * timezone/private.h: Likewise.
6298         * timezone/tzfile.h: Likewise.
6299         * timezone/zdump.c: Likewise.
6300         * timezone/zic.c: Likewise.
6302         * sysdeps/unix/sysv/linux/kernel-features.h
6303         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6304         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6305         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6306         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6307         Remove conditional code.
6309 2014-06-25  Will Newton  <will.newton@linaro.org>
6311         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6312         (_dl_arm_cap_flags): Add HWCAP2 values.
6313         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6314         (_DL_HWCAP_COUNT): Increase to 37.
6315         (_DL_HWCAP_LAST): New define.
6316         (_DL_HWCAP2_LAST): New define.
6317         (_dl_procinfo): Add support for printing
6318         AT_HWCAP2 entries.
6319         (_dl_string_hwcap): Use _dl_hwcap_string.
6321 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6323         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6325 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6327         * README: Do not mention ports directory.
6329         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6330         Remove macro.
6331         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6332         <kernel-features.h>.
6333         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6334         conditional variable definition.
6335         (__futimes): Update comment.
6336         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6337         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6339         [BZ #16560]
6340         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6341         arguments close to 0.
6342         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6343         Likewise.
6344         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6345         Likewise.
6346         * math/auto-libm-test-in: Add more tests of exp10.
6347         * math/auto-libm-test-out: Regenerated.
6348         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6350         * sysdeps/unix/sysv/linux/kernel-features.h
6351         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6352         * sysdeps/unix/sysv/linux/readv.c: Do not include
6353         <kernel-features.h>.
6354         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6355         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6356         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6357         unconditional.
6358         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6359         conditional code.
6360         * sysdeps/unix/sysv/linux/writev.c: Do not include
6361         <kernel-features.h>.
6362         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6363         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6364         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6365         unconditional.
6366         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6367         conditional code.
6369 2014-06-25  Will Newton  <will.newton@linaro.org>
6371         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6372         comment changes throughout the file.  Remove checks
6373         for HAVE_*_H definitions that are not required.
6374         (__gen_tempname): Call abort if an unknown kind value is
6375         passed.
6377 2014-06-25  Andreas Schwab  <schwab@suse.de>
6379         [BZ #17086]
6380         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6381         scalbln, scalblnf, scalblnl in libc.
6383 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6385         [BZ #17086]
6386         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6387         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6388         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6390 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6392         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6393         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6394         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6395         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6396         Update #include.
6397         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6398         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6399         Update #include.
6400         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6401         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6402         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6403         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6404         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6405         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6406         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6407         * sysdeps/x86/bits/semaphore.h: ... here.
6408         * sysdeps/x86/nptl/elide.h: Moved ...
6409         * sysdeps/x86/elide.h: ... here.
6410         * sysdeps/x86_64/nptl/Implies: File removed.
6411         * sysdeps/i386/nptl/Implies: File removed.
6413 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6415         [BZ #16539]
6416         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6417         return the argument for normal arguments with exponent below -64.
6418         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6419         Likewise.
6420         * math/auto-libm-test-in: Add another test of expm1.
6421         * math/auto-libm-test-out: Regenerated.
6423         [BZ #16287]
6424         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6425         calling __erfcl for arguments at least 16.
6426         * math/auto-libm-test-in: Add more tests of erf.
6427         * math/auto-libm-test-out: Regenerated.
6429         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6430         individual architectures.
6431         * sysdeps/unix/sysv/linux/configure: Regenerated.
6432         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6433         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6434         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6435         (ldd_rewrite_script): Define variable.
6436         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6438         file.
6439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6440         generated file.
6441         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6442         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6443         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6444         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6445         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6446         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6447         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6448         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6450 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6452         [BZ #17084]
6453         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6454         Rename member __data.d to __data.__elision_data.
6456 2014-06-24  Wilco  <wdijkstr@arm.com>
6458         * NEWS: Add 16918 to fixed bug list.
6460 2014-06-24  Wilco  <wdijkstr@arm.com>
6462         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6464 2014-06-24  Wilco  <wdijkstr@arm.com>
6466         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6467         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6468         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6469         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6470         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6471         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6472         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6473         Use _FPU_MASK_RM.
6475 2014-06-24  Wilco  <wdijkstr@arm.com>
6477         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
6479 2014-06-24  Wilco  <wdijkstr@arm.com>
6481         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
6482         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
6483         * sysdeps/arm/fesetround.c (fesetround): Remove space.
6484         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
6486 2014-06-24  Wilco  <wdijkstr@arm.com>
6488         [BZ #16918]
6489         * sysdeps/arm/feupdateenv.c (feupdateenv):
6490         Rewrite to reduce FPSCR accesses and fix return value.
6492 2014-06-24  Wilco  <wdijkstr@arm.com>
6494         * sysdeps/arm/fclrexcpt.c (feclearexcept):
6495         Optimize to avoid unnecessary FPSCR writes.
6496         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
6497         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
6498         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
6499         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
6501 2014-06-24  Wilco  <wdijkstr@arm.com>
6503         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
6504         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
6505         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
6506         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
6507         Call libc_fetestexcept_vfp.
6508         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
6509         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
6510         __SOFTFP__ ifdef so that they can be built for softfp.
6512 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6514         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
6515         argument type signed char.
6517         * Makerules (check-abi): Dump diff of symlist if the test
6518         fails.
6520 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6522         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
6523         using abort.
6525         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6526         Remove unused variable ST.
6528 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6530         [BZ #16354]
6531         [BZ #17061]
6532         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
6533         small arguments before calling __expm1.
6534         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
6535         small arguments before calling __expm1f.
6536         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
6537         small arguments before calling __expm1l.
6538         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6539         Likewise.
6540         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
6541         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
6542         spurious underflow for some cosh tests.
6543         * math/auto-libm-test-out: Regenerated.
6544         * sysdeps/i386/fpu/libm-test-ulps: Update.
6546         [BZ #17050]
6547         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
6548         (__ieee754_y1): Set errno if return value overflows.
6549         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
6550         (__ieee754_y1f): Set errno if return value overflows.
6551         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
6552         (__ieee754_y1l): Set errno if return value overflows.
6553         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
6554         (__ieee754_y1l): Set errno if return value overflows.
6555         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
6556         * math/auto-libm-test-out: Regenerated.
6558         * math/gen-auto-libm-tests.c: Document use of
6559         ignore-zero-inf-sign.
6560         (input_flag_type): Add value flag_ignore_zero_inf_sign.
6561         (input_flags): Add ignore-zero-inf-sign.
6562         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
6563         * math/gen-libm-test.pl (generate_testfile): Handle
6564         ignore-zero-inf-sign.
6565         * math/auto-libm-test-in: Mark some cpow tests with
6566         ignore-zero-inf-sign and some with xfail-rounding.
6567         * math/auto-libm-test-out: Regenerated.
6568         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
6569         * sysdeps/i386/fpu/libm-test-ulps: Update.
6570         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6572         [BZ #16315]
6573         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
6574         overflowing or underflowing operations take place with sign of
6575         result.
6576         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
6577         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6578         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
6579         (__ieee754_pow): Recompute overflowing and underflowing results in
6580         original rounding mode.
6581         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
6582         (__powl_helper): Allow negative argument X and scale negated value
6583         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
6584         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
6585         overflowing or underflowing operations take place with sign of
6586         result.
6587         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
6588         Include <math.h>.
6589         * math/auto-libm-test-in: Add more tests of pow.
6590         * math/auto-libm-test-out: Regenerated.
6591         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
6592         (pow_tonearest_test_data): Remove.
6593         (pow_test_tonearest): Likewise.
6594         (pow_towardzero_test_data): Likewise.
6595         (pow_test_towardzero): Likewise.
6596         (pow_downward_test_data): Likewise.
6597         (pow_test_downward): Likewise.
6598         (pow_upward_test_data): Likewise.
6599         (pow_test_upward): Likewise.
6600         (main): Don't call removed functions.
6601         * sysdeps/i386/fpu/libm-test-ulps: Update.
6602         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6604 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
6607         Moved ...
6608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
6609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6610         Moved ...
6611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
6612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
6613         Moved ...
6614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
6615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
6616         Moved ...
6617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
6618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
6619         File removed.
6620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
6621         File removed.
6622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
6623         File removed.
6624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
6625         File removed.
6626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
6627         File removed.
6628         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
6629         File removed.
6630         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
6631         File removed.
6632         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
6633         File removed.
6634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
6635         File removed.
6636         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
6637         File removed.
6638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
6639         File removed.
6640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
6641         File removed.
6642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
6643         Moved ...
6644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
6645         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
6646         Moved ...
6647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
6648         ... here.
6649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
6650         Moved ...
6651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
6652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
6653         Moved ...
6654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
6655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
6656         Moved ...
6657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
6658         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
6659         Moved ...
6660         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
6661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
6662         Moved ...
6663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
6664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
6665         Moved ...
6666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
6667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
6668         Moved ...
6669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
6670         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
6671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
6672         ... here.
6673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
6674         Moved ...
6675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
6676         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
6677         Moved ...
6678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
6679         ... here.
6680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
6681         Moved ...
6682         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
6683         ... here.
6684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
6685         Moved ...
6686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6687         ... here.
6688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
6689         Moved ...
6690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
6691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
6692         Moved ...
6693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
6694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
6695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
6696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
6697         Moved ...
6698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
6699         ... here.
6700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
6701         Moved ...
6702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
6703         ... here.
6704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
6705         Moved ...
6706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
6707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
6708         Moved ...
6709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
6710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
6711         Moved ...
6712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
6713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6714         Moved ...
6715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
6716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
6717         Moved ...
6718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
6719         ... here.
6720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
6721         Moved ...
6722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
6723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
6724         Moved ...
6725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
6726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
6727         Moved ...
6728         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
6729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
6730         Moved ...
6731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
6732         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
6733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
6734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
6735         Moved ...
6736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
6737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
6738         Moved ...
6739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
6740         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
6741         Moved ...
6742         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
6743         ... here.
6744         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
6745         Moved ...
6746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
6747         ... here.
6748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
6749         Moved ...
6750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
6751         ... here.
6752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
6753         Moved ...
6754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
6755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
6756         Moved ...
6757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
6758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
6759         Moved ...
6760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
6761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
6762         Moved ...
6763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
6764         ... here.
6765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
6766         Moved ...
6767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
6768         ... here.
6769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
6770         Moved ...
6771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
6772         ... here.
6773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
6774         Moved ...
6775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
6776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
6777         Moved ...
6778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
6780 2014-06-23  Will Newton  <will.newton@linaro.org>
6781             Wilco  <wdijkstr@arm.com>
6783         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
6784         implementation.  Include get-rounding-mode.h.
6785         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
6786         [!libc_feholdsetround_noex_ctx]: Define
6787         libc_feholdsetround_noex_ctx.
6788         [!libc_feholdsetround_noexf_ctx]: Define
6789         libc_feholdsetround_noexf_ctx.
6790         [!libc_feholdsetround_noexl_ctx]: Define
6791         libc_feholdsetround_noexl_ctx.
6792         (libc_feholdsetround_ctx): New function.
6793         (libc_feresetround_ctx): New function.
6794         (libc_feholdsetround_noex_ctx): New function.
6795         (libc_feresetround_noex_ctx): New function.
6797 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6799         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
6800         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
6801         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
6802         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
6803         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
6804         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
6806         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
6807         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
6808         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
6809         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
6810         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
6811         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
6812         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
6813         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
6814         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
6815         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
6816         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
6817         Moved ...
6818         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
6819         ... here.
6820         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
6821         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
6822         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
6823         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
6824         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
6825         Moved ...
6826         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
6827         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
6828         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
6829         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
6830         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
6831         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
6832         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
6833         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
6834         Moved ...
6835         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
6836         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
6837         Moved ...
6838         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
6839         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
6840         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
6841         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
6842         Moved ...
6843         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
6844         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
6845         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
6846         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
6847         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
6848         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
6849         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
6850         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
6851         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
6852         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
6853         Moved ...
6854         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
6855         ... here.
6856         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
6857         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
6858         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
6859         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
6860         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
6861         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
6862         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
6863         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
6864         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
6865         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
6866         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
6867         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
6868         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
6869         Moved ...
6870         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
6871         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
6872         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
6873         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
6874         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
6875         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
6876         Moved ...
6877         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
6878         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
6879         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
6880         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
6881         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
6883         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
6884         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
6885         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
6886         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
6887         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
6888         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
6889         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
6890         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
6891         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
6892         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
6893         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
6894         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
6895         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
6896         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
6897         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
6898         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
6899         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
6900         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
6901         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
6902         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
6903         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
6904         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
6905         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
6906         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
6907         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
6908         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
6909         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
6910         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
6912 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6914         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
6915         (FALLOC_FL_COLLAPSE_RANGE): New macro.
6916         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
6917         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
6918         (IPV6_PMTUDISC_INTERFACE): Likewise.
6919         (IPV6_PMTUDISC_OMIT): Likewise.
6921 2014-06-23  Andreas Schwab  <schwab@suse.de>
6923         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
6924         Remove unused errout label.
6926 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6928         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
6929         macro: hardware supports Vector Crypto instructions.
6931 2014-06-23  Will Newton  <will.newton@linaro.org>
6933         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
6934         rather than __builtin_expect.
6936         * elf/dl-lookup.c (undefined_msg): Remove variable.
6937         (_dl_lookup_symbol_x): Replace undefined_msg with string
6938         literal.
6940         * elf/dl-lookup.c (do_lookup_unique): New function.
6941         (do_lookup_x): Move STB_GNU_UNIQUE handling code
6942         to a separate function.
6944 2014-06-23  Andreas Schwab  <schwab@suse.de>
6946         [BZ #17079]
6947         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
6948         before reading the next line.
6950 2014-06-23  Will Newton  <will.newton@linaro.org>
6952         * test-skeleton.c (signal_handler): Use printf and %m
6953         rather than perror.  Use printf rather than fprintf to
6954         stderr.  Use puts rather than fputs to stderr.
6955         (main): Likewise.
6957 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
6959         * nscd/nscd.c (thread_info_t): Remove typedef.
6960         (thread_info): Remove variable.
6962 2014-06-21  Allan McRae  <allan@archlinux.org>
6964         * NEWS: Mention CVE-2014-4043.
6966 2014-06-20  Roland McGrath  <roland@hack.frob.com>
6968         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
6969         * nptl/smp.h: ... here.
6971         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
6973         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
6974         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
6975         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
6976         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
6978         * nptl/allocatestack.c: Include <stack-aliasing.h>.
6979         * nptl/stack-aliasing.h: New file.
6980         * sysdeps/i386/i686/stack-aliasing.h: New file.
6981         * sysdeps/i386/i686/nptl/Makefile: File removed.
6982         * sysdeps/x86_64/stack-aliasing.h: New file.
6983         * sysdeps/x86_64/nptl/Makefile
6984         (CFLAGS-pthread_create.c): Variable removed.
6986         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
6987         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
6988         old file.
6989         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
6990         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
6991         old file.
6993 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
6995         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6996         (__ASSUME_SIGFRAME_V2): Remove macro.
6997         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
6998         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
6999         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7000         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7001         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7002         Declare as function.  Remove conditional macro definitions.
7003         (__default_rt_sa_restorer): Likewise.
7004         (__default_sa_restorer_v1): Remove declaration.
7005         (__default_sa_restorer_v2): Likewise.
7006         (__default_rt_sa_restorer_v1): Likewise.
7007         (__default_rt_sa_restorer_v2): Likewise.
7008         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7009         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7010         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7012 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7014         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7015         (libpthread-routines): Add sysdep.
7016         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7017         * sysdeps/unix/sysv/linux/sparc/Versions
7018         (libpthread: GLIBC_2.3.3): New version set.
7019         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7020         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7021         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7022         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7023         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7024         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7025         Moved ...
7026         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7027         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7028         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7029         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7030         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7031         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7032         * sysdeps/sparc/nptl/sem_init.c: ... here.
7033         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7034         * sysdeps/sparc/nptl/sem_post.c: ... here.
7035         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7036         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7037         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7038         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7039         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7040         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7041         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7042         (libpthread-routines): Add cpu_relax.
7043         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7044         File removed.
7045         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7046         (librt: GLIBC_2.3.3): New version set.
7047         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7048         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7049         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7050         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7051         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7052         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7053         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7054         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7055         Moved ...
7056         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7057         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7058         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7059         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7060         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7061         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7062         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7063         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7064         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7065         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7066         Moved ...
7067         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7068         Update #include.
7069         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7070         Moved ...
7071         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7072         Update #include.
7073         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7074         Moved ...
7075         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7076         Update #include.
7077         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7078         Moved ...
7079         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7080         Update #include.
7081         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7082         Moved ...
7083         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7084         Update #include.
7085         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7086         Moved ...
7087         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7088         Update #include.
7089         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7090         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7091         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7092         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7093         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7094         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7095         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7096         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7097         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7098         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7099         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7100         Moved ...
7101         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7102         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7103         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7104         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7105         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7107 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7109         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7110         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7111         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7112         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7113         * nscd/nscd.c: Likewise.
7114         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7115         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7116         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7117         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7119         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7120         <kernel-features.h>.
7121         (init_mq_netlink): Remove conditional have_sock_cloexec
7122         definitions.  Remove code conditional on have_sock_cloexec < 0.
7123         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7124         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7125         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7126         <kernel-features.h>.
7127         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7128         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7130 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7132         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7133         Add tests for memset_chk and memset.
7135         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7136         with AVX2_Usable.
7138 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7140         [BZ #16046]
7141         * elf/tst-dl-iter-static.c: New file.
7142         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7144         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7145         error.
7147 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7149         * sysdeps/unix/sysv/linux/kernel-features.h
7150         (__ASSUME_F_GETOWN_EX): Remove macro.
7151         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7152         <kernel-features.h>.
7153         (miss_F_GETOWN_EX): Remove variable or macro.
7154         (do_fcntl): Do not check miss_F_GETOWN_EX.
7155         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7157         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7158         Remove macro.
7159         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7160         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7161         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7163         * sysdeps/unix/sysv/linux/kernel-features.h
7164         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7165         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7166         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7167         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7169 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7171         [BZ #17075]
7172         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7173         Fix calculation of the symbol's value.
7174         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7175         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7176         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7177         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7178         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7179         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7180         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7181         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7182         (modules-names): Add `tst-armtlsdescmod',
7183         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7184         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7185         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7186         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7187         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7188         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7189         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7190         ($(objpfx)tst-armtlsdescloc): New dependency.
7191         ($(objpfx)tst-armtlsdescextnow): Likewise.
7192         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7193         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7194         TLS scheme support.
7195         * sysdeps/arm/configure: Regenerate.
7197 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7199         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7200         (__atfct_seterrno_2): Likewise.
7201         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7202         <kernel-features.h>.
7203         (__ASSUME_ATFCTS): Do not undefine and redefine.
7204         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7205         (__have_atfcts): Remove conditional definition.
7206         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7207         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7208         unreachable if [__ASSUME_ATFCTS].
7209         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7210         not undefine and redefine.
7211         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7212         <kernel-features.h>.
7213         (faccessat) [__NR_faccessat]: Make code unconditional.
7214         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7215         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7216         <kernel-features.h>.
7217         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7218         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7219         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7220         <kernel-features.h>.
7221         (fchownat) [__NR_fchownat]: Make code unconditional.
7222         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7223         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7224         <kernel-features.h>.
7225         (futimesat) [__NR_futimesat]: Make code unconditional.
7226         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7227         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7228         <kernel-features.h>.
7229         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7230         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7231         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7232         <kernel-features.h>.
7233         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7234         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7235         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7236         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7237         <kernel-features.h>.
7238         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7239         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7240         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7241         <kernel-features.h>.
7242         (linkat) [__NR_linkat]: Make code unconditional.
7243         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7244         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7245         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7246         <kernel-features.h>.
7247         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7248         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7249         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7250         <kernel-features.h>.
7251         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7252         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7253         * sysdeps/unix/sysv/linux/openat.c: Do not include
7254         <kernel-features.h>.
7255         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7256         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7257         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7258         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7259         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7260         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7261         <kernel-features.h>.
7262         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7263         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7264         result of INLINE_SYSCALL directly, not via int variable.
7265         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7266         <kernel-features.h>.
7267         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7268         (renameat) [__NR_renameat]: Make code unconditional.
7269         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7270         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7271         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7272         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7273         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7274         (__ASSUME_ATFCTS): Do not undefine and redefine.
7275         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7276         <kernel-features.h>.
7277         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7278         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7279         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7280         <kernel-features.h>.
7281         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7282         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7283         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7284         (__ASSUME_ATFCTS): Do not undefine and redefine.
7285         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7286         <kernel-features.h>.
7287         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7288         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7289         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7290         <kernel-features.h>.
7291         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7292         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7294 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7296         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7298 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7300         [BZ #17069]
7301         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7302         constructed tree before returning error.
7303         * posix/bug-regexp36.c: Expand test case.
7305 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7307         [BZ #6803]
7308         * math/libm-test.inc (scalbln_test_date):
7309         Add errno expectations.
7310         * math/w_scalblnf.c: New File.
7311         Add wrapper which checks for setting errno to ERANGE.
7312         Add weak_alias for corresponding scalbln function.
7313         * math/w_scalbln.c: Likewise.
7314         * math/w_scalblnl.c: Likewise.
7315         * math/Makefile (libm-calls): Add w_scalbln.
7316         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7317         Remove weak_alias for corresponding scalbln function.
7318         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7319         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7320         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7321         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7322         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7323         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7324         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7325         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7326         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7327         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7328         Remove long_double_symbol for scalblnl function in libm, libc.
7329         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7330         Add wrapper which checks for setting errno to ERANGE.
7331         Add long_double_symbol for scalblnl function in libm, libc.
7332         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7333         Remove long_double_symbol for scalblnl in libm.
7334         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7335         Add wrapper which checks for setting errno to ERANGE.
7336         Add long_double_symbol for scalblnl function in libm.
7337         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7338         Do not use wrapper because of own implementation.
7340 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7342         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7343         3 bytes for __pad1 for x32.
7344         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7346 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7347             H.J. Lu  <hongjiu.lu@intel.com>
7349         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7350         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7351         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7352         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7353         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7355 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7357         [BZ #17069]
7358         * posix/regcomp.c (parse_expression): Deallocate partially
7359         constructed tree before returning error.
7360         * posix/Makefile.c (tests): Add bug-regex36.
7361         (generated): Add bug-regex36.mtrace.
7362         (tests-special): Add $(objpfx)bug-regex36-mem.out
7363         (bug-regex36-ENV): New variable.
7364         ($(objpfx)bug-regex36-mem.out): New rule.
7365         * posix/bug-regex36.c: New file.
7367 2014-06-19  Will Newton  <will.newton@linaro.org>
7369         * malloc/malloc.c (systrim): If extra is zero then return
7370         early.
7372 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7374         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7376 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7378         * sysdeps/aarch64/strchr.S: New file.
7380 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7382         [BZ #17022]
7383         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7384         from arguments -2 or below.
7385         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7386         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7388 2014-06-18  Andreas Schwab  <schwab@suse.de>
7390         [BZ #17062]
7391         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7392         of a bracket expr not to run off the end of the string.
7393         * posix/Makefile (tests): Add tst-fnmatch3.
7394         * posix/tst-fnmatch3.c: New file.
7396 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7398         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7399         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7400         [$(cross-compiling) = no]: Likewise.
7401         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7402         [$(cross-compiling) = no]: Likewise.
7404 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7406         [BZ #17031]
7407         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7408         double, adjusted for any remainder from the high double.
7409         * math/libm-test.inc (nearbyint): Add tests.
7410         (rint): Likewise.
7412 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7414         * nptl/sysdeps/powerpc/Makefile: Moved ...
7415         * sysdeps/powerpc/nptl/Makefile: ... here.
7416         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7417         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7418         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7419         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7420         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7421         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7422         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7423         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7424         * nptl/sysdeps/powerpc/tls.h: Moved ...
7425         * sysdeps/powerpc/nptl/tls.h: ... here.
7427 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7429         [BZ #16681]
7430         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7431         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7432         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7433         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7434         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7435         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7436         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7437         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7438         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7440 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7442         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7444 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7446         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7447         defined operator.
7449         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7450         $TIMEOUTFACTOR.
7452 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7454         [BZ #17058]
7455         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7456         non-executed part of the test.
7458 2014-06-16  Andreas Schwab  <schwab@suse.de>
7460         * string/bits/string2.h (strdup, strndup): Update feature guard.
7462 2014-06-14  David S. Miller  <davem@davemloft.net>
7464         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7466 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7468         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7469         that was previously under [RESET_PID].
7470         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7472         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7473         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7474         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7475         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7476         (__libc_vfork): New strong alias.
7477         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
7479 2014-06-14 Andi Kleen  <ak@linux.intel.com>
7481         * sysdeps/generic/elide.h: New file.
7483 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7485         * Makefile (installed-headers): Adjust path of pthread.h header.
7487 2014-06-13  Roland McGrath  <roland@hack.frob.com>
7489         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
7490         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
7491         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
7492         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
7494         * nptl/sysdeps/s390/Makefile: Moved ...
7495         * sysdeps/s390/nptl/Makefile: ... here.
7496         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
7497         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
7498         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
7499         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
7500         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
7501         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
7502         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
7503         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
7504         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
7505         * sysdeps/s390/nptl/pthreaddef.h: ... here.
7506         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
7507         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
7508         * nptl/sysdeps/s390/tls.h: Moved ...
7509         * sysdeps/s390/nptl/tls.h: ... here.
7511         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
7512         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
7514 2014-06-13  David S. Miller  <davem@davemloft.net>
7516         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
7517         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
7518         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
7519         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
7520         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
7521         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
7522         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
7523         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
7524         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
7525         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
7526         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7527         Remove RESET_PID cpp guards.
7528         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7529         Remove RESET_PID cpp guards.
7530         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
7532 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
7534         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
7535         __sp to uintptr_t.
7537 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7539         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
7540         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
7541         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
7542         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
7543         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
7544         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
7545         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
7546         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
7547         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
7548         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
7549         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
7550         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
7551         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
7552         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
7553         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
7554         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
7555         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
7556         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
7557         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
7558         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
7560         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
7561         (pthread_rwlock_rdlock): Add elision.
7562         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
7563         (pthread_rwlock_wrlock): Add elision.
7564         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
7565         (pthread_rwlock_trywrlock): Add elision.
7566         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
7567         (pthread_rwlock_tryrdlock): Add elision.
7568         * nptl/pthread_rwlock_unlock.c: Include elide.h.
7569         (pthread_rwlock_tryrdlock): Add elision unlock.
7570         * nptl/sysdeps/pthread/pthread.h:
7571         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
7572         (PTHREAD_RWLOCK_INITIALIZER,
7573         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
7574         Handle new elision field.
7575         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
7576         * sysdeps/arm/nptl/bits/pthreadtypes.h
7577         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7578         * sysdeps/sh/nptl/bits/pthreadtypes.h
7579         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7580         * sysdeps/tile/nptl/bits/pthreadtypes.h
7581         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7582         * sysdeps/a/nptl/bits/pthreadtypes.h
7583         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7584         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7585         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7586         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7587         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7588         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
7589         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7590         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7591         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7592         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7593         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7594         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7595         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7596         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7597         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7598         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
7599         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7600         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
7601         (elision_init): Set try_xbegin to zero when no RTM.
7602         * sysdeps/x86/nptl/bits/pthreadtypes.h
7603         (pthread_rwlock_t): Change __pad1 to __rwelision.
7604         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7606 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7608         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
7609         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
7610         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
7611         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
7613 2014-06-13  Meador Inge  <meadori@codesourcery.com>
7615         [BZ #16996]
7616         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
7617         that the cached result has been set before returning it.
7619 2014-06-12  Roland McGrath  <roland@hack.frob.com>
7621         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
7622         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
7623         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
7624         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
7625         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
7626         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
7628         * nptl/sysdeps/sparc/Makefile: Moved ...
7629         * sysdeps/sparc/nptl/Makefile: ... here.
7630         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
7631         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
7632         * nptl/sysdeps/sparc/tls.h: Moved ...
7633         * sysdeps/sparc/nptl/tls.h: ... here.
7634         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
7635         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
7636         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
7637         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
7638         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
7639         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
7640         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
7641         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
7642         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
7643         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
7644         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
7645         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
7646         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
7647         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
7648         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
7649         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
7650         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
7651         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
7652         Update #include.
7653         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
7654         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
7655         Update #include.
7656         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
7657         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
7658         Update #include.
7659         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
7660         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
7661         Update #include.
7663         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7665         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
7666         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
7668         * sysdeps/pthread/posix-timer.h: Include <list.h>.
7669         (struct list_links): Type removed.
7670         (struct thread_node, struct timer_node): Replace struct list_links
7671         with struct list_head.
7672         (list_unlink_ip): Likewise.
7673         * sysdeps/pthread/timer_routines.c
7674         (timer_free_list, thread_free_list, thread_active_list): Likewise.
7675         (list_append, list_insbefore): Likewise.
7676         (list_init): Function removed.
7677         (thread_init, init_module): Use INIT_LIST_HEAD instead.
7678         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
7679         * sysdeps/pthread/Makefile: ... here, new file.
7681         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
7682         * sysdeps/nptl/Implies: ... here.
7683         * sysdeps/unix/sysv/linux/Implies: Add nptl.
7684         * nptl/sysdeps/pthread/list.h: Moved ...
7685         * include/list.h: ... here.
7686         * nptl/sysdeps/pthread/createthread.c: Moved ...
7687         * nptl/createthread.c: ... here.
7688         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
7689         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
7690         * nptl/pt-longjmp.c: ... here.
7691         * nptl/sysdeps/pthread/Makefile: Moved ...
7692         * sysdeps/nptl/Makefile: ... here.
7693         * nptl/sysdeps/pthread/Subdirs: Moved ...
7694         * sysdeps/nptl/Subdirs: ... here.
7695         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
7696         * sysdeps/nptl/aio_misc.h: ... here.
7697         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
7698         * sysdeps/nptl/bits/libc-lock.h: ... here.
7699         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
7700         * sysdeps/nptl/bits/libc-lockP.h: ... here.
7701         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
7702         * sysdeps/nptl/bits/stdio-lock.h: ... here.
7703         * nptl/sysdeps/pthread/configure: Moved ...
7704         * sysdeps/nptl/configure: ... here.
7705         * nptl/sysdeps/pthread/configure.ac: Moved ...
7706         * sysdeps/nptl/configure.ac: ... here.
7707         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
7708         * sysdeps/nptl/gai_misc.h: ... here.
7709         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
7710         * sysdeps/nptl/librt-cancellation.c: ... here.
7711         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
7712         * sysdeps/nptl/malloc-machine.h: ... here.
7713         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
7714         * sysdeps/nptl/pthread-functions.h: ... here.
7715         * nptl/sysdeps/pthread/pthread.h: Moved ...
7716         * sysdeps/nptl/pthread.h: ... here.
7717         * nptl/sysdeps/pthread/setxid.h: Moved ...
7718         * sysdeps/nptl/setxid.h: ... here.
7719         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
7720         * sysdeps/nptl/sigfillset.c: ... here.
7721         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
7722         * sysdeps/nptl/tcb-offsets.h: ... here.
7723         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
7724         * sysdeps/nptl/tst-mqueue8x.c: ... here.
7725         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
7726         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
7727         * nptl/sysdeps/pthread/allocalim.h: Moved ...
7728         * sysdeps/pthread/allocalim.h: ... here.
7729         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
7730         * sysdeps/pthread/bits/sigthread.h: ... here.
7731         * nptl/sysdeps/pthread/flockfile.c: Moved ...
7732         * sysdeps/pthread/flockfile.c: ... here.
7733         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
7734         * sysdeps/pthread/ftrylockfile.c: ... here.
7735         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
7736         * sysdeps/pthread/funlockfile.c: ... here.
7737         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
7738         * sysdeps/pthread/posix-timer.h: ... here.
7739         * nptl/sysdeps/pthread/timer_create.c: Moved ...
7740         * sysdeps/pthread/timer_create.c: ... here.
7741         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
7742         * sysdeps/pthread/timer_delete.c: ... here.
7743         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
7744         * sysdeps/pthread/timer_getoverr.c: ... here.
7745         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
7746         * sysdeps/pthread/timer_gettime.c: ... here.
7747         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
7748         * sysdeps/pthread/timer_routines.c: ... here.
7749         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
7750         * sysdeps/pthread/timer_settime.c: ... here.
7751         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
7752         * sysdeps/pthread/tst-timer.c: ... here.
7753         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
7754         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
7756         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
7757         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
7759         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
7760         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
7761         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
7762         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
7763         Update #include target.
7764         * nptl/sysdeps/i386/i686/Makefile: Moved ...
7765         * sysdeps/i386/i686/nptl/Makefile: ... here.
7766         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
7767         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
7768         Update #include target.
7769         * nptl/sysdeps/i386/i686/tls.h: Moved ...
7770         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
7771         * nptl/sysdeps/i386/Makefile: Moved ...
7772         * sysdeps/i386/nptl/Makefile: ... here.
7773         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
7774         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
7775         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
7776         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
7777         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
7778         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
7779         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
7780         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
7781         * sysdeps/i386/nptl/pthreaddef.h: ... here.
7782         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
7783         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
7784         * nptl/sysdeps/i386/tls.h: Moved ...
7785         * sysdeps/i386/nptl/tls.h: ... here.
7787         * sysdeps/sh/Makefile [$(subdir) = csu]
7788         (gen-as-const-headers): Add tcb-offsets.sym.
7789         * nptl/sysdeps/sh/Makefile: File removed.
7790         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
7791         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
7792         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
7793         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
7794         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
7795         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
7796         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
7797         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
7798         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
7799         * sysdeps/sh/nptl/pthreaddef.h: ... here.
7800         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
7801         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
7802         * nptl/sysdeps/sh/tls.h: Moved ...
7803         * sysdeps/sh/nptl/tls.h: ... here.
7804         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
7805         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
7806         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
7807         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
7808         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
7809         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
7810         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
7811         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
7812         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
7813         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
7814         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
7815         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
7816         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
7817         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
7818         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
7819         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
7820         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
7821         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
7822         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
7823         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
7824         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
7825         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
7826         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
7827         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
7828         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
7829         Moved ...
7830         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
7831         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
7832         Moved ...
7833         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
7834         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
7835         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
7836         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
7837         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
7838         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
7839         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
7840         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
7841         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
7842         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
7843         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
7844         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
7845         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
7846         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
7847         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
7848         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
7849         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
7850         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
7851         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
7853 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
7855         * posix/spawn_faction_addopen.c: Include string.h.
7857 2014-06-11  Roland McGrath  <roland@hack.frob.com>
7859         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
7860         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
7861         * nptl/sysdeps/x86_64/Makefile: Moved ...
7862         * sysdeps/x86_64/nptl/Makefile: ... here.
7863         * nptl/sysdeps/x86_64/configure: Moved ...
7864         * sysdeps/x86_64/nptl/configure: ... here.
7865         * nptl/sysdeps/x86_64/configure.ac: Moved ...
7866         * sysdeps/x86_64/nptl/configure.ac: ... here.
7867         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
7868         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
7869         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
7870         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
7871         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
7872         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
7873         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
7874         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
7875         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
7876         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
7877         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
7878         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
7879         * nptl/sysdeps/x86_64/tls.h: Moved ...
7880         * sysdeps/x86_64/nptl/tls.h: ... here.
7881         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
7882         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
7883         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
7884         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
7886         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
7888 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7890         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7892 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
7894         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
7895         type.
7896         [POSIX] (off_t): Likewise.
7897         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
7898         [POSIX] (S_ISBLK): Require macro.
7899         [POSIX] (S_ISCHR): Likewise.
7900         [POSIX] (S_ISDIR): Likewise.
7901         [POSIX] (S_ISFIFO): Likewise.
7902         [POSIX] (S_ISREG): Likewise.
7903         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
7904         optional-macro.
7905         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
7906         type.
7907         [POSIX] (time_t): Likewise.
7908         [POSIX] (timer_t): Likewise.
7910 2014-06-11  Florian Weimer  <fweimer@redhat.com>
7912         [BZ #17048]
7913         * posix/spawn_int.h (struct __spawn_action): Make the path string
7914         non-const to support deallocation.
7915         * posix/spawn_faction_addopen.c
7916         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
7917         * posix/spawn_faction_destroy.c
7918         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
7919         path in all spawn_do_open actions.
7920         * posix/tst-spawn.c (do_test): Exercise the copy operation in
7921         posix_spawn_file_actions_addopen.
7923 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
7925         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
7926         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
7927         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
7928         conditional code always true.
7929         (__libc_vfork): New alias.
7931 2014-06-11  Roland McGrath  <roland@hack.frob.com>
7933         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7934         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
7936         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
7938         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7939         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
7941         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7942         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
7944         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7945         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
7947 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7949         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
7950         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
7951         multiarch strcmp for PPC64.
7952         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
7953         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
7954         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
7955         multiarch optimizations.
7956         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7957         (__libc_ifunc_impl_list): Likewise.
7959 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
7961         * benchtests/scripts/validate_benchout.py: New script.
7962         * benchtests/Makefile (bench-func): Call it.
7963         * benchtests/scripts/benchout.schema.json: New file.
7965 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
7967         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
7968         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
7969         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
7970         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
7971         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
7972         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
7973         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
7974         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
7975         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
7976         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
7977         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
7978         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
7979         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
7980         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
7981         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
7982         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
7983         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
7984         Moved ...
7985         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
7986         ... here.
7987         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
7988         Moved ...
7989         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
7990         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
7991         Moved ...
7992         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
7993         ... here.
7994         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
7995         Moved ...
7996         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
7997         ... here.
7998         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
7999         Moved ...
8000         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8001         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8002         Moved ...
8003         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8004         ... here.
8005         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8006         Moved ...
8007         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8008         ... here.
8009         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8010         Moved ...
8011         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8012         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8013         Moved ...
8014         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8015         ... here.
8016         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8017         Moved ...
8018         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8019         ... here.
8020         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8021         Moved ...
8022         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8023         ... here.
8024         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8025         Moved ...
8026         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8027         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8028         Moved ...
8029         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8030         ... here.
8031         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8032         Moved ...
8033         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8034         ... here.
8035         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8036         Moved ...
8037         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8038         ... here.
8039         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8040         Moved ...
8041         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8042         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8043         Moved ...
8044         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8045         ... here.
8046         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8047         Moved ...
8048         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8049         ... here.
8050         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8051         Moved ...
8052         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8053         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8054         Moved ...
8055         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8056         ... here.
8057         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8058         Moved ...
8059         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8060         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8061         Moved ...
8062         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8063         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8064         Moved ...
8065         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8066         ... here.
8067         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8068         Moved ...
8069         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8070         ... here.
8071         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8072         Moved ...
8073         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8074         ... here.
8075         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8076         Moved ...
8077         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8078         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8079         Moved ...
8080         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8081         ... here.
8082         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8083         Moved ...
8084         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8085         ... here.
8086         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8087         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8088         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8089         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8090         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8091         Moved ...
8092         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8093         ... here.
8094         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8095         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8096         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8097         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8098         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8099         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8100         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8101         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8102         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8103         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8104         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8105         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8106         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8107         Moved ...
8108         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8109         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8110         Moved ...
8111         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8112         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8113         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8114         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8115         Moved ...
8116         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8117         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8118         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8119         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8120         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8121         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8122         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8124 2014-06-10  Wilco  <wdijkstr@arm.com>
8126         * math/test-fenv-return.c: New file.
8127         * math/Makefile: Add new test test-fenv-return.
8129 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8131         [BZ #17042]
8132         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8133         when x - 1 is zero.
8134         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8135         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8136         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8137         0.0L for an argument of 1.0L.
8138         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8139         Likewise.
8140         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8141         value when x - 1 is zero.
8142         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8143         * sysdeps/i386/fpu/libm-test-ulps: Update.
8144         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8146 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8148         [BZ #15119]
8149         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8151 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8153         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8154         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8156 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8158         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8159         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8161         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8162         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8164         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8165         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8167         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8168         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8170         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8171         if not already defined.
8172         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8173         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8174         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8175         (TLS_INIT_TP): Use it.
8176         (TLS_DEFINE_INIT_TP): New macro.
8177         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8179 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8181         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8182         constant.
8183         [POSIX] (IXANY): Likewise.
8184         [POSIX] (OLCUC): Likewise.
8185         [POSIX || POSIX2008] (CBAUD): Do not allow.
8186         [POSIX || POSIX2008] (DEFECHO): Likewise.
8187         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8188         [POSIX || POSIX2008] (ECHOKE): Likewise.
8189         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8190         [POSIX || POSIX2008] (EXTA): Likewise.
8191         [POSIX || POSIX2008] (EXTB): Likewise.
8192         [POSIX || POSIX2008] (FLUSHO): Likewise.
8193         [POSIX || POSIX2008] (LOBLK): Likewise.
8194         [POSIX || POSIX2008] (PENDIN): Likewise.
8195         [POSIX || POSIX2008] (SWTCH): Likewise.
8196         [POSIX || POSIX2008] (VDISCARD): Likewise.
8197         [POSIX || POSIX2008] (VDSUSP): Likewise.
8198         [POSIX || POSIX2008] (VLNEXT): Likewise.
8199         [POSIX || POSIX2008] (VREPRINT): Likewise.
8200         [POSIX || POSIX2008] (VSTATUS): Likewise.
8201         [POSIX || POSIX2008] (VWERASE): Likewise.
8202         (B*): Change to B[0123456789]*.
8203         * conform/data/time.h-data [POSIX || UNIX98]
8204         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8205         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8206         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8207         [POSIX] (tm_*): Do not allow.
8209 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8211         * Makefile (install): Don't set LANGUAGE.
8212         * Makefile.in (install): Likewise.
8213         * assert/Makefile (test-assert-ENV): Remove variable.
8214         (test-assert-perr-ENV): Likewise.
8215         * elf/Makefile (neededtest4-ENV): Likewise.
8216         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8217         [$(cross-compiling) = no]: Don't set LANGUAGE.
8218         * io/ftwtest-sh (LANG): Remove variable.
8219         * libio/Makefile (tst-widetext-ENV): Likewise.
8220         * manual/install.texi (Running make install): Don't refer to
8221         environment settings for make install.
8222         * INSTALL: Regenerated.
8223         * nptl/tst-tls6.sh: Don't set LANG.
8224         * posix/globtest.sh (LANG): Remove variable.
8225         * string/Makefile (tester-ENV): Likewise.
8226         (inl-tester-ENV): Likewise.
8227         (noinl-tester-ENV): Likewise.
8228         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8229         [$(cross-compiling) = no]: Don't set LANGUAGE.
8230         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8231         without explicit environment settings.
8233 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8235         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8236         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8237         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8238         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8240 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8242         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8243         other files in the crypt directory.
8244         * crypt/crypt.c: Remove duplicate includes.
8245         * crypt/crypt-entry.c: Likewise.
8246         * crypt/crypt_util.c: Likewise.
8248 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8250         * Makeconfig (run-program-env): New variable.
8251         (run-program-prefix-before-env): Likewise.
8252         (run-program-prefix-after-env): Likewise.
8253         (run-program-prefix): Define in terms of new variables.
8254         (built-program-cmd-before-env): New variable.
8255         (built-program-cmd-after-env): Likewise.
8256         (built-program-cmd): Define in terms of new variables.
8257         (test-program-prefix-before-env): New variable.
8258         (test-program-prefix-after-env): Likewise.
8259         (test-program-prefix): Define in terms of new variables.
8260         (test-program-cmd-before-env): New variable.
8261         (test-program-cmd-after-env): Likewise.
8262         (test-program-cmd): Define in terms of new variables.
8263         * Rules (make-test-out): Use $(run-program-env).
8264         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8265         (help): Do not mention environment variables.  Mention
8266         --timeoutfactor option.
8267         (timeoutfactor): New variable.
8268         (blacklist_exports): Remove function.
8269         (exports): Remove variable.
8270         (command): Do not include ${exports}.
8271         * manual/install.texi (Configuring and compiling): Do not mention
8272         test wrappers preserving environment variables.  Mention that last
8273         assignment to a variable must take precedence.
8274         * INSTALL: Regenerated.
8275         * benchtests/Makefile (run-bench): Use $(run-program-env).
8276         * catgets/Makefile ($(objpfx)test1.cat): Use
8277         $(built-program-cmd-before-env), $(run-program-env) and
8278         $(built-program-cmd-after-env).
8279         ($(objpfx)test2.cat): Do not specify environment variables
8280         explicitly.
8281         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8282         $(run-program-env) and $(built-program-cmd-after-env).
8283         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8284         $(run-program-env) and $(test-program-cmd-after-env).
8285         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8286         explicitly.
8287         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8288         run_program_env and test_program_cmd_after_env arguments.
8289         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8290         * elf/tst-pathopt.sh: Use run_program_env argument.
8291         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8292         $(test-wrapper-env) and $(run-program-env).
8293         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8294         run_program_env arguments.
8295         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8296         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8297         $(test-program-prefix-before-env), $(run-program-env) and
8298         $(test-program-prefix-after-env).
8299         ($(objpfx)tst-gettext2.out): Likewise.
8300         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8301         run_program_env and test_program_prefix_after_env arguments.
8302         * intl/tst-gettext2.sh: Likewise.
8303         * intl/tst-gettext4.sh: Do not set environment variables
8304         explicitly.
8305         * intl/tst-gettext6.sh: Likewise.
8306         * intl/tst-translit.sh: Likewise.
8307         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8308         $(test-program-prefix-before-env), $(run-program-env) and
8309         $(test-program-prefix-after-env).
8310         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8311         run_program_env and test_program_prefix_after_env arguments.
8312         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8313         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8314         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8315         explicitly with each use of ${test_wrapper_env}.
8316         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8317         $(test-program-prefix-before-env), $(run-program-env) and
8318         $(test-program-prefix-after-env).
8319         * posix/tst-getconf.sh: Do not set environment variables
8320         explicitly.
8321         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8322         run_program_env and test_program_prefix_after_env arguments.
8323         * stdio-common/tst-printf.sh: Do not set environment variables
8324         explicitly.
8325         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8326         $(test-program-prefix-before-env), $(run-program-env) and
8327         $(test-program-prefix-after-env).
8328         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8329         run_program_env and test_program_prefix_after_env arguments.
8330         Split $test calls into $test_pre and $test.
8331         * timezone/Makefile (build-testdata): Use
8332         $(built-program-cmd-before-env), $(run-program-env) and
8333         $(built-program-cmd-after-env).
8335 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8337         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8338         strlen for non SHARED builds.
8340 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8342         * nptl/allocatestack.c (check_list): Inlined function...
8343         (__reclaim_stacks): ... here.
8345 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8347         [BZ #15698]
8348         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8349         memory overrun.
8351 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8353         * Rules (make-test-out): Include
8354         LOCPATH=$(common-objpfx)localedata in default environment.
8355         * debug/Makefile (tst-chk1-ENV): Remove variable.
8356         (tst-chk2-ENV): Likewise.
8357         (tst-chk3-ENV): Likewise.
8358         (tst-chk4-ENV): Likewise.
8359         (tst-chk5-ENV): Likewise.
8360         (tst-chk6-ENV): Likewise.
8361         (tst-lfschk1-ENV): Likewise.
8362         (tst-lfschk2-ENV): Likewise.
8363         (tst-lfschk3-ENV): Likewise.
8364         (tst-lfschk4-ENV): Likewise.
8365         (tst-lfschk5-ENV): Likewise.
8366         (tst-lfschk6-ENV): Likewise.
8367         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8368         (tst-iconv7-ENV): Likewise.
8369         * intl/Makefile (LOCPATH-ENV): Likewise.
8370         (tst-codeset-ENV): Likewise.
8371         (tst-gettext3-ENV): Likewise.
8372         (tst-gettext5-ENV): Likewise.
8373         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8374         (tst-fopenloc-ENV): Likewise.
8375         (tst-fgetws-ENV): Remove variable.
8376         (tst-ungetwc1-ENV): Likewise.
8377         (tst-ungetwc2-ENV): Likewise.
8378         (bug-ungetwc2-ENV): Likewise.
8379         (tst-swscanf-ENV): Likewise.
8380         (bug-ftell-ENV): Likewise.
8381         (tst-fgetwc-ENV): Likewise.
8382         (tst-fseek-ENV): Likewise.
8383         (tst-ftell-partial-wide-ENV): Likewise.
8384         (tst-ftell-active-handler-ENV): Likewise.
8385         (tst-ftell-append-ENV): Likewise.
8386         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8387         (tst-regexloc-ENV): Likewise.
8388         (bug-regex1-ENV): Likewise.
8389         (tst-regex-ENV): Likewise.
8390         (tst-regex2-ENV): Likewise.
8391         (bug-regex5-ENV): Likewise.
8392         (bug-regex6-ENV): Likewise.
8393         (bug-regex17-ENV): Likewise.
8394         (bug-regex18-ENV): Likewise.
8395         (bug-regex19-ENV): Likewise.
8396         (bug-regex20-ENV): Likewise.
8397         (bug-regex22-ENV): Likewise.
8398         (bug-regex23-ENV): Likewise.
8399         (bug-regex25-ENV): Likewise.
8400         (bug-regex26-ENV): Likewise.
8401         (bug-regex30-ENV): Likewise.
8402         (bug-regex32-ENV): Likewise.
8403         (bug-regex33-ENV): Likewise.
8404         (bug-regex34-ENV): Likewise.
8405         (bug-regex35-ENV): Likewise.
8406         (tst-rxspencer-ENV): Likewise.
8407         (tst-rxspencer-no-utf8-ENV): Likewise.
8408         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8409         (tst-sscanf-ENV): Likewise.
8410         (tst-swprintf-ENV): Likewise.
8411         (tst-swscanf-ENV): Likewise.
8412         (test-vfprintf-ENV): Likewise.
8413         (scanf13-ENV): Likewise.
8414         (bug14-ENV): Likewise.
8415         (tst-grouping-ENV): Likewise.
8416         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8417         (tst-strtod3-ENV): Likewise.
8418         (tst-strtod4-ENV): Likewise.
8419         (tst-strtod5-ENV): Likewise.
8420         (testmb2-ENV): Likewise./
8421         * string/Makefile (tst-strxfrm-ENV): Likewise.
8422         (tst-strxfrm2-ENV): Likewise.
8423         (bug-strcoll1-ENV): Likewise.
8424         (test-strcasecmp-ENV): Likewise.
8425         (test-strncasecmp-ENV): Likewise.
8426         * time/Makefile (tst-strptime-ENV): Likewise.
8427         (tst-ftime_l-ENV): Likewise.
8428         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8429         (tst-mbrtowc-ENV): Likewise.
8430         (tst-wcrtomb-ENV): Likewise.
8431         (tst-mbrtowc2-ENV): Likewise.
8432         (tst-c16c32-1-ENV): Likewise.
8433         (tst-mbsnrtowcs-ENV): Likewise.
8435 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8437         * manual/resource.texi (How to get information about the memory
8438         subsystem?): Fix typo.
8439         Reported by Peon de la Parra Ivan <peon@keba.com>
8441 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8443         [BZ #16882]
8444         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8445         (pthread_spin_lock): Branch out of spin loop to proper location.
8446         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8447         (pthread_spin_lock): Likewise.
8449         * nptl/tst-spin4.c: New test.
8450         * nptl/Makefile (tests): Add tst-spin4.
8452 2014-06-03  Andreas Schwab  <schwab@suse.de>
8454         [BZ #15946]
8455         * resolv/res_send.c (send_dg): Reload file descriptor after
8456         calling reopen.
8458 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8460         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8462 2014-06-03  Richard Henderson  <rth@redhat.com>
8464         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8465         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8466         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8467         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
8468         in the SAVE_PID block.
8469         (__libc_vfork): New alias.
8470         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
8472         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8473         child in registers, not on the stack.  Remove RESET_PID conditionals.
8474         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8476 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8478         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8480 2014-06-03  Wilco  <wdijkstr@arm.com>
8482         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
8483         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
8484         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8485         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
8486         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
8487         Likewise.
8489 2014-06-03  Wilco  <wdijkstr@arm.com>
8491         * sysdeps/aarch64/fpu/math_private.h
8492         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
8493         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
8494         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
8495         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8496         Fix declarations.
8498 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8500         * crypt/crypt-private.h: Include ufc-crypt.h.
8501         (__b64_from_24bit): Declare extern.
8502         * crypt/crypt_util.c(__b64_from_24bit): New function.
8503         (b64t): New static const variable.
8504         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
8505         (b64t): Remove variable.
8506         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
8507         * crypt/sha256-crypt.c: Include crypt-private.h.
8508         (b64t): Remove variable.
8509         (__sha256_crypt_r): Remove b64_from_24bit and replace
8510         with __b64_from_24bit.
8511         * crypt/sha512-crypt.c: Likewise.
8513 2014-06-02  Roland McGrath  <roland@hack.frob.com>
8515         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
8516         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
8517         Label the code __libc_vfork rather than __vfork.
8518         [!NOT_IN_libc] (vfork): Define as weak alias.
8519         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
8520         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
8521         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
8523 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8525         * malloc/malloc.c (malloc_info): Fix format specifier for
8526         n_mmaps.
8528 2014-06-02  Wilco  <wdijkstr@arm.com>
8530         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
8531         FPCR write.
8533 2014-06-02  Wilco  <wdijkstr@arm.com>
8535         [BZ #17009]
8536         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
8537         Rewrite to reduce FPCR/FPSR accesses.
8539 2014-06-01  David S. Miller  <davem@davemloft.net>
8541         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8543 2014-05-31  David S. Miller  <davem@davemloft.net>
8545         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
8546         to occur in round to nearest mode when |x| >= 2.0
8548 2014-05-30  Richard Henderson  <rth@twiddle.net>
8550         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
8551         (PSEUDO_RET_NOERRNO): Remove.
8552         (ret): Don't redefine.
8553         (ret_NOERRNO): Define in terms of ret.
8554         (ret_ERRVAL): Likewise.
8556         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
8557         use of PSEUDO_RET; perform the error check directly.
8559 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
8561         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
8562         with __int128_t.
8564 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8566         * malloc/malloc (malloc_info): Fix formatting.
8568 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8569             Roland McGrath  <roland@hack.frob.com>
8571         * malloc/malloc (malloc_info): Also print mmapped statistics.
8573 2014-05-30  Roland McGrath  <roland@hack.frob.com>
8575         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
8576         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
8578 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
8580         * malloc/malloc.c (malloc_info): Inline mi_arena.
8582 2014-05-29  Richard Henderson  <rth@twiddle.net>
8584         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
8585         Remove comma before expanding ASM_ARGS_##nr.
8586         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
8587         Make _x0 a strict output; make _x8 a strict input; adjust expansion
8588         of ASM_ARGS_##nr.
8589         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
8590         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
8591         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
8592         (ASM_ARGS_1): Add leading comma.
8594         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
8595         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
8596         to __errno_location.
8597         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
8598         Remove the expected plt for __errno_location.
8600         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8601         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
8602         call to __read_tp.
8604         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8605         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
8606         it and break it down.
8607         (DOCARGS_0, DOCARGS_1): Do nothing.
8608         (DOCARGS_2): Update to store into the new stack frame.
8609         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
8610         (UNDOCARGS_1): Update to restore from the new stack frame.
8611         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
8612         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
8614         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8615         (SINGLE_THREAD_P): New parameter for result regno.
8616         (PSEUDO): Update to match; use cbz instead of beq.
8618         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8619         Use ENTRY to define the _nocancel entry point.  Share the syscall
8620         and syscall error check paths with the cancel path.
8621         (PSEUDO_END): New.
8623         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
8624         whitespace; tabs before and after asm mnemonics.
8626 2014-05-29  Eric Wong  <normalperson@yhbt.net>
8628         [BZ #15132]
8629         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8630         Call fstat64 or stat64 internally, depending on arguments passed.
8631         Replace stat buffer argument with file descriptor argument.
8632         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
8633         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8634         Pass fd to __internal_statvfs instead of calling fstat64.
8635         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
8636         Pass fd to __internal_statvfs64 instead of calling fstat64.
8637         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
8638         Pass -1 to __internal_statvfs instead of calling stat64.
8639         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
8640         Pass -1 to __internal_statvfs64 instead of calling stat64.
8642 2014-05-28  Roland McGrath  <roland@hack.frob.com>
8644         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
8645         that was previously under [RESET_PID].
8646         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
8648         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
8649         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
8651 2014-05-27  Roland McGrath  <roland@hack.frob.com>
8653         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
8655         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
8656         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
8658 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
8660         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
8662 2014-05-27  Andreas Schwab  <schwab@suse.de>
8664         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
8665         TLS_INIT_TP macro.
8666         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
8667         * elf/rtld.c (init_tls, dl_main): Likewise.
8668         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
8669         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
8670         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
8671         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
8672         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
8673         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
8674         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
8675         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
8676         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
8677         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
8678         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
8679         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
8680         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
8681         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
8682         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
8683         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
8684         * sysdeps/generic/tls.h: Update description.
8686 2014-05-27  Will Newton  <will.newton@linaro.org>
8688         [BZ #16990]
8689         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
8690         and restore r2 rather than just restoring.
8692 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8694         [BZ #16724]
8695         * libio/tst-ftell-append.c: New test case.
8696         * libio/Makefile (tests): Add test case.
8697         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
8698         append mode.
8699         * libio/wfileops.c (do_ftell_wide): Likewise.
8701 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8703         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8705         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
8706         ...
8707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
8708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
8709         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
8710         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
8711         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
8712         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
8713         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
8714         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
8715         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
8716         Moved ...
8717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
8718         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
8719         Moved ...
8720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
8721         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
8722         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
8723         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
8724         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
8725         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
8726         ...
8727         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
8728         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
8729         Moved ...
8730         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
8731         here.
8732         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
8733         ...
8734         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
8735         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
8736         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
8738         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
8739         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
8740         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
8741         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
8743         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
8744         merge into ...
8745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
8746         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
8747         ...
8748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
8749         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
8750         ...
8751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
8752         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
8753         Moved ...
8754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
8755         here.
8756         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
8757         Moved ...
8758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
8759         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
8760         Moved ...
8761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
8763         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
8764         conditional [RESET_PID].
8765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
8766         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
8767         removed.
8768         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
8769         removed.
8771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
8772         <tcb-offsets.h>.
8773         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8774         (__libc_vfork): New strong alias.
8775         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
8776         removed.
8777         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
8778         Removed.
8780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
8781         <tcb-offsets.h>.
8782         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
8783         (__libc_vfork): New strong alias.
8784         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
8785         removed.
8786         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
8787         removed.
8789 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
8791         * malloc/malloc.c (mi_arena): New function.
8792         (malloc_info): Remove nested function mi_arena. Call non-nosted
8793         function mi_arena.
8795 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8797         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
8798         by insrwi.
8799         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
8800         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
8801         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
8802         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
8803         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
8804         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
8805         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
8807 2014-05-26  Andreas Schwab  <schwab@suse.de>
8809         [BZ #16984]
8810         * locale/programs/repertoire.c (repertoire_read): Add slash
8811         between I18NPATH element and file name.
8812         * locale/programs/locfile.c (locfile_read): Likewise.
8814 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8816         * nptl/pthread_mutexattr_settype.c
8817         (__pthread_mutexattr_settype):
8818         Disable lock elision for PTHREAD_MUTEX_NORMAL.
8820 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8822         * nptl/tst-mutex5 (do_test):
8823         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
8825 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8827         * benchtests/README: Document 'init' directive.
8828         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
8829         BENCH_INIT.
8830         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
8831         (parse_file): Recognize 'init' directive.
8833 2014-05-26  Kyle McMartin  <kyle@redhat.com>
8835         [BZ #16796]
8836         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
8837         alignment of struct pthread.
8839 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8841         [BZ #16878]
8842         * nscd/netgroupcache.c (addgetnetgrentX): Look for
8843         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8844         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
8845         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8847 2014-05-25  Richard Henderson  <rth@twiddle.net>
8849         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8850         (SINGLE_THREAD_P_PIC): Remove.
8851         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
8852         (SINGLE_THREAD_P_PIC): Remove.
8854         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
8855         branch to syscall error ...
8856         (PSEUDO): ... here.
8857         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
8858         from __local_syscall_error to .Lsyscall_error.
8859         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
8860         (SYSCALL_ERROR): Update label name.
8862         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8863         Do not use DOARGS/UNDOARGS.
8864         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
8865         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
8866         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
8867         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
8868         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
8870         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
8871         block comment.
8873         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
8874         define if !NOT_IN_libc.
8875         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
8876         define with non-default symbol versions.
8878 2014-05-23  Richard Henderson  <rth@twiddle.net>
8880         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
8881         (vfork, __vfork): Define via compat_symbol.
8883         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
8884         [!HAVE_IFUNC] (vfork_compat): Remove.
8885         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
8887 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
8889         [BZ #16978]
8890         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
8891         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
8892         variable.
8894 2014-05-23  Richard Henderson  <rth@twiddle.net>
8896         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
8897         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
8898         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
8899         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
8901         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
8902         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
8903         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
8904         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
8905         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
8906         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
8907         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
8908         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
8909         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
8910         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
8911         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
8912         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
8913         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
8914         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
8915         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
8916         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
8917         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
8918         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
8919         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
8920         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
8921         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
8922         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
8923         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
8924         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
8925         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
8926         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
8927         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
8928         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
8929         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
8930         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
8931         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
8932         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
8933         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
8934         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
8935         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
8936         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
8937         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
8938         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
8939         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
8940         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
8941         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
8942         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
8943         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
8944         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
8945         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
8946         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
8947         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
8948         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
8949         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
8950         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
8951         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
8952         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
8953         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
8954         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
8955         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
8956         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
8958         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
8959         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
8960         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
8961         before exiting on error.
8962         (__libc_vfork): New strong alias.
8963         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
8964         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
8966         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
8967         that was previously under [RESET_PID].
8968         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
8970         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
8972 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
8974         [BZ #16977]
8975         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
8976         value when x - 1 is zero.
8977         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
8978         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
8979         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
8980         0.0L for an argument of 1.0L.
8981         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
8982         Likewise.
8983         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
8984         value when x - 1 is zero.
8985         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
8986         * sysdeps/i386/fpu/libm-test-ulps: Update.
8987         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8989 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
8991         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
8992         alphasort and versionsort.
8994 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8996         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
8997         macro.
8998         [copysignf]: Likewise.
9000 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9002         * crypt/md5-crypt.c: Fix formatting.
9004 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9006         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9007         (b64_from_24bit): New function.
9009 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9011         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9012         libc_hidden_builtin_def to ifunc.
9013         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9014         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9016 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9018         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9019         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9021 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9023         * nscd/Depend (linuxthreads): Remove.
9024         (nptl): Add.
9025         * resolv/Depend (linuxthreads): Remove.
9026         * rt/Depend (linuxthreads): Remove.
9028         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9029         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9030         $(common-objpfx)elf/.
9031         (link-libc-before-gnulib): Likewise.
9032         (elfobjdir): Remove variable.
9033         * Makefile (install): Use $(elf-objpfx) instead of
9034         $(common-objpfx)elf/.
9035         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9036         $(elfobjdir)/.
9037         (link-libc-deps): Likewise.
9038         ($(common-objpfx)libc.so): Likewise.
9039         ($(common-objpfx)linkobj/libc.so): Likewise.
9040         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9041         instead of $(common-objpfx)elf/.
9042         (symbolic-link-list): Likewise.
9043         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9044         [$(cross-compiling) = no]: Likewise.
9045         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9046         $(elfobjdir)/.
9047         (static-gnulib-arch): Likewise.
9048         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9049         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9050         $(common-objpfx)elf/.
9052 2014-05-21  Richard Henderson  <rth@redhat.com>
9054         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9055         (SINGLE_THREAD_P): Use the correct width load.  Fold
9056         into the ldr offset.
9058         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9059         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9061 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9063         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9064         (libgcc_s_resume): Use __attribute_used__.
9065         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9066         Likewise.
9068 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9070         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9071         optimization when used with float constants.
9073         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9075 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9077         [BZ #16915]
9078         * locale/nl_langinfo_l.c: Make direct reference to every
9079         _nl_current_CATEGORY symbol.
9080         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9081         (tests-static): Add tst-langinfo-static.
9082         (tests-special): Add tst-langinfo-static.out.
9083         ($(objpfx)tst-langinfo.out): Redirect output.
9084         ($(objpfx)tst-langinfo-static.out): New.
9085         * localedata/tst-langinfo.sh: Send output to stdout.
9086         * localedata/tst-langinfo-static.c: New file.
9088         [BZ #16965]
9089         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9090         when the shift amount is modulo the limb size.
9092 2014-05-20  Richard Henderson  <rth@redhat.com>
9094         [BZ #16967]
9095         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9096         Change type of sa_flags from unsigned int to int.
9098         [BZ #16966]
9099         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9101         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9103 2014-05-20  Will Newton  <will.newton@linaro.org>
9105         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9106         Test the return value of the system call in the nocancel case.
9108 2014-05-20  Will Newton  <will.newton@linaro.org>
9109             Yvan Roux  <yvan.roux@linaro.org>
9111         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9112         #include of asm/ptrace.h.
9113         (PTRACE_GET_THREAD_AREA): Remove #undef.
9114         (PTRACE_GETHBPREGS): Likewise.
9115         (PTRACE_SETHBPREGS): Likewise.
9116         (struct user_regs_struct): New structure.
9117         (struct user_fpsimd_struct): New structure.
9118         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9119         #include of asm/ptrace.h and second #include of sys/user.h.
9120         (PTRACE_GET_THREAD_AREA): Remove #undef.
9121         (PTRACE_GETHBPREGS): Likewise.
9122         (PTRACE_SETHBPREGS): Likewise.
9123         (ELF_NGREG): Use new struct user_regs_struct.
9124         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9126 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9128         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9129         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9131 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9133         [BZ #16958]
9134         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9135         membar to avoid block loads/stores to overlap previous stores.
9137 2014-05-17  Richard Henderson  <rth@redhat.com>
9139         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9140         Create the __##syscall_name##_nocancel entry point.
9141         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9142         Remove; let the sysdep-cancel.h code create it.
9144 2014-05-17  David S. Miller  <davem@davemloft.net>
9146         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9147         Protect with __USE_GNU.
9148         (TIOCSET_TEMPT): Likewise.
9149         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9150         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9151         these are already provided in bits/ioctl-types.h
9153 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9155         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9156         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9158         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9159         Use wait4 regardless of [__NR_waitpid].
9161 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9163         PR libgcc/60166
9164         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9165         (_FP_NANSIGN_Q): Set the quiet bit.
9167 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9169         * benchtests/Makefile
9170         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9171         not $(common-objpfx)math/libm.so.
9172         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9173         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9174         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9175         $(common-objpfx)dlfcn/libdl.so.
9176         ($(objpfx)tst-audit8): Depend on $(libm), not
9177         $(common-objpfx)math/libm.so.
9178         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9179         not $(common-objpfx)dlfcn/libdl.so.
9180         * math/Makefile
9181         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9182         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9183         [$(build-shared) = yes].
9184         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9185         $(common-objpfx)nptl/libpthread.so.
9186         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9187         $(common-objpfx)math/libm.so$(libm.so-version) or
9188         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9189         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9190         $(common-objpfx)dlfcn/libdl.so.
9191         * setjmp/Makefile (link-libm): Remove variable.
9192         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9193         * stdio-common/Makefile (link-libm): Remove variable.
9194         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9195         * stdlib/Makefile (link-libm): Remove variable.
9196         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9197         ($(objpfx)tst-strtod-round): Likewise.
9198         ($(objpfx)tst-tininess): Likewise.
9199         ($(objpfx)tst-strtod-underflow): Likewise.
9200         ($(objpfx)tst-strtod6): Likewise.
9201         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9202         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9203         $(common-objpfx)dlfcn/libdl.so.
9205 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9207         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9208         BSD terminal modes definitions.
9210 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9212         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9213         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9215         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9216         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9217         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9218         Don't do #include_next.
9219         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9220         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9221         Don't do #include_next.
9222         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9223         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9224         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9225         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9227 2014-05-16  Allan McRae  <allan@archlinux.org>
9229         * po/sv.po: Update Swedish translation from translation project.
9231         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9232         in sed expression.
9234 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9236         [BZ #16917]
9237         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9238         errno if the TIOCGPTN ioctl fails with an error different than
9239         EINVAL.
9240         * login/tst-ptsname.c: New file.
9241         * login/Makefile (tests): Add tst-ptsname.
9243         [BZ #16943]
9244         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9245         and prlimit64.
9247 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9249         [BZ #16849]
9250         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9251         herrno to return EAI_AGAIN.
9253 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9255         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9256         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9257         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9258         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9259         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9260         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9261         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9262         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9263         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9264         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9265         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9266         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9267         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9268         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9269         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9270         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9271         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9272         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9273         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9274         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9275         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9276         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9277         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9278         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9279         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9280         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9281         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9282         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9283         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9284         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9285         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9286         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9287         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9288         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9289         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9290         Moved ...
9291         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9292         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9293         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9294         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9295         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9296         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9297         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9298         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9299         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9300         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9301         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9302         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9303         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9304         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9305         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9306         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9307         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9308         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9309         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9310         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9311         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9312         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9313         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9314         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9315         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9316         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9317         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9318         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9319         Moved ...
9320         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9321         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9322         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9323         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9324         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9325         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9326         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9327         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9328         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9329         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9330         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9331         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9332         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9333         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9334         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9335         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9336         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9337         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9338         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9339         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9340         Moved ...
9341         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9342         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9343         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9345         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9346         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9347         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9348         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9349         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9350         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9351         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9352         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9353         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9354         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9355         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9356         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9357         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9358         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9359         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9360         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9361         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9362         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9363         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9364         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9365         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9366         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9367         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9368         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9369         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9370         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9371         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9372         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9373         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9374         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9375         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9377         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9378         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9380         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9381         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9382         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9383         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9384         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9385         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9386         Moved ...
9387         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9388         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9389         Moved ...
9390         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9391         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9392         Moved ...
9393         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9394         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9395         Moved ...
9396         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9397         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9398         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9399         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9400         Moved ...
9401         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9402         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9403         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9404         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9405         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9406         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9407         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9408         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9409         Moved ...
9410         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9411         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9412         Moved ...
9413         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9414         ... here.
9415         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9416         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9417         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9418         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9419         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9420         Moved ...
9421         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9422         ... here.
9423         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9424         Moved ...
9425         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9426         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9427         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9428         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9429         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9430         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9431         Moved ...
9432         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9433         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9434         Moved ...
9435         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9436         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9437         Moved ...
9438         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9439         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9440         Moved ...
9441         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9442         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9443         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9444         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9445         Moved ...
9446         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9447         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9448         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9449         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9450         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9451         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9452         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9453         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9454         Moved ...
9455         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9456         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9457         Moved ...
9458         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9459         ... here.
9460         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9461         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9462         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9463         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9464         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9465         Moved ...
9466         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9467         ... here.
9468         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9469         Moved ...
9470         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9471         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9472         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9473         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9474         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9475         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9476         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9477         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9478         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
9479         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
9480         Moved ...
9481         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
9482         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
9483         Moved ...
9484         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
9485         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
9486         Moved ...
9487         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
9488         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
9489         Moved ...
9490         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
9491         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
9492         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
9493         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
9494         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
9495         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
9496         Moved ...
9497         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
9498         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
9499         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
9500         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
9501         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
9502         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
9503         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
9504         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
9505         Moved ...
9506         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
9507         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9508         Moved ...
9509         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9510         ... here.
9511         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
9512         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
9513         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
9514         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
9515         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9516         Moved ...
9517         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9518         ... here.
9519         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
9520         Moved ...
9521         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
9522         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
9523         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
9524         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
9525         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
9526         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
9527         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
9528         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
9529         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
9530         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
9531         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
9533         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
9534         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
9536         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
9537         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
9539         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
9540         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
9541         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
9542         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
9543         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
9544         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
9545         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
9546         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
9547         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
9548         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
9549         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
9550         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
9551         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
9552         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
9553         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
9554         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
9555         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
9556         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
9557         Moved ...
9558         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
9559         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
9560         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
9561         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
9562         Moved ...
9563         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
9564         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
9565         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
9566         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
9567         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
9568         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
9569         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
9570         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
9571         Moved ...
9572         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
9573         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
9574         Moved ...
9575         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
9576         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
9577         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
9578         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
9579         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
9580         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
9581         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
9582         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
9583         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
9584         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
9585         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
9586         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
9587         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
9588         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
9589         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
9590         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
9591         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
9593         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
9594         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
9595         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
9596         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
9597         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
9599         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
9600         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
9601         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
9602         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
9603         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
9604         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
9605         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
9606         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
9607         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
9608         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
9610         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
9611         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
9613         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
9614         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
9615         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
9616         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
9617         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
9618         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
9619         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
9620         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
9621         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
9622         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
9623         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
9624         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
9625         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
9626         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
9627         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
9628         Update #include.
9629         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
9630         Likewise.
9631         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9632         Likewise.
9633         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9634         Likewise.
9635         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9636         Likewise.
9637         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
9638         Likewise.
9639         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
9640         Likewise.
9641         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9642         Likewise.
9643         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
9644         Likewise.
9645         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
9646         Likewise.
9647         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
9648         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
9649         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
9650         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
9651         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
9652         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
9653         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
9654         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
9655         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
9656         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
9657         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
9658         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
9659         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
9660         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
9661         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
9663         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
9664         that was previously under [RESET_PID].
9665         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
9666         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
9667         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
9669         * sysdeps/i386/nptl/Implies: New file.
9670         * sysdeps/x86_64/nptl/Implies: New file.
9671         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
9672         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
9673         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
9674         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
9676         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
9677         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9678         (__libc_vfork): New strong alias.
9679         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
9680         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
9682         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
9683         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9684         (__libc_vfork): New strong alias.
9685         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
9686         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
9688         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
9689         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9690         (__libc_vfork): New strong alias.
9691         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
9692         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
9693         * nptl/pt-vfork.c: New file.
9694         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
9695         (libpthread: GLIBC_2.20): New version set (empty).
9697 2014-05-14  Will Newton  <will.newton@linaro.org>
9699         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
9700         rather than #if.
9702 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9704         [BZ #16564]
9705         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
9706         arguments with exponent 65 or above.
9707         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
9708         arguments 0x1p113L or above.
9709         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
9710         to arguments 0x1p107L or above.
9711         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
9712         positive arguments with exponent 65 or above.
9713         * math/auto-libm-test-in: Add more tests of log1p.
9714         * math/auto-libm-test-out: Regenerated.
9716         [BZ #16928]
9717         * math/s_cacos.c (__cacos): Ensure zero real part of result from
9718         non-finite arguments is +0.
9719         * math/s_cacosf.c (__cacosf): Likewise.
9720         * math/s_cacosl.c (__cacosl): Likewise.
9721         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
9722         * sysdeps/i386/fpu/libm-test-ulps: Update.
9723         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9725         [BZ #16927]
9726         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
9727         value.
9728         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
9729         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
9730         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
9731         for explicit high bit of mantissa when testing for argument equal
9732         to 1.
9733         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
9734         * sysdeps/i386/fpu/libm-test-ulps: Update.
9735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9737         [BZ #16516]
9738         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
9739         (__erf): Scale by 16 instead of 8 in potentially underflowing
9740         case.  Ensure exception if result actually underflows.
9741         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
9742         (__erff): Scale by 16 instead of 8 in potentially underflowing
9743         case.  Ensure exception if result actually underflows.
9744         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
9745         (efx8): Remove variable.
9746         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9747         case.  Ensure exception if result actually underflows.
9748         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
9749         (efx8): Remove variable.
9750         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9751         case.  Ensure exception if result actually underflows.
9752         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
9753         (efx8): Remove variable.
9754         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9755         case.  Ensure exception if result actually underflows.
9756         * math/auto-libm-test-in: Add more tests of erf.
9757         * math/auto-libm-test-out: Regenerated.
9759 2014-05-14  Andreas Schwab  <schwab@suse.de>
9761         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
9762         Remove code conditionalized on USE___THREAD.
9764         * config.h.in (HAVE_PT_CHOWN): Define as 0.
9765         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
9766         not definedness.
9768 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9770         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
9771         Define unconditionally.
9772         (__ASSUME_O_CLOEXEC): Likewise.
9773         (__ASSUME_SOCK_CLOEXEC): Likewise.
9774         (__ASSUME_IN_NONBLOCK): Likewise.
9775         (__ASSUME_PIPE2): Likewise.
9776         (__ASSUME_EVENTFD2): Likewise.
9777         (__ASSUME_SIGNALFD4): Likewise.
9778         (__ASSUME_DUP3): Likewise.
9779         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9780         (__ASSUME_DUP3): Do not define.
9781         (__ASSUME_EVENTFD2): Likewise.
9782         (__ASSUME_IN_NONBLOCK): Likewise.
9783         (__ASSUME_O_CLOEXEC): Likewise.
9784         (__ASSUME_PIPE2): Likewise.
9785         (__ASSUME_SIGNALFD4): Likewise.
9786         (__ASSUME_SOCK_CLOEXEC): Likewise.
9787         (__ASSUME_UTIMES): Undefine.
9788         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9789         (__ASSUME_UTIMES): Do not define.
9790         (__ASSUME_O_CLOEXEC): Likewise.
9791         (__ASSUME_SOCK_CLOEXEC): Likewise.
9792         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
9793         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
9794         0x020621].
9795         (__ASSUME_PIPE2): Likewise.
9796         (__ASSUME_EVENTFD2): Likewise.
9797         (__ASSUME_SIGNALFD4): Likewise.
9798         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
9799         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
9800         Do not define.
9801         (__ASSUME_EVENTFD2): Likewise.
9802         (__ASSUME_SIGNALFD4): Likewise.
9803         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
9804         (__ASSUME_32BITUIDS): Likewise.
9805         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
9806         (__ASSUME_IPC64): Likewise.
9807         (__ASSUME_ST_INO_64_BIT): Likewise.
9808         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
9809         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
9810         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9811         (__ASSUME_UTIMES): Do not define.
9812         (__ASSUME_PSELECT): Likewise.
9813         (__ASSUME_PPOLL): Likewise.
9814         (__ASSUME_O_CLOEXEC): Likewise.
9815         (__ASSUME_SOCK_CLOEXEC): Likewise.
9816         (__ASSUME_IN_NONBLOCK): Likewise.
9817         (__ASSUME_PIPE2): Likewise.
9818         (__ASSUME_EVENTFD2): Likewise.
9819         (__ASSUME_SIGNALFD4): Likewise.
9820         (__ASSUME_DUP3): Likewise.
9821         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9822         (__ASSUME_UTIMES): Likewise.
9823         (__ASSUME_O_CLOEXEC): Likewise.
9824         (__ASSUME_SOCK_CLOEXEC): Likewise.
9825         (__ASSUME_IN_NONBLOCK): Likewise.
9826         (__ASSUME_PIPE2): Likewise.
9827         (__ASSUME_EVENTFD2): Likewise.
9828         (__ASSUME_SIGNALFD4): Likewise.
9829         (__ASSUME_DUP3): Likewise.
9830         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9831         (__ASSUME_UTIMES): Likewise.
9832         (__ASSUME_O_CLOEXEC): Likewise.
9833         (__ASSUME_SOCK_CLOEXEC): Likewise.
9834         (__ASSUME_IN_NONBLOCK): Likewise.
9835         (__ASSUME_PIPE2): Likewise.
9836         (__ASSUME_EVENTFD2): Likewise.
9837         (__ASSUME_SIGNALFD4): Likewise.
9838         (__ASSUME_DUP3): Likewise.
9839         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
9840         Likewise.
9841         (__ASSUME_UTIMES): Likewise.
9842         (__ASSUME_EVENTFD2): Likewise.
9843         (__ASSUME_SIGNALFD4): Likewise.
9844         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9845         (__ASSUME_O_CLOEXEC): Likewise.
9846         (__ASSUME_SOCK_CLOEXEC): Likewise.
9847         (__ASSUME_IN_NONBLOCK): Likewise.
9848         (__ASSUME_PIPE2): Likewise.
9849         (__ASSUME_EVENTFD2): Likewise.
9850         (__ASSUME_SIGNALFD4): Likewise.
9851         (__ASSUME_DUP3): Likewise.
9852         (__ASSUME_UTIMES): Undefine.
9854         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
9855         feclearexcept.  Remove symbol versioning code.
9856         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
9857         symbol versioning code.
9858         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
9859         symbol versioning code.
9860         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
9861         feupdateenv.  Remove symbol versioning code.
9862         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
9863         fegetexceptflag.  Remove symbol versioning code.
9864         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
9865         fesetexceptflag.  Remove symbol versioning code.
9866         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
9867         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
9868         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
9869         (__posix_fadvise64_l32): Remove prototype.
9870         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
9871         code.
9873 2014-05-13  Roland McGrath  <roland@hack.frob.com>
9875         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
9876         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
9877         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
9878         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
9880 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
9882         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
9883         current working directory
9885 2014-05-13  Roland McGrath  <roland@hack.frob.com>
9887         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
9888         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
9889         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
9890         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
9891         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
9892         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
9893         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
9894         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
9895         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
9896         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
9897         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
9898         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
9899         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
9900         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
9901         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
9902         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
9903         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
9904         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
9905         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
9906         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
9907         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
9908         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
9909         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
9910         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
9911         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
9912         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
9913         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
9914         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
9915         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
9916         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
9917         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
9918         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
9919         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
9920         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
9921         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
9922         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
9923         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
9924         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
9925         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
9926         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
9927         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
9928         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
9930         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
9931         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
9933         * sysdeps/unix/sysv/linux/arm/Makefile
9934         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
9935         Add rt-aeabi_unwind_cpp_pr1.
9936         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
9937         Add nptl-aeabi_unwind_cpp_pr1.
9938         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
9939         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
9940         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
9941         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9942         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
9943         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9945         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
9946         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
9947         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
9948         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
9950         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
9951         Deconditionalize the code that was previously under [RESET_PID].
9952         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
9954         * sysdeps/generic/exit-thread.h: New file.
9955         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
9956         * include/unistd.h (__exit_thread): Remove declaration.
9957         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
9958         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
9959         * csu/libc-start.c: Include <exit-thread.h>.
9960         (LIBC_START_MAIN): Pass no argument to __exit_thread.
9961         * nptl/pthread_create.c: Include <exit-thread.h>.
9962         (start_thread): Call __exit_thread in place of __exit_thread_inline.
9963         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
9964         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
9965         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
9966         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
9967         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
9968         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
9969         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
9970         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
9971         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
9972         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
9973         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
9974         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
9975         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
9976         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
9977         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
9978         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
9980 2014-05-13  Andreas Schwab  <schwab@suse.de>
9982         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
9984 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
9986         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9987         (__ASSUME_UTIMES): Do not condition on kernel version.
9988         (__ASSUME_PSELECT): Define unconditionally.
9989         (__ASSUME_PPOLL): Likewise.
9990         (__ASSUME_ATFCTS): Likewise.
9991         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
9992         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
9993         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
9994         (__ASSUME_UTIMENSAT): Define unconditionally.
9995         (__ASSUME_PRIVATE_FUTEX): Likewise.
9996         (__ASSUME_FALLOCATE): Likewise.
9997         (__ASSUME_O_CLOEXEC): Likewise.
9998         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
9999         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10000         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10001         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10002         (__ASSUME_IN_NONBLOCK): Likewise.
10003         (__ASSUME_PIPE2): Likewise.
10004         (__ASSUME_EVENTFD2): Likewise.
10005         (__ASSUME_SIGNALFD4): Likewise.
10006         (__ASSUME_DUP3): Likewise.
10007         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10008         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10009         (__ASSUME_AT_RANDOM): Likewise.
10010         (__ASSUME_PREADV): Likewise.
10011         (__ASSUME_PWRITEV): Likewise.
10012         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10013         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10014         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10015         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10016         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10017         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10018         (__ASSUME_O_CLOEXEC): Define unconditionally.
10019         (__ASSUME_PSELECT): Do not undefine conditionally.
10020         (__ASSUME_PPOLL): Likewise.
10021         (__ASSUME_ATFCTS): Likewise.
10022         (__ASSUME_SET_ROBUST_LIST): Likewise.
10023         (__ASSUME_UTIMENSAT): Likewise.
10024         (__ASSUME_FDATASYNC): Define unconditionally.
10025         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10026         (__ASSUME_SIGFRAME_V2): Likewise.
10027         )__ASSUME_EVENTFD2): Likewise.
10028         (__ASSUME_SIGNALFD4): Likewise.
10029         (__ASSUME_PSELECT): Do not undefine conditionally.
10030         (__ASSUME_PPOLL): Likewise.
10031         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10032         (__ASSUME_PSELECT): Define unconditionally.
10033         (__ASSUME_PPOLL): Likewise.
10034         (__ASSUME_O_CLOEXEC): Likewise.
10035         (__ASSUME_SOCK_CLOEXEC): Likewise.
10036         (__ASSUME_IN_NONBLOCK): Likewise.
10037         (__ASSUME_PIPE2): Likewise.
10038         (__ASSUME_EVENTFD2): Likewise.
10039         (__ASSUME_SIGNALFD4): Likewise.
10040         (__ASSUME_DUP3): Likewise.
10041         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10042         (__ASSUME_O_CLOEXEC): Likewise.
10043         (__ASSUME_SOCK_CLOEXEC): Likewise.
10044         (__ASSUME_IN_NONBLOCK): Likewise.
10045         (__ASSUME_PIPE2): Likewise.
10046         (__ASSUME_EVENTFD2): Likewise.
10047         (__ASSUME_SIGNALFD4): Likewise.
10048         (__ASSUME_DUP3): Likewise.
10049         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10050         (__ASSUME_EVENTFD2): Likewise.
10051         (__ASSUME_SIGNALFD4): Likewise.
10052         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10054 2014-05-12  Andreas Schwab  <schwab@suse.de>
10056         [BZ #16932]
10057         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10058         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10059         than maximum RPC packet size.
10060         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10061         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10062         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10063         (_nss_nis_getservbyport_r): Likewise.
10065 2014-05-12  Will Newton  <will.newton@linaro.org>
10067         * malloc/Makefile (tests): Add tst-mallopt.
10068         * malloc/tst-mallopt.c: New file.
10070 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10072         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10073         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10075 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10077         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10078         (tst-tlsmod6.so): Likewise.
10080 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10082         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10084 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10086         [BZ #16064]
10087         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10088         and <dl-procinfo.h>.
10089         (__fegetenv): Save SSE state in envp->__eip if supported.
10090         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10091         envp->__eip if supported.
10092         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10093         and <dl-procinfo.h>.
10094         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10095         __data_offset and __data_selector in environment to 0.  Set SSE
10096         state if supported.
10097         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10098         test-fenv-sse.
10099         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10100         -mfpmath=sse.
10101         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10103 2014-05-09  Will Newton  <will.newton@linaro.org>
10105         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10106         and libc_relro_required for ARM.
10107         * sysdeps/arm/preconfigure: Regenerate.
10109 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10110             Stefan Liebler  <stli@linux.vnet.ibm.com>
10112         * config.make.in (enable-lock-elision): New Makefile variable.
10113         * configure.ac: Likewise.
10114         * configure: Regenerate.
10115         * sysdeps/s390/configure.ac:
10116         Add check for gcc transactions support.
10117         * sysdeps/s390/configure: Regenerate.
10118         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10119         Build elision files if enabled.
10120         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10121         Add lock elision support for s390.
10122         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10123         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10124         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10125         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10126         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10127         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10128         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10129         Likewise.
10130         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10131         Likewise.
10132         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10133         Likewise.
10134         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10135         Likewise.
10136         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10137         (__lll_timedlock_elision, __lll_lock_elision)
10138         (__lll_unlock_elision, __lll_trylock_elision)
10139         (lll_timedlock_elision, lll_lock_elision)
10140         (lll_unlock_elision, lll_trylock_elision): Add.
10141         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10142         (pthread_mutex_t): Add lock elision support for s390.
10144 2014-05-14  Wilco  <wdijkstr@arm.com>
10146         * sysdeps/arm/fclrexcpt.c: Cleanup.
10147         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10148         * sysdeps/arm/feenablxcpt.c: Cleanup.
10149         * sysdeps/arm/fegetenv.c: Cleanup.
10150         * sysdeps/arm/fegetexcept.c: Cleanup.
10151         * sysdeps/arm/fegetround.c: Cleanup.
10152         * sysdeps/arm/feholdexcpt.c: Cleanup.
10153         * sysdeps/arm/fesetenv.c: Cleanup.
10154         * sysdeps/arm/fesetround.c: Cleanup.
10155         * sysdeps/arm/feupdateenv.c: Cleanup.
10156         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10157         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10158         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10159         * sysdeps/arm/ftestexcept.c: Cleanup.
10160         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10161         * sysdeps/arm/setfpucw.c: Cleanup.
10163 2014-05-09  Will Newton  <will.newton@linaro.org>
10165         * sysdeps/arm/armv7/strcmp.S: New file.
10166         * NEWS: Mention addition of ARMv7 optimized strcmp.
10168 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10170         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10171         look for %.ac rather than %.in.
10173         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10174         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10175         * sysdeps/mach/hurd/configure: Regenerated.
10176         * sysdeps/unix/sysv/linux/configure: Regenerated.
10178         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10180 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10182         [BZ# 16922]
10183         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10184         (LONG_SUB): Ditto.
10185         (PTR_SUB): Ditto.
10187 2014-05-07  Andreas Schwab  <schwab@suse.de>
10189         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10190         when skipping over non-matching result from nscd.
10192 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10194         [BZ #16876]
10195         * nptl/sockperf.c (client): Check socket return value.
10197         [BZ #16877]
10198         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10199         nscd security class.
10201 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10203         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10204         * sysdeps/arm/unwind.h: ... here.
10206 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10208         [BZ# 16916]
10209         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10210         Define.
10212 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10214         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10215         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10216         multiarch strncpy for PPC64.
10217         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10218         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10219         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10220         multiarch optimizations.
10221         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10222         (__libc_ifunc_impl_list): Likewise.
10223         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10224         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10225         multiarch stpncpy for PPC64.
10226         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10227         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10229 2014-05-06  Andreas Schwab  <schwab@suse.de>
10231         [BZ #16912]
10232         * gmon/mcount.c (_MCOUNT_DECL): Use
10233         atomic_compare_and_exchange_bool_acq instead of
10234         catomic_compare_and_exchange_bool_acq.
10236 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10238         * elf/Makefile (others, install-bin): Remove pldd.
10239         (pldd-modules): Variable removed.
10240         ($(objpfx)pldd): Target removed.
10241         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10242         (others, install-bin): Append pldd here.
10243         ($(objpfx)pldd): New target.
10245         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10246         to 0, so the first #if test emitted later doesn't see it undefined.
10247         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10248         * sysdeps/gnu/errlist.c: Regenerated.
10250 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10252         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10253         [libc_hidden_builtin_def]: Define to empty value.
10254         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10255         [libc_hidden_builtin_def]: Likewise.
10256         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10257         [libc_hidden_builtin_def]: Likewise.
10258         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10259         [libc_hidden_builtin_def]: Likewise.
10260         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10261         __redirect_memcpy and define ifunc as default hidden symbol.
10262         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10263         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10265 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10267         * locale/iso-4217.def: Reintroduce XDR currency.
10269 2014-05-04  Allan McRae  <allan@archlinux.org>
10271         * po/eo.po: Update Esperanto translation from translation project.
10273 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10275         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10276         and FEATURE_INDEX_MAX to 1.
10277         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10279 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10281         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10282         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10283         * iconvdata/big5.c (ONE_DIRECTION): Define.
10284         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10285         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10286         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10287         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10288         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10289         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10290         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10291         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10292         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10293         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10294         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10295         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10296         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10297         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10298         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10299         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10300         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10301         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10302         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10303         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10304         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10305         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10306         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10307         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10308         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10309         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10310         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10311         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10312         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10313         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10314         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10315         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10316         * iconvdata/johab.c (ONE_DIRECTION): Define.
10317         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10318         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10319         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10320         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10321         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10322         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10323         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10324         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10325         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10326         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10328 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10330         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10331         (_IO_JUMPS_OFFSET): Define to 0.
10333         * nptl/sysdeps/pthread/bits/libc-lock.h
10334         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10335         (__libc_lock_define_initialized_recursive): Always define using
10336         initializer.  Modern compilers treat uninitialized (implicit zero) and
10337         explicit zero initializers the same (i.e. put the datum in bss).
10339 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10341         * nscd/nscd-client.h: Include <string.h>.
10343 2014-05-01  David S. Miller  <davem@davemloft.net>
10345         [BZ #16885]
10346         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10347         multiple zero bytes exist at the end of a string.
10348         Reported by Aurelien Jarno <aurelien@aurel32.net>
10350         * string/test-strcmp.c (check): Add explicit test for situations where
10351         there are multiple zero bytes after the first.
10353 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10355         [BZ #16890]
10356         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10357         when compiling wprintf.
10358         * stdio-common/tstdiomisc.c (t3): New function.
10359         (main): Call it.
10361 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10363         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10364         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10365         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10366         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10368 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10370         * stdlib/longlong.h: Updated from GCC.
10372 2014-05-01  Will Newton  <will.newton@linaro.org>
10373             Bernard Ogden  <bernie.ogden@linaro.org>
10375         * NEWS: Update fixed bug list.
10377         [BZ #15119]
10378         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10380 2014-04-30  David S. Miller  <davem@davemloft.net>
10382         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10383         (libc_feholdexcept_setround_sparc_ctx): New function.
10384         (libc_fesetenv_sparc_ctx): Likewise.
10385         (libc_feupdateenv_sparc_ctx): Likewise.
10386         (libc_feholdsetround_sparc_ctx): Likewise.
10387         (libc_feholdexcept_setround_ctx): Define.
10388         (libc_feholdexcept_setroundf_ctx): Likewise.
10389         (libc_feholdexcept_setroundl_ctx): Likewise.
10390         (libc_fesetenv_ctx): Likewise.
10391         (libc_fesetenvf_ctx): Likewise.
10392         (libc_fesetenvl_ctx): Likewise.
10393         (libc_feupdateenv_ctx): Likewise.
10394         (libc_feupdateenvf_ctx): Likewise.
10395         (libc_feupdateenvl_ctx): Likewise.
10396         (libc_feresetround_ctx): Likewise.
10397         (libc_feresetroundf_ctx): Likewise.
10398         (libc_feresetroundl_ctx): Likewise.
10399         (libc_feholdsetround_ctx): Likewise.
10400         (libc_feholdsetroundf_ctx): Likewise.
10401         (libc_feholdsetroundl_ctx): Likewise.
10403         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10404         with __USE_GNU instead of XOPEN cpp guards.
10406         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10407         0.
10409         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10410         with XOPEN cpp guards.
10412 2014-04-30  Julian Brown  <julian@codesourcery.com>
10414         [BZ #16888]
10415         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10416         handling.
10418 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10420         [BZ #9894]
10421         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10422         Change to 2.6.32.
10423         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10424         * sysdeps/unix/sysv/linux/configure: Regenerated.
10425         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10426         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10427         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10428         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10429         * README: Update reference to required Linux kernel version.
10430         * manual/install.texi (Linux): Update reference to required Linux
10431         kernel headers version.
10432         * INSTALL: Regenerated.
10434         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10435         header inclusion.
10436         [POSIX] (limits.h): Likewise.
10437         [POSIX] (math.h): Likewise.
10438         [POSIX] (sys/wait.h): Likewise.
10439         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10440         function.
10441         [POSIX] (stddef.h): Do not allow header inclusion.
10443 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10445         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10447 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10449         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10450         Return immediately after lll_futex_wake.
10452 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10454         [BZ #16791]
10455         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10456         structure.
10457         (datahead_init_pos): Call datahead_init_common early.
10458         (datahead_init_neg): Likewise.
10460         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10461         datahead_init_neg): New functions.
10462         * nscd/aicache.c (addhstaiX): Use them.
10463         * nscd/grpcache.c (cache_addgr): Likewise.
10464         * nscd/hstcache.c (cache_addhst): Likewise.
10465         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10466         * nscd/netgroupcache.c (do_notfound): Likewise.
10467         (addgetnetgrentX): Likewise.
10468         (addinnetgrX): Likewise.
10469         * nscd/pwdcache.c (cache_addpw): Likewise.
10470         * nscd/servicescache.c (cache_addserv): Likewise.
10472 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10473             Atsushi Onoe  <atsushi@onoe.org>
10475         [BZ #14308]
10476         [BZ #12994]
10477         [BZ #13651]
10478         * resolv/res_query.c (__libc_res_nsearch): Return if at least
10479         one response is valid.
10480         * resolv/res_send.c (send_dg): Check for validity of other
10481         response if the current response is a referral.
10483 2014-04-29  Steve Ellcey  <sellcey@mips.com>
10485         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
10487 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
10489         [BZ #16823]
10490         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
10491         Always divide by positive zero when computing -Inf result.
10492         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10493         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
10495 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10497         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
10498         FPSCR if value do not change.
10499         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10500         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
10501         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
10502         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
10503         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
10504         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
10505         function.
10507 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
10509         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
10510         * sysdeps/unix/sysv/linux/hppa: Move directory from
10511         ports/systeps/unix/sysv/linux/hppa.
10512         * README: Update listing for hppa-*-linux-gnu.
10514 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
10516         [BZ #16754]
10517         * manual/stdio.texi (Hook functions): Fix types of stream hook
10518         functions.
10519         [BZ #16854]
10520         * socket/sys/socket.h: Fix typo in comment.
10522 2014-04-28  Wilco  <wdijkstr@arm.com>
10524         * sysdeps/arm/fenv_private.h: New file.
10525         * sysdeps/arm/math_private.h: New file.
10526         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
10528 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
10530         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
10531         with __int128_t.
10532         (La_x86_64_retval): Likewise.
10534 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
10536         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
10537         fpsr if value didn't change.
10538         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
10539         to fpcr if value didn't change.
10540         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
10541         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
10542         fpsr or fpcr if value didn't change.
10543         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10544         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
10545         fpcr if value didn't change.
10546         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
10547         to fpsr if value didn't change.
10549 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
10551         * nptl/tst-sem3.c: Use test-skeleton.c
10552         (main): Rename to do_test.  Use return instead of
10553         exit.
10554         * nptl/tst-sem4.c: Use test-skeleton.c
10555         (main): Rename to do_test.
10557 2014-04-22  David S. Miller  <davem@davemloft.net>
10559         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
10560         (struct sigaction): New struct member __glibc_reserved0, change
10561         type of sa_flags to int.
10563 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
10565         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
10566         (COUNT_LEADING_ZEROS_0): Define for AArch64.
10568 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10570         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
10571         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
10573 2014-04-22  Will Newton  <will.newton@linaro.org>
10574             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
10576         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
10577         (__longjmp): Add longjmp and longjmp_target SystemTap
10578         probes.
10579         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
10580         (__sigsetjmp): Add setjmp SystemTap probe.
10582 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
10584         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
10585         match manual order.
10587 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10589         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
10591         * sysdeps/powerpc/fpu/fenv_private.h
10592         (libc_feholdexcept_setroundl_ctx): Define to
10593         libc_feholdexcept_setround_ppc_ctx.
10594         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
10595         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
10596         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
10597         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
10599 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10601         * sysdeps/aarch64/math-tests.h: New file.
10603 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
10605         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
10606         New.
10607         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10608         Check and set bit_AVX2_Usable.
10609         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
10610         macro.
10611         (bit_AVX2): Likewise.
10612         (index_AVX2_Usable): Likewise.
10613         (CPUID_AVX2): Likewise.
10614         (HAS_AVX2): Likewise.
10616 2014-04-17  Will Newton  <will.newton@linaro.org>
10618         * manual/setjmp.texi (System V contexts): Add note that
10619         calling setcontext on a context created by a call to a
10620         signal handler is undefined.  Update text to note that
10621         setcontext from a signal handler is possible but not
10622         recommended.
10624         [BZ #16629]
10625         * stdlib/tst-setcontext.c: Include signal.h.
10626         (main): Check that the signal stack before and
10627         after swapcontext is the same.
10629         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
10630         Re-implement to restore registers in user code and avoid
10631         rt_sigreturn system call.
10633 2014-04-17  Wilco  <wdijkstr@arm.com>
10635         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
10636         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
10637         * math/test-fenv.c: Skip exception trap tests on targets which only
10638         support non-stop mode.
10640 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10641             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10643         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
10644         (libc_feholdsetround_aarch64_ctx)
10645         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
10646         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
10647         (libc_feresetround_ctx, libc_feresetroundf_ctx)
10648         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
10649         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
10650         (libc_feresetround_noexl_ctx): Define.
10652 2014-04-16  Richard Henderson  <rth@redhat.com>
10654         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
10656         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
10657         unwind tables.
10659         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
10660         const from the non-libc, non-ldso copy.
10662         * sysdeps/alpha/libm-test-ulps: Regenerate.
10664 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
10665             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10667         * sysdeps/aarch64/fpu/math_private.h: New file.
10669 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10671         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10673 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
10675         [BZ #16275]
10676         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
10677         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
10678         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
10679         Intel MPX bound registers before _dl_profile_fixup.
10680         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
10681         registers after _dl_profile_fixup.  Save and restore bound
10682         registers bnd0/bnd1 when calling _dl_call_pltexit.
10683         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
10684         (LR_BND_OFFSET): Likewise.
10685         (LRV_BND0_OFFSET): Likewise.
10686         (LRV_BND1_OFFSET): Likewise.
10688 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10690         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
10691         to...
10692         * sysdeps/mach/hurd/i386/tls.h: ... here.
10693         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
10694         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
10695         fields.
10697 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10699         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
10701 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10703         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10705 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10707         [BZ #14770]
10708         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
10709         * sysdeps/s390/configure: Regenerate.
10711         [BZ #16824]
10712         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
10713         Set round-to-nearest internally to reduce error accumulation.
10715 2014-04-16  Alan Modra  <amodra@gmail.com>
10717         [BZ #16740]
10718         [BZ #16619]
10719         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
10720         * math/libm-test.inc (frexp_test_data): Add tests.
10721         * NEWS: Update fixed bug list.
10723 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10725         * benchtests/Makefile: Depend on libraries in build directory.
10726         (bench-math): Separate out math tests.
10727         (bench-pthread): Separate out pthread tests.
10728         (bench): Include math and pthread tests.
10730 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
10732         [BZ #16831]
10733         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
10734         _dl_debug_initialize.
10736         * configure.ac: Remove SELinux header check.
10737         * configure: Regenerate.
10738         * nscd/selinux.c (perms): Array of const char* to permission names.
10739         (nscd_request_avc_has_perm): Call security_deny_unknown to find
10740         default policy. Call string_to_security_class and string_to_av_perm to
10741         translate strings. Enforce default policy and call avs_has_perm with
10742         results of translated strings.
10744 2014-04-13  David S. Miller  <davem@davemloft.net>
10746         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10748 2014-04-12  Allan McRae  <allan@archlinux.org>
10750         [BZ #16838]
10751         * manual/string.texi (Collation Functions): Fix qsort argument
10752         order in example.
10753         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
10755 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
10757         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
10758         Make the test a no-op if there are no exceptions defined.
10760 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
10762         * elf/Makefile (tests): make tst-dlopen-aout conditional on
10763         enable-hardcoded-path-in-tests
10765 2014-04-11  Will Newton  <will.newton@linaro.org>
10767         * benchtests/Makefile (extra-objs): Add json-lib.o.
10768         (bench-func): Tidy up JSON output.
10769         * benchtests/bench-skeleton.c: Include json-lib.h.
10770         (main): Use JSON library functions to do output of
10771         benchmark results.
10772         * benchtests/bench-timing-type.c (main): Output the
10773         timing type simply, leaving formatting to the user.
10774         * benchtests/json-lib.c: New file.
10775         * benchtests/json-lib.h: Likewise.
10777 2014-04-11  Torvald Riegel  <triegel@redhat.com>
10779         [BZ #15215]
10780         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
10781         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
10782         memory barriers.  Add comments.
10783         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
10784         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
10785         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
10786         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
10787         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
10788         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
10790 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10792         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
10793         * sysdeps/s390/s390-64/configure.ac: ... this ...
10794         * sysdeps/s390/configure.ac: ... to here.
10795         * sysdeps/s390/s390-32/configure: Delete file.
10796         * sysdeps/s390/s390-64/configure: Delete file.
10797         * sysdeps/s390/configure: Regenerate.
10799 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
10801         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
10803 2014-04-11  Will Newton  <will.newton@linaro.org>
10805         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
10806         to zero if it is not defined elsewhere.  (mtrim): Test
10807         the value of MALLOC_DEBUG with #if rather than #ifdef.
10809 2014-04-10 Torvald Riegel  <triegel@redhat.com>
10811         * benchtests/pthread_once-inputs: New file.
10812         * benchtests/pthread_once-source.c: New file.
10813         * benchtests/README: Update documentation.
10815 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
10816             H.J. Lu  <hongjiu.lu@intel.com>
10818         [BZ #16275]
10819         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
10820         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
10821         * sysdeps/x86_64/configure: Regenerated.
10822         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
10823         macro.
10824         (REGISTER_SAVE_RAX): Likewise.
10825         (REGISTER_SAVE_RCX): Likewise.
10826         (REGISTER_SAVE_RDX): Likewise.
10827         (REGISTER_SAVE_RSI): Likewise.
10828         (REGISTER_SAVE_RDI): Likewise.
10829         (REGISTER_SAVE_R8): Likewise.
10830         (REGISTER_SAVE_R9): Likewise.
10831         (REGISTER_SAVE_BND0): Likewise.
10832         (REGISTER_SAVE_BND1): Likewise.
10833         (REGISTER_SAVE_BND2): Likewise.
10834         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
10835         bound registers when calling _dl_fixup.
10837 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10839         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
10840         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
10841         of its definition.
10842         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
10843         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
10844         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
10845         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
10846         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
10847         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
10848         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
10850 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
10852         [BZ #15514]
10853         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
10854         pathconf(_PC_NAME_MAX).
10856 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10858         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
10859         Remove macro usage.
10860         (__PTHREAD_SPINS): Move definition to ...
10861         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
10862         (__PTHREAD_SPINS): ... here.
10863         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10864         (__PTHREAD_SPIN): Likewise.
10865         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
10866         (__PTHREAD_SPIN): Likewise.
10867         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
10868         (__PTHREAD_SPIN): Likewise.
10869         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
10870         (__PTHREAD_SPIN): Likewise.
10871         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10872         (__PTHREAD_SPIN): Likewise.
10873         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10874         (__PTHREAD_SPIN): Likewise.
10875         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
10876         (__PTHREAD_SPIN): Likewise.
10877         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10878         (__PTHREAD_SPIN): Likewise.
10879         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10880         (__PTHREAD_SPIN): Likewise.
10881         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10882         (__PTHREAD_SPIN): Likewise.
10883         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10884         (__PTHREAD_SPIN): Likewise.
10885         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
10886         (__PTHREAD_SPIN): Likewise.
10888         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10889         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
10890         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
10891         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
10892         imply folder.
10893         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
10894         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
10895         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
10896         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
10897         correct imply path.
10898         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
10899         strlen symbol for non multi-arch builds.
10900         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
10901         missing hidden_def and weak_alias.
10903 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
10905         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
10907 2014-04-07  Will Newton  <will.newton@linaro.org>
10909         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
10910         and contents.  [!_LIBC] Remove #ifndef and contents.
10911         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
10912         * string/memccpy.c (__memccpy): Use ANSI prototype.
10913         * string/memfrob.c (memfrob): Likewise.
10914         * string/strcoll.c (STRCOLL): Likewise.
10915         * string/strlen.c (strlen): Likewise.
10916         * string/strtok.c (STRTOK): Likewise.
10917         * string/strcat.c: Remove unused #include of memcopy.h.
10918         (strcat): Use ANSI prototype.
10919         * string/strchr.c: Remove unused #include of memcopy.h.
10920         (strchr): Use ANSI prototype.
10921         * string/strcmp.c: Remove unused #include of memcopy.h.
10922         (strcmp): Use ANSI prototype.
10923         * string/strcpy.c: Remove unused #include of memcopy.h.
10924         (strcpy): Use ANSI prototype.
10926 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10928         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
10929         * config.make.in (config-extra-cppflags): Set it from
10930         libc_extra_cppflags.
10931         * configure.ac (libc_extra_cflags): Make it accumulate over
10932         configure fragments.
10933         (libc_extra_cppflags): New flag.
10934         * configure. Regenerate.
10935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
10936         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
10937         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
10938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
10940         [BZ #16815]
10941         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
10942         result for FE_DOWNWARD rounding mode.
10943         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
10944         Likewise.
10945         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10947 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
10949         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
10950         in function argument name.
10952 2014-04-03  David Svoboda  <svoboda@cert.org>
10954         [BZ #5666]
10955         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
10956         explicitly.
10958 2014-04-03  Roland McGrath  <roland@hack.frob.com>
10960         * elf/dl-unmap-segments.h: New file.
10961         * sysdeps/generic/ldsodefs.h
10962         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
10963         * elf/dl-close.c: Include <dl-unmap-segments.h>.
10964         * elf/dl-fptr.c: Likewise.
10965         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
10966         * sysdeps/aarch64/tlsdesc.c: Likewise.
10967         * sysdeps/arm/tlsdesc.c: Likewise.
10968         * sysdeps/i386/tlsdesc.c: Likewise.
10969         * sysdeps/tile/dl-runtime.c: Likewise.
10970         * sysdeps/x86_64/tlsdesc.c: Likewise.
10971         * elf/dl-load.h: New file.
10972         * elf/dl-load.c: Include it.
10973         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
10974         Macros moved to dl-load.h.
10975         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
10976         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
10977         Use _dl_unmap_segments in place of __munmap.
10978         Break out segment-mapping loop into ...
10979         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
10981 2014-04-03  Will Newton  <will.newton@linaro.org>
10983         * elf/dl-lookup.c (do_lookup_x): Remove comment
10984         referring to nested function and move variable
10985         declarations down to before first use.
10987 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
10989         [BZ #16799]
10990         [BZ #16800]
10991         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
10992         with 0 numerator.
10993         * math/s_catanf.c (__catanf): Likewise.
10994         * math/s_catanh.c (__catanh): Likewise.
10995         * math/s_catanhf.c (__catanhf): Likewise.
10996         * math/s_catanhl.c (__catanhl): Likewise.
10997         * math/s_catanl.c (__catanl): Likewise.
10998         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
10999         by positive zero when computing -Inf result.
11000         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11001         (catanh_test): Likewise.
11002         * sysdeps/i386/fpu/libm-test-ulps: Update.
11003         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11005         [BZ #16789]
11006         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11007         instead of using underflowing value in computing result.
11008         * math/s_clog10.c (__clog10): Likewise.
11009         * math/s_clog10f.c (__clog10f): Likewise.
11010         * math/s_clog10l.c (__clog10l): Likewise.
11011         * math/s_clogf.c (__clogf): Likewise.
11012         * math/s_clogl.c (__clogl): Likewise.
11013         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11014         (clog10_test): Likewise.
11015         * sysdeps/i386/fpu/libm-test-ulps: Update.
11016         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11018 2014-04-02  Alan Modra  <amodra@gmail.com>
11020         [BZ #16739]
11021         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11022         output when value is near a power of two.  Use int64_t for lx and
11023         remove casts.  Use decimal rather than hex exponent constants.
11024         Don't use long double multiplication when double will suffice.
11025         * math/libm-test.inc (nextafter_test_data): Add tests.
11026         * NEWS: Add 16739 and 16786 to bug list.
11028         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11030         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11032 2014-04-01  Will Newton  <will.newton@linaro.org>
11034         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11035         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11037 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11039         [BZ #13347]
11040         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11041         * nptl/tst-setuid2.c: New file.
11042         * nptl/Makefile (xtests): Add tst-setuid2.
11044 2014-04-01  Alan Modra  <amodra@gmail.com>
11046         [BZ #16786]
11047         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11049 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11051         [BZ #6803]
11052         [BZ #6804]
11053         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11054         set errno as appropriate.
11055         * math/w_scalbf.c (__scalbf): Likewise.
11056         * math/w_scalbl.c (__scalbl): Likewise.
11057         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11058         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11059         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11060         Add more NaN tests.
11062         [BZ #16349]
11063         * math/w_atan2.c: Include <errno.h>.
11064         (__atan2): Set errno for result underflowing to zero.
11065         * math/w_atan2f.c: Include <errno.h>.
11066         (__atan2f): Set errno for result underflowing to zero.
11067         * math/w_atan2l.c: Include <errno.h>.
11068         (__atan2l): Set errno for result underflowing to zero.
11069         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11070         tests.
11071         * math/auto-libm-test-out: Regenerated.
11073 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11075         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11076         Encode instruction correctly in little endian.
11077         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11078         Likewise.
11079         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11080         Likewise.
11081         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11082         Likewise.
11083         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11084         Likewise.
11086 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11088         [BZ #9894]
11089         * sysdeps/unix/sysv/linux/kernel-features.h
11090         [__sparc__ && !__arch64__ && !__sparc_v9__]
11091         (__ASSUME_SET_ROBUST_LIST): Do not define.
11092         [__sparc__ && !__arch64__ && !__sparc_v9__]
11093         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11094         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11095         Likewise.
11096         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11097         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11098         (__ASSUME_REQUEUE_PI): Likewise.
11099         (__ASSUME_SET_ROBUST_LIST): Likewise.
11100         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11101         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11102         Undefine.
11103         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11104         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11105         Likewise.
11106         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11107         Likewise.
11108         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11109         Likewise.
11110         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11111         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11112         Undefine.
11113         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11114         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11115         Likewise.
11117         [BZ #16648]
11118         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11119         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11120         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11122 2014-03-31  Will Newton  <will.newton@linaro.org>
11124         * benchtests/Makefile (bench): Add ffs and ffsll to list
11125         of tests.
11126         * benchtests/ffs-inputs: New file.
11127         * benchtests/ffsll-inputs: Likewise.
11129 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11131         [BZ #16770]
11132         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11133         too large before casting to int.
11134         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11135         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11136         * math/libm-test.inc (scalb_test_data): Add more tests.
11138 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11140         * benchtests/Makefile (DETAILED_OPT): New make option.
11141         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11142         set.
11143         * benchtests/bench-skeleton.c: Include stdbool.h.
11144         (main): Store and print timings per input.
11145         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11146         member to each argument value.
11147         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11148         (_print_arg_data): Initialize per-input timing to 0.
11150         * benchtests/Makefile (timing-type): New binary.
11151         (bench-clean): Also remove bench-timing-type.
11152         (bench): New target for timing-type.
11153         (bench-func): Print output in JSON format.
11154         * benchtests/bench-skeleton.c (main): Print output in JSON
11155         format.
11156         * benchtests/bench-timing-type.c: New file.
11157         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11158         (TIMING_PRINT_STATS): Remove.
11159         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11160         name separately.
11162         * benchtests/bench-modf.c: Remove.
11163         * benchtests/modf-inputs: New inputs file.
11165 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11167         [BZ #16362]
11168         * math/s_clog10.c (M_PI_LOG10E): New macro.
11169         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11170         imaginary parts are 0.
11171         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11172         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11173         imaginary parts are 0.
11174         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11175         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11176         imaginary parts are 0.
11177         * math/libm-test.inc (clog10_test_data): Update expected results
11178         for when real and imaginary parts are 0.
11180 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11182         * elf/dl-load.c: Finish conversion of __builtin_expect into
11183         __glibc_{un}likely.
11185 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11187         [BZ #16348]
11188         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11189         1+x for argument with exponent below -67.
11190         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11191         Likewise.
11192         * math/auto-libm-test-in: Add more tests of exp.
11193         * math/auto-libm-test-out: Regenerated.
11195 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11197         [BZ #16759]
11198         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11199         (nscd_getnetgrent): Use it.
11201         [BZ #16760]
11202         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11203         of stpcpy.
11205 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11207         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11208         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11209         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11210         (lll_robust_unlock): Remove out of line section. Use cfi
11211         intrinsics.
11212         (LLL_STUB_UNWIND_INFO*): Remove.
11213         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11214         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11215         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11216         (lll_robust_unlock): Remove out of line section. Use cfi
11217         intrinsics.
11218         (LLL_STUB_UNWIND_INFO*): Remove.
11220 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11222         [BZ #16758]
11223         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11224         blank values.
11226 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11228         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11230 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11232         [BZ #16198]
11233         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11234         fnstenv.
11235         * math/test-fenv-preserve.c: New file.
11236         * math/Makefile (tests): Add test-fenv-preserve.
11238 2014-03-26  Will Newton <will.newton@linaro.org>
11240         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11242 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11244         * scripts/versionlist.awk: Partition the version sets and emit all
11245         GLIBC_* (sorted) before all others (sorted).
11247 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11249         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11250         GLIBC_2.2.5 version.
11252 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11254         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11255         calls.
11257         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11258         previous change.
11260         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11262 2014-03-25  Andreas Schwab  <schwab@suse.de>
11264         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11265         label to be used after in6ailist is initialized.
11267 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11269         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11270         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11272 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11274         [BZ #16357]
11275         [BZ #16599]
11276         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11277         min_plus_half.
11278         (fp_formats): Update initializers.
11279         (init_fp_formats): Initialize new field.
11280         (output_for_one_input_case): Allow underflow for results up to
11281         min_plus_half.
11282         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11283         * math/auto-libm-test-in: Don't mark some underflows from asin and
11284         atanh as spurious.
11285         * math/auto-libm-test-out: Regenerated.
11286         * sysdeps/i386/fpu/libm-test-ulps: Update.
11287         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11289 2014-03-25  Andreas Schwab  <schwab@suse.de>
11291         * libio/Makefile (tst-ftell-partial-wide-ENV)
11292         (tst-ftell-active-handler-ENV): Define.
11294 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11296         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11298 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11300         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11302 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11304         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11305         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11306         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11308 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11310         [BZ #16634]
11311         * elf/dl-load.c (open_verify): Add mode parameter.
11312         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11313         (open_path): Change from boolean 'secure' to complete flag 'mode'
11314         (_dl_map_object): Adjust.
11315         * elf/Makefile (tests): Add tst-dlopen-aout.
11316         * elf/tst-dlopen-aout.c: New test.
11318 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11320         [BZ #16714]
11321         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11322         (struct stat): Rename member pad0 to __glibc_reserved0.
11324         [BZ #16712]
11325         * sysdeps/s390/s390-32/bits/wordsize.h
11326         (__WORDSIZE32_SIZE_ULONG): New define.
11327         * sysdeps/s390/s390-64/bits/wordsize.h
11328         (__WORDSIZE32_SIZE_ULONG): Likewise.
11329         * sysdeps/generic/stdint.h (SIZE_MAX):
11330         Define as UL if __WORDSIZE32_SIZE_ULONG.
11332         [BZ #16713]
11333         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11334         (__glibc_reserved0): New variable.
11335         (sa_flags): Change type to int.
11337         * posix/Makefile (before-compile): Use += before-compile instead
11338         of a :=.
11340         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11341         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11343 2014-03-20  Andreas Schwab  <schwab@suse.de>
11345         [BZ #16743]
11346         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11347         non-matching result from nscd.
11349 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11351         * scripts/bench.py: Moved to ...
11352         * benchtests/scripts/bench.py: ... here.
11353         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11355 2014-03-24  Andreas Schwab  <schwab@suse.de>
11357         [BZ #16002]
11358         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11359         alloca_account and account alloca use for struct in6ailist.
11361 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11363         [BZ #16284]
11364         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11365         rounding mode to recompute results that overflow to infinity or
11366         underflow to zero.
11367         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11368         bug 16284.
11369         * math/auto-libm-test-out: Regenerated.
11370         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11371         (ccosh_test): Likewise.
11372         (csin_test_data): Use plus_oflow.
11373         (csin_test): Use ALL_RM_TEST.
11374         (csinh_test_data): Use plus_oflow.
11375         (csinh_test): Use ALL_RM_TEST.
11376         * sysdeps/i386/fpu/libm-test-ulps: Update.
11377         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11379 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11381         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11382         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11383         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11385         [BZ #16731]
11386         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11387         when x - 1 is zero.
11388         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11389         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11390         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11391         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11392         argument is 1.
11393         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11394         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11395         zero.
11396         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11397         * sysdeps/i386/fpu/libm-test-ulps: Update.
11398         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11400 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11402         * scripts/bench.pl: Remove file.
11403         * scripts/bench.py: New benchmark script.
11404         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11405         * benchtests/README: Mention python dependency.
11406         * scripts/pylintrc: New file.
11407         * scripts/pylint: New file.
11409         * bits/mathdef.h: Use #ifdef instead of #if.
11410         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11411         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11412         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11413         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11414         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11415         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11417 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11418             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11420         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11421         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11422         and strpbrk-ppc64 objects.
11423         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11424         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11425         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11426         multiarch strpbrk for POWER7.
11427         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11428         multiarch strpbrk for PPC64.
11429         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11430         ifunc selector.
11431         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11432         strpbrk for POWER7.
11434 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11436         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11437         (atan_test): Likewise.
11438         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11439         (atanh_test): Use ALL_RM_TEST.
11440         (atan2_test_data): Likewise.
11441         (cabs_test): Likewise.
11442         (cacosh_test): Likewise.
11443         (carg_test): Likewise.
11444         (casin_test): Likewise.
11445         (casinh_test): Likewise.
11446         (cbrt_test): Likewise.
11447         (csqrt_test): Likewise.
11448         (erf_test): Likewise.
11449         (erfc_test): Likewise.
11450         (pow10_test): Likewise.
11451         (exp2_test): Likewise.
11452         (hypot_test): Likewise.
11453         (j0_test): Likewise.
11454         (j1_test): Likewise.
11455         (lgamma_test): Likewise.
11456         (gamma_test): Likewise.
11457         (sincos_test): Likewise.
11458         (tanh_test): Likewise.
11459         (y0_test): Likewise.
11460         (y1_test): Likewise.
11461         * sysdeps/i386/fpu/libm-test-ulps: Update.
11462         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11464 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11466         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11467         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
11468         and strcspn-ppc64 objects.
11469         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11470         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11471         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11472         multiarch strcspn for POWER7.
11473         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11474         multiarch strcspn for PPC64.
11475         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11476         ifunc selector.
11477         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11478         strcspn for POWER7.
11480 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11482         * math/gen-libm-test.pl (generate_testfile): Expect only function
11483         name as argument to AUTO_TESTS_* and pass results for all rounding
11484         modes to parse_args.
11485         (parse_auto_input): Separate inputs of automatic tests from
11486         outputs before storing in %auto_tests.
11487         * math/libm-test.inc (acos_test_data): Update call to
11488         AUTO_TESTS_f_f.
11489         (acos_test): Use ALL_RM_TEST.
11490         (acos_tonearest_test_data): Remove.
11491         (acos_test_tonearest): Likewise.
11492         (acos_towardzero_test_data): Likewise.
11493         (acos_test_towardzero): Likewise.
11494         (acos_downward_test_data): Likewise.
11495         (acos_test_downward): Likewise.
11496         (acos_upward_test_data): Likewise.
11497         (acos_test_upward): Likewise.
11498         (acosh_test_data): Update call to AUTO_TESTS_f_f.
11499         (asin_test_data): Likewise.
11500         (asin_test): Use ALL_RM_TEST.
11501         (asin_tonearest_test_data): Remove.
11502         (asin_test_tonearest): Likewise.
11503         (asin_towardzero_test_data): Likewise.
11504         (asin_test_towardzero): Likewise.
11505         (asin_downward_test_data): Likewise.
11506         (asin_test_downward): Likewise.
11507         (asin_upward_test_data): Likewise.
11508         (asin_test_upward): Likewise.
11509         (asinh_test_data): Update call to AUTO_TESTS_f_f.
11510         (atan_test_data): Likewise.
11511         (atanh_test_data): Likewise.
11512         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
11513         (cabs_test_data): Update call to AUTO_TESTS_c_f.
11514         (carg_test_data): Likewise.
11515         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
11516         (ccos_test_data): Update call to AUTO_TESTS_c_c.
11517         (ccosh_test_data): Likewise.
11518         (cexp_test_data): Likewise.
11519         (clog_test_data): Likewise.
11520         (clog10_test_data): Likewise.
11521         (cos_test_data): Update call to AUTO_TESTS_f_f.
11522         (cos_test): Use ALL_RM_TEST.
11523         (cos_tonearest_test_data): Remove.
11524         (cos_test_tonearest): Likewise.
11525         (cos_towardzero_test_data): Likewise.
11526         (cos_test_towardzero): Likewise.
11527         (cos_downward_test_data): Likewise.
11528         (cos_test_downward): Likewise.
11529         (cos_upward_test_data): Likewise.
11530         (cos_test_upward): Likewise.
11531         (cosh_test_data): Update call to AUTO_TESTS_f_f.
11532         (cosh_test): Use ALL_RM_TEST.
11533         (cosh_tonearest_test_data): Remove.
11534         (cosh_test_tonearest): Likewise.
11535         (cosh_towardzero_test_data): Likewise.
11536         (cosh_test_towardzero): Likewise.
11537         (cosh_downward_test_data): Likewise.
11538         (cosh_test_downward): Likewise.
11539         (cosh_upward_test_data): Likewise.
11540         (cosh_test_upward): Likewise.
11541         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
11542         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
11543         (ctan_test_data): Likewise.
11544         (ctan_test): Use ALL_RM_TEST.
11545         (ctan_tonearest_test_data): Remove.
11546         (ctan_test_tonearest): Likewise.
11547         (ctan_towardzero_test_data): Likewise.
11548         (ctan_test_towardzero): Likewise.
11549         (ctan_downward_test_data): Likewise.
11550         (ctan_test_downward): Likewise.
11551         (ctan_upward_test_data): Likewise.
11552         (ctan_test_upward): Likewise.
11553         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
11554         (ctanh_test): Use ALL_RM_TEST.
11555         (ctanh_tonearest_test_data): Remove.
11556         (ctanh_test_tonearest): Likewise.
11557         (ctanh_towardzero_test_data): Likewise.
11558         (ctanh_test_towardzero): Likewise.
11559         (ctanh_downward_test_data): Likewise.
11560         (ctanh_test_downward): Likewise.
11561         (ctanh_upward_test_data): Likewise.
11562         (ctanh_test_upward): Likewise.
11563         (erf_test_data): Update call to AUTO_TESTS_f_f.
11564         (erfc_test_data): Likewise.
11565         (exp_test_data): Likewise.
11566         (exp_test): Use ALL_RM_TEST.
11567         (exp_tonearest_test_data): Remove.
11568         (exp_test_tonearest): Likewise.
11569         (exp_towardzero_test_data): Likewise.
11570         (exp_test_towardzero): Likewise.
11571         (exp_downward_test_data): Likewise.
11572         (exp_test_downward): Likewise.
11573         (exp_upward_test_data): Likewise.
11574         (exp_test_upward): Likewise.
11575         (exp10_test_data): Update call to AUTO_TESTS_f_f.
11576         (exp10_test): Use ALL_RM_TEST.
11577         (exp10_tonearest_test_data): Remove.
11578         (exp10_test_tonearest): Likewise.
11579         (exp10_towardzero_test_data): Likewise.
11580         (exp10_test_towardzero): Likewise.
11581         (exp10_downward_test_data): Likewise.
11582         (exp10_test_downward): Likewise.
11583         (exp10_upward_test_data): Likewise.
11584         (exp10_test_upward): Likewise.
11585         (exp2_test_data): Update call to AUTO_TESTS_f_f.
11586         (expm1_test_data): Likewise.
11587         (expm1_test): Use ALL_RM_TEST.
11588         (expm1_tonearest_test_data): Remove.
11589         (expm1_test_tonearest): Likewise.
11590         (expm1_towardzero_test_data): Likewise.
11591         (expm1_test_towardzero): Likewise.
11592         (expm1_downward_test_data): Likewise.
11593         (expm1_test_downward): Likewise.
11594         (expm1_upward_test_data): Likewise.
11595         (expm1_test_upward): Likewise.
11596         (fma_test_data): Update call to AUTO_TESTS_fff_f.
11597         (fma_test): Use ALL_RM_TEST.
11598         (fma_towardzero_test_data): Remove.
11599         (fma_test_towardzero): Likewise.
11600         (fma_downward_test_data): Likewise.
11601         (fma_test_downward): Likewise.
11602         (fma_upward_test_data): Likewise.
11603         (fma_test_upward): Likewise.
11604         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
11605         (j0_test_data): Update call to AUTO_TESTS_f_f.
11606         (j1_test_data): Likewise.
11607         (jn_test_data): Update call to AUTO_TESTS_if_f.
11608         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
11609         (log_test_data): Update call to AUTO_TESTS_f_f.
11610         (log10_test_data): Likewise.
11611         (log1p_test_data): Likewise.
11612         (log2_test_data): Likewise.
11613         (pow_test_data): Update call to AUTO_TESTS_ff_f.
11614         (pow_tonearest_test_data): Likewise.
11615         (sin_test_data): Update call to AUTO_TESTS_f_f.
11616         (sin_test): Use ALL_RM_TEST.
11617         (sin_tonearest_test_data): Remove.
11618         (sin_test_tonearest): Likewise.
11619         (sin_towardzero_test_data): Likewise.
11620         (sin_test_towardzero): Likewise.
11621         (sin_downward_test_data): Likewise.
11622         (sin_test_downward): Likewise.
11623         (sin_upward_test_data): Likewise.
11624         (sin_test_upward): Likewise.
11625         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
11626         (sinh_test_data): Update call to AUTO_TESTS_f_f.
11627         (sinh_test): Use ALL_RM_TEST.
11628         (sinh_tonearest_test_data): Remove.
11629         (sinh_test_tonearest): Likewise.
11630         (sinh_towardzero_test_data): Likewise.
11631         (sinh_test_towardzero): Likewise.
11632         (sinh_downward_test_data): Likewise.
11633         (sinh_test_downward): Likewise.
11634         (sinh_upward_test_data): Likewise.
11635         (sinh_test_upward): Likewise.
11636         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
11637         (sqrt_test): Use ALL_RM_TEST.
11638         (sqrt_tonearest_test_data): Remove.
11639         (sqrt_test_tonearest): Likewise.
11640         (sqrt_towardzero_test_data): Likewise.
11641         (sqrt_test_towardzero): Likewise.
11642         (sqrt_downward_test_data): Likewise.
11643         (sqrt_test_downward): Likewise.
11644         (sqrt_upward_test_data): Likewise.
11645         (sqrt_test_upward): Likewise.
11646         (tan_test_data): Update call to AUTO_TESTS_f_f.
11647         (tan_test): Use ALL_RM_TEST.
11648         (tan_tonearest_test_data): Remove.
11649         (tan_test_tonearest): Likewise.
11650         (tan_towardzero_test_data): Likewise.
11651         (tan_test_towardzero): Likewise.
11652         (tan_downward_test_data): Likewise.
11653         (tan_test_downward): Likewise.
11654         (tan_upward_test_data): Likewise.
11655         (tan_test_upward): Likewise.
11656         (tanh_test_data): Update call to AUTO_TESTS_f_f.
11657         (tgamma_test_data): Likewise.
11658         (y0_test_data): Likewise.
11659         (y1_test_data): Likewise.
11660         (yn_test_data): Update call to AUTO_TESTS_if_f.
11661         (main): Do not call removed functions.
11663 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11665         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
11666         (ldexp_test_data): Remove.
11667         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
11668         scalbn_test_data.
11669         (scalb_test): Use ALL_RM_TEST.
11671 2014-03-19  Andreas Schwab  <schwab@suse.de>
11673         * nscd/nscd.service: Also invalidate netgroup cache on reload.
11675 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11677         [BZ #16649]
11678         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11679         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
11680         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
11681         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11682         (__ASSUME_PREADV): Undefine.
11683         (__ASSUME_PWRITEV): Likewise.
11685 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11687         * bits/mman-linux.h: Add comment about non-Linux use.
11688         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
11689         bits/mman-linux.h resting place.
11691         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
11692         * bits/mman-linux.h: ... here.
11694 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11696         * conform/conformtest.pl: Add standard definition when calling C
11697         preprocessor on data files.
11698         (checknamespace): Remove unused variable.
11700 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11702         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
11703         minus_oflow, plus_uflow and minus_uflow in expected results.
11704         * math/libm-test.inc (scalbn_test_data): Add more tests of
11705         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
11706         minus_uflow.
11707         (scalbn_test): Use ALL_RM_TEST.
11708         (scalbln_test_data): Add more tests of negative arguments.  Use
11709         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
11710         (scalbln_test): Use ALL_RM_TEST.
11712 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11714         * scripts/abilist.awk: Ignore symbols marked with .hidden.
11716 2014-03-18  Will Newton  <will.newton@linaro.org>
11718         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
11719         inaccurate comment.
11721 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11723         * Makerules [!subdir] (check-abi): Exit with error status if a
11724         test failed.
11726 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11728         * math/libm-test.inc (nearbyint_test_data): Include all tests used
11729         for rint.  Include results for all rounding modes.
11730         (nearbyint_test): Use ALL_RM_TEST.
11731         (rint_test_data): Include all tests used for nearbyint.
11733 2014-03-17  Will Newton  <will.newton@linaro.org>
11735         * nptl/sysdeps/pthread/pthread.h: Revert previous
11736         change.
11738         * sysdeps/generic/ldsodefs.h: Revert previous
11739         change.
11741         * libio/genops.c: Revert previous change.
11742         * libio/libioP.h: Likewise.
11743         * stdio-common/vfprintf.c: Likewise.
11745         * sysdeps/generic/math_private.h: Revert previous
11746         change.
11748         * sysdeps/generic/math_private.h: Check whether
11749         HAVE_RM_CTX is defined with #ifdef rather
11750         than #if.
11752         * argp/argp-fmtstream.h: Check whether
11753         __STRICT_ANSI__ is defined with #ifdef rather
11754         than #if.
11755         * argp/argp.h: Likewise.
11757         * libio/genops.c: Check whether
11758         _IO_JUMPS_OFFSET is defined with #ifdef rather
11759         than #if.
11760         * libio/libioP.h: Likewise.
11761         * stdio-common/vfprintf.c: Likewise.
11763         * sysdeps/generic/ldsodefs.h: Check whether
11764         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
11765         than #if.
11767         * nptl/sysdeps/pthread/pthread.h: Check
11768         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
11769         its value.
11771 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
11773         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
11774         setting O_APPEND.
11775         * libio/tst-ftell-active-handler.c (do_append_test): Add a
11776         test case.
11778         [BZ #16680]
11779         * libio/fileops.c (_IO_file_open): Seek to end of file but
11780         don't cache the offset.
11781         (get_file_offset): Remove function.
11782         (do_ftell): Use cached offset when available.
11783         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
11784         don't cache the offset.
11785         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
11786         case.
11787         (do_one_test): Call it.
11788         (do_ftell_test): Fix up expected old offset for a+ mode.
11789         * libio/wfileops.c (do_ftell_wide): Used cached offset when
11790         available.
11792         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
11793         up test status with function return status.
11794         (do_write_test): Likewise.
11795         (do_append_test): Likewise.
11797         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
11798         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
11799         Remove.
11801 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11803         * math/gen-libm-test.pl (parse_args): Handle results specified for
11804         each rounding mode separately.
11805         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
11806         tests and results from lrint_tonearest_test_data,
11807         lrint_towardzero_test_data, lrint_downward_test_data and
11808         lrint_upward_test_data.
11809         (lrint_test): Use ALL_RM_TEST.
11810         (lrint_tonearest_test_data): Remove.
11811         (lrint_test_tonearest): Likewise.
11812         (lrint_towardzero_test_data): Likewise.
11813         (lrint_test_towardzero): Likewise.
11814         (lrint_downward_test_data): Likewise.
11815         (lrint_test_downward): Likewise.
11816         (lrint_upward_test_data): Likewise.
11817         (lrint_test_upward): Likewise.
11818         (llrint_test_data): Merge in per-rounding-mode tests and results
11819         from llrint_tonearest_test_data, llrint_towardzero_test_data,
11820         llrint_downward_test_data and llrint_upward_test_data.
11821         (llrint_test): Use ALL_RM_TEST.
11822         (llrint_tonearest_test_data): Remove.
11823         (llrint_test_tonearest): Likewise.
11824         (llrint_towardzero_test_data): Likewise.
11825         (llrint_test_towardzero): Likewise.
11826         (llrint_downward_test_data): Likewise.
11827         (llrint_test_downward): Likewise.
11828         (llrint_upward_test_data): Likewise.
11829         (llrint_test_upward): Likewise.
11830         (rint_test_data): Merge in per-rounding-mode tests and results
11831         from rint_tonearest_test_data, rint_towardzero_test_data,
11832         rint_downward_test_data and rint_upward_test_data.  Add
11833         per-rounding-mode results for tests not in those arrays.
11834         (rint_test): Use ALL_RM_TEST.
11835         (rint_tonearest_test_data): Remove.
11836         (rint_test_tonearest): Likewise.
11837         (rint_towardzero_test_data): Likewise.
11838         (rint_test_towardzero): Likewise.
11839         (rint_downward_test_data): Likewise.
11840         (rint_test_downward): Likewise.
11841         (rint_upward_test_data): Likewise.
11842         (rint_test_upward): Likewise.
11843         (main): Don't call removed functions.
11845 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11847         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
11848         "Compiled on ..." crapola.  It is anti-useful.
11850 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
11852         * scripts/evaluate-test.sh: Handle fourth argument to determine
11853         whether test run should stop on failure.
11854         * Makeconfig (stop-on-test-failure): New variable.
11855         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
11856         $(stop-on-test-failure).
11857         * Makefile (tests): Give a summary of results from testing and
11858         exit with failure status if they include an ERROR or FAIL.
11859         (xtests): Likewise.
11860         * manual/install.texi (Configuring and compiling): Mention
11861         stop-on-test-failure=y.
11862         * INSTALL: Regenerated.
11864 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11866         * scripts/versionlist.awk: New file.
11867         * Makerules [$(build-shared) = yes]
11868         (postclean-generated): Add Versions.def, not Versions.def.v and
11869         Versions.def.v.i.
11870         ($(common-objpfx)Versions.def.v.i): Target removed.
11871         ($(common-objpfx)Versions.def): New target.
11872         ($(common-objpfx)Versions.all): Depend on that rather that
11873         $(common-objpfx)Versions.def.v.
11874         * Versions.def: File removed.
11876         * Makeconfig (+gccwarn): Add -Wundef.
11877         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
11878         a dl-sysdep.h breaking its contract.
11879         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
11880         * include/stackinfo.h: New file.
11881         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
11882         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
11883         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
11884         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
11885         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
11886         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
11887         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11888         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11889         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11890         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11891         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11892         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
11893         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11894         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11895         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11897 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11899         [BZ #16707]
11900         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
11901         implementation.
11902         * math/libm-test.inc (round_test_data): Add more tests.
11904         [BZ #16706]
11905         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
11906         implementation.
11907         * math/libm-test.inc (nearbyint_test_data): Add more tests.
11909         [BZ #16701]
11910         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
11911         implementation.
11912         * math/libm-test.inc (ceil_test_data): Add more tests.
11914         * math/libm-test.inc (trunc_test_data): Add more tests related to
11915         BZ#16414.
11917 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11919         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
11920         with #if rather than #ifdef.
11921         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
11923 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
11925         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
11926         first.  Disable AVX-512 GCC support if assembler doesn't support
11927         it.
11928         * sysdeps/x86_64/configure: Regenerated.
11930 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
11932         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
11933         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
11934         (__old_pthread_attr_setstack): Likewise.
11935         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
11936         [!_STACK_GROWS_DOWN]: Likewise.
11938 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
11940         * config.make.in (have-bash2): Delete.
11941         * configure.ac (libc_cv_have_bash2): Delete.
11942         * configure: Regenerate.
11943         * elf/Makefile (common-ldd-rewrite): Rename to ...
11944         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
11945         (sh-ldd-rewrite): Delete.
11946         (bash-ldd-rewrite): Delete.
11947         (have-bash2): Delete checks.
11948         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
11949         ldd-rewrite.
11951         * config.make.in (have-ksh): Delete.
11952         (KSH): Delete.
11953         * configure.ac (libc_cv_have_ksh): Delete.
11954         * configure: Regenerate.
11956         * elf/Makefile: Delete $(have-ksh) check.
11957         ($(objpfx)sotruss): Change KSH to BASH.
11958         * elf/sotruss.ksh: Rename to ...
11959         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
11960         function style to match POSIX.  Drop ksh vim mode setting.
11962         * manual/time.texi (Specifying the Time Zone with TZ): Change
11963         Tuesday to Thursday.
11965         * debug/tst-longjmp_chk2.c: Update header comment.
11966         (stackoverflow_handler): Add comment.  Call assert on pass value.
11968 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
11970         [BZ #16194]
11971         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
11972         (HAVE_AVX512_ASM_SUPPORT): Likewise.
11973         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
11974         (La_x86_64_vector): Add zmm.
11975         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
11976         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
11977         ($(objpfx)tst-audit10): New target.
11978         ($(objpfx)tst-audit10.out): Likewise.
11979         (tst-audit10-ENV): New.
11980         (AVX512-CFLAGS): Likewise.
11981         (CFLAGS-tst-audit10.c): Likewise.
11982         (CFLAGS-tst-auditmod10a.c): Likewise.
11983         (CFLAGS-tst-auditmod10b.c): Likewise.
11984         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
11985         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
11986         * sysdeps/x86_64/configure: Regenerated.
11987         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
11988         AVX-512 zmm register support.
11989         (_dl_x86_64_save_sse): Likewise.
11990         (_dl_x86_64_restore_sse): Likewise.
11991         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
11992         size vector registers.
11993         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
11994         (ZMM_SIZE): Likewise.
11995         * sysdeps/x86_64/tst-audit10.c: New file.
11996         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
11997         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
11999 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12001         * configure.ac (HAVE_EHDR_START): New check.
12002         * configure: Regenerated.
12003         * config.h.in (HAVE_EHDR_START): New #undef.
12004         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12005         assuming the lowest-addressed segment maps the start of the file.
12007 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12009         * INSTALL: Regenerated.
12011 2014-03-13  Will Newton  <will.newton@linaro.org>
12013         * manual/setjmp.texi (System V contexts): Improve
12014         clarity and grammar of documentation.
12016 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12018         [BZ #16381]
12019         * elf/Makefile (tests): Add tst-pie2.
12020         (tests-pie): Add tst-pie2.
12021         * elf/tst-pie2.c: New file.
12022         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12023         for ET_EXEC.
12024         * elf/rtld.c (map_doit): Load executable as lt_executable.
12025         (dl_main): Likewise.
12027 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12029         [BZ #16642]
12030         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12031         (__ASSUME_PSELECT): Undefine.
12033 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12035         [BZ #16689]
12036         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12037         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12038         static build.
12039         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12040         selector for static builds.
12042 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12044         [BZ #16695]
12045         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12046         key in the buffer.
12048 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12050         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12051         IFUNC selector for static builds.
12053 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12055         * sysdeps/mips/math_private.h [__mips_hard_float]
12056         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12057         libc_feresetround_mips_ctx.
12058         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12059         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12060         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12062         [BZ #16677]
12063         * math/s_nextafter.c (__nextafter): Do not return value from
12064         overflowing computation.
12065         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12066         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12067         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12068         Likewise.
12069         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12070         Likewise.
12071         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12072         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12074 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12076         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12077         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12078         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12079         the new mov targetting sp.
12081 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12083         [BZ #16683]
12084         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12085         Define it for static builds as well.
12086         (NO_BZERO_IMPL): Likewise.
12088 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12090         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12091         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12092         multiarch strspn for PPC64.
12093         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12094         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12095         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12096         (__libc_ifunc_impl_list): Likewise.
12097         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12098         multiarch optimizations
12099         * string/strspn.c (strspn): Using macro to redefine symbol name.
12101 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12102             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12104         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12105         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12106         multiarch strncat for PPC64.
12107         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12108         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12109         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12110         (__libc_ifunc_impl_list): Likewise.
12111         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12112         multiarch optimizations
12114 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12116         [BZ #16639]
12117         * nscd/nscd.service: Make service type forking.
12119 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12121         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12122         sign in non default rounding modes.
12123         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12125 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12127         * math/libm-test.inc (ALL_RM_TEST): New macro.
12128         (ceil_test): Use ALL_RM_TEST.
12129         (cimag_test): Likewise.
12130         (conj_test): Likewise.
12131         (copysign_test): Likewise.
12132         (cproj_test): Likewise.
12133         (creal_test): Likewise.
12134         (fabs_test): Likewise.
12135         (floor_test): Likewise.
12136         (fmax_test): Likewise.
12137         (fmin_test): Likewise.
12138         (fmod_test): Likewise.
12139         (fpclassify_test): Likewise.
12140         (frexp_test): Likewise.
12141         (ilogb_test): Likewise.
12142         (isfinite_test): Likewise.
12143         (finite_test): Likewise.
12144         (isgreater_test): Likewise.
12145         (isgreaterequal_test): Likewise.
12146         (isinf_test): Likewise.
12147         (isless_test): Likewise.
12148         (islessequal_test): Likewise.
12149         (islessgreater_test): Likewise.
12150         (isnan_test): Likewise.
12151         (isnormal_test): Likewise.
12152         (issignaling_test): Likewise.
12153         (isunordered_test): Likewise.
12154         (logb_test): Likewise.
12155         (logb_downward_test_data): Remove.
12156         (logb_test_downward): Likewise.
12157         (lround_test): Use ALL_RM_TEST.
12158         (llround_test): Likewise.
12159         (modf_test): Likewise.
12160         (nexttoward_test): Likewise.
12161         (remainder_test): Likewise.
12162         (drem_test): Likewise.
12163         (remainder_tonearest_test_data): Likewise.
12164         (remainder_test_tonearest): Likewise.
12165         (drem_test_tonearest): Likewise.
12166         (remainder_towardzero_test_data): Likewise.
12167         (remainder_test_towardzero): Likewise.
12168         (drem_test_towardzero): Likewise.
12169         (remainder_downward_test_data): Likewise.
12170         (remainder_test_downward): Likewise.
12171         (drem_test_downward): Likewise.
12172         (remainder_upward_test_data): Likewise.
12173         (remainder_test_upward): Likewise.
12174         (drem_test_upward): Likewise.
12175         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12176         (round_test): Use ALL_RM_TEST.
12177         (signbit_test): Likewise.
12178         (trunc_test): Likewise.
12179         (significand_test): Likewise.
12180         (main): Don't call removed functions.
12182 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12184         [BZ #16674]
12185         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12186         || __USE_XOPEN2K8].
12187         (ILL_ILLOPN): Likewise.
12188         (ILL_ILLADR): Likewise.
12189         (ILL_ILLTRP): Likewise.
12190         (ILL_PRVOPC): Likewise.
12191         (ILL_PRVREG): Likewise.
12192         (ILL_COPROC): Likewise.
12193         (ILL_BADSTK): Likewise.
12194         (FPE_INTDIV): Likewise.
12195         (FPE_INTOVF): Likewise.
12196         (FPE_FLTDIV): Likewise.
12197         (FPE_FLTOVF): Likewise.
12198         (FPE_FLTUND): Likewise.
12199         (FPE_FLTRES): Likewise.
12200         (FPE_FLTINV): Likewise.
12201         (FPE_FLTSUB): Likewise.
12202         (SEGV_MAPERR): Likewise.
12203         (SEGV_ACCERR): Likewise.
12204         (BUS_ADRALN): Likewise.
12205         (BUS_ADRERR): Likewise.
12206         (BUS_OBJERR): Likewise.
12207         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12208         (TRAP_TRACE): Likewise.
12209         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12210         __USE_XOPEN2K8].
12211         (CLD_KILLED): Likewise.
12212         (CLD_DUMPED): Likewise.
12213         (CLD_TRAPPED): Likewise.
12214         (CLD_STOPPED): Likewise.
12215         (CLD_CONTINUED): Likewise.
12216         (POLL_IN): Likewise.
12217         (POLL_OUT): Likewise.
12218         (POLL_MSG): Likewise.
12219         (POLL_ERR): Likewise.
12220         (POLL_PRI): Likewise.
12221         (POLL_HUP): Likewise.
12222         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12223         Likewise.
12224         (ILL_ILLOPN): Likewise.
12225         (ILL_ILLADR): Likewise.
12226         (ILL_ILLTRP): Likewise.
12227         (ILL_PRVOPC): Likewise.
12228         (ILL_PRVREG): Likewise.
12229         (ILL_COPROC): Likewise.
12230         (ILL_BADSTK): Likewise.
12231         (FPE_INTDIV): Likewise.
12232         (FPE_INTOVF): Likewise.
12233         (FPE_FLTDIV): Likewise.
12234         (FPE_FLTOVF): Likewise.
12235         (FPE_FLTUND): Likewise.
12236         (FPE_FLTRES): Likewise.
12237         (FPE_FLTINV): Likewise.
12238         (FPE_FLTSUB): Likewise.
12239         (SEGV_MAPERR): Likewise.
12240         (SEGV_ACCERR): Likewise.
12241         (BUS_ADRALN): Likewise.
12242         (BUS_ADRERR): Likewise.
12243         (BUS_OBJERR): Likewise.
12244         (BUS_MCEERR_AR): Likewise.
12245         (BUS_MCEERR_AO): Likewise.
12246         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12247         (TRAP_TRACE): Likewise.
12248         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12249         __USE_XOPEN2K8].
12250         (CLD_KILLED): Likewise.
12251         (CLD_DUMPED): Likewise.
12252         (CLD_TRAPPED): Likewise.
12253         (CLD_STOPPED): Likewise.
12254         (CLD_CONTINUED): Likewise.
12255         (POLL_IN): Likewise.
12256         (POLL_OUT): Likewise.
12257         (POLL_MSG): Likewise.
12258         (POLL_ERR): Likewise.
12259         (POLL_PRI): Likewise.
12260         (POLL_HUP): Likewise.
12261         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12262         (ILL_ILLOPN): Likewise.
12263         (ILL_ILLADR): Likewise.
12264         (ILL_ILLTRP): Likewise.
12265         (ILL_PRVOPC): Likewise.
12266         (ILL_PRVREG): Likewise.
12267         (ILL_COPROC): Likewise.
12268         (ILL_BADSTK): Likewise.
12269         (FPE_INTDIV): Likewise.
12270         (FPE_INTOVF): Likewise.
12271         (FPE_FLTDIV): Likewise.
12272         (FPE_FLTOVF): Likewise.
12273         (FPE_FLTUND): Likewise.
12274         (FPE_FLTRES): Likewise.
12275         (FPE_FLTINV): Likewise.
12276         (FPE_FLTSUB): Likewise.
12277         (SEGV_MAPERR): Likewise.
12278         (SEGV_ACCERR): Likewise.
12279         (BUS_ADRALN): Likewise.
12280         (BUS_ADRERR): Likewise.
12281         (BUS_OBJERR): Likewise.
12282         (BUS_MCEERR_AR): Likewise.
12283         (BUS_MCEERR_AO): Likewise.
12284         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12285         (TRAP_TRACE): Likewise.
12286         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12287         __USE_XOPEN2K8].
12288         (CLD_KILLED): Likewise.
12289         (CLD_DUMPED): Likewise.
12290         (CLD_TRAPPED): Likewise.
12291         (CLD_STOPPED): Likewise.
12292         (CLD_CONTINUED): Likewise.
12293         (POLL_IN): Likewise.
12294         (POLL_OUT): Likewise.
12295         (POLL_MSG): Likewise.
12296         (POLL_ERR): Likewise.
12297         (POLL_PRI): Likewise.
12298         (POLL_HUP): Likewise.
12299         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12300         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         (ILL_BADIADDR): Likewise.
12309         (ILL_BREAK): Likewise.
12310         (FPE_INTDIV): Likewise.
12311         (FPE_INTOVF): Likewise.
12312         (FPE_FLTDIV): Likewise.
12313         (FPE_FLTOVF): Likewise.
12314         (FPE_FLTUND): Likewise.
12315         (FPE_FLTRES): Likewise.
12316         (FPE_FLTINV): Likewise.
12317         (FPE_FLTSUB): Likewise.
12318         (FPE_DECOVF): Likewise.
12319         (FPE_DECDIV): Likewise.
12320         (FPE_DECERR): Likewise.
12321         (FPE_INVASC): Likewise.
12322         (FPE_INVDEC): Likewise.
12323         (SEGV_MAPERR): Likewise.
12324         (SEGV_ACCERR): Likewise.
12325         (SEGV_PSTKOVF): Likewise.
12326         (BUS_ADRALN): Likewise.
12327         (BUS_ADRERR): Likewise.
12328         (BUS_OBJERR): Likewise.
12329         (BUS_MCEERR_AR): Likewise.
12330         (BUS_MCEERR_AO): Likewise.
12331         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12332         (TRAP_TRACE): Likewise.
12333         (TRAP_BRANCH): Likewise.
12334         (TRAP_HWBKPT): Likewise.
12335         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12336         __USE_XOPEN2K8].
12337         (CLD_KILLED): Likewise.
12338         (CLD_DUMPED): Likewise.
12339         (CLD_TRAPPED): Likewise.
12340         (CLD_STOPPED): Likewise.
12341         (CLD_CONTINUED): Likewise.
12342         (POLL_IN): Likewise.
12343         (POLL_OUT): Likewise.
12344         (POLL_MSG): Likewise.
12345         (POLL_ERR): Likewise.
12346         (POLL_PRI): Likewise.
12347         (POLL_HUP): Likewise.
12348         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12349         (ILL_ILLOPN): Likewise.
12350         (ILL_ILLADR): Likewise.
12351         (ILL_ILLTRP): Likewise.
12352         (ILL_PRVOPC): Likewise.
12353         (ILL_PRVREG): Likewise.
12354         (ILL_COPROC): Likewise.
12355         (ILL_BADSTK): Likewise.
12356         (FPE_INTDIV): Likewise.
12357         (FPE_INTOVF): Likewise.
12358         (FPE_FLTDIV): Likewise.
12359         (FPE_FLTOVF): Likewise.
12360         (FPE_FLTUND): Likewise.
12361         (FPE_FLTRES): Likewise.
12362         (FPE_FLTINV): Likewise.
12363         (FPE_FLTSUB): Likewise.
12364         (SEGV_MAPERR): Likewise.
12365         (SEGV_ACCERR): Likewise.
12366         (BUS_ADRALN): Likewise.
12367         (BUS_ADRERR): Likewise.
12368         (BUS_OBJERR): Likewise.
12369         (BUS_MCEERR_AR): Likewise.
12370         (BUS_MCEERR_AO): Likewise.
12371         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12372         (TRAP_TRACE): Likewise.
12373         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12374         __USE_XOPEN2K8].
12375         (CLD_KILLED): Likewise.
12376         (CLD_DUMPED): Likewise.
12377         (CLD_TRAPPED): Likewise.
12378         (CLD_STOPPED): Likewise.
12379         (CLD_CONTINUED): Likewise.
12380         (POLL_IN): Likewise.
12381         (POLL_OUT): Likewise.
12382         (POLL_MSG): Likewise.
12383         (POLL_ERR): Likewise.
12384         (POLL_PRI): Likewise.
12385         (POLL_HUP): Likewise.
12386         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12387         (ILL_ILLOPN): Likewise.
12388         (ILL_ILLADR): Likewise.
12389         (ILL_ILLTRP): Likewise.
12390         (ILL_PRVOPC): Likewise.
12391         (ILL_PRVREG): Likewise.
12392         (ILL_COPROC): Likewise.
12393         (ILL_BADSTK): Likewise.
12394         (FPE_INTDIV): Likewise.
12395         (FPE_INTOVF): Likewise.
12396         (FPE_FLTDIV): Likewise.
12397         (FPE_FLTOVF): Likewise.
12398         (FPE_FLTUND): Likewise.
12399         (FPE_FLTRES): Likewise.
12400         (FPE_FLTINV): Likewise.
12401         (FPE_FLTSUB): Likewise.
12402         (SEGV_MAPERR): Likewise.
12403         (SEGV_ACCERR): Likewise.
12404         (BUS_ADRALN): Likewise.
12405         (BUS_ADRERR): Likewise.
12406         (BUS_OBJERR): Likewise.
12407         (BUS_MCEERR_AR): Likewise.
12408         (BUS_MCEERR_AO): Likewise.
12409         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12410         (TRAP_TRACE): Likewise.
12411         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12412         __USE_XOPEN2K8].
12413         (CLD_KILLED): Likewise.
12414         (CLD_DUMPED): Likewise.
12415         (CLD_TRAPPED): Likewise.
12416         (CLD_STOPPED): Likewise.
12417         (CLD_CONTINUED): Likewise.
12418         (POLL_IN): Likewise.
12419         (POLL_OUT): Likewise.
12420         (POLL_MSG): Likewise.
12421         (POLL_ERR): Likewise.
12422         (POLL_PRI): Likewise.
12423         (POLL_HUP): Likewise.
12424         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12425         (ILL_ILLOPN): Likewise.
12426         (ILL_ILLADR): Likewise.
12427         (ILL_ILLTRP): Likewise.
12428         (ILL_PRVOPC): Likewise.
12429         (ILL_PRVREG): Likewise.
12430         (ILL_COPROC): Likewise.
12431         (ILL_BADSTK): Likewise.
12432         (FPE_INTDIV): Likewise.
12433         (FPE_INTOVF): Likewise.
12434         (FPE_FLTDIV): Likewise.
12435         (FPE_FLTOVF): Likewise.
12436         (FPE_FLTUND): Likewise.
12437         (FPE_FLTRES): Likewise.
12438         (FPE_FLTINV): Likewise.
12439         (FPE_FLTSUB): Likewise.
12440         (SEGV_MAPERR): Likewise.
12441         (SEGV_ACCERR): Likewise.
12442         (BUS_ADRALN): Likewise.
12443         (BUS_ADRERR): Likewise.
12444         (BUS_OBJERR): Likewise.
12445         (BUS_MCEERR_AR): Likewise.
12446         (BUS_MCEERR_AO): Likewise.
12447         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12448         (TRAP_TRACE): Likewise.
12449         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12450         __USE_XOPEN2K8].
12451         (CLD_KILLED): Likewise.
12452         (CLD_DUMPED): Likewise.
12453         (CLD_TRAPPED): Likewise.
12454         (CLD_STOPPED): Likewise.
12455         (CLD_CONTINUED): Likewise.
12456         (POLL_IN): Likewise.
12457         (POLL_OUT): Likewise.
12458         (POLL_MSG): Likewise.
12459         (POLL_ERR): Likewise.
12460         (POLL_PRI): Likewise.
12461         (POLL_HUP): Likewise.
12462         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12463         (ILL_ILLOPN): Likewise.
12464         (ILL_ILLADR): Likewise.
12465         (ILL_ILLTRP): Likewise.
12466         (ILL_PRVOPC): Likewise.
12467         (ILL_PRVREG): Likewise.
12468         (ILL_COPROC): Likewise.
12469         (ILL_BADSTK): Likewise.
12470         (ILL_DBLFLT): Likewise.
12471         (ILL_HARDWALL): Likewise.
12472         (FPE_INTDIV): Likewise.
12473         (FPE_INTOVF): Likewise.
12474         (FPE_FLTDIV): Likewise.
12475         (FPE_FLTOVF): Likewise.
12476         (FPE_FLTUND): Likewise.
12477         (FPE_FLTRES): Likewise.
12478         (FPE_FLTINV): Likewise.
12479         (FPE_FLTSUB): Likewise.
12480         (SEGV_MAPERR): Likewise.
12481         (SEGV_ACCERR): Likewise.
12482         (BUS_ADRALN): Likewise.
12483         (BUS_ADRERR): Likewise.
12484         (BUS_OBJERR): Likewise.
12485         (BUS_MCEERR_AR): Likewise.
12486         (BUS_MCEERR_AO): Likewise.
12487         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12488         (TRAP_TRACE): Likewise.
12489         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12490         __USE_XOPEN2K8].
12491         (CLD_KILLED): Likewise.
12492         (CLD_DUMPED): Likewise.
12493         (CLD_TRAPPED): Likewise.
12494         (CLD_STOPPED): Likewise.
12495         (CLD_CONTINUED): Likewise.
12496         (POLL_IN): Likewise.
12497         (POLL_OUT): Likewise.
12498         (POLL_MSG): Likewise.
12499         (POLL_ERR): Likewise.
12500         (POLL_PRI): Likewise.
12501         (POLL_HUP): Likewise.
12502         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
12503         (ILL_ILLOPN): Likewise.
12504         (ILL_ILLADR): Likewise.
12505         (ILL_ILLTRP): Likewise.
12506         (ILL_PRVOPC): Likewise.
12507         (ILL_PRVREG): Likewise.
12508         (ILL_COPROC): Likewise.
12509         (ILL_BADSTK): Likewise.
12510         (FPE_INTDIV): Likewise.
12511         (FPE_INTOVF): Likewise.
12512         (FPE_FLTDIV): Likewise.
12513         (FPE_FLTOVF): Likewise.
12514         (FPE_FLTUND): Likewise.
12515         (FPE_FLTRES): Likewise.
12516         (FPE_FLTINV): Likewise.
12517         (FPE_FLTSUB): Likewise.
12518         (SEGV_MAPERR): Likewise.
12519         (SEGV_ACCERR): Likewise.
12520         (BUS_ADRALN): Likewise.
12521         (BUS_ADRERR): Likewise.
12522         (BUS_OBJERR): Likewise.
12523         (BUS_MCEERR_AR): Likewise.
12524         (BUS_MCEERR_AO): Likewise.
12525         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12526         (TRAP_TRACE): Likewise.
12527         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12528         __USE_XOPEN2K8].
12529         (CLD_KILLED): Likewise.
12530         (CLD_DUMPED): Likewise.
12531         (CLD_TRAPPED): Likewise.
12532         (CLD_STOPPED): Likewise.
12533         (CLD_CONTINUED): Likewise.
12534         (POLL_IN): Likewise.
12535         (POLL_OUT): Likewise.
12536         (POLL_MSG): Likewise.
12537         (POLL_ERR): Likewise.
12538         (POLL_PRI): Likewise.
12539         (POLL_HUP): Likewise.
12540         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
12541         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12543         [BZ #16670]
12544         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
12545         before #include of <time.h>.
12546         [!__USE_XOPEN2K] (__need_timespec): Likewise.
12547         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
12548         (test-xfail-UNIX98/sched.h/conform): Likewise.
12550 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12552         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
12553         error absence of trapping exception support.
12554         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12556 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12558         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
12559         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
12560         * timezone/Makefile (testdata): Move definition above include of
12561         Rules.
12562         (test-zones): New variable.
12563         (tests-special): Add zone files.
12564         (build-testdata): Use $(evaluate-test).
12566         * elf/Makefile (tests-special): Rename tests to end with .out.
12567         ($(objpfx)noload-mem): Likewise.
12568         ($(objpfx)tst-leaks1-mem): Likewise.
12569         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
12570         * iconv/Makefile (xtests-special): Change test-iconvconfig to
12571         $(objpfx)test-iconvconfig.out.
12572         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
12573         set -e inside subshell and redirect output to file.
12574         * iconvdata/Makefile (generated): Rename tests to end with .out.
12575         Correct type.
12576         (tests-special): Rename tests to end with .out.
12577         ($(objpfx)mtrace-tst-loading): Likewise.
12578         * intl/Makefile (generated): Likewise.
12579         (tests-special): Likewise.
12580         ($(objpfx)mtrace-tst-gettext): Likewise.
12581         * misc/Makefile (generated): Likewise.
12582         (tests-special): Likewise.
12583         ($(objpfx)tst-error1-mem): Likewise.
12584         * nptl/Makefile (tests-special): Likewise.
12585         ($(objpfx)tst-stack3-mem): Likewise.
12586         (generated): Likewise.
12587         * posix/Makefile (generated): Likewise.
12588         (tests-special): Likewise.
12589         (xtests-special): Likewise.
12590         ($(objpfx)tst-fnmatch-mem): Likewise.
12591         ($(objpfx)bug-regex2-mem): Likewise.
12592         ($(objpfx)bug-regex14-mem): Likewise.
12593         ($(objpfx)bug-regex21-mem): Likewise.
12594         ($(objpfx)bug-regex31-mem): Likewise.
12595         ($(objpfx)tst-vfork3-mem): Likewise.
12596         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
12597         ($(objpfx)tst-pcre-mem): Likewise.
12598         ($(objpfx)tst-boost-mem): Likewise.
12599         ($(objpfx)bug-ga2-mem): Likewise.
12600         ($(objpfx)bug-glob2-mem): Likewise.
12601         * resolv/Makefile (generate): Likewise.
12602         (tests-special): Likewise.
12603         (xtests-special): Likewise.
12604         (generated): Likewise.
12605         ($(objpfx)mtrace-tst-leaks): Likewise.
12606         ($(objpfx)mtrace-tst-leaks2): Likewise.
12608         * scripts/merge-test-results.sh: New file.
12609         * Makefile (tests-special-notdir): New variable.
12610         (tests): Run merge-test-results.sh.
12611         (xtests): Likewise.
12612         * Rules (tests-special-notdir): New variable.
12613         (xtests-special-notdir): Likewise.
12614         (tests): Run merge-test-results.sh
12615         (xtests): Likewise.
12617         * Makeconfig (test-xfail-name): New variable.
12618         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
12619         compute variable name for expected failures.
12620         * conform/Makefile (conformtest-headers-data): New variable.
12621         (conformtest-standards): Likewise.
12622         (conformtest-headers-ISO): Likewise.
12623         (conformtest-headers-ISO99): Likewise.
12624         (conformtest-headers-ISO11): Likewise.
12625         (conformtest-headers-POSIX): Likewise.
12626         (conformtest-headers-XPG3): Likewise.
12627         (conformtest-headers-XPG4): Likewise.
12628         (conformtest-headers-UNIX98): Likewise.
12629         (conformtest-headers-XOPEN2K): Likewise.
12630         (conformtest-headers-POSIX2008): Likewise.
12631         (conformtest-headers-XOPEN2K8): Likewise.
12632         (conformtest-header-list-base): Likewise.
12633         (conformtest-header-list-tests): Likewise.
12634         (conformtest-header-base): Likewise.
12635         (conformtest-header-tests): Likewise.
12636         (tests-special): Add $(conformtest-header-list-tests).  If
12637         [$(fast-check) && !$(cross-compiling)], add
12638         $(conformtest-header-tests) instead of
12639         $(objpfx)run-conformtest.out.
12640         (generated): Add $(conformtest-header-list-base).  If
12641         [$(fast-check) && !$(cross-compiling)], add
12642         $(conformtest-header-base).  Remove previous setting.
12643         ($(conformtest-header-list-tests)): New target.
12644         (test-xfail-run-conformtest): Remove variable.
12645         ($(objpfx)run-conformtest.out): Remove target.
12646         (test-xfail-ISO11/complex.h/conform): New variable.
12647         (test-xfail-ISO11/stdalign.h/conform): Likewise.
12648         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
12649         (test-xfail-XPG3/varargs.h/conform): Likewise.
12650         (test-xfail-XPG4/varargs.h/conform): Likewise.
12651         (test-xfail-UNIX98/varargs.h/conform): Likewise.
12652         (test-xfail-XPG4/ndbm.h/conform): Likewise.
12653         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
12654         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
12655         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
12656         (test-xfail-XPG3/fcntl.h/conform): Likewise.
12657         (test-xfail-XPG3/ftw.h/conform): Likewise.
12658         (test-xfail-XPG3/grp.h/conform): Likewise.
12659         (test-xfail-XPG3/langinfo.h/conform): Likewise.
12660         (test-xfail-XPG3/limits.h/conform): Likewise.
12661         (test-xfail-XPG3/pwd.h/conform): Likewise.
12662         (test-xfail-XPG3/search.h/conform): Likewise.
12663         (test-xfail-XPG3/signal.h/conform): Likewise.
12664         (test-xfail-XPG3/stdio.h/conform): Likewise.
12665         (test-xfail-XPG3/stdlib.h/conform): Likewise.
12666         (test-xfail-XPG3/string.h/conform): Likewise.
12667         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
12668         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
12669         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
12670         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
12671         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
12672         (test-xfail-XPG3/sys/types.h/conform): Likewise.
12673         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
12674         (test-xfail-XPG3/termios.h/conform): Likewise.
12675         (test-xfail-XPG3/time.h/conform): Likewise.
12676         (test-xfail-XPG3/unistd.h/conform): Likewise.
12677         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
12678         (test-xfail-XPG4/fcntl.h/conform): Likewise.
12679         (test-xfail-XPG4/langinfo.h/conform): Likewise.
12680         (test-xfail-XPG4/netdb.h/conform): Likewise.
12681         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
12682         (test-xfail-XPG4/signal.h/conform): Likewise.
12683         (test-xfail-XPG4/stdio.h/conform): Likewise.
12684         (test-xfail-XPG4/stdlib.h/conform): Likewise.
12685         (test-xfail-XPG4/stropts.h/conform): Likewise.
12686         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
12687         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
12688         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
12689         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
12690         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
12691         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
12692         (test-xfail-XPG4/sys/time.h/conform): Likewise.
12693         (test-xfail-XPG4/sys/types.h/conform): Likewise.
12694         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
12695         (test-xfail-XPG4/termios.h/conform): Likewise.
12696         (test-xfail-XPG4/ucontext.h/conform): Likewise.
12697         (test-xfail-XPG4/unistd.h/conform): Likewise.
12698         (test-xfail-XPG4/utmpx.h/conform): Likewise.
12699         (test-xfail-POSIX/sched.h/conform): Likewise.
12700         (test-xfail-POSIX/signal.h/conform): Likewise.
12701         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12702         (test-xfail-POSIX/tar.h/conform): Likewise.
12703         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
12704         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
12705         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
12706         (test-xfail-UNIX98/netdb.h/conform): Likewise.
12707         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
12708         (test-xfail-UNIX98/sched.h/conform): Likewise.
12709         (test-xfail-UNIX98/signal.h/conform): Likewise.
12710         (test-xfail-UNIX98/stdio.h/conform): Likewise.
12711         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
12712         (test-xfail-UNIX98/stropts.h/conform): Likewise.
12713         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
12714         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
12715         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
12716         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
12717         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
12718         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
12719         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
12720         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
12721         (test-xfail-UNIX98/unistd.h/conform): Likewise.
12722         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
12723         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
12724         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
12725         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
12726         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
12727         (test-xfail-XOPEN2K/math.h/conform): Likewise.
12728         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
12729         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
12730         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
12731         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
12732         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
12733         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
12734         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
12735         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
12736         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
12737         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
12738         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
12739         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
12740         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
12741         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
12742         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
12743         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
12744         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
12745         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
12746         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
12747         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
12748         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
12749         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
12750         (test-xfail-POSIX2008/signal.h/conform): Likewise.
12751         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
12752         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
12753         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
12754         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
12755         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
12756         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
12757         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
12758         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
12759         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
12760         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
12761         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
12762         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
12763         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
12764         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
12765         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
12766         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
12767         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
12768         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
12769         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
12770         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
12771         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
12772         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
12773         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
12774         (conformtest-cc-flags): Likewise.
12775         ($(conformtest-header-tests): New target.
12776         * conform/check-header-lists.sh: New file.
12777         * conform/run-conformtest.sh: Remove.
12779         * conform/conformtest.pl: Allow ' and \ in values given for
12780         constants.
12781         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
12782         inclusion.
12783         [POSIX] (sys/types.h): Likewise.
12784         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
12785         inclusion.
12786         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
12787         inclusion.
12788         * conform/data/signal.h-data (SIGIO): Remove expectation.
12789         [XPG3] (SIGBUS): Do not expect.
12790         [POSIX || XPG3] (SIGPOLL): Likewise.
12791         [POSIX || XPG3] (SIGPROF): Likewise.
12792         [POSIX || XPG3] (SIGSYS): Likewise.
12793         [XPG3] (SIGTRAP): Likewise.
12794         [POSIX || XPG3] (SIGURG): Likewise.
12795         [POSIX || XPG3] (SIGVTALRM): Likewise.
12796         [POSIX || XPG3] (SIGXCPU): Likewise.
12797         [POSIX || XPG3] (SIGXFSZ): Likewise.
12798         [POSIX] (SA_SIGINFO): Expect.
12799         [XPG3] (siginfo_t): Do not expect type or contents.
12800         [POSIX] (si_pid): Do not expect element.
12801         [POSIX] (si_uid): Likewise.
12802         [POSIX] (si_addr): Likewise.
12803         [POSIX] (si_status): Likewise.
12804         [POSIX] (si_band): Likewise.
12805         [XPG4] (si_value): Likewise.
12806         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
12807         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
12808         [POSIX || XPG3] (ILL_ILLADR): Likewise.
12809         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
12810         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
12811         [POSIX || XPG3] (ILL_PRVREG): Likewise.
12812         [POSIX || XPG3] (ILL_COPROC): Likewise.
12813         [POSIX || XPG3] (ILL_BADSTK): Likewise.
12814         [POSIX || XPG3] (FPE_INTDIV): Likewise.
12815         [POSIX || XPG3] (FPE_INTOVF): Likewise.
12816         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
12817         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
12818         [POSIX || XPG3] (FPE_FLTUND): Likewise.
12819         [POSIX || XPG3] (FPE_FLTRES): Likewise.
12820         [POSIX || XPG3] (FPE_FLTINV): Likewise.
12821         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
12822         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
12823         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
12824         [POSIX || XPG3] (BUS_ADRALN): Likewise.
12825         [POSIX || XPG3] (BUS_ADRERR): Likewise.
12826         [POSIX || XPG3] (BUS_OBJERR): Likewise.
12827         [POSIX || XPG3] (CLD_EXITED): Likewise.
12828         [POSIX || XPG3] (CLD_KILLED): Likewise.
12829         [POSIX || XPG3] (CLD_DUMPED): Likewise.
12830         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
12831         [POSIX || XPG3] (CLD_STOPPED): Likewise.
12832         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
12833         [POSIX || XPG3] (POLL_IN): Likewise.
12834         [POSIX || XPG3] (POLL_OUT): Likewise.
12835         [POSIX || XPG3] (POLL_MSG): Likewise.
12836         [POSIX || XPG3] (POLL_ERR): Likewise.
12837         [POSIX || XPG3] (POLL_PRI): Likewise.
12838         [POSIX || XPG3] (POLL_HUP): Likewise.
12839         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
12840         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
12841         (SIG*): Do not allow.
12842         [XPG3] (si_*): Likewise.
12843         [XPG3] (SI_*): Likewise.
12844         [XPG3 || XPG4] (sigev_*): Likewise.
12845         [XPG3 || XPG4] (SIGEV_*): Likewise.
12846         [XPG3 || XPG4] (sival_*): Likewise.
12847         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
12848         [POSIX || XPG3] (BUS_*): Likewise.
12849         [POSIX || XPG3] (CLD_*): Likewise.
12850         [POSIX || XPG3] (FPE_*): Likewise.
12851         [POSIX || XPG3] (ILL_*): Likewise.
12852         [POSIX || XPG3] (POLL_*): Likewise.
12853         [POSIX || XPG3] (SEGV_*): Likewise.
12854         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
12855         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
12856         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
12857         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
12858         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
12859         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
12860         Specify type and value.
12861         (TVERSLEN): Likewise.
12862         (REGTYPE): Likewise.
12863         (AREGTYPE): Likewise.
12864         (LNKTYPE): Likewise.
12865         (SYMTYPE): Likewise.
12866         (CHRTYPE): Likewise.
12867         (BLKTYPE): Likewise.
12868         (DIRTYPE): Likewise.
12869         (FIFOTYPE): Likewise.
12870         (CONTTYPE): Likewise.
12871         (TSUID): Likewise.
12872         (TSGID): Likewise.
12873         (TSVTX): Likewise.
12874         (TUREAD): Likewise.
12875         (TUWRITE): Likewise.
12876         (TUEXEC): Likewise.
12877         (TGREAD): Likewise.
12878         (TGWRITE): Likewise.
12879         (TGEXEC): Likewise.
12880         (TOREAD): Likewise.
12881         (TOWRITE): Likewise.
12882         (TOEXEC): Likewise.
12883         [POSIX] (TSVTX): Expect constant.
12885 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
12887         * Makefile (tests): Change dependencies to ....
12888         (tests-special): ... additions to this variable.
12889         (tests): Depend on $(tests-special).
12890         * Makerules (check-abi-list): New variable.
12891         (check-abi): Depend on $(check-abi-list).
12892         [$(subdir) = elf] (tests-special): Add
12893         $(objpfx)check-abi-libc.out.
12894         [$(build-shared) = yes && subdir] (tests-special): Add
12895         $(check-abi-list).
12896         [$(build-shared) = yes && subdir] (tests): Do not depend on
12897         check-abi.
12898         * Rules (tests): Depend on $(tests-special).
12899         (xtests): Depend on $(xtests-special).
12900         * catgets/Makefile (tests): Change dependencies to ....
12901         (tests-special): ... additions to this variable.
12902         * conform/Makefile (tests): Change dependencies to ....
12903         (tests-special): ... additions to this variable.
12904         * elf/Makefile (tests): Change dependencies to ....
12905         (tests-special): ... additions to this variable.
12906         * grp/Makefile (tests): Change dependencies to ....
12907         (tests-special): ... additions to this variable.
12908         * iconv/Makefile (xtests): Change dependencies to ....
12909         (xtests-special): ... additions to this variable.
12910         * iconvdata/Makefile (tests): Change dependencies to ....
12911         (tests-special): ... additions to this variable.
12912         * intl/Makefile (tests): Change dependencies to ....
12913         (tests-special): ... additions to this variable.  Also add
12914         $(objpfx)tst-gettext.out.
12915         * io/Makefile (tests): Change dependencies to ....
12916         (tests-special): ... additions to this variable.
12917         * libio/Makefile (tests): Change dependencies to ....
12918         (tests-special): ... additions to this variable.
12919         * malloc/Makefile (tests): Change dependencies to ....
12920         (tests-special): ... additions to this variable.
12921         * misc/Makefile (tests): Change dependencies to ....
12922         (tests-special): ... additions to this variable.
12923         * nptl/Makefile (tests): Change dependencies to ....
12924         (tests-special): ... additions to this variable.
12925         * nptl_db/Makefile (tests): Change dependencies to ....
12926         (tests-special): ... additions to this variable.
12927         * posix/Makefile (tests): Change dependencies to ....
12928         (tests-special): ... additions to this variable.
12929         (xtests): Change dependencies to ....
12930         (xtests-special): ... additions to this variable.
12931         * resolv/Makefile (tests): Change dependencies to ....
12932         (tests-special): ... additions to this variable.
12933         (xtests): Change dependencies to ....
12934         (xtests-special): ... additions to this variable.
12935         * stdio-common/Makefile (tests): Change dependencies to ....
12936         (tests-special): ... additions to this variable.
12937         (do-tst-unbputc): Remove target.
12938         (do-tst-printf): Likewise.
12939         * stdlib/Makefile (tests): Change dependencies to ....
12940         (tests-special): ... additions to this variable.
12941         * string/Makefile (tests): Change dependencies to ....
12942         (tests-special): ... additions to this variable.
12943         * sysdeps/x86/Makefile (tests): Change dependencies to ....
12944         (tests-special): ... additions to this variable.
12946         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
12947         whole file.
12948         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
12949         whole file.
12950         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
12951         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
12953         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
12954         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
12955         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
12956         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
12957         * conform/data/libgen.h-data [XPG3]: Likewise.
12958         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
12959         * conform/data/ndbm.h-data [XPG3]: Likewise.
12960         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
12961         * conform/data/netdb.h-data [XPG3]: Likewise.
12962         * conform/data/netinet/in.h-data [XPG3]: Likewise.
12963         * conform/data/poll.h-data [XPG3]: Likewise.
12964         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
12965         * conform/data/strings.h-data [XPG3]: Likewise.
12966         * conform/data/stropts.h-data [XPG3]: Likewise.
12967         * conform/data/sys/mman.h-data [XPG3]: Likewise.
12968         * conform/data/sys/resource.h-data [XPG3]: Likewise.
12969         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
12970         Likewise.
12971         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
12972         * conform/data/sys/time.h-data [XPG3]: Likewise.
12973         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
12974         * conform/data/sys/uio.h-data [XPG3]: Likewise.
12975         * conform/data/sys/un.h-data [XPG3]: Likewise.
12976         * conform/data/syslog.h-data [XPG3]: Likewise.
12977         * conform/data/ucontext.h-data [XPG3]: Likewise.
12978         * conform/data/utmpx.h-data [XPG3]: Likewise.
12979         * conform/data/varargs.h-data [UNIX98]: Enable file.
12981         * manual/Makefile (INSTALL_INFO): Remove variable setting.
12983         * math/libm-test.inc (struct test_f_f_data): Move expected results
12984         into structure for each rounding mode.
12985         (struct test_ff_f_data): Likewise.
12986         (struct test_ff_f_data_nexttoward): Likewise.
12987         (struct test_fi_f_data): Likewise.
12988         (struct test_fl_f_data): Likewise.
12989         (struct test_if_f_data): Likewise.
12990         (struct test_fff_f_data): Likewise.
12991         (struct test_c_f_data): Likewise.
12992         (struct test_f_f1_data): Likewise.
12993         (struct test_fF_f1_data): Likewise.
12994         (struct test_ffI_f1_data): Likewise.
12995         (struct test_c_c_data): Likewise.
12996         (struct test_cc_c_data): Likewise.
12997         (struct test_f_i_data): Likewise.
12998         (struct test_ff_i_data): Likewise.
12999         (struct test_f_l_data): Likewise.
13000         (struct test_f_L_data): Likewise.
13001         (struct test_fFF_11_data): Likewise.
13002         (RM_): New macro.
13003         (RM_FE_DOWNWARD): Likewise.
13004         (RM_FE_TONEAREST): Likewise.
13005         (RM_FE_TOWARDZERO): Likewise.
13006         (RM_FE_UPWARD): Likewise.
13007         (RUN_TEST_LOOP_f_f): Update references to expected results.
13008         (RUN_TEST_LOOP_2_f): Likewise.
13009         (RUN_TEST_LOOP_fff_f): Likewise.
13010         (RUN_TEST_LOOP_c_f): Likewise.
13011         (RUN_TEST_LOOP_f_f1): Likewise.
13012         (RUN_TEST_LOOP_fF_f1): Likewise.
13013         (RUN_TEST_LOOP_fI_f1): Likewise.
13014         (RUN_TEST_LOOP_ffI_f1): Likewise.
13015         (RUN_TEST_LOOP_c_c): Likewise.
13016         (RUN_TEST_LOOP_cc_c): Likewise.
13017         (RUN_TEST_LOOP_f_i): Likewise.
13018         (RUN_TEST_LOOP_f_i_tg): Likewise.
13019         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13020         (RUN_TEST_LOOP_f_b): Likewise.
13021         (RUN_TEST_LOOP_f_b_tg): Likewise.
13022         (RUN_TEST_LOOP_f_l): Likewise.
13023         (RUN_TEST_LOOP_f_L): Likewise.
13024         (RUN_TEST_LOOP_fFF_11): Likewise.
13025         * math/gen-libm-test.pl (parse_args): Output four copies of
13026         expected results for each test.
13028         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13029         (__ASSUME_UTIMES): Remove.
13030         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13031         (__ASSUME_UTIMES): Likewise.
13033         * math/gen-auto-libm-tests.c: Update comment on output format.
13034         (output_for_one_input_case): Generate before-rounding and
13035         after-rounding information as conditions on output flags not
13036         floating-point format.
13037         * math/auto-libm-test-out: Regenerated.
13038         * math/gen-libm-test.pl (cond_value): New function.
13039         (or_cond_value): Use cond_value.
13040         (generate_testfile): Handle conditional exceptions.
13042 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13044         * math/libm-test.inc (max_valid_error): New variable.
13045         (init_max_error): Take new argument specifying whether function
13046         results are exactly determined.  Set max_valid_error and bound
13047         other variables for errors based on this argument.
13048         (set_max_error): Do not record results above max_valid_error.
13049         (check_float_internal): Only accept errors of up to 0.5ulps if
13050         also at most max_valid_error.
13051         (START): Take new argument EXACT and pass it to init_max_error.
13052         (acos_test): Update call to START.
13053         (acos_test_tonearest): Likewise.
13054         (acos_test_towardzero): Likewise.
13055         (acos_test_downward): Likewise.
13056         (acos_test_upward): Likewise.
13057         (acosh_test): Likewise.
13058         (asin_test): Likewise.
13059         (asin_test_tonearest): Likewise.
13060         (asin_test_towardzero): Likewise.
13061         (asin_test_downward): Likewise.
13062         (asin_test_upward): Likewise.
13063         (asinh_test): Likewise.
13064         (atan_test): Likewise.
13065         (atanh_test): Likewise.
13066         (atan2_test): Likewise.
13067         (cabs_test): Likewise.
13068         (cacos_test): Likewise.
13069         (cacosh_test): Likewise.
13070         (carg_test): Likewise.
13071         (casin_test): Likewise.
13072         (casinh_test): Likewise.
13073         (catan_test): Likewise.
13074         (catanh_test): Likewise.
13075         (cbrt_test): Likewise.
13076         (ccos_test): Likewise.
13077         (ccosh_test): Likewise.
13078         (ceil_test): Likewise.
13079         (cexp_test): Likewise.
13080         (cimag_test): Likewise.
13081         (clog_test): Likewise.
13082         (clog10_test): Likewise.
13083         (conj_test): Likewise.
13084         (copysign_test): Likewise.
13085         (cos_test): Likewise.
13086         (cos_test_tonearest): Likewise.
13087         (cos_test_towardzero): Likewise.
13088         (cos_test_downward): Likewise.
13089         (cos_test_upward): Likewise.
13090         (cosh_test): Likewise.
13091         (cosh_test_tonearest): Likewise.
13092         (cosh_test_towardzero): Likewise.
13093         (cosh_test_downward): Likewise.
13094         (cosh_test_upward): Likewise.
13095         (cpow_test): Likewise.
13096         (cproj_test): Likewise.
13097         (creal_test): Likewise.
13098         (csin_test): Likewise.
13099         (csinh_test): Likewise.
13100         (csqrt_test): Likewise.
13101         (ctan_test): Likewise.
13102         (ctan_test_tonearest): Likewise.
13103         (ctan_test_towardzero): Likewise.
13104         (ctan_test_downward): Likewise.
13105         (ctan_test_upward): Likewise.
13106         (ctanh_test): Likewise.
13107         (ctanh_test_tonearest): Likewise.
13108         (ctanh_test_towardzero): Likewise.
13109         (ctanh_test_downward): Likewise.
13110         (ctanh_test_upward): Likewise.
13111         (erf_test): Likewise.
13112         (erfc_test): Likewise.
13113         (exp_test): Likewise.
13114         (exp_test_tonearest): Likewise.
13115         (exp_test_towardzero): Likewise.
13116         (exp_test_downward): Likewise.
13117         (exp_test_upward): Likewise.
13118         (exp10_test): Likewise.
13119         (exp10_test_tonearest): Likewise.
13120         (exp10_test_towardzero): Likewise.
13121         (exp10_test_downward): Likewise.
13122         (exp10_test_upward): Likewise.
13123         (pow10_test): Likewise.
13124         (exp2_test): Likewise.
13125         (expm1_test): Likewise.
13126         (expm1_test_tonearest): Likewise.
13127         (expm1_test_towardzero): Likewise.
13128         (expm1_test_downward): Likewise.
13129         (expm1_test_upward): Likewise.
13130         (fabs_test): Likewise.
13131         (fdim_test): Likewise.
13132         (floor_test): Likewise.
13133         (fma_test): Likewise.
13134         (fma_test_towardzero): Likewise.
13135         (fma_test_downward): Likewise.
13136         (fma_test_upward): Likewise.
13137         (fmax_test): Likewise.
13138         (fmin_test): Likewise.
13139         (fmod_test): Likewise.
13140         (fpclassify_test): Likewise.
13141         (frexp_test): Likewise.
13142         (hypot_test): Likewise.
13143         (ilogb_test): Likewise.
13144         (isfinite_test): Likewise.
13145         (finite_test): Likewise.
13146         (isgreater_test): Likewise.
13147         (isgreaterequal_test): Likewise.
13148         (isinf_test): Likewise.
13149         (isless_test): Likewise.
13150         (islessequal_test): Likewise.
13151         (islessgreater_test): Likewise.
13152         (isnan_test): Likewise.
13153         (isnormal_test): Likewise.
13154         (issignaling_test): Likewise.
13155         (isunordered_test): Likewise.
13156         (j0_test): Likewise.
13157         (j1_test): Likewise.
13158         (jn_test): Likewise.
13159         (ldexp_test): Likewise.
13160         (lgamma_test): Likewise.
13161         (gamma_test): Likewise.
13162         (lrint_test): Likewise.
13163         (lrint_test_tonearest): Likewise.
13164         (lrint_test_towardzero): Likewise.
13165         (lrint_test_downward): Likewise.
13166         (lrint_test_upward): Likewise.
13167         (llrint_test): Likewise.
13168         (llrint_test_tonearest): Likewise.
13169         (llrint_test_towardzero): Likewise.
13170         (llrint_test_downward): Likewise.
13171         (llrint_test_upward): Likewise.
13172         (log_test): Likewise.
13173         (log10_test): Likewise.
13174         (log1p_test): Likewise.
13175         (log2_test): Likewise.
13176         (logb_test): Likewise.
13177         (logb_test_downward): Likewise.
13178         (lround_test): Likewise.
13179         (llround_test): Likewise.
13180         (modf_test): Likewise.
13181         (nearbyint_test): Likewise.
13182         (nextafter_test): Likewise.
13183         (nexttoward_test): Likewise.
13184         (pow_test): Likewise.
13185         (pow_test_tonearest): Likewise.
13186         (pow_test_towardzero): Likewise.
13187         (pow_test_downward): Likewise.
13188         (pow_test_upward): Likewise.
13189         (remainder_test): Likewise.
13190         (drem_test): Likewise.
13191         (remainder_test_tonearest): Likewise.
13192         (drem_test_tonearest): Likewise.
13193         (remainder_test_towardzero): Likewise.
13194         (drem_test_towardzero): Likewise.
13195         (remainder_test_downward): Likewise.
13196         (drem_test_downward): Likewise.
13197         (remainder_test_upward): Likewise.
13198         (drem_test_upward): Likewise.
13199         (remquo_test): Likewise.
13200         (rint_test): Likewise.
13201         (rint_test_tonearest): Likewise.
13202         (rint_test_towardzero): Likewise.
13203         (rint_test_downward): Likewise.
13204         (rint_test_upward): Likewise.
13205         (round_test): Likewise.
13206         (scalb_test): Likewise.
13207         (scalbn_test): Likewise.
13208         (scalbln_test): Likewise.
13209         (signbit_test): Likewise.
13210         (sin_test): Likewise.
13211         (sin_test_tonearest): Likewise.
13212         (sin_test_towardzero): Likewise.
13213         (sin_test_downward): Likewise.
13214         (sin_test_upward): Likewise.
13215         (sincos_test): Likewise.
13216         (sinh_test): Likewise.
13217         (sinh_test_tonearest): Likewise.
13218         (sinh_test_towardzero): Likewise.
13219         (sinh_test_downward): Likewise.
13220         (sinh_test_upward): Likewise.
13221         (sqrt_test): Likewise.
13222         (sqrt_test_tonearest): Likewise.
13223         (sqrt_test_towardzero): Likewise.
13224         (sqrt_test_downward): Likewise.
13225         (sqrt_test_upward): Likewise.
13226         (tan_test): Likewise.
13227         (tan_test_tonearest): Likewise.
13228         (tan_test_towardzero): Likewise.
13229         (tan_test_downward): Likewise.
13230         (tan_test_upward): Likewise.
13231         (tanh_test): Likewise.
13232         (tgamma_test): Likewise.
13233         (trunc_test): Likewise.
13234         (y0_test): Likewise.
13235         (y1_test): Likewise.
13236         (yn_test): Likewise.
13237         (significand_test): Likewise.
13239         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13240         individual tests in comment.
13241         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13242         (prev_max_error): New variable.
13243         (prev_real_max_error): Likewise.
13244         (prev_imag_max_error): Likewise.
13245         (compare_ulp_data): Don't refer to test names in comment.
13246         (find_test_ulps): Remove function.
13247         (find_function_ulps): Likewise.
13248         (find_complex_function_ulps): Likewise.
13249         (init_max_error): Take function name as argument.  Look up ulps
13250         for that function.
13251         (print_ulps): Remove function.
13252         (print_max_error): Use prev_max_error instead of calling
13253         find_function_ulps.
13254         (print_complex_max_error): Use prev_real_max_error and
13255         prev_imag_max_error instead of calling find_complex_function_ulps.
13256         (check_float_internal): Take max_ulp parameter instead of calling
13257         find_test_ulps.  Don't call print_ulps.
13258         (check_float): Update call to check_float_internal.
13259         (check_complex): Update calls to check_float_internal.
13260         (START): Pass argument to init_max_error.
13261         * math/gen-libm-test.pl (%results): Don't include "kind"
13262         information.
13263         (parse_ulps): Don't handle ulps of individual tests.
13264         (print_ulps_file): Likewise.
13265         (output_ulps): Likewise.
13266         * math/README.libm-test: Update.
13267         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13268         individual tests.
13269         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13270         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13271         * sysdeps/arm/libm-test-ulps: Likewise.
13272         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13273         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13274         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13275         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13276         * sysdeps/microblaze/libm-test-ulps: Likewise.
13277         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13278         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13279         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13280         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13281         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13282         * sysdeps/sh/libm-test-ulps: Likewise.
13283         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13284         * sysdeps/tile/libm-test-ulps: Likewise.
13285         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13287 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13289         * math/libm-test.inc (print_complex_max_error): Check separately
13290         whether real and imaginary errors are within allowed range and
13291         pass 0 to print_complex_function_ulps instead of value within
13292         allowed range.
13294 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13296         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13297         formatting.
13298         (get_handles_fopen): Likewise.
13299         (do_write_test): Likewise.
13301         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13303         * libio/fileops.c (do_ftell): Use cached offset when
13304         available.
13305         * libio/iofwide.c (do_ftell_wide): Likewise.
13306         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13307         _IO_file_attach.
13308         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13310         [BZ #16532]
13311         * libio/libioP.h (get_file_offset): New function.
13312         * libio/fileops.c (get_file_offset): Likewise.
13313         (do_ftell): Likewise.
13314         (_IO_new_file_seekoff): Split out ftell logic.
13315         * libio/wfileops.c (do_ftell_wide): Likewise.
13316         (_IO_wfile_seekoff): Split out ftell logic.
13317         * libio/tst-ftell-active-handler.c: New test case.
13318         * libio/Makefile (tests): Add it.
13320 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13322         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13323         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13325 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13327         [BZ #16639]
13328         * nscd/connections.c (nscd_init): Call do_exit.
13329         (start_threads): Call do_exit and notify_parent.
13330         (begin_drop_privileges): Call do_exit.
13331         (finish_drop_privileges): Likewise.
13332         * nscd/selinux.c (preserve_capabilities): Likewise.
13333         (install_real_capabilities): Likewise.
13334         (nscd_selinux_enabled): Likewise.
13335         (avc_create_thread): Likewise.
13336         (avc_alloc_lock): Likewise.
13337         (nscd_avc_init): Likewise.
13338         * nscd/nscd.c (parent_fd): New static variable.
13339         (main): Create a pipe between parent and child processes.
13340         Skip closing parent_fd.
13341         (monitor_child): New function.
13342         (do_exit): Likewise.
13343         (notify_parent): Likewise.
13344         * nscd/nscd.h (notify_parent): Likewise.
13345         (do_exit): Likewise.
13347 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13349         * malloc/malloc.c (__libc_calloc): Revert last change.
13351 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13353         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13355 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13357         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13358         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13359         implementation.
13360         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13361         (__libc_ifunc_impl_list): Likewise.
13362         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13363         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13364         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13365         * string/strrchr.c: Define STRRCHR.
13367 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13369         * benchtest/bench-strtok.c (simple_strtok): Delete.
13370         (strtok_string): Use as benchmark.
13371         * string/strtok (STRTOK): New macro.
13373 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13375         * manual/threads.texi: Add header and standard comments to all
13376         functions.
13378         * elf/dl-lookup.c (check_match): New function.
13379         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13380         (do_lookup_x): Remove nested function check_match. Use non-nested
13381         function check_match.
13383 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13385         * csu/Makefile (generated, before-compile): Use += rather than =.
13386         * catgets/Makefile (generated, generated-dirs): Likewise.
13387         * debug/Makefile (generated): Likewise.
13388         * dlfcn/Makefile (generated): Likewise.
13389         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13390         * iconvdata/Makefile (before-compile, generated): Likewise.
13391         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13392         * libio/Makefile (generated): Likewise.
13393         * malloc/Makefile (generated): Likewise.
13394         * manual/Makefile (generated, generated-dirs): Likewise.
13395         * misc/Makefile (generated): Likewise.
13396         * posix/Makefile (generated): Likewise.
13397         * resolv/Makefile (generated): Likewise.
13398         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13399         * timezone/Makefile (generated, generated-dirs): Likewise.
13401         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13403 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13405         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13406         power8 implementation.
13407         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13408         file: POWER8 llround ifunc implementation.
13409         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13410         (__lllround): Add POWER8 implementation.
13411         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13412         POWER8 llround implementation.
13414         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13415         power8 implementation.
13416         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13417         file: POWER8 llrint ifunc implementation.
13418         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13419         Add POWER8 implementation.
13420         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13421         POWER8 llrint implementation.
13423         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13424         power8 implementation.
13425         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13426         file: POWER8 finite ifunc implementation.
13427         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13428         Add POWER8 implementation.
13429         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13430         Likewise.
13431         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13432         POWER8 finite implementation.
13433         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13435         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13436         power8 implementation.
13437         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13438         file: POWER8 isinf ifunc implementation.
13439         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13440         POWER8 implementation.
13441         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13442         Likewise.
13443         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13444         isinf implementation.
13445         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13447         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13448         (INIT_ARCH): Add hwcap2 initialization.
13449         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13450         power8 implementation.
13451         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13452         file: POWER8 isnan ifunc implementation.
13453         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13454         POWER8 implementation.
13455         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13456         Likewise.
13457         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13458         isnan implementation.
13459         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13461 2014-02-27  Joey Ye  <joey.ye@arm.com>
13463         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13464         (_FP_NANFRAC_Q): Set to zero.
13466 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13468         [BZ #16623]
13469         * math/auto-libm-test-in: New test inputs.
13470         * math/auto-libm-test-out: Regenerate.
13471         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13472         and DA.
13473         (__cos): Likewise.
13474         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13476 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
13478         * scripts/evaluate-test.sh: Take new argument indicating whether
13479         failure is expected.
13480         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
13481         indicating whether failure is expected.
13482         * conform/Makefile (test-xfail-run-conformtest): New variable.
13483         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
13484         level.
13485         * posix/Makefile (test-xfail-annexc): New variable.
13486         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
13488 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
13490         * argp/Makefile: Include Makeconfig immediately after defining
13491         subdir.
13492         * assert/Makefile: Likewise.
13493         * benchtests/Makefile: Likewise.
13494         * catgets/Makefile: Likewise.
13495         * conform/Makefile: Likewise.
13496         * crypt/Makefile: Likewise.
13497         * csu/Makefile: Likewise.
13498         (all): Remove target.
13499         * ctype/Makefile: Include Makeconfig immediately after defining
13500         subdir.
13501         * debug/Makefile: Likewise.
13502         * dirent/Makefile: Likewise.
13503         * dlfcn/Makefile: Likewise.
13504         * gmon/Makefile: Likewise.
13505         * gnulib/Makefile: Likewise.
13506         * grp/Makefile: Likewise.
13507         * gshadow/Makefile: Likewise.
13508         * hesiod/Makefile: Likewise.
13509         * hurd/Makefile: Likewise.
13510         (all): Remove target.
13511         * iconvdata/Makefile: Include Makeconfig immediately after
13512         defining subdir.
13513         * inet/Makefile: Likewise.
13514         * intl/Makefile: Likewise.
13515         * io/Makefile: Likewise.
13516         * libio/Makefile: Likewise.
13517         (all): Remove target.
13518         * locale/Makefile: Include Makeconfig immediately after defining
13519         subdir.
13520         * login/Makefile: Likewise.
13521         * mach/Makefile: Likewise.
13522         (all): Remove target.
13523         * malloc/Makefile: Include Makeconfig immediately after defining
13524         subdir.
13525         (all): Remove target.
13526         * manual/Makefile: Include Makeconfig immediately after defining
13527         subdir.
13528         * math/Makefile: Likewise.
13529         * misc/Makefile: Likewise.
13530         * nis/Makefile: Likewise.
13531         * nss/Makefile: Likewise.
13532         * po/Makefile: Likewise.
13533         (all): Remove target.
13534         * posix/Makefile: Include Makeconfig immediately after defining
13535         subdir.
13536         * pwd/Makefile: Likewise.
13537         * resolv/Makefile: Likewise.
13538         * resource/Makefile: Likewise.
13539         * rt/Makefile: Likewise.
13540         * setjmp/Makefile: Likewise.
13541         * shadow/Makefile: Likewise.
13542         * signal/Makefile: Likewise.
13543         * socket/Makefile: Likewise.
13544         * soft-fp/Makefile: Likewise.
13545         * stdio-common/Makefile: Likewise.
13546         * stdlib/Makefile: Likewise.
13547         * streams/Makefile: Likewise.
13548         * string/Makefile: Likewise.
13549         * sunrpc/Makefile: Likewise.
13550         (all): Remove target.
13551         * sysvipc/Makefile: Include Makeconfig immediately after defining
13552         subdir.
13553         * termios/Makefile: Likewise.
13554         * time/Makefile: Likewise.
13555         * timezone/Makefile: Likewise.
13556         (all): Remove target.
13557         * wcsmbs/Makefile: Include Makeconfig immediately after defining
13558         subdir.
13559         * wctype/Makefile: Likewise.
13561 2014-02-26  Steve Ellcey  <sellcey@mips.com>
13563         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
13564         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
13565         (libc_feholdexcept_setround_mips): Ditto.
13566         (libc_feholdsetround): New.
13567         (libc_feholdsetroundf): New.
13568         (libc_feholdsetroundl): New.
13569         (libc_feupdateenv_test_mips): New.
13570         (libc_feupdateenv_test): New.
13571         (libc_feupdateenv_testf): New.
13572         (libc_feupdateenv_testl): New.
13573         (libc_feresetround): New.
13574         (libc_feresetroundf): New.
13575         (libc_feresetroundl): New.
13576         (libc_fetestexcept_mips): New.
13577         (libc_fetestexcept): New.
13578         (libc_fetestexceptf): New.
13579         (libc_fetestexceptl): New.
13580         (HAVE_RM_CTX): New.
13581         (libc_feholdexcept_setround_mips_ctx): New.
13582         (libc_feholdexcept_setround_ctx): New.
13583         (libc_feholdexcept_setroundf_ctx): New.
13584         (libc_feholdexcept_setroundl_ctx): New.
13585         (libc_fesetenv_mips_ctx): New.
13586         (libc_fesetenv_ctx): New.
13587         (libc_fesetenv_ctxf): New.
13588         (libc_fesetenv_ctxl): New.
13589         (libc_feupdateenv_mips_ctx): New.
13590         (libc_feupdateenv_ctx): New.
13591         (libc_feupdateenvf_ctx): New.
13592         (libc_feupdateenvl_ctx): New.
13593         (libc_feholdsetround_mips_ctx): New.
13594         (libc_feholdsetround_ctx): New.
13595         (libc_feholdsetroundf_ctx): New.
13596         (libc_feholdsetroundl_ctx): New.
13597         (libc_feresetround_mips_ctx): New.
13598         (libc_feresetround_ctx): New.
13599         (libc_feresetroundf_ctx): New.
13600         (libc_feresetroundl_ctx): New.
13602 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
13604         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
13606         * manual/ipc.texi: New file.
13607         * manual/Makefile (chapters): Add ipc.
13608         * manual/job.texi: Add "Inter-Process Communication" to next.
13609         * manual/process.texi: Add "Inter-Process Communication" to prev.
13611 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13613         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13615 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
13617         * malloc/malloc.c (__libc_calloc): Simplify implementation.
13619         * manual/arith.texi: Fix spaces after sentences.
13620         * manual/charset.texi: Likewise.
13621         * manual/errno.texi: Likewise.
13622         * manual/install.texi: Likewise.
13623         * manual/llio.texi: Likewise.
13624         * manual/locale.texi: Likewise.
13625         * manual/maint.texi: Likewise.
13626         * manual/math.texi: Likewise.
13627         * manual/memory.texi: Likewise.
13628         * manual/message.texi: Likewise.
13629         * manual/probes.texi: Likewise.
13630         * manual/resource.texi: Likewise.
13631         * manual/signal.texi: Likewise.
13632         * manual/socket.texi: Likewise.
13633         * manual/stdio.texi: Likewise.
13634         * manual/string.texi: Likewise.
13635         * manual/time.texi: Likewise.
13636         * manual/users.texi: Likewise.
13638 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
13640         [BZ #16632]
13641         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
13642         _DEFAULT_SOURCE is defined.
13644 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
13645             Carlos O'Donell  <carlos@redhat.com>
13647         [BZ #16613]
13648         * elf/dl-tls.c (_dl_count_modids): New function.
13649         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
13650         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
13651         audit library and increment generation counter.
13652         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
13653         * elf/tst-audit9.c: New file.
13654         * elf/tst-auditmod9a.c: New file.
13655         * elf/tst-auditmod9b.c: New file.
13656         * elf/Makefile: Add rules to build and run tst-audit9.
13658 2014-02-25  Florian Weimer  <fweimer@redhat.com>
13660         [BZ #15347]
13661         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
13663 2014-02-25  Will Newton  <will.newton@linaro.org>
13665         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
13666         (__longjmp): Restore sp and lr before restoring callee
13667         saved registers.  Add longjmp and longjmp_target
13668         SystemTap probe point.
13669         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
13670         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
13671         Define to zero to match jmpbuf layout.
13672         * sysdeps/arm/setjmp.S: Include stap-probe.h.
13673         (__sigsetjmp): Save sp and lr before saving callee
13674         saved registers.  Add setjmp SystemTap probe point.
13676 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
13678         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13680 2014-02-24  Andreas Schwab  <schwab@suse.de>
13682         [BZ #15804]
13683         * elf/pldd.c (wait_for_ptrace_stop): New function.
13684         (main): Call it after attaching.
13686 2014-02-22  Roland McGrath  <roland@hack.frob.com>
13688         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
13689         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
13690         Versions files is now verboten.
13691         * hurd/Versions (libc: GLIBC_2.0):
13692         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
13693         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
13694         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
13695         * mach/Versions: Likewise.
13697         * csu/Versions: Remove unused %include.
13698         * resolv/Versions: Likewise.
13700 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
13702         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
13703         ($(objpfx)check-local-headers.out): Likewise.
13704         ($(objpfx)begin-end-check.out): Likewise.
13705         * Makerules (check-abi-%.out): Likewise.
13706         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
13707         ($(objpfx)test2.cat): Likewise.
13708         ($(objpfx)de/libc.cat): Likewise.
13709         ($(objpfx)test-gencat.out): Likewise.
13710         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
13711         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
13712         ($(objpfx)noload-mem): Likewise.
13713         ($(objpfx)tst-pathopt.out): Likewise.
13714         ($(objpfx)tst-rtld-load-self.out): Likewise.
13715         ($(objpfx)tst-array1-cmp.out): Likewise.
13716         ($(objpfx)tst-array1-static-cmp.out): Likewise.
13717         ($(objpfx)tst-array2-cmp.out): Likewise.
13718         ($(objpfx)tst-array3-cmp.out): Likewise.
13719         ($(objpfx)tst-array4-cmp.out): Likewise.
13720         ($(objpfx)tst-array5-cmp.out): Likewise.
13721         ($(objpfx)tst-array5-static-cmp.out): Likewise.
13722         ($(objpfx)check-textrel.out): Likewise.
13723         ($(objpfx)check-execstack.out): Likewise.
13724         ($(objpfx)check-localplt.out): Likewise.
13725         ($(objpfx)order2-cmp.out): Likewise.
13726         ($(objpfx)tst-leaks1-mem): Likewise.
13727         ($(objpfx)tst-leaks1-static-mem): Likewise.
13728         ($(objpfx)tst-initorder-cmp.out): Likewise.
13729         ($(objpfx)tst-initorder2-cmp.out): Likewise.
13730         ($(objpfx)tst-unused-dep.out): Likewise.
13731         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
13732         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
13733         * iconv/Makefile (test-iconvconfig): Likewise.
13734         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
13735         ($(objpfx)iconv-test.out): Likewise.
13736         ($(objpfx)tst-tables.out): Likewise.
13737         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
13738         ($(objpfx)tst-gettext.out): Likewise.
13739         ($(objpfx)tst-translit.out): Likewise.
13740         ($(objpfx)tst-gettext2.out): Likewise.
13741         ($(objpfx)tst-gettext4.out): Likewise.
13742         ($(objpfx)tst-gettext6.out): Likewise.
13743         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
13744         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
13745         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
13746         ($(objpfx)tst-fopenloc-mem.out): Likewise.
13747         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
13748         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
13749         * posix/Makefile ($(objpfx)globtest.out): Likewise.
13750         ($(objpfx)wordexp-tst.out): Likewise.
13751         ($(objpfx)annexc.out): Likewise.
13752         ($(objpfx)tst-fnmatch-mem): Likewise.
13753         ($(objpfx)bug-regex2-mem): Likewise.
13754         ($(objpfx)bug-regex14-mem): Likewise.
13755         ($(objpfx)bug-regex21-mem): Likewise.
13756         ($(objpfx)bug-regex31-mem): Likewise.
13757         ($(objpfx)tst-vfork3-mem): Likewise.
13758         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13759         ($(objpfx)tst-pcre-mem): Likewise.
13760         ($(objpfx)tst-boost-mem): Likewise.
13761         ($(objpfx)tst-getconf.out): Likewise.
13762         ($(objpfx)bug-ga2-mem): Likewise.
13763         ($(objpfx)bug-glob2-mem): Likewise.
13764         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
13765         ($(objpfx)mtrace-tst-leaks2): Likewise.
13766         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
13767         ($(objpfx)tst-printf.out): Likewise.
13768         ($(objpfx)tst-setvbuf1.out): Likewise.
13769         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
13770         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
13771         ($(objpfx)tst-fmtmsg.out): Likewise.
13772         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
13773         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
13775         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
13776         * bits/sigaction.h [__USE_MISC]: Likewise.
13777         * bits/waitstatus.h: Update #endif comments.
13778         * ctype/ctype.h: Likewise.
13779         * dirent/dirent.h: Likewise.
13780         [__USE_MISC]: Remove redundant conditionals.
13781         * grp/grp.h: Update #endif comments.
13782         [__USE_GNU]: Remove redundant conditionals.
13783         [__USE_MISC]: Likewise.
13784         * inet/netinet/in.h [__USE_GNU]: Likewise.
13785         * io/sys/stat.h [__USE_MISC]: Likewise.
13786         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
13787         * libio/bits/stdio.h: Update #endif comments.
13788         [__USE_MISC]: Remove redundant conditionals.
13789         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
13790         * libio/stdio.h: Update #endif comments.
13791         [__USE_MISC]: Remove redundant conditionals.
13792         * math/bits/math-finite.h [__USE_MISC]: Likewise.
13793         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
13794         * math/math.h: Update #else and #endif comments.
13795         [__USE_MISC]: Remove redundant conditionals.
13796         * misc/sys/uio.h: Update #endif comments.
13797         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
13798         * posix/glob.h [__USE_MISC]: Likewise.
13799         * posix/sys/types.h: Update #endif comments.
13800         [__USE_MISC]: Remove redundant conditionals.
13801         * posix/sys/wait.h: Update #endif comments.
13802         [__USE_MISC]: Remove redundant conditionals.
13803         * posix/unistd.h: Update #endif comments.
13804         [__USE_MISC]: Remove redundant conditionals.
13805         * pwd/pwd.h [__USE_GNU]: Likewise.
13806         [__USE_MISC]: Likewise.
13807         * resolv/netdb.h [__USE_GNU]: Likewise.
13808         * signal/signal.h: Update #endif comments.
13809         [__USE_MISC]: Remove redundant conditionals.
13810         * stdlib/stdlib.h: Update #else and #endif comments.
13811         [__USE_MISC]: Remove redundant conditionals.
13812         [__USE_GNU]: Likewise.
13813         * string/bits/string2.h [__USE_MISC]: Likewise.
13814         * string/string.h: Update #endif comments.
13815         [__USE_MISC]: Remove redundant conditionals.
13816         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
13817         Likewise.
13818         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
13819         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
13820         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
13821         Likewise.
13822         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
13823         Likewise.
13824         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
13825         comments.
13826         [__USE_MISC]: Remove redundant conditionals.
13827         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
13828         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
13829         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
13830         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
13831         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
13832         Likewise.
13833         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
13834         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
13835         Likewise.
13836         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
13837         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
13838         Likewise.
13839         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
13840         Likewise.
13841         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
13842         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
13843         Likewise.
13844         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
13845         Likewise.
13846         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
13847         * sysdeps/x86/bits/string.h: Update #endif comments.
13848         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
13849         conditionals.
13850         * time/sys/time.h: Update #endif comments.
13851         * time/time.h: Likewise.
13852         [__USE_MISC]: Remove redundant conditionals.
13854 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
13856         [BZ #16600]
13857         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
13859 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
13861         * Versions.def (librt): Add GLIBC_2.17.
13863 2014-02-21  Adam Conrad  <adconrad@0c3.net>
13865         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
13866         synonym for _SYS_AUXV_H to allow direct inclusion.
13867         * sysdeps/sparc/bits/hwcap.h: Likewise.
13868         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
13869         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
13870         * sysdeps/sparc/sysdep.h: Likewise.
13872 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
13874         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
13876 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13878         * benchtests/bench-strrchr.c: Print length instead of position.
13880 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
13882         [BZ #16611]
13883         * sysdeps/unix/sysv/linux/kernel-features.h
13884         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
13885         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
13886         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
13887         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
13888         Likewise.
13889         [__i386__ || __powerpc__ || __sh__ || __sparc__]
13890         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13891         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
13892         (__ASSUME_SENDMMSG): Define instead of using previous
13893         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
13894         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13895         (__ASSUME_SENDMMSG_SYSCALL): Define.
13896         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13897         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
13898         Likewise.
13899         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13900         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13901         Likewise.
13902         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13903         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13904         Likewise.
13905         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
13906         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
13907         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
13908         [__ASSUME_SENDMMSG]: Change conditionals to
13909         [__ASSUME_SENDMMSG_SOCKETCALL].
13910         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13911         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
13912         Define.
13913         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13914         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
13915         Likewise.
13916         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
13917         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
13918         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
13919         [!__ASSUME_SENDMMSG]: Change conditional to
13920         [!__ASSUME_SENDMMSG_SOCKETCALL].
13921         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13922         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13923         Define.
13925         [BZ #16610]
13926         * sysdeps/unix/sysv/linux/kernel-features.h
13927         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
13928         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
13929         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
13930         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
13931         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
13932         [__i386__ || __sparc__]
13933         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13934         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
13935         (__ASSUME_RECVMMSG): Define instead of using previous
13936         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
13937         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13938         (__ASSUME_RECVMMSG_SYSCALL): Define.
13939         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13940         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13941         Likewise.
13942         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13943         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13944         Likewise.
13945         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13946         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13947         Likewise.
13948         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
13949         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
13950         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
13951         [__ASSUME_RECVMMSG]: Change condition to
13952         [__ASSUME_RECVMMSG_SOCKETCALL].
13953         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13954         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13955         Define.
13956         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13957         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13958         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13959         Likewise.
13960         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
13961         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
13962         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
13963         [!__ASSUME_RECVMMSG]: Change condition to
13964         [!__ASSUME_RECVMMSG_SOCKETCALL].
13965         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13966         (__ASSUME_RECVMMSG_SYSCALL): Define.
13968         [BZ #16609]
13969         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
13970         __powerpc__ || __s390__ || __sh__ || __sparc__]
13971         (__ASSUME_SOCKETCALL): Define.
13972         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
13973         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
13974         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
13975         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
13976         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13977         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
13978         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
13979         (__ASSUME_ACCEPT4): Define instead of using previous
13980         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
13981         __powerpc__ || __sparc__ || __s390__)] condition.
13982         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13983         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
13984         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
13985         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
13986         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
13987         [!__ASSUME_ACCEPT4]: Change condition to
13988         [!__ASSUME_ACCEPT4_SOCKETCALL].
13989         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13990         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
13991         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
13992         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13993         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
13994         __ASSUME_ACCEPT4_SYSCALL.
13995         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
13996         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
13997         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13998         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
13999         __ASSUME_ACCEPT4_SYSCALL.
14000         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14001         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14002         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14003         [__ASSUME_ACCEPT4]: Change condition to
14004         [__ASSUME_ACCEPT4_SOCKETCALL].
14005         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14006         (__ASSUME_SOCKETCALL): Define.
14007         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14008         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14009         (__ASSUME_SOCKETCALL): Define.
14010         (__ASSUME_ACCEPT4): Remove.
14011         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14012         Define.
14013         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14014         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14015         Likewise.
14016         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14017         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14019         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14020         macro.
14021         (HWCAP_ARM_LPAE): Likewise.
14022         (HWCAP_ARM_EVTSTRM): Likewise.
14023         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14024         Add vpfd32, lpae and evtstrm.
14025         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14026         Increase to 22.
14028 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14030         * math/auto-libm-test-in: Add tests of clog10.
14031         * math/auto-libm-test-out: Regenerated.
14032         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14033         * sysdeps/i386/fpu/libm-test-ulps: Update.
14034         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14036 2014-02-18  Andreas Schwab  <schwab@suse.de>
14038         [BZ #16574]
14039         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14040         Store non-zero if the second buffer was newly allocated.
14041         (send_dg): Likewise.
14042         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14043         to send_vc and send_dg.
14044         (res_nsend): Pass NULL for ansp2_malloced.
14045         * resolv/res_query.c (__libc_res_nquery): Add parameter
14046         answerp2_malloced and pass it down to __libc_res_nsend.
14047         (res_nquery): Pass additional NULL to __libc_res_nquery.
14048         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14049         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14050         second answer buffer if answerp2_malloced was set.
14051         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14052         (__libc_res_nquerydomain): Add parameter
14053         answerp2_malloced and pass it down to __libc_res_nquery.
14054         (res_nquerydomain): Pass additional NULL to
14055         __libc_res_nquerydomain.
14056         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14057         additional NULL to __libc_res_nsend and __libc_res_nquery.
14058         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14059         additional NULL to __libc_res_nsearch.
14060         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14061         parameter of __libc_res_nsearch to check for separately allocated
14062         second buffer.
14063         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14064         __libc_res_nquery.
14065         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14066         additional NULL to __libc_res_nquery.
14067         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14068         __libc_res_nsearch.
14069         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14070         * include/resolv.h: Update prototypes of __libc_res_nquery,
14071         __libc_res_nsearch, __libc_res_nsend.
14073 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14075         * math/auto-libm-test-in: Add tests of fma.
14076         * math/auto-libm-test-out: Regenerated.
14077         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14078         (fma_towardzero_test_data): Likewise.
14079         (fma_downward_test_data): Likewise.
14080         (fma_upward_test_data): Likewise.
14081         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14082         mpc_mode.
14083         (rounding_modes): Add values for new field.
14084         (func_calc_method): Add value mpfr_fff_f.
14085         (func_calc_desc): Add mpfr_fff_f union field.
14086         (test_function): Add field exact_args.
14087         (FUNC): Add macro argument EXACT_ARGS.
14088         (FUNC_mpfr_f_f): Update call to FUNC.
14089         (FUNC_mpfr_f_f): Likewise.
14090         (FUNC_mpfr_ff_f): Likewise.
14091         (FUNC_mpfr_if_f): Likewise.
14092         (FUNC_mpc_c_f): Likewise.
14093         (FUNC_mpc_c_c): Likewise.
14094         (test_functions): Add fma.  Update calls to FUNC.
14095         (handle_input_arg): Add argument exact_args.
14096         (add_test): Update call to handle_input_arg.
14097         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14098         (output_for_one_input_case): Update call to calc_generic_results.
14099         Recalculate exact zero results in each rounding mode.
14101         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14102         non-negative before setting low bit.
14103         * math/auto-libm-test-in: Mark one asin test possibly having
14104         spurious underflow.
14105         * math/auto-libm-test-out: Regenerated.
14106         * sysdeps/i386/fpu/libm-test-ulps: Update.
14107         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14109 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14111         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14112         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14113         ports/sysdeps/unix/sysv/linux/microblaze.
14114         * README: Add missing listing for microblaze*-*-linux-gnu.
14116 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14118         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14119         duplicate code
14121 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14123         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14124         * sysdeps/unix/sysv/linux/ia64: Move directory from
14125         ports/sysdeps/unix/sysv/linux/ia64.
14126         * README: Update listing for ia64-*-linux-gnu.
14128 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14129             Joseph Myers  <joseph@codesourcery.com>
14131         * Makeconfig (test-name): New variable.
14132         (evaluate-test): Likewise.
14133         * Makerules (do-test-clean): Remove .test-result files.
14134         (common-mostlyclean): Likewise.
14135         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14136         * scripts/evaluate-test.sh: New file.
14138 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14140         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14141         separate $(objpfx)tst-fopenloc-cmp.out and
14142         $(objpfx)tst-fopenloc-mem.out targets.
14143         (tests): Update dependencies.
14144         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14145         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14146         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14147         (tst-rxspencer-no-utf8-ARGS): New variable.
14148         (tst-rxspencer-no-utf8-ENV): Likewise.
14149         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14150         instead of $(objpfx)tst-rxspencer-mem.
14151         ($(objpfx)tst-rxspencer-mem): Change target to
14152         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14153         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14154         * posix/tst-rxspencer-no-utf8.c: New file.
14156         * elf/Makefile ($(objpfx)order.out): Remove rule.
14157         [$(run-built-tests) = yes] (tests): Depend on
14158         $(objpfx)order-cmp.out.
14159         ($(objpfx)order-cmp.out): New rule.
14160         [$(run-built-tests) = yes] (tests): Depend on
14161         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14162         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14163         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14164         $(objpfx)tst-array5-static-cmp.out.
14165         ($(objpfx)tst-array1.out): Remove rule.
14166         ($(objpfx)tst-array1-cmp.out): New rule.
14167         ($(objpfx)tst-array1-static.out): Remove rule.
14168         ($(objpfx)tst-array1-static-cmp.out): New rule.
14169         ($(objpfx)tst-array2.out): Remove rule.
14170         ($(objpfx)tst-array2-cmp.out): New rule.
14171         ($(objpfx)tst-array3.out): Remove rule.
14172         ($(objpfx)tst-array3-cmp.out): New rule.
14173         ($(objpfx)tst-array4.out): Remove rule.
14174         ($(objpfx)tst-array4-cmp.out): New rule.
14175         ($(objpfx)tst-array5.out): Remove rule.
14176         ($(objpfx)tst-array5-cmp.out): New rule.
14177         ($(objpfx)tst-array5-static.out): Remove rule.
14178         ($(objpfx)tst-array5-static-cmp.out): New rule.
14179         [$(run-built-tests) = yes] (tests): Depend on
14180         $(objpfx)order2-cmp.out.
14181         ($(objpfx)order2.out): Remove rule.
14182         ($(objpfx)order2-cmp.out): New rule.
14183         ($(objpfx)tst-initorder.out): Remove rule.
14184         [$(run-built-tests) = yes] (tests): Depend on
14185         $(objpfx)tst-initorder-cmp.out.
14186         ($(objpfx)tst-initorder-cmp.out): New rule.
14187         ($(objpfx)tst-initorder2.out): Remove rule.
14188         [$(run-built-tests) = yes] (tests): Depend on
14189         $(objpfx)tst-initorder2-cmp.out.
14190         ($(objpfx)tst-initorder2-cmp.out): New rule.
14191         [$(run-built-tests) = yes] (tests): Depend on
14192         $(objpfx)tst-unused-dep-cmp.out.
14193         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14194         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14195         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14196         on $(objpfx)tst-setvbuf1-cmp.out.
14197         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14198         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14199         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14200         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14201         ($(objpfx)tst-svc.out): Remove rule.
14202         ($(objpfx)tst-svc-cmp.out): New rule.
14204 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14206         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14207         * ctype/ctype.h [__USE_MISC]: Likewise.
14208         * dirent/dirent.h [__USE_MISC]: Likewise.
14209         * grp/grp.h [__USE_MISC]: Likewise.
14210         * io/fcntl.h [__USE_MISC]: Likewise.
14211         * io/sys/stat.h [__USE_MISC]: Likewise.
14212         * libio/stdio.h [__USE_MISC]: Likewise.
14213         * posix/unistd.h [__USE_MISC]: Likewise.
14214         * pwd/pwd.h [__USE_MISC]: Likewise.
14215         * stdlib.h [__USE_MISC]: Likewise.
14216         * string/bits/string2.h [__USE_MISC]: Likewise.
14217         * string/string.h [__USE_MISC]: Likewise.
14218         * time/time.h [__USE_MISC]: Likewise.
14220 2014-02-13  Andreas Schwab  <schwab@suse.de>
14222         [BZ #16574]
14223         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14224         second answer buffer if it was separately allocated.
14226 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14228         * sysdeps/mips/math-tests.h: Include <features.h>.
14229         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14230         (ROUNDING_TESTS_long_double): Do not define.
14231         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14232         (EXCEPTION_TESTS_long_double): Likewise.
14233         * sysdeps/mips/mips64/libm-test-ulps: Update.
14235         * include/features.h (__USE_BSD): Remove macro definitions.
14236         (__USE_SVID): Likewise.
14237         (_BSD_SOURCE): Likewise.
14238         (_SVID_SOURCE): Likewise.
14239         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14240         from definition of _DEFAULT_SOURCE.
14241         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14242         [_DEFAULT_SOURCE].
14243         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14244         * bits/mman.h [__USE_BSD]: Likewise.
14245         * bits/termios.h [__USE_BSD]: Likewise.
14246         * bits/waitstatus.h [__USE_BSD]: Likewise.
14247         * ctype/ctype.h [__USE_SVID]: Likewise.
14248         * dirent/dirent.h [__USE_BSD]: Likewise.
14249         * grp/grp.h [__USE_SVID]: Likewise.
14250         [__USE_BSD]: Likewise.
14251         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14252         * io/fcntl.h [__USE_BSD]: Likewise.
14253         * io/ftw.h [__USE_BSD]: Likewise.
14254         * io/sys/stat.h [__USE_BSD]: Likewise.
14255         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14256         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14257         * libio/stdio.h [__USE_SVID]: Likewise.
14258         [__USE_BSD]: Likewise.
14259         * math/math.h [__USE_SVID]: Likewise.
14260         [__USE_BSD]: Likewise.
14261         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14262         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14263         * misc/search.h [__USE_SVID]: Likewise.
14264         * misc/sys/mman.h [__USE_BSD]: Likewise.
14265         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14266         * misc/sys/uio.h [__USE_BSD]: Likewise.
14267         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14268         * posix/glob.h [__USE_BSD]: Likewise.
14269         * posix/regex.h [__USE_BSD]: Likewise.
14270         * posix/sys/types.h [__USE_BSD]: Likewise.
14271         [__USE_SVID]: Likewise.
14272         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14273         * posix/sys/wait.h [__USE_BSD]: Likewise.
14274         [__USE_SVID]: Likewise.
14275         * posix/unistd.h [__USE_BSD]: Likewise.
14276         [__USE_SVID]: Likewise.
14277         * pwd/pwd.h [__USE_SVID]: Likewise.
14278         * resolv/netdb.h [__USE_BSD]: Likewise.
14279         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14280         * signal/signal.h [__USE_BSD]: Likewise.
14281         [__USE_SVID]: Likewise.
14282         * socket/sys/socket.h [__USE_BSD]: Likewise.
14283         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14284         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14285         [__USE_SVID]: Likewise.
14286         * string/bits/string2.h [__USE_BSD]: Likewise.
14287         [__USE_SVID]: Likewise.
14288         * string/bits/string3.h [__USE_BSD]: Likewise.
14289         * string/endian.h [__USE_BSD]: Likewise.
14290         * string/string.h [__USE_SVID]: Likewise.
14291         [__USE_BSD]: Likewise.
14292         * string/strings.h [__USE_BSD]: Likewise.
14293         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14294         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14295         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14296         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14297         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14298         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14299         Likewise.
14300         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14301         Likewise.
14302         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14303         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14304         Likewise.
14305         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14306         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14307         Likewise.
14308         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14309         Likewise.
14310         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14311         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14312         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14313         Likewise.
14314         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14315         Likewise.
14316         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14317         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14318         * termios/termios.h [__USE_BSD]: Likewise.
14319         * time/sys/time.h [__USE_BSD]: Likewise.
14320         * time/time.h [__USE_BSD]: Likewise.
14321         [__USE_SVID]: Likewise.
14323         * Makefile (subdir_targets): Remove subdir_lint.out.
14325         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14326         (do-tst-printf): Likewise.
14327         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14328         $(objpfx)tst-printf.out.
14330         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14332         * Makerules (check-abi-%): Change target to
14333         $(objpfx)check-abi-%.out.
14334         (check-abi target): Update dependencies.
14335         (check-abi-pattern variable): Redirect output of diff to $@.
14336         (check-abi variable): Likewise.
14337         * elf/Makefile (check-abi): Update dependencies.
14339         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14340         unused.
14341         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14342         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14343         subnormal range.
14344         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14345         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14346         value has largest subnormal exponent.
14347         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14348         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14349         * sysdeps/aarch64/soft-fp/sfp-machine.h
14350         (_FP_TININESS_AFTER_ROUNDING): New macro.
14351         * sysdeps/alpha/soft-fp/sfp-machine.h
14352         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14353         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14354         Likewise.
14355         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14356         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14357         * sysdeps/mips/soft-fp/sfp-machine.h
14358         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14359         * sysdeps/powerpc/soft-fp/sfp-machine.h
14360         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14361         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14362         Likewise.
14363         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14364         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14365         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14366         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14367         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14368         Likewise.
14370 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14372         [BZ #16545]
14373         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14374         model 1.
14376 2014-02-12  Richard Henderson  <rth@redhat.com>
14378         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14379         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14380         * sysdeps/unix/sysv/linux/alpha: Move directory from
14381         ports/sysdeps/unix/sysv/linux/alpha.
14382         * README: Update listing for alpha-*-linux-gnu.
14384 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14386         * include/features.h: Update comment documenting feature test
14387         macros.
14388         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14389         _DEFAULT_SOURCE.
14390         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14391         (_SVID_SOURCE): Likewise.
14392         (_DEFAULT_SOURCE): Update description of default features.
14393         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14394         with _GNU_SOURCE.
14395         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14396         (S_ISVTX): Likewise.
14397         * manual/math.texi (Mathematical Constants): Likewise.
14398         * manual/signal.texi (Interrupted Primitives): Likewise.
14399         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14400         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14401         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14402         Don't refer to _SVID_SOURCE in warning text.
14404         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14406         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14407         already defined.
14408         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14409         * sysdeps/mips/dl-lookup.c: Remove.
14410         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14412 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14414         [BZ #16447]
14415         * math/auto-libm-test-in: Add testcase for expl.
14416         * math/auto-libm-test-out: Regenerate.
14417         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14418         calculation of unsafe.
14419         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14421 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14423         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14424         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14425         ports/sysdeps/unix/sysv/linux/aarch64.
14426         * README: Update listing for aarch64*-*-linux-gnu.
14428 2014-02-11  Will Newton  <will.newton@linaro.org>
14430         * manual/probes.texi (Mathematical Function Probes): Use
14431         "triggered" instead of "hit".
14433         * manual/probes.texi (Internal Probes): Add documentation
14434         of setjmp, longjmp and longjmp_target probes.
14436         * include/stap-probe.h: Add comment about probe argument
14437         format.
14439         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14440         definition.  (tr_where, tr_freehook, tr_mallochook,
14441         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14443 2014-02-11  David S. Miller  <davem@davemloft.net>
14445         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14446         processing int_tests.
14448 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14450         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14451         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14452         * sysdeps/unix/sysv/linux/mips: Move directory from
14453         ports/sysdeps/unix/sysv/linux/mips.
14454         * README: Update listing for mips-*-linux-gnu and
14455         mips64-*-linux-gnu.
14457 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14459         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14460         * sysdeps/unix/sysv/linux/m68k: Move directory from
14461         ports/sysdeps/unix/sysv/linux/m68k.
14462         * README: Update listing for m68k-*-linux-gnu.
14464 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
14466         * sysdeps/tile: Move directory from ports/sysdeps/tile.
14467         * sysdeps/unix/sysv/linux/generic: Move directory from
14468         ports/sysdeps/unix/sysv/linux/generic.
14469         * sysdeps/unix/sysv/linux/tile: Move directory from
14470         ports/sysdeps/unix/sysv/linux/tile.
14471         * README: Update listing for tile*-*-linux-gnu.
14473 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
14475         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14476         __builtin_expect.
14477         * benchtests/bench-memmem.c (simple_memmem): Likewise.
14478         * catgets/open_catalog.c (__open_catalog): Likewise.
14479         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
14480         * debug/confstr_chk.c: Likewise.
14481         * debug/fread_chk.c (__fread_chk): Likewise.
14482         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
14483         * debug/getgroups_chk.c: Likewise.
14484         * debug/mbsnrtowcs_chk.c: Likewise.
14485         * debug/mbsrtowcs_chk.c: Likewise.
14486         * debug/mbstowcs_chk.c: Likewise.
14487         * debug/memcpy_chk.c: Likewise.
14488         * debug/memmove_chk.c: Likewise.
14489         * debug/mempcpy_chk.c: Likewise.
14490         * debug/memset_chk.c: Likewise.
14491         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14492         * debug/strcat_chk.c (__strcat_chk): Likewise.
14493         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
14494         * debug/strncat_chk.c (__strncat_chk): Likewise.
14495         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
14496         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
14497         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
14498         * debug/wcpncpy_chk.c: Likewise.
14499         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14500         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
14501         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
14502         * debug/wcsncpy_chk.c: Likewise.
14503         * debug/wcsnrtombs_chk.c: Likewise.
14504         * debug/wcsrtombs_chk.c: Likewise.
14505         * debug/wcstombs_chk.c: Likewise.
14506         * debug/wmemcpy_chk.c: Likewise.
14507         * debug/wmemmove_chk.c: Likewise.
14508         * debug/wmempcpy_chk.c: Likewise.
14509         * debug/wmemset_chk.c: Likewise.
14510         * dirent/scandirat.c (SCANDIRAT): Likewise.
14511         * dlfcn/dladdr1.c (dladdr1): Likewise.
14512         * dlfcn/dladdr.c (dladdr): Likewise.
14513         * dlfcn/dlclose.c (dlclose_doit): Likewise.
14514         * dlfcn/dlerror.c (__dlerror): Likewise.
14515         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
14516         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
14517         * dlfcn/dlopen.c (dlopen_doit): Likewise.
14518         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
14519         * dlfcn/dlsym.c (dlsym_doit): Likewise.
14520         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
14521         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
14522         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
14523         Likewise.
14524         * elf/dl-conflict.c: Likewise.
14525         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
14526         * elf/dl-dst.h: Likewise.
14527         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
14528         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
14529         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
14530         * elf/dl-init.c (call_init, _dl_init): Likewise.
14531         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
14532         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
14533         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
14534         Likewise.
14535         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
14536         Likewise.
14537         * elf/dl-minimal.c (__libc_memalign): Likewise.
14538         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
14539         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14540         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
14541         * elf/dl-sym.c (do_sym): Likewise.
14542         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
14543         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
14544         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
14545         * elf/dl-writev.h (_dl_writev): Likewise.
14546         * elf/ldconfig.c (search_dir): Likewise.
14547         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
14548         (dl_main): Likewise.
14549         * elf/setup-vdso.h (setup_vdso): Likewise.
14550         * grp/compat-initgroups.c (compat_call): Likewise.
14551         * grp/fgetgrent.c (fgetgrent): Likewise.
14552         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
14553         * grp/putgrent.c (putgrent): Likewise.
14554         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
14555         Likewise.
14556         * hurd/hurdinit.c: Likewise.
14557         * iconvdata/8bit-gap.c (struct): Likewise.
14558         * iconvdata/ansi_x3.110.c : Likewise.
14559         * iconvdata/big5.c : Likewise.
14560         * iconvdata/big5hkscs.c : Likewise.
14561         * iconvdata/cp1255.c: Likewise.
14562         * iconvdata/cp1258.c : Likewise.
14563         * iconvdata/cp932.c : Likewise.
14564         * iconvdata/euc-cn.c: Likewise.
14565         * iconvdata/euc-jisx0213.c : Likewise.
14566         * iconvdata/euc-jp.c: Likewise.
14567         * iconvdata/euc-jp-ms.c : Likewise.
14568         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
14569         * iconvdata/gb18030.c : Likewise.
14570         * iconvdata/gbbig5.c (const): Likewise.
14571         * iconvdata/gbgbk.c: Likewise.
14572         * iconvdata/gbk.c : Likewise.
14573         * iconvdata/ibm1364.c : Likewise.
14574         * iconvdata/ibm930.c : Likewise.
14575         * iconvdata/ibm932.c: Likewise.
14576         * iconvdata/ibm933.c : Likewise.
14577         * iconvdata/ibm935.c : Likewise.
14578         * iconvdata/ibm937.c : Likewise.
14579         * iconvdata/ibm939.c : Likewise.
14580         * iconvdata/ibm943.c: Likewise.
14581         * iconvdata/iso_11548-1.c: Likewise.
14582         * iconvdata/iso-2022-cn.c : Likewise.
14583         * iconvdata/iso-2022-cn-ext.c : Likewise.
14584         * iconvdata/iso-2022-jp-3.c: Likewise.
14585         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
14586         * iconvdata/iso-2022-kr.c : Likewise.
14587         * iconvdata/iso646.c (gconv_end): Likewise.
14588         * iconvdata/iso_6937-2.c : Likewise.
14589         * iconvdata/iso_6937.c : Likewise.
14590         * iconvdata/iso8859-1.c: Likewise.
14591         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
14592         * iconvdata/shift_jisx0213.c : Likewise.
14593         * iconvdata/sjis.c : Likewise.
14594         * iconvdata/t.61.c : Likewise.
14595         * iconvdata/tcvn5712-1.c : Likewise.
14596         * iconvdata/tscii.c: Likewise.
14597         * iconvdata/uhc.c : Likewise.
14598         * iconvdata/unicode.c (gconv_end): Likewise.
14599         * iconvdata/utf-16.c (gconv_end): Likewise.
14600         * iconvdata/utf-32.c (gconv_end): Likewise.
14601         * iconvdata/utf-7.c (base64): Likewise.
14602         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
14603         * iconv/gconv_close.c (__gconv_close): Likewise.
14604         * iconv/gconv_open.c (__gconv_open): Likewise.
14605         * iconv/gconv_simple.c (internal_ucs4_loop_single)
14606         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
14607         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
14608         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
14609         (ucs4le_internal_loop_single): Likewise.
14610         * iconv/iconv.c (iconv): Likewise.
14611         * iconv/iconv_close.c: Likewise.
14612         * iconv/loop.c (SINGLE): Likewise.
14613         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
14614         * include/atomic.h: Likewise.
14615         * inet/inet6_option.c (option_alloc): Likewise.
14616         * intl/bindtextdom.c (set_binding_values): Likewise.
14617         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
14618         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
14619         * intl/localealias.c (read_alias_file): Likewise.
14620         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
14621         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
14622         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
14623         * libio/fmemopen.c (fmemopen): Likewise.
14624         * libio/iofgets.c (_IO_fgets): Likewise.
14625         * libio/iofgets_u.c (fgets_unlocked): Likewise.
14626         * libio/iofgetws.c (fgetws): Likewise.
14627         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
14628         * libio/iogetdelim.c (_IO_getdelim): Likewise.
14629         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
14630         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
14631         * locale/findlocale.c (_nl_find_locale): Likewise.
14632         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
14633         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
14634         Likewise.
14635         * locale/setlocale.c (setlocale): Likewise.
14636         * login/programs/pt_chown.c (main): Likewise.
14637         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
14638         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
14639         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
14640         (mmap, mmap64, mremap, munmap): Likewise.
14641         * math/e_exp2l.c: Likewise.
14642         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
14643         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
14644         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
14645         * math/s_catan.c (__catan): Likewise.
14646         * math/s_catanf.c (__catanf): Likewise.
14647         * math/s_catanh.c (__catanh): Likewise.
14648         * math/s_catanhf.c (__catanhf): Likewise.
14649         * math/s_catanhl.c (__catanhl): Likewise.
14650         * math/s_catanl.c (__catanl): Likewise.
14651         * math/s_ccosh.c (__ccosh): Likewise.
14652         * math/s_ccoshf.c (__ccoshf): Likewise.
14653         * math/s_ccoshl.c (__ccoshl): Likewise.
14654         * math/s_cexp.c (__cexp): Likewise.
14655         * math/s_cexpf.c (__cexpf): Likewise.
14656         * math/s_cexpl.c (__cexpl): Likewise.
14657         * math/s_clog10.c (__clog10): Likewise.
14658         * math/s_clog10f.c (__clog10f): Likewise.
14659         * math/s_clog10l.c (__clog10l): Likewise.
14660         * math/s_clog.c (__clog): Likewise.
14661         * math/s_clogf.c (__clogf): Likewise.
14662         * math/s_clogl.c (__clogl): Likewise.
14663         * math/s_csin.c (__csin): Likewise.
14664         * math/s_csinf.c (__csinf): Likewise.
14665         * math/s_csinh.c (__csinh): Likewise.
14666         * math/s_csinhf.c (__csinhf): Likewise.
14667         * math/s_csinhl.c (__csinhl): Likewise.
14668         * math/s_csinl.c (__csinl): Likewise.
14669         * math/s_csqrt.c (__csqrt): Likewise.
14670         * math/s_csqrtf.c (__csqrtf): Likewise.
14671         * math/s_csqrtl.c (__csqrtl): Likewise.
14672         * math/s_ctan.c (__ctan): Likewise.
14673         * math/s_ctanf.c (__ctanf): Likewise.
14674         * math/s_ctanh.c (__ctanh): Likewise.
14675         * math/s_ctanhf.c (__ctanhf): Likewise.
14676         * math/s_ctanhl.c (__ctanhl): Likewise.
14677         * math/s_ctanl.c (__ctanl): Likewise.
14678         * math/w_pow.c: Likewise.
14679         * math/w_powf.c: Likewise.
14680         * math/w_powl.c: Likewise.
14681         * math/w_scalb.c (sysv_scalb): Likewise.
14682         * math/w_scalbf.c (sysv_scalbf): Likewise.
14683         * math/w_scalbl.c (sysv_scalbl): Likewise.
14684         * misc/error.c (error_tail): Likewise.
14685         * misc/pselect.c (__pselect): Likewise.
14686         * nis/nis_callback.c (__nis_create_callback): Likewise.
14687         * nis/nis_call.c (__nisfind_server): Likewise.
14688         * nis/nis_creategroup.c (nis_creategroup): Likewise.
14689         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
14690         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
14691         * nis/nis_getservlist.c (nis_getservlist): Likewise.
14692         * nis/nis_lookup.c (nis_lookup): Likewise.
14693         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
14694         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
14695         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
14696         * nis/nis_xdr.c (xdr_endpoint): Likewise.
14697         * nis/nss_compat/compat-grp.c (getgrent_next_file)
14698         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
14699         * nis/nss_compat/compat-initgroups.c (add_group)
14700         (internal_getgrent_r): Likewise.
14701         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
14702         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
14703         * nis/nss_compat/compat-spwd.c (getspent_next_file)
14704         (internal_getspnam_r): Likewise.
14705         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
14706         (_nss_nis_getaliasbyname_r): Likewise.
14707         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
14708         (_nss_nis_getntohost_r): Likewise.
14709         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
14710         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
14711         (_nss_nis_getgrgid_r): Likewise.
14712         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
14713         (internal_nis_gethostent_r, internal_gethostbyname2_r)
14714         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
14715         (_nss_nis_gethostbyname4_r): Likewise.
14716         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
14717         (initgroups_netid): Likewise.
14718         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
14719         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
14720         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
14721         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
14722         (_nss_nis_getprotobynumber_r): Likewise.
14723         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
14724         (_nss_nis_getsecretkey): Likewise.
14725         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
14726         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
14727         (_nss_nis_getpwuid_r): Likewise.
14728         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
14729         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
14730         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
14731         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
14732         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
14733         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
14734         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
14735         Likewise.
14736         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
14737         (_nss_nisplus_getntohost_r): Likewise.
14738         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
14739         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
14740         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
14741         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
14742         Likewise.
14743         * nis/nss_nisplus/nisplus-initgroups.c
14744         (_nss_nisplus_initgroups_dyn): Likewise.
14745         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
14746         (_nss_nisplus_getnetbyaddr_r): Likewise.
14747         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
14748         (_nss_nisplus_getprotobynumber_r): Likewise.
14749         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
14750         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
14751         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
14752         Likewise.
14753         * nis/nss_nisplus/nisplus-service.c
14754         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
14755         (_nss_nisplus_getservbyport_r): Likewise.
14756         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
14757         (_nss_nisplus_getspnam_r): Likewise.
14758         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
14759         Likewise.
14760         * nscd/aicache.c (addhstaiX): Likewise.
14761         * nscd/cache.c (cache_search, prune_cache): Likewise.
14762         * nscd/connections.c (register_traced_file, send_ro_fd)
14763         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
14764         (main_loop_epoll): Likewise.
14765         * nscd/grpcache.c (addgrbyX): Likewise.
14766         * nscd/hstcache.c (addhstbyX): Likewise.
14767         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14768         * nscd/mem.c (gc, mempool_alloc): Likewise.
14769         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
14770         (addinnetgrX): Likewise.
14771         * nscd/nscd-client.h (__nscd_acquire_maplock)
14772         (__nscd_drop_map_ref): Likewise.
14773         * nscd/nscd_getai.c (__nscd_getai): Likewise.
14774         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
14775         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
14776         Likewise.
14777         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
14778         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
14779         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
14780         (__nscd_get_map_ref): Likewise.
14781         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
14782         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
14783         Likewise.
14784         * nscd/pwdcache.c (addpwbyX): Likewise.
14785         * nscd/selinux.c (preserve_capabilities): Likewise.
14786         * nscd/servicescache.c (addservbyX): Likewise.
14787         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
14788         * posix/fnmatch.c (fnmatch): Likewise.
14789         * posix/getopt.c (_getopt_internal_r): Likewise.
14790         * posix/glob.c (glob, glob_in_dir): Likewise.
14791         * posix/wordexp.c (exec_comm_child): Likewise.
14792         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
14793         (getanswer_r, gaih_getanswer_slice): Likewise.
14794         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
14795         * resolv/res_init.c: Likewise.
14796         * resolv/res_mkquery.c (res_nmkquery): Likewise.
14797         * resolv/res_query.c (__libc_res_nquery): Likewise.
14798         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
14799         Likewise.
14800         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
14801         * stdio-common/perror.c (perror): Likewise.
14802         * stdio-common/printf_fp.c (___printf_fp): Likewise.
14803         * stdio-common/tmpnam.c (tmpnam): Likewise.
14804         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
14805         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
14806         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
14807         Likewise.
14808         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
14809         * stdlib/putenv.c (putenv): Likewise.
14810         * stdlib/setenv.c (__add_to_environ): Likewise.
14811         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
14812         * stdlib/strtol_l.c (INTERNAL): Likewise.
14813         * string/memmem.c (memmem): Likewise.
14814         * string/strerror.c (strerror): Likewise.
14815         * string/strnlen.c (__strnlen): Likewise.
14816         * string/test-memmem.c (simple_memmem): Likewise.
14817         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
14818         * sunrpc/pm_getport.c (__get_socket): Likewise.
14819         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
14820         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
14821         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
14822         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
14823         Likewise.
14824         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
14825         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
14826         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
14827         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
14828         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
14829         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
14830         Likewise.
14831         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
14832         Likewise.
14833         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
14834         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
14835         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
14836         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
14837         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
14838         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
14839         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14840         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
14841         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
14842         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
14843         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
14844         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
14845         Likewise.
14846         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
14847         Likewise.
14848         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
14849         Likewise.
14850         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
14851         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
14852         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
14853         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
14854         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
14855         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
14856         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
14857         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
14858         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
14859         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
14860         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
14861         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
14862         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14863         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
14864         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
14865         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
14866         Likewise.
14867         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
14868         Likewise.
14869         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
14870         Likewise.
14871         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
14872         Likewise.
14873         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
14874         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14875         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
14876         Likewise.
14877         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
14878         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
14879         * sysdeps/posix/opendir.c (__opendirat): Likewise.
14880         * sysdeps/posix/sleep.c: Likewise.
14881         * sysdeps/posix/tempname.c: Likewise.
14882         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
14883         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
14884         Likewise.
14885         * sysdeps/powerpc/powerpc32/dl-machine.h
14886         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
14887         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14888         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
14889         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
14890         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
14891         Likewise.
14892         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
14893         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
14894         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
14895         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
14896         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
14897         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
14898         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
14899         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
14900         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
14901         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
14902         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
14903         (elf_machine_lazy_rel): Likewise.
14904         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
14905         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
14906         (elf_machine_lazy_rel): Likewise.
14907         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
14908         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
14909         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
14910         * sysdeps/unix/grantpt.c (grantpt): Likewise.
14911         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
14912         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
14913         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
14914         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
14915         Likewise.
14916         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
14917         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
14918         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
14919         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
14920         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
14921         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
14922         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
14923         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
14924         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
14925         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
14926         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
14927         Likewise.
14928         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
14929         (__posix_fallocate64_l64): Likewise.
14930         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
14931         (posix_fallocate): Likewise.
14932         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
14933         Likewise.
14934         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
14935         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
14936         (getifaddrs_internal): Likewise.
14937         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
14938         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
14939         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
14940         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
14941         * sysdeps/unix/sysv/linux/posix_fallocate64.c
14942         (__posix_fallocate64_l64): Likewise.
14943         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
14944         Likewise.
14945         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
14946         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
14947         (__get_clockfreq): Likewise.
14948         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
14949         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
14950         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
14951         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
14952         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
14953         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
14954         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
14955         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
14956         Likewise.
14957         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
14958         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
14959         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
14960         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
14961         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
14962         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
14963         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
14964         Likewise.
14965         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
14966         (posix_fallocate): Likewise.
14967         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
14968         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
14969         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
14970         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
14971         (elf_machine_rela, elf_machine_rela_relative)
14972         (elf_machine_lazy_rel): Likewise.
14973         * time/asctime.c (asctime_internal): Likewise.
14974         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
14975         * time/tzset.c (__tzset_parse_tz): Likewise.
14976         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
14977         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
14978         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
14979         * wcsmbs/wcsmbsload.h: Likewise.
14981         [BZ #15894]
14982         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
14984         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
14985         (arena_get2): Remove THREAD_STATS conditionals.
14986         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
14987         (__malloc_stats, int): Likewise.
14989 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
14991         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
14992         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
14994         * manual/setjmp.texi: Fix typos/grammar errors.
14996         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
14997         Only return early when n is <= 0.  Delete unused return statement.
14999         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15000         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15001         * debug/tst-longjmp_chk3.c: New file.
15003         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15004         (test_main): Replace code with set_fortify_handler call.
15005         * debug/test-strcpy_chk.c: Likewise.
15006         * debug/tst-chk1.c: Likewise.
15007         * debug/tst-longjmp_chk.c: Likewise.
15008         * test-skeleton.c: Include fcntl.h & paths.h
15009         (set_fortify_handler): Define.
15011         * debug/tst-longjmp_chk.c: Add header comment and include
15012         ../test-skeleton.c.
15013         (do_test): Mark static.
15014         (TEST_FUNCTION): Define.
15016         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15017         (IP_PMTUDISC_INTERFACE): Likewise.
15018         (IP_MULTICAST_IF): Likewise.
15019         (IP_MULTICAST_TTL): Likewise.
15020         (IP_MULTICAST_LOOP): Likewise.
15021         (IP_ADD_MEMBERSHIP): Likewise.
15022         (IP_DROP_MEMBERSHIP): Likewise.
15023         (IP_UNBLOCK_SOURCE): Likewise.
15024         (IP_BLOCK_SOURCE): Likewise.
15025         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15026         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15027         (IP_MSFILTER): Likewise.
15028         (MCAST_JOIN_GROUP): Likewise.
15029         (MCAST_BLOCK_SOURCE): Likewise.
15030         (MCAST_UNBLOCK_SOURCE): Likewise.
15031         (MCAST_LEAVE_GROUP): Likewise.
15032         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15033         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15034         (MCAST_MSFILTER): Likewise.
15035         (IP_MULTICAST_ALL): Likewise.
15036         (IP_UNICAST_IF): Likewise.
15038         * timezone/Makefile: Delete $(have-ksh) check.
15039         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15040         * timezone/tzselect.ksh: Add +x mode bits.
15042         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15043         (ANON_INODE_FS_MAGIC): Likewise.
15044         (BDEVFS_MAGIC): Likewise.
15045         (BINFMTFS_MAGIC): Likewise.
15046         (BTRFS_TEST_MAGIC): Likewise.
15047         (CRAMFS_MAGIC_WEND): Likewise.
15048         (DEBUGFS_MAGIC): Likewise.
15049         (ECRYPTFS_SUPER_MAGIC): Likewise.
15050         (EXT3_SUPER_MAGIC): Likewise.
15051         (EXT4_SUPER_MAGIC): Likewise.
15052         (FUTEXFS_SUPER_MAGIC): Likewise.
15053         (HOSTFS_SUPER_MAGIC): Likewise.
15054         (HUGETLBFS_MAGIC): Likewise.
15055         (MINIX3_SUPER_MAGIC): Likewise.
15056         (MTD_INODE_FS_MAGIC): Likewise.
15057         (NILFS_SUPER_MAGIC): Likewise.
15058         (OPENPROM_SUPER_MAGIC): Likewise.
15059         (PIPEFS_MAGIC): Likewise.
15060         (PSTOREFS_MAGIC): Likewise.
15061         (QNX6_SUPER_MAGIC): Likewise.
15062         (RAMFS_MAGIC): Likewise.
15063         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15064         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15065         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15066         (SECURITYFS_MAGIC): Likewise.
15067         (SELINUX_MAGIC): Likewise.
15068         (SMACK_MAGIC): Likewise.
15069         (SOCKFS_MAGIC): Likewise.
15070         (SQUASHFS_MAGIC): Likewise.
15071         (STACK_END_MAGIC): Likewise.
15072         (TMPFS_MAGIC): Likewise.
15073         (USBDEVICE_SUPER_MAGIC): Likewise.
15074         (V9FS_MAGIC): Likewise.
15075         (XENFS_SUPER_MAGIC): Likewise.
15076         (CRAMFS_MAGIC): Fix typo in comment.
15077         (EXT2_SUPER_MAGIC): Update comment.
15078         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15080 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15082         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15083         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15084         * sysdeps/unix/sysv/linux/arm: Move directory from
15085         ports/sysdeps/unix/sysv/linux/arm.
15086         * README: Update listing for arm-*-linux-gnueabi.
15088         * README: Remove mention of am33.
15090 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15092         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15093         than the comma operator, to avoid "rhs of comma has no effect"
15094         compiler warnings.
15095         (__sigfillset, __sigandset, __sigorset): Likewise.
15096         * include/signal.h (__sigemptyset): Likewise.
15097         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15099 2014-02-07  Allan McRae  <allan@archlinux.org>
15101         * version.h (RELEASE): Set to "development".
15102         (VERSION): Set to "2.19.90"
15103         * NEWS: Add 2.20 section.
15105 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15107         [BZ #16529]
15108         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15110 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15112         * manual/contrib.texi: Update entry for Carlos O'Donell,
15113         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15115 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15117         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15119         * sysdeps/unix/sysv/linux/kernel-features.h
15120         [__LINUX_KERNEL_VERSION >= 0x020621]
15121         (__ASSUME_PROC_PID_TASK_COMM): Define.
15123 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15125         [BZ #16398]
15126         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15127         conversion when destination buffer does not have enough space.
15128         * libio/tst-ftell-partial-wide.c: New test case.
15129         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15131         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15132         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15133         Leonard and Allan McRae.
15135 2014-02-04  David S. Miller  <davem@davemloft.net>
15137         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15138         32-bit.
15140 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15143         New file
15144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15145         New file
15146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15147         New file.
15148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15149         New file.
15150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15151         New file.
15152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15153         New file.
15154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15155         New file.
15156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15157         New file.
15158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15159         New file.
15160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15161         New file.
15162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15163         New file.
15164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15165         New file.
15166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15167         New file.
15169 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15171         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15172         * shlib-versions: Likewise.
15174 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15175             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15177         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15178         (abilist-pattern): New variable, set to %-le.abilist.
15180         * Makerules (abilist-pattern): New variable.
15181         (vpath): Use $(abilist-pattern) in place of %.abilist.
15182         (check-abi-% pattern rule): Likewise.
15183         (check-abi, update-abi): Likewise.
15185 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15187         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15189 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15191         * manual/startup.texi: Add next, previous, and top entries for
15192         the `Program Arguments' and `Environment Variables' nodes.
15194 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15196         * manual/macros.texi: Add comments before MTASC-safety macros.
15198         * manual/users.texi: Document MTASC-safety properties.
15200         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15201         (pthread_getspecific, pthread_setspecific): Format with
15202         @deftypefun, and add @safety note.
15203         * manual/signal.texi: Move comments that analyze the above
15204         functions to their home place.
15206 2014-02-03  Allan McRae  <allan@archlinux.org>
15208         * po/sl.po: Update Slovenian translation from translation project.
15210 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15212         * manual/time.texi (timegm): Add missing blank after @c.
15213         Reported by Joseph Myers <joseph@codesourcery.com>.
15215 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15217         * manual/check-safety.sh: New.
15218         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15220         * manual/terminal.texi: Document MTASC-safety properties.
15222         * manual/filesys.texi: Document MTASC-safety properties.
15224         * manual/errno.texi: Document MTASC-safety properties.
15226         * manual/intro.texi: Document safety identifiers and
15227         conditionals.
15229         * manual/string.texi (wcstok): Fix prototype.
15230         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15232         * manual/time.texi: Document MTASC-safety properties.
15234         * manual/string.texi: Document MTASC-safety properties.
15236         * manual/threads.texi: Document MTASC-safety properties.
15238         * manual/stdio.texi: Document MTASC-safety properties.
15240         * manual/syslog.texi: Document MTASC-safety properties.
15242         * manual/sysinfo.texi: Document MTASC-safety properties.
15244         * manual/startup.texi: Document MTASC-safety properties.
15246         * manual/socket.texi: Document MTASC-safety properties.
15248         * manual/signal.texi: Document MTASC-safety properties.
15250 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15252         * manual/setjmp.texi: Document MTASC-safety properties.
15254         * manual/search.texi: Document MTASC-safety properties.
15256         * manual/resource.texi: Document MTASC-safety properties.
15258         * manual/process.texi: Document MTASC-safety properties.
15260         * manual/platform.texi: Document MTASC-safety properties.
15262         * manual/pipe.texi: Document MTASC-safety properties.
15264         * manual/pattern.texi: Document MTASC-safety properties.
15266         * manual/message.texi: Document MTASC-safety properties.
15268         [BZ #12751]
15269         * manual/memory.texi: Document MTASC-safety properties.
15271         * manual/math.texi: Document MTASC-safety properties.
15273         * manual/locale.texi: Document MTASC-safety properties.
15275         * manual/llio.texi: Document MTASC-safety properties.
15277         * manual/libdl.texi: New.
15279         * manual/lang.texi: Document MTASC-safety properties.
15281         * manual/job.texi: Document MTASC-safety properties.
15283         * manual/getopt.texi: Document MTASC-safety properties.
15285         * manual/ctype.texi: Document MTASC-safety properties.
15287 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15289         [BZ #16046]
15290         * csu/libc-tls.c (static_map): Remove variable.
15291         (__libc_setup_tls): Use main executable's link map for TLS data.
15292         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15293         casing for LM_ID_BASE and GL(dl_nns).
15294         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15295         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15296         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15297         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15298         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15299         member.
15300         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15301         l_phnum members.
15303 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15305         * manual/debug.texi: Document MTASC-safety properties.
15307 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15309         [BZ #16510]
15310         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15311         of __x86_64__ when disabling x87 inline functions.
15313 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15315         * manual/charset.texi: Document MTASC-safety properties.
15317         * manual/crypt.texi: Document MTASC-safety properties.
15319         * manual/conf.texi: Document MTASC-safety properties.
15321         * manual/arith.texi: Document MTASC-safety properties.
15323         * manual/argp.texi: Document MTASC-safety properties.
15325         * manual/macros.texi: Introduce macros to document multi
15326         thread, asynchronous signal and asynchronous cancellation
15327         safety properties.
15328         * manual/intro.texi: Introduce the properties themselves.
15330 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15332         * sysdeps/sh/sh4/Makefile: New file.
15334 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15336         * math/gen-libm-test.pl ($srcdir): New variable.
15337         ($auto_input): Use it.
15339 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15341         [BZ #16506]
15342         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15343         access beyond array bounds when parsing netgroups file.
15345         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15346         the old buffer before realloc.
15348 2014-01-27  Allan McRae  <allan@archlinux.org>
15350         * po/fr.po: Update French translation from translation project.
15352 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15354         * sysdeps/sh/libm-test-ulps: Regenerate.
15356 2014-01-24  David S. Miller  <davem@davemloft.net>
15358         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15360 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15362         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15363         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15365 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15367         [BZ #16474]
15368         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15369         string pointers after reallocation.
15371 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15373         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15374         __SH4A__ instead of __SH_FPU_ANY__.
15376 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15378         * sysdeps/sh/fpu_control.h: New file.
15379         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15380         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15381         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15382         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15383         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15384         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15385         * sysdeps/sh/sys/ucontext.h: Remove.
15386         * sysdeps/sh/sys: Remove directory.
15388 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15390         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15391         s390/sys/ucontext.h.
15392         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15393         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15395 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15397         [BZ #15605]
15398         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15400 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15402         [BZ#16431]
15403         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15404         Adjust the vDSO correctly for internal calls.
15405         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15407 2014-01-20  Allan McRae  <allan@archlinux.org>
15409         * po/ca.po: Update Catalan translation from translation project.
15411 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15413         * sysdeps/s390/sotruss-lib.c: New file.
15415 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15417         [BZ#16430]
15418         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15419         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15420         local calls issues by not having a PLT stub required for IFUNC calls.
15421         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15423 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15425         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15426         * math/test-fpucw-static.c: Likewise.
15428 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15430         [BZ #16453]
15431         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15433 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15435         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15436         implementation for powerpc.
15438 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15440         [BZ #14782]
15441         * sysdeps/posix/system.c (__libc_system): Do not enable
15442         asynchronous cancellation.
15444 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15446         [BZ #16427]
15447         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15448         handling only for numbers special also in the IEEE case.
15450 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15452         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15454 2014-01-11  Allan McRae  <allan@archlinux.org>
15456         * po/bg.po: Update Bulgarian translation from translation project.
15458         * po/de.po: Update German translation from translation project.
15460 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15462         * sysdeps/generic/gcc-compat.h: New file.
15464 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15466         * benchtests/asin-inputs: Correct slow inputs.
15467         * benchtests/acos-inputs: Likewise.
15469 2014-01-10  Allan McRae  <allan@archlinux.org>
15471         * po:sv.po: Update Swedish translation from translation project.
15473         * po/vi.po: Update Vietnamese translation from translation project.
15475         * po/eo.po: Update Esperanto translation from translation project.
15477         * po/cs.po: Update Czech translation from translation project.
15479         * po/nl.po: Update Dutch translation from translation project.
15481         * po/pl.po: Update Polish translation from translation project.
15483         * po/ru.po: Update Russian translation from translation project.
15485         * po/uk.po: Update Ukrainian translation from translation project.
15487 2014-01-08  Brooks Moses  <bmoses@google.com>
15489         * elf/dl-load.c: Fix comment typo.
15491 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
15493         * po/header.pot: Rename to...
15494         * po/pot.header: ... this.
15495         * po/Makefile: Use pot.header.
15497 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
15498             Maxim Kuvyrkov  <maxim@kugelworks.com>
15500         [BZ #16394]
15501         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
15502         SRC and DEST against LEN.
15504 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15506         [BZ #16414]
15507         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
15508         implementation.
15509         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
15511 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15513         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15515 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
15517         [BZ #16408]
15518         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
15519         for large positive arguments.
15521 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
15523         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15525         * math/auto-libm-test-in: Mark various tests with
15526         xfail-rounding:ldbl-128ibm.
15527         * math/auto-libm-test-out: Regenerated.
15529         [BZ #16407]
15530         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
15531         Increase overflow threshold.
15533 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
15535         [BZ #14286]
15536         * stdio-common/vfprintf.c: Check for integer overflow.
15538 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15540         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
15541         the first argument and return value of __tls_get_addr_internal.
15543 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15545         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
15546         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
15548 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15550         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
15551         * sysdeps/s390/rtld-global-offsets.sym: New file.
15552         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
15553         GLIBC_2.19 symbol.
15554         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
15555         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
15556         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
15557         ... this.
15558         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
15559         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
15560         ... this.
15561         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15562         Regenerate.
15563         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15564         Regenerate.
15565         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
15566         halfs of GPRs for high_gprs contexts.
15567         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
15568         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
15569         field.
15570         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
15571         uc_flags field.
15572         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
15573         64 bit versions:
15574         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
15575         for high GPRs (uc_high_gprs) and for future extensions
15576         (__reserved).
15577         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
15578         for future extensions (__reserved).
15579         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
15580         64 bit versions:
15581         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
15582         SC_HIGHGPRS offset definition.
15583         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
15584         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
15586         * Versions.def: Add GLIBC_2.19 for libpthread.
15587         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
15588         siglongjmp for libpthread with GLIBC_2.19 symver.
15589         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
15590         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
15591         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
15592         * sysdeps/s390/__longjmp.c: New file.
15593         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
15594         * sysdeps/s390/longjmp.c: New file.
15595         * sysdeps/s390/setjmp.S: New file.
15596         * sysdeps/s390/sigjmp.S: New file.
15597         * sysdeps/s390/v1-longjmp.c: New file.
15598         * sysdeps/s390/v1-setjmp.h: New file.
15599         * sysdeps/s390/v1-sigjmp.c: New file.
15600         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
15601         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
15602         GLIBC_2.19 version.
15603         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
15604         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
15605         versioned symbols for ____longjmp_chk.
15606         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
15607         Likewise.
15608         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15609         Regenerate.
15610         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
15611         Regenerate.
15612         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15613         Regenerate.
15614         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
15615         Regenerate.
15616         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
15617         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
15618         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
15619         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
15620         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
15621         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
15622         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
15623         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
15624         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
15625         * sysdeps/s390/rtld-__longjmp.c: New file.
15626         * sysdeps/s390/rtld-setjmp.S: New file.
15628 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
15630         [BZ #16400]
15631         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15632         Return -__logl (x) for small positive arguments without evaluating
15633         a polynomial.
15635 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
15637         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
15638         Rename to ...
15639         (__ptrace_peeksiginfo_args): ... this.
15640         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15641         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15642         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15644 2014-01-06  Allan McRae  <allan@archlinux.org>
15646         * inet/netinet/in.h: Fix typo in comment.
15648 2014-01-05  Andreas Jaeger  <aj@suse.de>
15650         * sysdeps/i386/fpu/libm-test-ulps: Update.
15652 2014-01-05  Allan McRae  <allan@archlinux.org>
15654         * po/libc.pot: Regenerated.
15656         * malloc/memusagestat.c: Fix gettext call formatting.
15658 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
15660         * nscd/nscd.c: Improve usage() output.
15662 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
15664         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
15665         * sysdeps/unix/sysv/linux/configure: Regenerated.
15666         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
15667         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
15669 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15671         [BZ #16390]
15672         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15673         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
15675 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15677         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
15678         extra tokens at end of #undef directive.
15679         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
15680         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
15681         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
15683 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15685         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15687         * math/auto-libm-test-in: Mark various tests with
15688         xfail-rounding:ldbl-128ibm.
15689         * math/auto-libm-test-out: Regenerated.
15691 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
15693         [BZ #16386]
15694         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
15695         numbers with subnormal high part when calculating exponent.
15697         [BZ #16385]
15698         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
15699         fabs.
15701         [BZ #16384]
15702         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
15703         M_LN2l.
15704         (__ieee754_acoshl): Use __log1pl not __log1p.
15706 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
15708         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
15709         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
15710         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
15711         (grow_heap, heap_trim, _int_new_arena, get_free_list)
15712         (reused_arena, arena_get2): Convert to GNU style.
15713         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
15714         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
15715         (memalign_check, __malloc_set_state): Likewise.
15716         * malloc/mallocbug.c (main): Likewise.
15717         * malloc/malloc.c (__malloc_assert, malloc_init_state)
15718         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
15719         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
15720         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
15721         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
15722         (__posix_memalign, malloc_info): Likewise.
15723         * malloc/malloc.h: Likewise.
15724         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
15725         (mallochook, memalignhook, reallochook, mabort): Likewise.
15726         * malloc/mcheck.h: Likewise.
15727         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
15728         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
15729         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
15730         * malloc/morecore.c (__default_morecore): Likewise.
15731         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
15732         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
15733         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
15734         (print_and_abort): Likewise.
15735         * malloc/obstack.h: Likewise.
15736         * malloc/set-freeres.c (__libc_freeres): Likewise.
15737         * malloc/tst-mallocstate.c (main): Likewise.
15738         * malloc/tst-mtrace.c (main): Likewise.
15739         * malloc/tst-realloc.c (do_test): Likewise.
15741 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15743         [BZ #16366]
15744         * nscd/netgroupcache.c (do_notfound): New function.
15745         (addgetnetgrentX): Use it.
15747         [BZ # 16365]
15748         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
15749         NSS_STATUS_NOTFOUND.
15751 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
15753         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
15754         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15756 2014-01-01  Allan McRae  <allan@archlinux.org>
15758         * scripts/update-copyrights: Update configure input file suffix.
15760         * NEWS: Update copyright year.
15761         * catgets/gencat.c: Likewise.
15762         * csu/version.c: Likewise.
15763         * debug/catchsegv.sh: Likewise.
15764         * debug/pcprofiledump.c: Likewise.
15765         * debug/xtrace.sh: Likewise.
15766         * elf/ldconfig.c: Likewise.
15767         * elf/ldd.bash.in: Likewise.
15768         * elf/pldd.c: Likewise.
15769         * elf/sotruss.ksh: Likewise.
15770         * elf/sprof.c: Likewise.
15771         * iconv/iconv_prog.c: Likewise.
15772         * iconv/iconvconfig.c: Likewise.
15773         * locale/programs/locale.c: Likewise.
15774         * locale/programs/localedef.c: Likewise.
15775         * login/programs/pt_chown.c: Likewise.
15776         * malloc/memusage.sh: Likewise.
15777         * malloc/memusagestat.c: Likewise.
15778         * malloc/mtrace.pl: Likewise.
15779         * manual/libc.texinfo: Likewise.
15780         * nscd/nscd.c: Likewise.
15781         * nss/getent.c: Likewise.
15782         * nss/makedb.c: Likewise.
15783         * posix/getconf.c: Likewise.
15784         * scripts/test-installation.pl: Likewise.
15786         * All files with FSF copyright notices: Update copyright dates
15787         using scripts/update-copyrights.
15788         * intl/plural.c: Regenerated.
15789         * locale/programs/charmap-kw.h: Likewise.
15790         * locale/programs/locfile-kw.h: Likewise.
15792 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
15794         * sysdeps/unix/sysv/linux/configure: Regenerated.
15795         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
15796         the linux/fanotify.h header.
15797         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
15798         HAVE_LINUX_FANOTIFY_H is defined.
15800 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
15802         * benchtests/cos-inputs: New inputs.
15803         * benchtests/sin-inputs: Likewise.
15805         * benchtests/atan-inputs: New inputs. Fix name of multiple
15806         precision fallback inputs.
15808         * benchtests/atanh-inputs: New inputs.
15809         * benchtests/tanh-inputs: Likewise.
15811         * benchtests/acosh-inputs: New inputs.
15812         * benchtests/asinh-inputs: Likewise.
15814         * benchtests/cosh-inputs: New inputs.
15815         * benchtests/sinh-inputs: Likewise.
15817         * benchtests/acos-inputs: Add more inputs.
15818         * benchtests/asin-inputs: Likewise.
15820 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
15822         [BZ #16375]
15823         * manual/arith.texi: Fix spelling.
15824         * manual/charset.texi: Likewise.
15825         * manual/errno.texi: Likewise.
15826         * manual/filesys.texi: Likewise.
15827         * manual/lang.texi: Likewise.
15828         * manual/llio.texi: Likewise.
15829         * manual/locale.texi: Likewise.
15830         * manual/message.texi: Likewise.
15831         * manual/resource.texi: Likewise.
15832         * manual/search.texi: Likewise.
15833         * manual/setjmp.texi: Likewise.
15834         * manual/stdio.texi: Likewise.
15835         * manual/string.texi: Likewise.
15836         * manual/sysinfo.texi: Likewise.
15837         * manual/time.texi: Likewise.
15839 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
15841         * po/sl.po: New file.
15843 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
15845         * .gitignore: Add core/.gdbinit/.gdb_history.
15847 2013-12-27  Allan McRae  <allan@archlinux.org>
15849         [BZ #16369]
15850         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
15851         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
15853 2013-12-24  Brooks Moses  <bmoses@google.com>
15855         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
15856         all compilers that claim C++98 compliance, not just GCC.
15857         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
15858         Likewise.
15860 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
15862         * NEWS: Restore accidentally deleted bug-fix entries.
15864 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
15865             Ondřej Bílka  <neleai@seznam.cz>
15867         [BZ #15073]
15868         * malloc/malloc.c (_int_free): Perform sanity check only if we
15869         have_lock.
15871 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
15873         [BZ #12986]
15874         * manual/stdio.texi (String Input Conversions): Clarify that character
15875         classes are not supported.
15877 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15879         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15881 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
15883         [BZ #16337]
15884         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15885         Calculate results for small negative arguments directly rather
15886         than using reflection formula with special underflow handling.
15888         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
15889         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
15890         sysdeps/unix/bsd/bsd4.4/syscalls.list.
15891         (fchflags): Likewise.
15892         (revoke): Likewise.
15893         (setlogin): Likewise.
15894         (sigaltstack): Likewise.
15895         (wait4): Likewise.
15896         (sigblock): Remove.
15897         (sigsetmask): Likewise.
15898         (wait3): Likewise.
15899         (waitpid): Likewise.
15900         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
15901         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
15902         file.
15903         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
15904         * sysdeps/unix/bsd/Makefile: ... here.
15905         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
15906         * sysdeps/unix/bsd/Versions: ... here.
15907         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
15908         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
15909         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
15910         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
15911         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
15912         * sysdeps/unix/bsd/sigblock.c: ... here.
15913         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
15914         * sysdeps/unix/bsd/sigsetmask.c: ... here.
15915         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
15916         * sysdeps/unix/bsd/sigvec.c: ... here.
15917         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
15918         * sysdeps/unix/bsd/tcdrain.c: ... here.
15919         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
15920         * sysdeps/unix/bsd/tcgetattr.c: ... here.
15921         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
15922         * sysdeps/unix/bsd/tcsetattr.c: ... here.
15923         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
15924         * sysdeps/unix/bsd/wait.c: ... here.
15925         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
15926         * sysdeps/unix/bsd/wait3.c: ... here.
15927         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
15928         * sysdeps/unix/bsd/waitpid.c: ... here.
15930 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
15932         [BZ #16356]
15933         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
15934         round-to-nearest for [!USE_AS_EXPM1L].
15935         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
15936         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
15937         more tests of exp and exp10.  Expect some exp10 tests to miss
15938         exceptions or fail in directed rounding modes.
15939         * math/auto-libm-test-out: Regenerated.
15940         * math/libm-test.inc (exp10_tonearest_test_data): New array.
15941         (exp10_test_tonearest): New function.
15942         (exp10_towardzero_test_data): New array.
15943         (exp10_test_towardzero): New function.
15944         (exp10_downward_test_data): New array.
15945         (exp10_test_downward): New function.
15946         (exp10_upward_test_data): New array.
15947         (exp10_test_upward): New function.
15948         (main): Call the new functions.
15949         * sysdeps/i386/fpu/libm-test-ulps: Update.
15950         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15952 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
15954         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
15955         asinh, atan, atan2, atanh, cbrt, cos and cosh.
15956         * math/auto-libm-test-out: Regenerated.
15957         * math/libm-test.inc (acosh_test_data): Add more tests.
15958         (atanh_test_data): Likewise.
15959         (ceil_test_data): Likewise.
15960         (copysign_test_data): Likewise.
15961         * sysdeps/i386/fpu/libm-test-ulps: Update.
15962         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15964         * timezone/checktab.awk: Update from tzcode 2013i.
15965         * timezone/private.h: Likewise.
15966         * timezone/scheck.c: Likewise.
15967         * timezone/tzfile.h: Likewise.
15968         * timezone/tzselect.ksh: Likewise.
15969         * timezone/zdump.c: Likewise.
15970         * timezone/zic.c: Likewise.
15972         * math/auto-libm-test-in: Add tests of cpow.
15973         * math/auto-libm-test-out: Regenerated.
15974         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
15975         * math/gen-auto-libm-tests.c (func_calc_method): Add value
15976         mpc_cc_c.
15977         (func_calc_desc): Add mpc_cc_c union field.
15978         (test_functions): Add cpow.
15979         (special_fill_2pi): New function.
15980         (special_real_inputs): Add 2pi.
15981         (calc_generic_results): Handle mpc_cc_c.
15982         * sysdeps/i386/fpu/libm-test-ulps: Update.
15983         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15985         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
15986         csqrt, ctan and ctanh.
15987         * math/auto-libm-test-out: Regenerated.
15988         * math/libm-test.inc (TEST_COND_x86_64): New macro.
15989         (TEST_COND_x86): Likewise.
15990         (ccos_test_data): Use AUTO_TESTS_c_c.
15991         (ccosh_test_data): Likewise.
15992         (cexp_test_data): Likewise.
15993         (clog_test_data): Likewise.
15994         (csqrt_test_data): Likewise.
15995         (ctan_test_data): Likewise.
15996         (ctan_tonearest_test_data): Likewise.
15997         (ctan_towardzero_test_data): Likewise.
15998         (ctan_downward_test_data): Likewise.
15999         (ctan_upward_test_data): Likewise.
16000         (ctanh_test_data): Likewise.
16001         (ctanh_tonearest_test_data): Likewise.
16002         (ctanh_towardzero_test_data): Likewise.
16003         (ctanh_downward_test_data): Likewise.
16004         (ctanh_upward_test_data): Likewise.
16005         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16006         mpc_c_c.
16007         (func_calc_desc): Add mpc_c_c union field.
16008         (FUNC_mpc_c_c): New macro.
16009         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16010         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16011         ctanh.
16012         (special_fill_min_subnorm_p120): New function.
16013         (special_real_inputs): Add min_subnorm_p120.
16014         (calc_generic_results): Handle mpc_c_c.
16015         * sysdeps/i386/fpu/libm-test-ulps: Update.
16016         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16018 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16020         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16021         (do_sin_slow): New functions.
16022         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16023         (cslow2, csloww1, csloww2): Use the new functions.
16025         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16026         Use M to change sign of result instead of X.  Assume X is
16027         positive.
16028         (csloww1): Likewise.
16029         (__sin): Adjust.
16030         (__cos): Adjust.
16032         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16033         arguments A and DA.
16034         (__sin): Adjust.
16035         (__cos): Likewise.
16037         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16038         (__cos): Likewise.
16039         (sloww1): Don't adjust sign of DX.
16040         (csloww1): Likewise.
16041         (sloww2): Use X directly and don't adjust sign of DX.
16042         (csloww2): Likewise.
16044 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16046         * math/auto-libm-test-in: Add tests of cabs and carg.
16047         * math/auto-libm-test-out: Regenerated.
16048         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16049         (carg_test_data): Likewise.
16050         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16051         mpc_c_f.
16052         (func_calc_desc): Add mpc_c_f union field.
16053         (test_functions): Add cabs and carg.
16054         (calc_generic_results): Handle mpc_c_f.
16056         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16057         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16058         as a macro and a compat symbol.
16059         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16060         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16061         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16062         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16063         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16064         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16065         not use .hidden.
16066         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16067         Likewise.
16068         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16069         Likewise.
16070         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16071         Likewise.
16072         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16073         Likewise.
16074         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16075         Likewise.
16076         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16077         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16078         from GLIBC_2.3.2.
16080 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16082         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16084 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16086         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16087         trailing whitespace removed.
16088         * scripts/config.guess: Update to version 2013-11-29.
16089         * scripts/config.sub: Update to version 2013-10-01.
16091         * math/auto-libm-test-in: Add tests of sincos.
16092         * math/auto-libm-test-out: Regenerated.
16093         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16094         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16095         mpfr_f_11.
16096         (func_calc_desc): Add mpfr_f_11 union field.
16097         (test_functions): Add sincos.
16098         (calc_generic_results): Handle mpfr_f_11.
16099         * sysdeps/i386/fpu/libm-test-ulps: Update.
16100         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16102 2013-12-19  Andreas Schwab  <schwab@suse.de>
16104         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16105         CALL_MCOUNT.
16106         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16107         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16108         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16110 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16112         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16113         * sysdeps/i386/fpu/libm-test-ulps: Update.
16114         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16116         [BZ #16293]
16117         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16118         round-to-nearest mode when using frndint.
16119         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16120         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16121         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16122         Likewise.
16123         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16124         sinh test to fail.
16125         * math/auto-libm-test-out: Regenerated.
16126         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16127         (TEST_COND_x86): Likewise.
16128         (expm1_tonearest_test_data): New array.
16129         (expm1_test_tonearest): New function.
16130         (expm1_towardzero_test_data): New array.
16131         (expm1_test_towardzero): New function.
16132         (expm1_downward_test_data): New array.
16133         (expm1_test_downward): New function.
16134         (expm1_upward_test_data): New array.
16135         (expm1_test_upward): New function.
16136         (main): Run the new test functions.
16137         * sysdeps/i386/fpu/libm-test-ulps: Update.
16138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16140         * include/features.h: Update comment documenting feature test
16141         macros.  Mention _DEFAULT_SOURCE in comment.
16142         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16143         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16144         _BSD_SOURCE and _SVID_SOURCE.
16145         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16146         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16147         !_SVID_SOURCE]: Likewise.
16148         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16149         (__USE_POSIX_IMPLICITLY): Define.
16150         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16151         (_POSIX_SOURCE): Undefine and redefine.
16152         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16153         (_POSIX_C_SOURCE): Likewise.
16154         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16155         (Feature Test Macros): Update documentation of default features.
16157 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16159         * benchtests/Makefile: Add bench-strtok.
16160         * benchtests/bench-strtok.c: New file: strtok benchtest.
16162 2013-12-19  Allan McRae  <allan@archlinux.org>
16164         * manual/install.texi: Suppress menu for plain text output.
16165         * INSTALL: Regenerated.
16167 2013-12-18  Brooks Moses  <bmoses@google.com>
16169         [BZ #15846]
16170         * misc/getauxval.c: Include errno.h.
16171         (__getauxval): Set errno to ENOENT if the requested type is not
16172         found.
16173         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16174         don't declare with __attribute_const__.
16175         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16176         * manual/startup.texi: Document that getauxval sets errno.
16178 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16180         * math/auto-libm-test-in: Add tests of jn and yn.
16181         * math/auto-libm-test-out: Regenerated.
16182         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16183         (yn_test_data): Likewise.
16184         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16185         mpfr_if_f.
16186         (func_calc_desc): Add mpfr_if_f union field.
16187         (FUNC_mpfr_if_f): New macro.
16188         (test_functions): Add jn and yn.
16189         (calc_generic_results): Assert type of second input for
16190         mpfr_ff_f.  Handle mpfr_if_f.
16191         (output_for_one_input_case): Disable all checking for arguments
16192         fitting floating-point types in case of an integer argument.
16193         * sysdeps/i386/fpu/libm-test-ulps: Update.
16194         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16197         Don't expect fegetround reference in libm.so.
16199 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16201         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16202         $(config-cflags-nofma).
16204 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16206         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16207         * math/auto-libm-test-out: Regenerated.
16209         [BZ #16338]
16210         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16211         to determine exponent and adjust argument to have exponent of -1.
16212         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16213         log2.
16214         * math/auto-libm-test-out: Regenerated.
16215         * sysdeps/i386/fpu/libm-test-ulps: Update.
16216         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16218 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16220         * manual/probes.texi: Remove cases when per-thread arenas are
16221         disabled.
16223 2013-12-18  Andreas Schwab  <schwab@suse.de>
16225         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16226         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16227         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16228         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16229         * sysdeps/i386/i686/multiarch/Makefile: Update.
16230         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16232 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16234         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16235         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16237 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16239         [BZ #15968]
16240         Support TZ transition times < 00:00:00.
16241         This is needed for version-3 tz-format files; it supports time
16242         stamps past 2037 for America/Godthab (the only entry in the tz
16243         database for which this change is relevant).
16244         * manual/time.texi (TZ Variable): Document transition times
16245         from -167:59:59 through -00:00:01.
16246         * time/tzset.c (tz_rule): Time of day is now signed.
16247         (__tzset_parse_tz): Parse negative time of day.
16249         Document TZ transition times >= 25:00:00.
16250         * manual/time.texi (TZ Variable): Document transition times from
16251         25:00:00 through 167:59:59.  These are already supported, and this
16252         support will help with version-3 tz-format files.
16254         * manual/time.texi (TZ Variable): Modernize North America example
16255         to reflect current (i.e., 2007-and-later) daylight saving rules.
16257         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16259 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16261         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16262         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16263         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16264         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16265         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16266         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16267         * sysdeps/unix/bsd/clock.c: Likewise.
16268         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16269         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16270         * sysdeps/unix/bsd/init-posix.c: Likewise.
16271         * sysdeps/unix/bsd/poll.c: Likewise.
16272         * sysdeps/unix/bsd/ptsname.c: Likewise.
16273         * sysdeps/unix/bsd/seekdir.c: Likewise.
16274         * sysdeps/unix/bsd/setegid.c: Likewise.
16275         * sysdeps/unix/bsd/seteuid.c: Likewise.
16276         * sysdeps/unix/bsd/setgid.c: Likewise.
16277         * sysdeps/unix/bsd/setrgid.c: Likewise.
16278         * sysdeps/unix/bsd/setruid.c: Likewise.
16279         * sysdeps/unix/bsd/setsid.c: Likewise.
16280         * sysdeps/unix/bsd/setuid.c: Likewise.
16281         * sysdeps/unix/bsd/sigaction.c: Likewise.
16282         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16283         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16284         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16285         * sysdeps/unix/bsd/telldir.c: Likewise.
16286         * sysdeps/unix/bsd/times.c: Likewise.
16287         * sysdeps/unix/bsd/usleep.c: Likewise.
16289         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16290         ($(objpfx)libbsd-compat.a): Remove rule.
16292         * include/features.h (__FAVOR_BSD): Do not define.
16293         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16294         features conflicting with POSIX.
16295         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16296         (_BSD_SOURCE): Remove description of not being a subset of other
16297         feature test macros.
16298         * manual/job.texi (getpgrp): Do not document BSD version.
16299         (getpgid): Do not document by reference to BSD getpgrp.
16300         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16301         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16302         * signal/signal.h [__FAVOR_BSD]: Likewise.
16303         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16304         instead of making contents conditional on [__FAVOR_BSD].
16305         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16307 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16309         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16311 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16313         [BZ #16314]
16314         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16315         values below 2**-450, not 2**-500.
16316         * math/auto-libm-test-in: Don't allow spurious underflow from
16317         hypot.
16318         * math/auto-libm-test-out: Regenerated.
16320         [BZ #16316]
16321         [BZ #16330]
16322         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16323         values of ha and hb and sort them after adjusting subnormal
16324         arguments.
16325         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16326         Likewise.
16327         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16328         values of ea and eb and sort them after adjusting subnormal
16329         arguments.
16330         * math/auto-libm-test-in: Do not expect some hypot tests of
16331         subnormals to fail.  Add more hypot tests.
16332         * math/auto-libm-test-out: Regenerated.
16334 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16336         [BZ #13304]
16337         * sysdeps/sh/s_fma.c: New file.
16338         * sysdeps/sh/s_fmaf.c: New file.
16339         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16340         version.
16341         * sysdeps/sh/Implies: Add sh/soft-fp.
16343 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16345         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16346         level of indirection to members `objname', `errstring', `malloced'.
16347         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16348         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16349         it as the __longjmp argument (just pass 1 instead).
16350         (_dl_catch_error): Initialize C with argument pointers and address of
16351         volatile local ERRCODE rather than copying values out of C at return.
16353 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16355         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16356         * math/auto-libm-test-out: Regenerated.
16357         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16358         (hypot_test_data): Likewise.
16359         (pow_test_data): Likewise.
16360         (pow_tonearest_test_data): Likewise.
16361         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16362         mpfr_ff_f.
16363         (func_calc_desc): Add mpfr_ff_f union field.
16364         (FUNC_mpfr_ff_f): New macro.
16365         (test_functions): Add atan2, hypot and pow.
16366         (special_fill_min): New function.
16367         (special_fill_minus_min): Likewise.
16368         (special_fill_min_subnorm): Likewise.
16369         (special_fill_minus_min_subnorm): Likewise.
16370         (special_real_inputs): Add min, -min, min_subnorm and
16371         -min_subnorm.
16372         (calc_generic_results): Handle mpfr_ff_f.
16373         * sysdeps/i386/fpu/libm-test-ulps: Update.
16374         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16376 2013-12-16  Will Newton  <will.newton@linaro.org>
16378         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16379         (Aligned Memory Blocks): Add documentation for aligned_alloc
16380         and suggest it as an alternative to posix_memalign.
16381         (Hooks for Malloc): Document __memalign_hook is also called
16382         for aligned_alloc.  (Summary of Malloc): Add summary for
16383         aligned alloc.  Document __memalign_hook is also called
16384         for aligned_alloc.
16386 2013-12-16  Will Newton  <will.newton@linaro.org>
16388         * manual/memory.texi (Malloc Examples): Clarify default
16389         alignment documentation.  Suggest posix_memalign rather
16390         than memalign or valloc.
16391         (Aligned Memory Blocks): Remove suggestion to use memalign
16392         or valloc.  Remove obsolete comment about BSD.
16393         Document memalign errno values and mark the function obsolete.
16394         Document posix_memalign returned error codes.  Mark valloc
16395         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16396         called for posix_memalign and valloc.
16397         (Summary of Malloc): Add posix_memalign to function summary.
16398         __memalign_hook is also called for posix_memalign and valloc.
16400 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16402         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16403         TAYLOR_SIN.
16404         (__sin): Adjust.
16405         (__cos): Likewise.
16406         (sloww): Use mynumber union.  Expand ternary operator into
16407         if-else statements.
16408         (cslow): use mynumber union.
16410 2013-12-16  Allan McRae  <allan@archlinux.org>
16412         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16413         * configure: Regenerated.
16415         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16417         [BZ #14120]
16418         * configure.ac: Added --enable-maintainer-mode. Check for
16419         autoconf when enabled.
16420         * configure: Regenerated.
16422         * nscd/nscd.service: New file.
16423         * nscd/nscd.tmpfiles: New file.
16425 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16427         [BZ #12100]
16428         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16429         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16430         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16431         (strstr): Add __strstr_sse2_unaligned ifunc.
16432         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16433         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16434         (strcasestr): Remove __strcasestr_sse42 ifunc.
16435         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16436         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16437         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16439 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16441         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16442         * sysdeps/sh/bits/fenv.h: ... here.
16443         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16445 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16447         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16449         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16450         hypotf multiarch implementations.
16451         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16452         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16453         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16454         multiarch hypot for PPC64.
16455         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16456         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16457         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16458         multiarch hypotf for PPC64.
16460         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16461         modff multiarch implementations.
16462         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16463         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16464         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16465         multiarch modf for PPC64.
16466         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16467         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16468         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16469         multiarch modff for PPC64.
16471         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16472         and logl multiarch implementations.
16473         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16474         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16475         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16476         multiarch logb for PPC64.
16477         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16478         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
16479         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
16480         multiarch logb for PPC64.
16481         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
16482         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
16483         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
16484         multiarch logb for PPC64.
16486         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
16487         isinff multiarch implementation.
16488         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
16489         file.
16490         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
16491         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
16492         multiarch isinf for PPC64.
16493         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
16494         file.
16495         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
16496         multiarch isinff for PPC64.
16498         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
16499         finitef multiarch implementation.
16500         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
16501         file.
16502         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
16503         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
16504         multiarch finite for PPC64.
16505         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
16506         file.
16507         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
16508         multiarch finitef for PPC64.
16510         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
16511         lrint multiarch implementation.
16512         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
16513         file.
16514         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
16515         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
16516         multiarch llrint for PPC64.
16517         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
16518         multiarch lrint for PPC64.
16520         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
16521         copysignf multiarch implementation.
16522         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
16523         file.
16524         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
16525         file.
16526         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
16527         multiarch copysign for PPC64.
16528         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
16529         multiarch copysignf for PPC64.
16531         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
16532         multiarch implementation.
16533         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
16534         file.
16535         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
16536         file.
16537         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
16538         file.
16539         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
16540         file.
16541         multiarch llround for PPC64.
16542         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
16543         multiarch trunc for PPC64.
16544         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
16545         multiarch truncf for PPC64.
16547         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
16548         multiarch implementation.
16549         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
16550         file.
16551         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
16552         file.
16553         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
16554         file.
16555         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
16556         file.
16557         multiarch llround for PPC64.
16558         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
16559         multiarch round for PPC64.
16560         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
16561         multiarch roundf for PPC64.
16563         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
16564         multiarch implementation.
16565         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
16566         file.
16567         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
16568         file.
16569         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
16570         file.
16571         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
16572         file.
16573         multiarch llround for PPC64.
16574         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
16575         multiarch floor for PPC64.
16576         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
16577         multiarch floorf for PPC64.
16579         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
16580         multiarch implementation.
16581         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
16582         file.
16583         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
16584         file.
16585         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
16586         file.
16587         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
16588         file.
16589         multiarch llround for PPC64.
16590         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
16591         multiarch ceil for PPC64.
16592         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
16593         multiarch ceilf for PPC64.
16595         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16596         multiarch implementation.
16597         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
16598         file.
16599         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
16600         file.
16601         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
16602         file.
16603         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
16604         multiarch llround for PPC64.
16605         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
16606         multiarch lround for PPC64.
16608         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16609         multiarch implementation.
16610         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
16611         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
16612         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
16613         file.
16614         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
16615         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
16616         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
16617         multiarch isnan for PPC64.
16618         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
16619         multiarch isnanf for PPC64.
16621         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
16622         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
16623         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
16624         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
16625         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
16626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
16628         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
16629         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
16630         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
16631         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
16633         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
16634         multiarch implementations.
16635         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16636         (__libc_ifunc_impl_list): Likewise.
16637         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
16638         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
16639         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
16640         multiarch stpcpy for PPC64.
16642         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
16643         multiarch implementations.
16644         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16645         (__libc_ifunc_impl_list): Likewise.
16646         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
16647         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
16648         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
16649         multiarch strcpy for PPC64.
16651         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
16652         redefine function name.
16653         (_wordcopy_fwd_dest_aligned): Likewise.
16654         (_wordcopy_bwd_aligned): Likewise.
16655         (_wordcopy_bwd_dest_aligned): Likewise.
16656         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
16657         multiarch implementations.
16658         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16659         (__libc_ifunc_impl_list): Likewise.
16660         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
16661         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
16662         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
16663         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
16664         multiarch wcscpy for PPC64.
16666         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
16667         multiarch implementations.
16668         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16669         (__libc_ifunc_impl_list): Likewise.
16670         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
16671         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
16672         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
16673         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
16674         multiarch wcscpy for PPC64.
16676         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
16677         multiarch implementations.
16678         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16679         (__libc_ifunc_impl_list): Likewise.
16680         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
16681         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
16682         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
16683         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
16684         multiarch wcsrchr for PPC64.
16686         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
16687         multiarch implementations.
16688         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16689         (__libc_ifunc_impl_list): Likewise.
16690         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
16691         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
16692         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
16693         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
16694         multiarch wcschr for PPC64.
16696         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
16697         multiarch implementations.
16698         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16699         (__libc_ifunc_impl_list): Likewise.
16700         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
16701         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
16702         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
16703         multiarch strchrnul for PPC64.
16705         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
16706         implementations.
16707         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16708         (__libc_ifunc_impl_list): Likewise.
16709         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
16710         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
16711         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
16712         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
16713         strchr for PPC64.
16715         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
16716         implementations.
16717         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16718         (__libc_ifunc_impl_list): Likewise.
16719         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
16720         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
16721         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
16722         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
16723         strncmp for PPC64.
16725         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
16726         multiarch implementations.
16727         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16728         (__libc_ifunc_impl_list): Likewise.
16729         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
16730         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
16731         strncasecmp for PPC64.
16732         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
16733         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
16734         multiarch strncasecmp_l for PPC64.
16736         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
16737         multiarch implementations.
16738         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16739         (__libc_ifunc_impl_list): Likewise.
16740         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
16741         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
16742         multiarch strcasecmp for PPC64.
16743         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
16744         file.
16745         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
16746         multiarch strcasecmp_l for PPC64.
16748         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
16749         implementations.
16750         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16751         (__libc_ifunc_impl_list): Likewise.
16752         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
16753         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
16754         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
16755         strnlen for PPC64.
16757         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
16758         implementations.
16759         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16760         (__libc_ifunc_impl_list): Likewise.
16761         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
16762         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
16763         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
16764         strlen for PPC64.
16766         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
16767         implementations.
16768         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16769         (__libc_ifunc_impl_list): Likewise.
16770         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
16771         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
16772         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
16773         rawmemrchr for PPC64.
16775         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
16776         implementation.
16777         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16778         (__libc_ifunc_impl_list): Likewise.
16779         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
16780         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
16781         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
16782         memrchr for PPC64.
16784         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
16785         implementation.
16786         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16787         (__libc_ifunc_impl_list): Likewise.
16788         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
16789         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
16790         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
16791         memchr for PPC64.
16793         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
16794         implementation.
16795         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16796         (__libc_ifunc_impl_list): Likewise.
16797         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
16798         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
16799         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
16800         mempcpy for PPC64.
16802         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
16803         avoid cretion of __bzero symbol.
16804         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
16805         Likewise.
16806         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
16807         Likewise.
16808         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
16809         Likewise.
16810         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
16811         multiarch implementations.
16812         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16813         (__libc_ifunc_impl_list): Likewise.
16814         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
16815         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
16816         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
16817         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
16818         bzero for PPC32.
16819         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
16820         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
16821         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
16822         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
16823         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
16824         memset for PPC64.
16825         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
16827         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
16828         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
16829         implementations.
16830         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16831         (__libc_ifunc_impl_list): Likewise.
16832         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
16833         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
16834         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
16835         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
16836         memcmp for PPC64.
16838         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
16839         multiarch for POWER/PPC64.
16840         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
16841         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
16842         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
16843         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
16844         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
16845         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
16846         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
16847         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
16848         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
16849         memcpy for PPC64.
16851         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
16852         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
16853         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
16854         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
16855         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
16856         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
16857         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
16858         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
16859         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
16860         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
16861         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
16862         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
16863         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
16864         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
16865         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
16866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
16867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
16868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
16869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
16870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
16871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
16872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
16874 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16876         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
16878 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16880         * benchtests/Makefile (bench): Add exp2 and log2.
16881         (LDLIBS-bench-exp2): Add -lm.
16882         (LDLIBS-bench-log2): Likewise.
16883         * benchtests/exp2-inputs: New inputs file.
16884         * benchtests/log2-inputs: New inputs file.
16885         * benchtests/log-inputs: Add new inputs.
16886         * benchtests/tan-inputs: Likewise.
16888 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16890         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
16891         definition...
16892         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
16893         (csloww2): ... from here.
16895         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
16896         instead of structures.
16897         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
16898         (POLYNOMIAL): Likewise.
16899         (TAYLOR_SLOW): Likewise.
16900         (__sin): Likewise.
16901         (__cos): Likewise.
16902         (slow1): Likewise.
16903         (slow2): Likewise.
16904         (sloww): Likewise.
16905         (sloww1); Likewise.
16906         (sloww2): Likewise.
16907         (bsloww1): Likewise.
16908         (bsloww2): Likewise.
16909         (cslow2): Likewise.
16910         (csloww): Likewise.
16911         (csloww1): Likewise.
16912         (csloww2): Likewise.
16914 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
16916         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
16917         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
16918         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
16919         * malloc/hooks.c (realloc_check): Likewise.
16921         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
16922         * malloc/arena.c: Remove PER_THREAD conditional.
16923         [!PER_THREAD]: Remove code.
16924         (ptmalloc_unlock_all2): Likewise.
16925         (ptmalloc_init): Likewise.
16926         (_int_new_arena): Likewise.
16927         (arena_get2): Likewise.
16928         * malloc/hooks.c (__malloc_get_state): Likewise.
16929         (__malloc_set_state): Likewise.
16930         * malloc/malloc.c: Likewise.
16931         (struct malloc_state): Likewise.
16932         (struct malloc_par): Likewise.
16933         (__libc_realloc): Likewise.
16934         (__libc_mallopt): Likewise.
16936 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16938         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
16940 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
16942         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
16943         macro to a function.  Check for zero perturb_byte.
16944         (_int_malloc, _int_free): Remove zero perturb_byte checks.
16946         * malloc/malloc.c: (force_reg): Remove.
16947         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
16948         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
16949         force_reg by atomic_forced_read.
16950         * malloc/arena.c (ptmalloc_init): Likewise.
16951         * malloc/hooks.c (top_check): Likewise.
16953 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16955         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16957 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
16959         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16961 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
16963         * math/auto-libm-test-in: Add tests of lgamma.
16964         * math/auto-libm-test-out: Regenerated.
16965         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
16966         (M_LOG_2_SQRT_PIl): Likewise.
16967         (lgamma_test_data): Use AUTO_TESTS_f_f1.
16968         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16969         mpfr_f_f1.
16970         (func_calc_desc): Add mpfr_f_f1 union field.
16971         (ARGS1): New macro.
16972         (ARGS2): Likewise.
16973         (ARGS3): Likewise.
16974         (ARGS4): Likewise.
16975         (RET1): Likewise.
16976         (RET2): Likewise.
16977         (CALC): Likewise.
16978         (FUNC): Likewise.
16979         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
16980         (test_functions): Add lgamma.
16981         (calc_generic_results): Handle mpfr_f_f1.
16982         * sysdeps/i386/fpu/libm-test-ulps: Update.
16983         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16985 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16987         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
16988         __mpn_add_n for PowerPC64/POWER7.
16989         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
16990         __mpn_sub_n for PowerPC64/POWER7.
16992         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
16993         __mpn_addmul_1 for PowerPC64.
16994         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
16995         __mpn_submul_1 for PowerPC64.
16996         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
16997         for PowerPC64.
16998         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
16999         for PowerPC64.
17001 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17003         [BZ #15089]
17004         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17006 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17008         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17010         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17011         add multiarch folders.
17012         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17013         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17014         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17015         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17016         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17017         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17018         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17019         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17020         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17021         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17022         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17030         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17031         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17032         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17033         New file.
17034         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17035         New file.
17036         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17037         multiarch __ieee754_hypot for PowerPC32.
17038         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17039         New file.
17040         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17041         New file.
17042         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17043         multiarch __ieee754_hypotf for PowerPC32.
17045         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17046         long_double_symbol only if __logbl is defined.
17047         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17048         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17049         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17050         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17051         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17052         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17053         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17054         path for implementation.
17055         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17056         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17057         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17058         logb, and logbl multiarch implementations for PowerPC32.
17059         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17060         file.
17061         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17062         file.
17063         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17064         multiarch logb for PowerPC32.
17065         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17066         file.
17067         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17068         file.
17069         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17070         multiarch logbf for PowerPC32.
17071         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17072         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17073         file.
17074         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17075         multiarch logbl implementation for PowerPC32.
17077         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17078         and modff multiarch implementations.
17079         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17080         New file.
17081         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17082         New file.
17083         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17084         multiarch modf for PowerPC32.
17085         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17086         New file.
17087         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17088         New file.
17089         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17090         multiarch modff for PowerPC32.
17092         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17093         and lrintf multiarch implementations.
17094         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17095         New file.
17096         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17097         New file.
17098         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17099         multiarch lrint for PowerPC32.
17100         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17101         file: multiarch lrintf for PowerPC32.
17103         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17104         and lroundf multiarch implementations.
17105         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17106         New file.
17107         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17108         New file.
17109         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17110         New file.
17111         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17112         multiarch lround for PowerPC32.
17113         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17114         file: multiarch lroundf for PowerPC32.
17116         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17117         copysign and copysignf multiarch implementations.
17118         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17119         New file.
17120         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17121         New file.
17122         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17123         file: multiarch copysign for PowerPC32.
17124         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17125         file: multiarch copysignf for PowerPC32.
17127         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17128         and truncf multiarch implementations.
17129         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17130         New file.
17131         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17132         file.
17133         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17134         multiarch trunc for PowerPC32.
17135         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17136         New file.
17137         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17138         New file.
17139         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17140         multiarch truncf for PowerPC32.
17142         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17143         and roundf multiarch implementations.
17144         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17145         New file.
17146         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17147         file.
17148         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17149         multiarch round for PowerPC32.
17150         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17151         New file.
17152         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17153         New file.
17154         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17155         multiarch roundf for PowerPC32.
17157         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17158         and floorf multiarch implementations.
17159         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17160         New file.
17161         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17162         file.
17163         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17164         multiarch floor for PowerPC32.
17165         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17166         New file.
17167         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17168         New file.
17169         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17170         multiarch floorf for PowerPC32.
17172         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17173         and ceilf multiarch implementations.
17174         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17175         New file.
17176         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17177         file.
17178         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17179         multiarch ceil for PowerPC32.
17180         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17181         New file.
17182         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17183         file.
17184         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17185         multiarch ceilf for PowerPC32.
17187         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17188         is defined.
17189         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17190         FINITEF is defined.
17191         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17192         and finitef multiarch implementations.
17193         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17194         New file.
17195         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17196         file.
17197         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17198         multiarch finite for PowerPC32.
17199         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17200         New file.
17201         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17202         file: multiarch finitef for PowerPC32.
17204         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17205         and isinff multiarch implementations.
17206         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17207         file.
17208         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17209         file.
17210         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17211         multiarch isinf for PowerPC32.
17212         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17213         New file.
17214         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17215         multiarch isinff for PowerPC32.
17217         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17218         alias when __isnan is defined.
17219         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17220         and isnanf multiarch implementations.
17221         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17222         file.
17223         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17224         file.
17225         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17226         file.
17227         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17228         file.
17229         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17230         multiarch isnan for PowerPC32.
17231         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17232         New file.
17233         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17234         New file.
17235         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17236         multiarch isnanf for PowerPC32.
17238         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17239         and sqrtf multiarch implementations.
17240         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17241         file.
17242         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17243         file.
17244         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17245         multiarch sqrt for PowerPC32.
17246         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17247         file.
17248         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17249         file.
17250         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17251         multiarch sqrtf for PowerPC32.
17253         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17254         and llroundf multiarch implementations.
17255         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17256         New file.
17257         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17258         New file.
17259         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17260         New file.
17261         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17262         file: multiarch llround for PowerPC32.
17263         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17264         file: multiarch llroundf for PowerPC32.
17266         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17267         multiarch PowerPC32 fpu implementations.
17268         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17269         New file.
17270         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17271         New file.
17272         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17273         multiarch llrint for PowerPC32.
17274         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17275         New file.
17276         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17277         New file.
17278         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17279         file.
17281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17283         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17284         file.
17285         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17286         file.
17287         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17288         file.
17289         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17290         multiarch wordcopy for PPC32.
17291         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17292         wordcopy objects.
17293         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17294         (__libc_ifunc_impl_list): Likewise.
17295         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17296         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17297         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17298         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17299         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17300         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17302         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17303         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17304         file.
17305         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17306         file.
17307         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17308         file.
17309         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17310         multiarch wcscpy for PPC32.
17311         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17312         multiarch objects.
17313         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17314         (__libc_ifunc_impl_list): Likewise.
17315         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17316         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17317         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17318         sysdeps/powerpc/power6/wcscpy.c.
17320         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17321         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17322         file.
17323         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17324         file.
17325         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17326         file.
17327         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17328         multiarch wcsrchr for PPC32.
17329         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17330         multiarch objects.
17331         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17332         (__libc_ifunc_impl_list): Likewise.
17333         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17334         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17335         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17336         sysdeps/powerpc/power6/wcsrchr.c.
17338         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17339         file.
17340         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17341         file.
17342         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17343         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17344         multiarch wcschr for PPc32.
17345         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17346         multiarch objects.
17347         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17348         (__libc_ifunc_impl_list): Likewise.
17349         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17350         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17351         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17352         sysdeps/powerpc/power6/wcschr.c.
17354         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17355         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17356         file.
17357         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17358         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17359         file: multiarch strchr for PPC32.
17360         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17361         multiarch objects.
17362         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17363         (__libc_ifunc_impl_list): Likewise.
17365         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17366         name.
17367         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17368         file.
17369         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17370         file.
17371         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17372         multiarch strchrnul for PPC32.
17373         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17374         multiarch objects.
17375         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17376         (__libc_ifunc_impl_list): Likewise.
17378         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17379         file.
17380         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17381         multiarch strncasecmp for PPC32.
17382         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17383         file.
17384         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17385         multiarch strncasecmp_l for PPC32.
17386         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17387         strncasecmp multiarch objects.
17388         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17389         (__libc_ifunc_impl_list): Likewise.
17391         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17392         file.
17393         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17394         multiarch strncasecmp for PPC32.
17395         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17396         New file.
17397         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17398         multiarch strcasecmp_l for PPC32.
17399         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17400         multiarch objects.
17401         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17402         (__libc_ifunc_impl_list): Likewise.
17404         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17405         file.
17406         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17407         file.
17408         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17409         multiarch strncmp for PPC32.
17410         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17411         multiarch objects.
17412         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17413         (__libc_ifunc_impl_list): Likewise.
17415         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17416         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17417         file.
17418         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17419         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17420         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17421         multiarch objects.
17422         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17423         (__libc_ifunc_impl_list): Likewise.
17425         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17426         file.
17427         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17428         file.
17429         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17430         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17431         multiarch objects.
17432         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17433         (__libc_ifunc_impl_list): Likewise.
17435         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17436         file.
17437         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17438         file.
17439         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17440         multiarch rawmemchr for PPC32.
17441         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17442         multiarch objects.
17443         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17444         (__libc_ifunc_impl_list): Likewise.
17446         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17447         file.
17448         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17449         file.
17450         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17451         file: memrchr multiarch for PPC32.
17452         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17453         multiarch objects.
17454         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17455         (__libc_ifunc_impl_list): Likewise.
17457         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17458         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17459         file.
17460         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17461         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17462         multiarch memchr for PPC32.
17463         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17464         multiarch objects.
17465         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17466         (__libc_ifunc_impl_list): Likewise.
17468         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17469         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17470         file.
17471         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17472         file.
17473         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17474         file: multiarch mempcpy for PPC32.
17475         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17476         multiarch objects.
17477         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17478         (__libc_ifunc_impl_list): Likewise.
17480         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
17481         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
17482         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
17483         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
17484         multiarch bzero for PPC32.
17485         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
17486         file.
17487         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
17488         file.
17489         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
17490         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
17491         file: multiarch memset for PPC32.
17492         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
17493         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
17494         memset multiarch objects.
17495         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17496         (__libc_ifunc_impl_list): Likewise.
17498         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
17499         file.
17500         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
17501         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
17502         memcmp for PPC32.
17503         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
17504         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
17505         multiarch objects.
17506         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17507         (__libc_ifunc_impl_list): Likewise.
17509         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
17510         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
17511         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
17512         file.
17513         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
17514         file.
17515         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
17516         file.
17517         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
17518         multiarch memcpy for PPC32.
17519         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
17520         multiarch objects.
17521         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17522         (__libc_ifunc_impl_list): Likewise.
17524         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
17525         support multiarch for POWER/PPC32.
17526         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
17527         Likewise.
17528         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
17529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
17530         Implies file to make multiarch folder appers before the fpu and
17531         default folder for power4 configuration.
17533 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17535         * scripts/bench.pl: Append volatile keyword to type.
17537 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17539         * sysdeps/sh/sotruss-lib.c: New file.
17540         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
17542 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17544         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17546 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
17548         [BZ #6810]
17549         * math/w_tgamma.c: Include <errno.h>.
17550         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
17551         * math/w_tgammaf.c: Include <errno.h>.
17552         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
17553         * math/w_tgammal.c: Include <errno.h>.
17554         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
17555         * math/auto-libm-test-in: Do not allow missing errno on tgamma
17556         underflow.  Add more tgamma tests.
17557         * math/auto-libm-test-out: Regenerated.
17558         * sysdeps/i386/fpu/libm-test-ulps: Update.
17559         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17561         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
17562         sin, sinh, tan, tanh, tgamma, y0 and y1.
17563         * math/auto-libm-test-out: Regenerated.
17564         * math/libm-test.inc (TEST_COND_x86_64): New macro.
17565         (TEST_COND_x86): Likewise.
17566         (M_E2l): Remove macro.
17567         (M_E3l): Likewise.
17568         (M_2_SQRT_PIl): Likewise.
17569         (M_SQRT_PIl): Likewise.
17570         (M_1_DIV_El): Likewise.
17571         (log_test_data): Use AUTO_TESTS_f_f.
17572         (log10_test_data): Likewise.
17573         (log1p_test_data): Likewise.
17574         (log2_test_data): Likewise.
17575         (sin_test_data): Likewise.
17576         (sin_tonearest_test_data): Likewise.
17577         (sin_towardzero_test_data): Likewise.
17578         (sin_downward_test_data): Likewise.
17579         (sin_upward_test_data): Likewise.
17580         (sinh_test_data): Likewise.
17581         (sinh_tonearest_test_data): Likewise.
17582         (sinh_towardzero_test_data): Likewise.
17583         (sinh_downward_test_data): Likewise.
17584         (sinh_upward_test_data): Likewise.
17585         (tan_test_data): Likewise.
17586         (tan_tonearest_test_data): Likewise.
17587         (tan_towardzero_test_data): Likewise.
17588         (tan_downward_test_data): Likewise.
17589         (tan_upward_test_data): Likewise.
17590         (tanh_test_data): Likewise.
17591         (tgamma_test_data): Likewise.
17592         (y0_test_data): Likewise.
17593         (y1_test_data): Likewise.
17594         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
17595         (special_real_inputs): Add pi/4.
17596         * sysdeps/i386/fpu/libm-test-ulps: Update.
17597         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17599 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17601         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
17602         "longjmp_target" static probes.
17603         (__longjmp): Rename to __longjmp_symbol.
17604         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
17605         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
17606         on which longjmp to generate.
17607         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17608         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
17609         probe.
17610         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17611         (__sigjmp_save): Rename to __sigjmp_save_symbol.
17612         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
17613         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
17614         and __sigjmp_save_symbol based on which sigsetjmp to generated.
17615         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
17616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
17617         __longjmp_symbol based on which __longjmp to generate.
17618         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
17619         probe.
17620         (setjmp): Rename to setjmp_symbol.
17621         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17622         (_setjmp): Rename to _setjmp_symbol.
17623         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17624         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
17625         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
17626         which setjmp to generate.
17627         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
17628         "longjmp_target" static probes.
17630 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17632         * benchtests/README: Add note about output arguments.
17633         * benchtests/bench-sincos.c: Remove file.
17634         * benchtests/sincos-inputs: New file.
17635         * scripts/bench.pl: Identify output arguments and define
17636         static variables for them.
17638         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
17640         [BZ #15941]
17641         * Makefile (INSTALL): Add install-plain.texi as the primary
17642         dependency.
17643         * manual/install-plain.texi: New file.
17644         * manual/install.texi: Include node directive only for
17645         non-plaintext output.
17647 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
17649         * stdlib/longlong.h: Update from GCC.
17651         [BZ #6807]
17652         [BZ #15901]
17653         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
17654         * math/w_j0f.c (y0f): Likewise.
17655         * math/w_j0l.c (__y0l): Likewise.
17656         * math/w_j1.c (y1): Likewise.
17657         * math/w_j1f.c (y1f): Likewise.
17658         * math/w_j1l.c (__y1l): Likewise
17659         * math/w_jn.c (yn): Likewise.
17660         * math/w_jnf.c (ynf): Likewise.
17661         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
17662         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
17663         value for Bessel function domain errors outside _SVID_ mode.
17664         Adjust sign of return value for yn (negative integer, 0).
17665         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
17666         by zero in return for negative x and set sign appropriately for
17667         negative n.
17668         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
17669         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
17670         * math/libm-test.inc (y0_test_data): Add more tests and adjust
17671         expectations in error cases.
17672         (y1_test_data): Likewise.
17673         (yn_test_data): Likewise.
17674         * sysdeps/i386/fpu/libm-test-ulps: Update.
17675         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17677 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17679         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
17680         "64" to "64-v1".  Add "64-v2".
17681         (abi-64-options): Rename to ...
17682         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
17683         (abi-64-condition): Rename to ...
17684         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
17685         (abi-64-ld-soname): Rename to ...
17686         (abi-64-v1-ld-soname): ... this.
17687         (abi-64-v2-options): Define.
17688         (abi-64-v2-condition): Likewise.
17689         (abi-64-v2-ld-soname): Likewise.
17690         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
17691         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
17692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
17693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
17694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
17696 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17697             Alan Modra  <amodra@gmail.com>
17699         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
17700         New versions for use with the ELFv2 ABI.
17701         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
17702         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
17703         declaration.
17704         (struct La_ppc64v2_retval): Likewise.
17705         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
17706         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
17707         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
17708         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
17709         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
17710         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
17711         Do not save or restore CR.
17712         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
17713         (_dl_profile_resolve): Do no save or restore CR.  Support extended
17714         return values for ELFv2 ABI.  Fix location of FPR return registers.
17715         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
17716         updated values for _CALL_ELF == 2.
17717         (La_regs, La_retval, int_retval): Likewise.
17719 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17721         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
17722         (FRAME_MIN_SIZE_PARM): Likewise.
17723         (FRAME_BACKCHAIN): Likewise.
17724         (FRAME_CR_SAVE): Likewise.
17725         (FRAME_LR_SAVE): Likewise.
17726         (FRAME_TOC_SAVE): Likewise.
17727         (FRAME_PARM_SAVE): Likewise.
17728         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
17729         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
17730         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17731         (call_mcount_parm_offset): New macro.
17732         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
17733         (PROF): Use symbolic stack frame offsets.
17734         (TAIL_CALL_SYSCALL_ERROR): Likewise.
17735         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
17736         Redefine in terms of FRAME_MIN_SIZE.
17737         (_dl_runtime_resolve): Use symbolic stack frame offsets.
17738         (_dl_profile_resolve): Likewise.  Update comment.
17739         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
17740         symbols stack frame offsets.
17741         (__sigsetjmp): Likewise.
17742         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
17743         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
17744         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
17745         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
17747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
17748         (FRAME_BACKCHAIN): Remove.
17749         (FRAME_CR_SAVE): Likewise.
17750         (FRAME_LR_SAVE): Likewise.
17751         (FRAME_COMPILER_DW): Likewise.
17752         (FRAME_LINKER_DW): Likewise.
17753         (FRAME_TOC_SAVE): Likewise.
17754         (FRAME_PARM_SAVE): Likewise.
17755         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
17756         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
17757         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
17759         (CHECK_SP): Use symbolic stack frame offsets.
17760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
17761         zone" instead of caller's parameter save area for temp storage.
17762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
17763         Likewise.  Also, use symbolic stack frame offsets.
17764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
17765         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
17766         our own stack frame instead of the caller's.
17767         (__socket): Use symbolic stack frame offsets.
17769 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17770             Alan Modra  <amodra@gmail.com>
17772         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
17773         Define.
17774         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
17775         (PPC64_LOCAL_ENTRY_OFFSET): Define.
17776         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
17777         New function.
17778         (elf_machine_fixup_plt): Call it.
17779         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
17780         reloc arguments.
17781         (elf_machine_rela): Update call to elf_machine_plt_conflict.
17782         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17783         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
17784         r2 before calling target.
17786 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17787             Alan Modra  <amodra@gmail.com>
17789         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
17790         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
17791         versions of macros to support ELFv2 ABI.
17792         (LOCALENTRY): New macro.
17793         (ENTRY, EALIGN): Use it.
17794         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
17795         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
17796         fall through into ENTRY entry point.
17797         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
17798         Only define if _CALL_ELF != 2.
17800         (elf_machine_matches_host): Verify ABI version matches.
17801         (RTLD_START): Use LOCALENTRY.
17802         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
17803         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
17804         (PLT_ENTRY_WORDS): New macro.
17805         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
17806         (elf_machine_runtime_setup): Support ELFv2 ABI.
17807         (elf_machine_fixup_plt): Likewise.
17808         (elf_machine_plt_conflict): Likewise.
17809         (resolve_ifunc): Likewise.
17810         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17811         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
17812         Likewise.
17813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
17814         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
17815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17816         (makecontext): Support ELFv2 ABI.
17817         * elf/elf.h (EF_PPC64_ABI): Define.
17819 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17821         * sysdeps/powerpc/powerpc64/sysdep.h
17822         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
17823         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
17824         (ENTRY) [ASSEMBLER]: ... but instead here ...
17825         (EALIGN) [ASSEMBLER]: ... and here.
17826         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
17827         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
17828         (ENTRY_2) [!ASSEMBLER]: Use it.
17829         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
17830         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
17831         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17832         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
17833         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
17834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
17835         Use PPC64_LOAD_FUNCPTR.
17837         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
17839 2013-12-04  Alan Modra  <amodra@gmail.com>
17841         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
17842         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
17843         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
17844         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
17846         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
17847         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
17848         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
17849         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
17850         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
17851         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
17853 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17856         (__makecontext): Fix incorrect CFI when backtracing out of
17857         context created via makecontext.
17858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
17859         (__setcontext): Fix incorrect CFI during switch to new context.
17860         (__novec_setcontext): Likewise.
17862 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
17864         [BZ #4772]
17865         * time/strptime_l.c (__strptime_internal): Allow modifiers
17866         in strptime.
17867         * time/tst-strptime.c (day_tests): Add testcase.
17869 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17871         * scripts/bench.pl: Skip over blank lines.
17873 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17875         [BZ #926]
17876         * manual/time.texi (Calendar Time): Clarify what timezone functions
17877         use.
17879 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17881         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17883 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
17885         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
17886         implementation.
17887         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
17888         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
17889         * debug/memset_chk.c (__memset_chk): Likewise.
17890         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
17891         * debug/strncpy_chk.c: Likewise.
17893 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
17895         [BZ #15268]
17896         [BZ #15425]
17897         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
17898         (__ieee754_exp): For possibly underflowing results, check size of
17899         result and force underflow exception if required.
17900         * math/auto-libm-test-in: Add more tests of exp.
17901         * math/auto-libm-test-out: Regenerated.
17902         * sysdeps/i386/fpu/libm-test-ulps: Update.
17903         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17905         [BZ #16283]
17906         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
17907         * math/w_exp2f.c (__exp2f): Likewise.
17908         * math/w_exp2l.c (__exp2l): Likewise.
17909         * math/auto-libm-test-in: Do not allow missing errno on exp2
17910         underflow.
17911         * math/auto-libm-test-out: Regenerated.
17913 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
17915         [BZ #16274]
17916         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
17917         handle filename validation.
17918         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
17919         (do_open): Delete.
17921 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
17923         [BZ #6786]
17924         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
17925         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
17926         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
17927         <float.h>.
17928         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
17929         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
17930         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17931         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
17932         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17933         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
17934         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17935         * math/auto-libm-test-in: Don't allow missing errno from erfc.
17936         Add more erfc tests.
17937         * math/auto-libm-test-out: Regenerated.
17938         * sysdeps/i386/fpu/libm-test-ulps: Update.
17939         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17941         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
17942         exp2, expm1, j0 and j1.
17943         * math/auto-libm-test-out: Regenerated.
17944         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
17945         (erfc_test_data): Likewise.
17946         (exp_test_data): Likewise.
17947         (exp_tonearest_test_data): Likewise.
17948         (exp_towardzero_test_data): Likewise.
17949         (exp_downward_test_data): Likewise.
17950         (exp_upward_test_data): Likewise.
17951         (exp10_test_data): Likewise.
17952         (exp2_test_data): Likewise.
17953         (expm1_test_data): Likewise.
17954         (j0_test_data): Likewise.
17955         (j1_test_data): Likewise.
17956         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
17957         (input_flag_type): Add flag_xfail_rounding.
17958         (input_flags): Add xfail-rounding.
17959         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
17960         (output_for_one_input_case): Handle flag_xfail_rounding.
17961         * sysdeps/i386/fpu/libm-test-ulps: Update.
17962         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17964 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
17966         [BZ #16289]
17967         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
17968         division by 0.
17970 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17972         [BZ #16195]
17973         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
17974         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
17975         (STAP_PROBE0): New macro.
17976         (STAP_PROBE1): Likewise.
17977         (STAP_PROBE2): Likewise.
17978         (STAP_PROBE3): Likewise.
17979         (STAP_PROBE4): Likewise.
17981 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
17983         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
17985 2013-12-02  Steve Ellcey  <sellcey@mips.com>
17987         * benchtests/Makefile (bench): Add sqrt.
17988         (LDLIBS-bench-sqrt): New.
17989         * benchtests/sqrt-input: New.
17991 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
17993         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
17994         (GAIH_EAI): Likewise.
17995         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
17996         (gaih_inet): Likewise.
17997         (getaddrinfo): Don't use GAIH_EAI.
17999         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18000         (struct gaih): Remove definition.
18002 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18004         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18005         Use HERRNOP directly.
18007 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18009         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18011 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18013         * math/gen-auto-libm-tests.c (test_functions): Add more
18014         single-argument functions.
18015         (special_fill_pi_2): New function.
18016         (special_fill_minus_pi_2): Likewise.
18017         (special_fill_pi_6): Likewise.
18018         (special_fill_minus_pi_6): Likewise.
18019         (special_fill_pi_3): Likewise.
18020         (special_fill_2pi_3): Likewise.
18021         (special_fill_e): Likewise.
18022         (special_fill_1_e): Likewise.
18023         (special_fill_e_minus_1): Likewise.
18024         (special_real_inputs): Add more special inputs.
18025         (output_for_one_input_case): Do not require ERANGE on underflow to
18026         zero if round-to-nearest result does not underflow to zero, unless
18027         exact results required.
18028         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18029         atan, atanh, cbrt, cos and cosh.
18030         * math/auto-libm-test-out: Regenerated.
18031         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18032         (acos_tonearest_test_data): Likewise.
18033         (acos_towardzero_test_data): Likewise.
18034         (acos_downward_test_data): Likewise.
18035         (acos_upward_test_data): Likewise.
18036         (acosh_test_data): Likewise.
18037         (asin_test_data): Likewise.
18038         (asin_tonearest_test_data): Likewise.
18039         (asin_towardzero_test_data): Likewise.
18040         (asin_upward_test_data): Likewise.
18041         (asinh_test_data): Likewise.
18042         (atan_test_data): Likewise.
18043         (atanh_test_data): Likewise.
18044         (cbrt_test_data): Likewise.
18045         (cos_test_data): Likewise.
18046         (cos_tonearest_test_data): Likewise.
18047         (cos_towardzero_test_data): Likewise.
18048         (cos_downward_test_data): Likewise.
18049         (cos_upward_test_data): Likewise.
18050         (cosh_test_data): Likewise.
18051         (cosh_tonearest_test_data): Likewise.
18052         (cosh_towardzero_test_data): Likewise.
18053         (cosh_downward_test_data): Likewise.
18054         (cosh_upward_test_data): Likewise.
18055         * sysdeps/i386/fpu/libm-test-ulps: Update.
18056         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18058 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18060         [BZ #6787]
18061         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18062         * math/w_exp10f.c (__exp10f): Likewise.
18063         * math/w_exp10l.c (__exp10l): Likewise.
18064         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18065         errno settings in existing tests.
18067         [BZ #14032]
18068         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18069         precision control set to double precision.
18070         * sysdeps/i386/fpu/w_sqrt.c: New file.
18071         * math/auto-libm-test-in: Add more tests.
18072         * math/auto-libm-test-out: Update.
18074         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18075         (sqrt_test_tonearest): New function.
18076         (sqrt_towardzero_test_data): New variable.
18077         (sqrt_test_towardzero): New function.
18078         (sqrt_downward_test_data): New variable.
18079         (sqrt_test_downward): New function.
18080         (sqrt_upward_test_data): New variable.
18081         (sqrt_test_upward): New function.
18082         (main): Call the new functions.
18084         * math/gen-auto-libm-tests.c: New file.
18085         * math/auto-libm-test-in: Likewise.
18086         * math/auto-libm-test-out: New generated file.
18087         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18088         variables.
18089         (%beautify): Add generated representations of zero.
18090         (top level): Set $auto_input and call parse_auto_input.
18091         (beautify): Remove trailing "f" from hex float constants.
18092         (parse_args): Handle XFAIL_TEST.
18093         (convert_condition): New function.
18094         (or_value): Likewise.
18095         (or_cond_value): Likewise.
18096         (generate_testfile): Handle AUTO_TESTS_* lines.
18097         (parse_auto_input): New function.
18098         * math/libm-test.inc (XFAIL_TEST): New macro.
18099         (ERRNO_UNCHANGED): Update value.
18100         (ERRNO_EDOM): Likewise.
18101         (ERRNO_ERANGE): Likewise.
18102         (IGNORE_RESULT): Likewise.
18103         (TEST_COND_flt_32): New macro.
18104         (TEST_COND_dbl_64): Likewise.
18105         (TEST_COND_ldbl_96_intel): Likewise.
18106         (TEST_COND_ldbl_96_m68k): Likewise.
18107         (TEST_COND_ldbl_128): Likewise.
18108         (TEST_COND_ldbl_128ibm): Likewise.
18109         (TEST_COND_long32): Likewise.
18110         (TEST_COND_long64): Likewise.
18111         (TEST_COND_before_rounding): Likewise.
18112         (TEST_COND_after_rounding): Likewise.
18113         (enable_test): Handle XFAIL_TEST flag.
18114         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18115         with finite results.
18116         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18117         auto-libm-test-out.
18119 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18120             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18122         [BZ #16214]
18123         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18124         __tls_get_addr_internal instead of __tls_get_offset in order to
18125         avoid GOT pointer dependency.  Make rtld export
18126         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18127         __tls_get_addr since we are a __tls_get_offset platform.
18128         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18129         GOT pointer being set up before.
18130         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18132 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18134         * manual/math.texi (Errors in Math Functions): Document accuracy
18135         goals.
18137         [BZ #15004]
18138         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18139         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18140         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18141         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18142         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18143         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18144         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18145         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18146         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18147         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18148         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18149         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18150         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18151         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18152         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18153         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18155         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18156         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18157         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18158         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18159         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18160         Likewise.
18161         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18162         Likewise.
18163         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18164         Likewise.
18165         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18166         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18167         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18168         atomic-feupdateenv and flt-rounds.
18169         * sysdeps/powerpc/nofpu/Versions (libc): Add
18170         __atomic_feholdexcept, __atomic_feclearexcept,
18171         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18172         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18173         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18174         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18175         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18176         here.
18177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18178         Update.
18180         * manual/arith.texi (FP Exceptions): Document that exceptions may
18181         not be raised when matherr is used.
18182         (Math Error Reporting): Document overflow in directed rounding
18183         modes.  Document that errno may not be set when finite values are
18184         returned on overflow.  Document intent to set errno on underflow
18185         only for underflow to zero.
18187         [BZ #16271]
18188         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18189         round-to-nearest then adjust result for other rounding modes.
18190         * include/fenv.h (fegetround): Use libm_hidden_proto.
18191         * math/fegetround.c (fegetround): Use libm_hidden_def.
18192         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18193         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18194         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18195         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18196         Likewise.
18197         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18198         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18199         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18200         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18202 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18204         [BZ #16077]
18205         * nss/Versions (libnss_files): Add
18206         _nss_files_gethostbyname3_r.
18207         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18208         New function.
18209         (HOST_DB_LOOKUP): Remove macro.
18210         (_nss_files_gethostbyname_r): Implement function without the
18211         HOST_DB_LOOKUP macro.
18212         (_nss_files_gethostbyname2_r): Likewise.
18214 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18216         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18218 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18220         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18221         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18222         warning.
18224 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18226         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18227         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18228         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18229         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18230         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18231         __fe_nomask_env_priv and attribute_hidden.
18232         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18233         (libc_feupdateenv_test_ppc): Likewise.
18234         (libc_feresetround_ppc): Likewise.
18235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18236         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18237         compat_symbol macro.
18238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18239         (__fe_nomask_env): Likewise.
18240         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18242 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18244         * string/Makefile: Remove ifunc tests.
18245         * string/test-string.h: Define TEST_IFUNC.
18246         * string/test-bcopy-ifunc.c: Remove.
18247         * string/test-bzero-ifunc.c: Likewise.
18248         * string/test-memccpy-ifunc.c: Likewise.
18249         * string/test-memchr-ifunc.c: Likewise.
18250         * string/test-memcmp-ifunc.c: Likewise.
18251         * string/test-memcpy-ifunc.c: Likewise.
18252         * string/test-memmem-ifunc.c: Likewise.
18253         * string/test-memmove-ifunc.c: Likewise.
18254         * string/test-mempcpy-ifunc.c: Likewise.
18255         * string/test-memrchr-ifunc.c: Likewise.
18256         * string/test-memset-ifunc.c: Likewise.
18257         * string/test-rawmemchr-ifunc.c: Likewise.
18258         * string/test-stpcpy-ifunc.c: Likewise.
18259         * string/test-stpncpy-ifunc.c: Likewise.
18260         * string/test-strcasecmp-ifunc.c: Likewise.
18261         * string/test-strcasestr-ifunc.c: Likewise.
18262         * string/test-strcat-ifunc.c: Likewise.
18263         * string/test-strchr-ifunc.c: Likewise.
18264         * string/test-strchrnul-ifunc.c: Likewise.
18265         * string/test-strcmp-ifunc.c: Likewise.
18266         * string/test-strcpy-ifunc.c: Likewise.
18267         * string/test-strcspn-ifunc.c: Likewise.
18268         * string/test-strlen-ifunc.c: Likewise.
18269         * string/test-strncasecmp-ifunc.c: Likewise.
18270         * string/test-strncat-ifunc.c: Likewise.
18271         * string/test-strncmp-ifunc.c: Likewise.
18272         * string/test-strncpy-ifunc.c: Likewise.
18273         * string/test-strnlen-ifunc.c: Likewise.
18274         * string/test-strpbrk-ifunc.c: Likewise.
18275         * string/test-strrchr-ifunc.c: Likewise.
18276         * string/test-strspn-ifunc.c: Likewise.
18277         * string/test-strstr-ifunc.c: Likewise.
18279 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18281         * benchtests/Makefile: Remove ifunc tests.
18282         * benchtests/bench-string.h: Define TEST_IFUNC.
18283         * benchtests/bench-bcopy-ifunc.c: Remove.
18284         * benchtests/bench-bzero-ifunc.c: Likewise.
18285         * benchtests/bench-memccpy-ifunc.c: Likewise.
18286         * benchtests/bench-memchr-ifunc.c: Likewise.
18287         * benchtests/bench-memcmp-ifunc.c: Likewise.
18288         * benchtests/bench-memcpy-ifunc.c: Likewise.
18289         * benchtests/bench-memmem-ifunc.c: Likewise.
18290         * benchtests/bench-memmove-ifunc.c: Likewise.
18291         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18292         * benchtests/bench-memrchr-ifunc.c: Likewise.
18293         * benchtests/bench-memset-ifunc.c: Likewise.
18294         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18295         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18296         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18297         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18298         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18299         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18300         * benchtests/bench-strcat-ifunc.c: Likewise.
18301         * benchtests/bench-strchr-ifunc.c: Likewise.
18302         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18303         * benchtests/bench-strcmp-ifunc.c: Likewise.
18304         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18305         * benchtests/bench-strcpy-ifunc.c: Likewise.
18306         * benchtests/bench-strcspn-ifunc.c: Likewise.
18307         * benchtests/bench-strlen-ifunc.c: Likewise.
18308         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18309         * benchtests/bench-strncat-ifunc.c: Likewise.
18310         * benchtests/bench-strncmp-ifunc.c: Likewise.
18311         * benchtests/bench-strncpy-ifunc.c: Likewise.
18312         * benchtests/bench-strnlen-ifunc.c: Likewise.
18313         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18314         * benchtests/bench-strrchr-ifunc.c: Likewise.
18315         * benchtests/bench-strsep-ifunc.c: Likewise.
18316         * benchtests/bench-strspn-ifunc.c: Likewise.
18317         * benchtests/bench-strstr-ifunc.c: Likewise.
18319 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18321         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18323 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18325         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18326         * rt/aio.h: Likewise.
18327         * sysdeps/gnu/bits/utmp.h: Likewise.
18328         * sysdeps/gnu/bits/utmpx.h: Likewise.
18329         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18330         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18331         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18332         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18333         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18334         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18335         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18336         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18337         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18338         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18339         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18340         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18341         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18343         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18344         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18345         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18346         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18347         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18348         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18349         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18350         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18351         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18352         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18353         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18354         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18355         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18356         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18357         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18358         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18359         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18360         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18361         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18362         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18363         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18364         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18365         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18366         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18367         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18368         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18369         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18370         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18372 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18374         [BZ #16245]
18375         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18376         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18378 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18380         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18381         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18382         Likewise.
18384 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18386         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18387         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18388         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18389         (__fesetround): Remove define.
18390         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18391         rounding and exceptions handling.
18392         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18393         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18394         (__fe_nomask_env): Likewise.
18395         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18396         __fegetround instead of fegetround.
18397         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18398         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18400 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18402         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18403         it's there.
18405         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18407 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18409         [BZ #11157]
18410         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18411         (encrypt_r): Likewise.
18412         * malloc/obstack.h (obstack_free): Likewise.
18413         * posix/unistd.h (encrypt): Likewise.
18415 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18417         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18418         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18419         DL_CALL_DT_FINI() that call the functions directly.
18420         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18421         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18422         * elf/dl-fini.c: Likewise.
18424 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18426         * malloc/hooks.c (memalign_check): Add alignment rounding.
18427         * malloc/malloc.c (_mid_memalign): New function.
18428         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18429         Implement by calling _mid_memalign.
18430         * manual/probes.texi (Memory Allocation Probes): Remove
18431         memory_valloc_retry and memory_pvalloc_retry.
18433 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18435         * locale/programs/locarchive.c (open_archive): Add const
18436         qualifier to ARCHIVEFNAME and copy default fname to
18437         DEFAULT_FNAME.
18439         [BZ #15601]
18440         * libio/tst-widetext.input: Rename Oriya to Odia.
18441         * locale/iso-639.def: Likewise.
18443         * manual/probes.texi (Mathematical Function Probes): Add
18444         documentation for sin, cos, asin and acos probes.
18445         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18446         (__sin32): Add slowasin probe.
18447         (__cos32): Add slowacos probe.
18448         (__mpsin): Add slowsin probe.
18449         (__mpcos): Add slowcos probe.
18451 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18453         [BZ #15483]
18454         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18455         thread-local __sim_exceptions_thread and global
18456         __sim_exceptions_global.
18457         (__sim_disabled_exceptions): Change to thread-local
18458         __sim_disabled_exceptions_thread and global
18459         __sim_disabled_exceptions_global.
18460         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18461         and global __sim_round_mode_global.
18462         (__simulate_exceptions): Use thread-local floating-point state and
18463         set global state from it as needed.
18464         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18465         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18466         __sim_round_mode_thread.
18467         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18468         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18469         and global __sim_exceptions_global.
18470         (__sim_disabled_exceptions): Change to thread-local
18471         __sim_disabled_exceptions_thread and global
18472         __sim_disabled_exceptions_global.
18473         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18474         and global __sim_round_mode_global.
18475         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18476         (SIM_SET_GLOBAL): Likewise.
18477         * sysdeps/powerpc/soft-fp/sfp-machine.h
18478         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
18479         __sim_round_mode_thread.
18480         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
18481         __sim_disabled_exceptions_thread.
18482         (__sim_exceptions): Change to __sim_exceptions_thread.
18483         (__sim_disabled_exceptions): Change to
18484         __sim_disabled_exceptions_thread.
18485         (__sim_round_mode): Change to __sim_round_mode_thread.
18486         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
18487         thread-local floating-point state and set global state from it as
18488         needed.
18489         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
18490         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
18491         (__sim_disabled_exceptions): Remove extern declaration.
18492         (feenableexcept): Use thread-local floating-point state and set
18493         global state from it as needed.
18494         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
18495         extern declaration.
18496         (__sim_disabled_exceptions): Likewise.
18497         (__sim_round_mode): Likewise.
18498         (__fegetenv): Use thread-local floating-point state.
18499         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
18500         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18501         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
18502         floating-point state and set global state from it as needed.
18503         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
18504         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
18505         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
18506         Likewise.
18507         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
18508         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
18509         Likewise.
18510         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
18511         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
18512         Use __sim_round_mode_thread.
18513         * math/test-fenv-tls.c: New file.
18514         * math/Makefile (tests): Add test-fenv-tls.
18515         ($(objpfx)test-fenv-tls): Depend on
18516         $(common-objpfx)nptl/libpthread.so.
18518 2013-11-19  Andreas Schwab  <schwab@suse.de>
18520         * locale/programs/locale.c (show_info): Decode wordarray elements.
18521         * locale/categories.def (LC_MONETARY): Add element for
18522         _NL_MONETARY_CRNCYSTR.
18523         * locale/C-monetary.c (conversion_rate): New variable.
18524         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
18525         element.
18527 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
18529         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
18530         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
18532 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
18534         * elf/Makefile (tst-auxv): New test.
18535         * elf/tst-auxv.c: New
18536         * elf/rtld.c (dl_main): Adjust AT_EXECFN
18538 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
18540         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
18541         (hidden_proto): Caller changed.
18542         (hidden_tls_proto): New macro.
18543         (libc_hidden_tls_proto): Likewise.
18544         (rtld_hidden_tls_proto): Likewise.
18545         (libm_hidden_tls_proto): Likewise.
18546         (libresolv_hidden_tls_proto): Likewise.
18547         (librt_hidden_tls_proto): Likewise.
18548         (libdl_hidden_tls_proto): Likewise.
18549         (libnss_files_hidden_tls_proto): Likewise.
18550         (libnsl_hidden_tls_proto): Likewise.
18551         (libnss_nisplus_hidden_tls_proto): Likewise.
18552         (libutil_hidden_tls_proto): Likewise.
18554 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
18556         [BZ #10253]
18557         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
18558         (decompose_rpath): Defer expansion to fillin_rpath.
18559         (_dl_init_paths): Pass linkmap to fillin_rpath.
18561 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18563         * benchtests/Makefile: Add strsep.
18564         * benchtests/bench-strsep.c: New file: strsep benchtest.
18565         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
18567 2013-11-18  Andreas Schwab  <schwab@suse.de>
18569         * locale/programs/locale.c (show_info) [case byte]: Check for
18570         '\377' instead of '\177'.
18571         * locale/C-monetary.c (not_available): Always use "\377".
18572         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
18573         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
18574         detect unavailable sign_posn locale elements.
18575         * locale/localeconv.c (__localeconv): For grouping and
18576         mon_grouping handle "\177" and "\377" like no grouping.
18577         (INT_ELEM): New macro.  Use it to set all numeric members.
18578         * locale/programs/ld-monetary.c (monetary_read)
18579         <tok_mon_grouping>: Normalize single -1 to the empty string.
18580         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
18581         Likewise.
18583 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18585         [BZ #16055]
18586         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
18587         when we match (nil).
18588         * stdio-common/tst-sscanf.c (struct test): Add testcase.
18590 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
18592         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
18593         (NO_TEST_INLINE): Update value.
18594         (ERRNO_UNCHANGED): Likewise.
18595         (ERRNO_EDOM): Likewise.
18596         (ERRNO_ERANGE): Likewise.
18597         (IGNORE_RESULT): Likewise.
18598         (check_float_internal): Check signs of NaN results if
18599         TEST_NAN_SIGN used.
18600         (check_complex): Pass TEST_NAN_SIGN flag through to second
18601         check_float_internal call.
18602         (copysign_test_data): Add tests with quiet NaNs as second
18603         argument.  Use TEST_NAN_SIGN.
18604         (fabs_test_data): Add test of negative quiet NaN argument.  Use
18605         TEST_NAN_SIGN.
18606         (signbit_test_data): Add tests of quiet NaN argument.
18607         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
18609         * math/gen-libm-test.pl (show_exceptions): Take extra argument
18610         $ignore_result.
18611         (parse_args): Handle function results specified as IGNORE.
18612         * math/libm-test.inc (IGNORE_RESULT): New macro.
18613         (check_float_internal): Do not check numerical result if flag
18614         IGNORE_RESULT set.
18615         (check_complex): Pass through IGNORE_RESULT to second
18616         check_float_internal call.
18617         (check_int): Do not check numerical result if flag IGNORE_RESULT
18618         set.
18619         (check_long): Likewise.
18620         (check_bool): Likewise.
18621         (check_longlong): Likewise.
18622         (lrint_test_data): Add tests of infinite and NaN arguments.
18623         (lrint_tonearest_test_data): Likewise.
18624         (lrint_towardzero_test_data): Likewise.
18625         (lrint_downward_test_data): Likewise.
18626         (lrint_upward_test_data): Likewise.
18627         (llrint_test_data): Likewise.
18628         (llrint_tonearest_test_data): Likewise.
18629         (llrint_towardzero_test_data): Likewise.
18630         (llrint_downward_test_data): Likewise.
18631         (llrint_upward_test_data): Likewise.
18632         (lround_test_data): Likewise.
18633         (llround_test_data): Likewise.
18635         * math/libm-test.inc (NO_TEST_INLINE): New macro.
18636         (ERRNO_UNCHANGED): Update value.
18637         (ERRNO_EDOM): Likewise.
18638         (ERRNO_ERANGE): Likewise.
18639         (NO_TEST_INLINE_FLOAT): New macro.
18640         (NO_TEST_INLINE_DOUBLE): Likewise.
18641         (enable_test): New function.
18642         (RUN_TEST_f_f): Check enable_test before running test.
18643         (RUN_TEST_2_f): Likewise.
18644         (RUN_TEST_fff_f): Likewise.
18645         (RUN_TEST_c_f): Likewise.
18646         (RUN_TEST_f_f1): Likewise.
18647         (RUN_TEST_fF_f1): Likewise.
18648         (RUN_TEST_fI_f1): Likewise.
18649         (RUN_TEST_ffI_f1): Likewise.
18650         (RUN_TEST_c_c): Likewise.
18651         (RUN_TEST_cc_c): Likewise.
18652         (RUN_TEST_f_i): Likewise.
18653         (RUN_TEST_f_i_tg): Likewise.
18654         (RUN_TEST_ff_i_tg): Likewise.
18655         (RUN_TEST_f_b): Likewise.
18656         (RUN_TEST_f_b_tg): Likewise.
18657         (RUN_TEST_f_l): Likewise.
18658         (RUN_TEST_f_L): Likewise.
18659         (RUN_TEST_fFF_11): Likewise.
18660         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
18661         conditionals.
18662         (cosh_test_data): Likewise.
18663         (exp_test_data): Likewise.
18664         (expm1_test_data): Likewise.
18665         (hypot_test_data): Likewise.
18666         (pow_test_data): Likewise.
18667         (sinh_test_data): Likewise.
18668         (tanh_test_data): Likewise.
18669         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
18670         flags argument.
18672         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
18673         tests with quiet NaN input and output.
18674         (acosh_test_data): Likewise.
18675         (asin_test_data): Likewise.
18676         (asinh_test_data): Likewise.
18677         (atan_test_data): Likewise.
18678         (atanh_test_data): Likewise.
18679         (atan2_test_data): Likewise.
18680         (cbrt_test_data): Likewise.
18681         (cos_test_data): Likewise.
18682         (cosh_test_data): Likewise.
18683         (erf_test_data): Likewise.
18684         (erfc_test_data): Likewise.
18685         (exp_test_data): Likewise.
18686         (exp10_test_data): Likewise.
18687         (exp2_test_data): Likewise.
18688         (expm1_test_data): Likewise.
18689         (hypot_test_data): Likewise.
18690         (j0_test_data): Likewise.
18691         (j1_test_data): Likewise.
18692         (jn_test_data): Likewise.
18693         (lgamma_test_data): Likewise.
18694         (log_test_data): Likewise.
18695         (log10_test_data): Likewise.
18696         (log1p_test_data): Likewise.
18697         (log2_test_data): Likewise.
18698         (pow_test_data): Likewise.
18699         (scalb_test_data): Likewise.
18700         (sin_test_data): Likewise.
18701         (sincos_test_data): Likewise.
18702         (sinh_test_data): Likewise.
18703         (tan_test_data): Likewise.
18704         (tanh_test_data): Likewise.
18705         (tgamma_test_data): Likewise.
18706         (y0_test_data): Likewise.
18707         (y1_test_data): Likewise.
18708         (yn_test_data): Likewise.
18710         [BZ #16167]
18711         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
18712         argument being NaN and avoid computations with second argument in
18713         that case.
18714         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
18715         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
18716         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
18718 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
18720         * locale/iso-639.def: Add Chitwani Tharu (the).
18722 2013-11-14  Andreas Schwab  <schwab@suse.de>
18724         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
18725         word instead of empty string.
18727 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18730         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
18731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18732         (__fe_nomask_env): Likewise.
18734 2013-11-13  Steve Ellcey  <sellcey@mips.com>
18736         * benchtests/bench-timing.h: Include time.h.
18738 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
18740         [BZ #15997]
18741         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
18742         to 3.4.0 for x32.
18743         * sysdeps/unix/sysv/linux/configure: Regenerated.
18745 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
18747         [BZ #16151]
18748         * stdlib/strtod_l.c (round_and_return): Do not consider
18749         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
18750         exponent one less than half the least subnormal exponent.
18751         * stdlib/test-strtod-round-data: Add more tests.
18752         * stdlib/tst-strtod-round.c (tests): Regenerated.
18754 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18756         [BZ #14143]
18757         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
18758         (__fe_mask_env): Likewise.
18759         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
18760         libm_hidden_proto and add function prototype.
18761         (__fe_mask_env): Add function prototype.
18762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18763         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
18764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
18765         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
18766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18767         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
18769 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18771         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
18772         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
18774 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18776         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
18777         of htab_find_slot().
18779 2013-11-11  David S. Miller  <davem@davemloft.net>
18781         [BZ #16150]
18782         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
18783         symbol in the non-vis3 case in static builds.
18784         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
18785         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
18786         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
18787         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
18789 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
18791         [BZ #387]
18792         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
18793         it is empty.
18795 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18797         * benchtests/Makefile: Add bench-strtod.
18798         * benchtests/bench-strtod.c: New file: strtod benchtest
18800 2013-11-11  Andreas Schwab  <schwab@suse.de>
18802         [BZ #16153]
18803         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
18804         terminating NUL in key length.
18806 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18808         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18809         Add artificial ODP entry for vDSO symbol for PPC64.
18810         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
18811         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
18813 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18815         [BZ #15374]
18816         * nss/getent.c (services_keys): Recognize services starting with digit.
18818 2013-11-06  David S. Miller  <davem@davemloft.net>
18820         [BZ #15985]
18821         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
18822         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
18824 2013-11-06  Will Newton  <will.newton@linaro.org>
18826         * manual/memory.texi (Malloc Examples): Remove register
18827         keyword from examples.
18829 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
18831         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
18833 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
18835         [BZ #6981]
18836         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
18837         depending on [__GCC_IEC_559 > 0].
18838         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
18839         depending on [__GCC_IEC_559_COMPLEX > 0].
18841 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
18843         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
18844         to iso-639.def.
18846 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
18848         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
18850 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
18852         [BZ #16112]
18853         * malloc/malloc (malloc_info): Do not handle first bin as
18854         special case.
18856 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
18858         * locale/iso-639.def: Add Central Nahuatl (nhn).
18860 2013-11-01  Bruno Haible  <bruno@clisp.org>
18862         [BZ #7003]
18863         * manual/math.texi (BSD Random): Specify range upper bound as
18864         in POSIX.
18866 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
18868         * locale/iso-639.def: Add Meadow Mari (mhr).
18870 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
18872         [BZ #14752], [BZ #15763]
18873         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
18874         Validate name.
18875         * rt/tst_shm.c: Add test for escaping directory.
18877 2013-10-31  Andreas Schwab  <schwab@suse.de>
18879         [BZ #15917]
18880         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
18881         followed by 'x' as part of digit sequence.
18882         * stdio-common/tst-sscanf.c (double_tests2): New tests.
18884 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
18886         [BZ #16037]
18887         * configure.ac: allow GNU Make 4.0 and greater.
18888         * configure: Regenerated.
18890 2013-10-30  Will Newton  <will.newton@linaro.org>
18892         [BZ #16038]
18893         * malloc/hooks.c (memalign_check): Limit alignment to the
18894         maximum representable power of two.
18895         * malloc/malloc.c (__libc_memalign): Likewise.
18896         * malloc/tst-memalign.c (do_test): Add test for very
18897         large alignment values.
18898         * malloc/tst-posix_memalign.c (do_test): Likewise.
18900 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
18902         [BZ #11087]
18903         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
18904         (munmap_chunk): Likewise.
18905         (mremap_chunk): Likewise.
18907 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
18909         [BZ #15799]
18910         * stdlib/div.c (div): Remove obsolete code.
18911         * stdlib/ldiv.c (ldiv): Likewise.
18912         * stdlib/lldiv.c (lldiv): Likewise.
18914 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
18916         [BZ #16071]
18917         * nss/nss_files/files-XXX.c (get_contents_ret): New
18918         enumerator.
18919         (get_contents): New function.
18920         (internal_getent): Use it.  Expand size of LINEBUFLEN.
18922 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
18924         * configure.in: Moved to ...
18925         * configure.ac: ... here. Change reference to configure.in
18926         to configure.ac.
18927         * sysdeps/arm/preconfigure.ac: ... here.
18928         configure.in to configure.ac.
18929         * sysdeps/gnu/configure.in: Moved to ...
18930         * sysdeps/gnu/configure.ac: ... here.
18931         * sysdeps/i386/configure.in: Moved to ...
18932         * sysdeps/i386/configure.ac: ... here.
18933         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
18934         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
18935         * sysdeps/mach/configure.in: Moved to ...
18936         * sysdeps/mach/configure.ac: ... here.
18937         * sysdeps/mach/hurd/configure.in: Moved to ...
18938         * sysdeps/mach/hurd/configure.ac: ... here.
18939         * sysdeps/powerpc/configure.in: Moved to ...
18940         * sysdeps/powerpc/configure.ac: ... here.
18941         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
18942         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
18943         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
18944         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
18945         * sysdeps/s390/s390-32/configure.in: Moved to ...
18946         * sysdeps/s390/s390-32/configure.ac: ... here.
18947         * sysdeps/s390/s390-64/configure.in: Moved to ...
18948         * sysdeps/s390/s390-64/configure.ac: ... here.
18949         * sysdeps/sh/configure.in: Moved to ...
18950         * sysdeps/sh/configure.ac: ... here.
18951         * sysdeps/sparc/configure.in: Moved to ...
18952         * sysdeps/sparc/configure.ac: ... here.
18953         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
18954         * sysdeps/unix/sysv/linux/configure.ac: ... here.
18955         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
18956         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
18957         * sysdeps/x86_64/configure.in: Moved to ...
18958         * sysdeps/x86_64/configure.ac: ... here.
18959         * sysdeps/x86_64/preconfigure.in: Moved to ...
18960         * sysdeps/x86_64/preconfigure.ac: ... here.
18961         * aclocal.m4: Change reference to configure.in to configure.ac.
18962         * config.h.in: Likewise.
18963         * manual/install.texi: Likewise.
18964         * manual/maint.texi: Likewise.
18965         * Makefile: Likewise.
18966         * malloc/Makefile: Likewise.
18967         * nscd/Makefile: Likewise.
18968         * Makeconfig: Change reference to configure.in and
18969         preconfigure.in to configure.ac and preconfigure.ac
18970         respectively.
18971         * INSTALL: Regenerated.
18972         * configure: Likewise.
18973         * sysdeps/gnu/configure: Likewise.
18974         * sysdeps/i386/configure: Likewise.
18975         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
18976         * sysdeps/mach/configure: Likewise.
18977         * sysdeps/mach/hurd/configure: Likewise.
18978         * sysdeps/powerpc/configure: Likewise.
18979         * sysdeps/powerpc/powerpc32/configure: Likewise.
18980         * sysdeps/powerpc/powerpc64/configure: Likewise.
18981         * sysdeps/s390/s390-32/configure: Likewise.
18982         * sysdeps/s390/s390-64/configure: Likewise.
18983         * sysdeps/sh/configure: Likewise.
18984         * sysdeps/sparc/configure: Likewise.
18985         * sysdeps/unix/sysv/linux/configure: Likewise.
18986         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
18987         * sysdeps/x86_64/configure: Likewise.
18988         * sysdeps/x86_64/preconfigure: Likewise.
18990 2013-10-29  Andreas Schwab  <schwab@suse.de>
18992         * stdio-common/Makefile (tst-swscanf-ENV): Define.
18994 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18996         * benchtests/pow-inputs: Add new inputs.
18998         * benchtests/exp-inputs: Add new inputs.
19000         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19001         conditional check for return value.
19002         (__cos32): Likewise.
19004 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19006         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19007         to provide a boost for large inputs with word alignment.
19008         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19009         implementation based on optimized PPC64 strcpy.
19010         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19011         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19012         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19013         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19015 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19017         [BZ #2801]
19018         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19020 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19022         [BZ #14876]
19023         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19024         * time/tst-strptime.c (day_tests): Add testcase.
19026 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19028         [BZ #14029]
19029         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19031 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19033         [BZ #16074]
19034         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19035         MAP_FAILED on error.
19037 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19039         [BZ #16072]
19040         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19041         heap for large requests.
19043 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19045         [BZ #9954]
19046         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19047         result if the result has no associated interface.
19048         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19049         interface for all 127.X.Y.Z addresses.
19051 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19053         * locale/iso-639.def: Add Ligurian (lij)
19055 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19057         [BZ #15825]
19058         * sunrpc/rpc_main.c: Document rpcgen -5.
19060 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19062         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19064 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19066         [BZ #10278]
19067         * posix/glob.c: Match only directories when trailing slash is present.
19068         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19069         (main): Add testcase.
19071 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19073         [BZ #15670]
19074         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19076 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19078         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19079         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19080         AUTH_DES and cindex for FIPS 140-2.
19081         (DES Encryption): Add cindex FIPS 46-3.
19083         * locale/locarchive.h (struct locarhandle): Add fname.
19084         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19085         if an optional argument was specified to --list-archive,
19086         otherwise NULL.
19087         * locale/programs/locarchive.c (show_archive_content): Take new
19088         argument fname and pass it via ah.fname to open_archive.
19089         * locale/programs/localedef.h: Update decl.
19090         (open_archive): If AH->fname is non-null, open that file
19091         rather than the default file name, and don't ignore ENOENT.
19092         (create_archive): Set AH.fname to NULL.
19093         (delete_locales_from_archive): Likewise.
19094         (add_locales_to_archive): Likewise.
19095         * locale/programs/locfile.c (write_all_categories): Likewise.
19097 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19098             Aldy Hernandez  <aldyh@redhat.com>
19100         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19101         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19102         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19103         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19104         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19105         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19106         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19107         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19108         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19109         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19110         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19111         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19112         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19113         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19114         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19115         Likewise.
19116         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19117         Likewise.
19118         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19119         Likewise.
19120         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19121         Likewise.
19122         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19123         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19124         Likewise.
19125         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19126         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19127         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19128         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19129         Likewise.
19130         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19131         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19132         * sysdeps/powerpc/preconfigure: Likewise.
19133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19134         Likewise.
19135         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19136         Replace contents of file by #include of <fenv_libc.h>.
19137         * sysdeps/powerpc/soft-fp/sfp-machine.h
19138         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19139         and <sys/prctl.h>.
19140         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19141         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19142         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19143         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19144         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19145         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19146         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19147         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19148         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19149         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19150         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19151         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19153         Allow copysignl PLT reference to be missing.
19155 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19156             Joseph Myers  <joseph@codesourcery.com
19158         [BZ #15948]
19159         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19160         single character.
19161         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19163 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19165         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19166         * elf/tst-tls1.c: Likewise.
19167         * elf/tst-tls10.h: Likewise.
19168         * elf/tst-tls14.c: Likewise.
19169         * elf/tst-tls2.c: Likewise.
19170         * elf/tst-tls3.c: Likewise.
19171         * elf/tst-tls4.c: Likewise.
19172         * elf/tst-tls5.c: Likewise.
19173         * elf/tst-tls6.c: Likewise.
19174         * elf/tst-tls7.c: Likewise.
19175         * elf/tst-tls8.c: Likewise.
19176         * elf/tst-tls9.c: Likewise.
19177         * elf/tst-tlsmod1.c: Likewise.
19178         * elf/tst-tlsmod13.c: Likewise.
19179         * elf/tst-tlsmod13a.c: Likewise.
19180         * elf/tst-tlsmod14a.c: Likewise.
19181         * elf/tst-tlsmod16a.c: Likewise.
19182         * elf/tst-tlsmod16b.c: Likewise.
19183         * elf/tst-tlsmod2.c: Likewise.
19184         * elf/tst-tlsmod3.c: Likewise.
19185         * elf/tst-tlsmod4.c: Likewise.
19186         * elf/tst-tlsmod5.c: Likewise.
19187         * elf/tst-tlsmod6.c: Likewise.
19189 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19191         [BZ #12486]
19192         * malloc/malloc.c: remove checks for statistics.
19194 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19196         [BZ #15277]
19197         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19198         * inet/tst-network.c: Add testcase.
19200 2013-10-17  Andreas Schwab  <schwab@suse.de>
19202         [BZ #15218]
19203         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19204         to determine canonical name.
19206 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19208         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19209         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19210         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19211         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19212         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19213         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19214         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19215         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19216         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19217         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19218         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19219         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19220         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19221         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19222         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19223         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19224         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19225         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19226         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19227         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19228         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19229         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19230         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19231         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19232         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19233         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19234         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19235         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19236         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19237         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19238         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19239         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19240         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19241         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19242         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19243         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19244         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19245         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19246         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19247         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19248         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19249         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19250         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19251         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19252         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19253         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19254         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19255         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19256         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19257         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19258         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19259         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19260         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19261         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19262         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19263         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19264         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19265         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19267 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19269         [BZ #16041]
19270         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19271         make result into a quiet NaN.
19273 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19275         * soft-fp/adddf3.c: Fix horizontal whitespace.
19276         * soft-fp/addsf3.c: Likewise.
19277         * soft-fp/addtf3.c: Likewise.
19278         * soft-fp/divdf3.c: Likewise.
19279         * soft-fp/divsf3.c: Likewise.
19280         * soft-fp/divtf3.c: Likewise.
19281         * soft-fp/double.h: Likewise.
19282         * soft-fp/eqdf2.c: Likewise.
19283         * soft-fp/eqsf2.c: Likewise.
19284         * soft-fp/eqtf2.c: Likewise.
19285         * soft-fp/extenddftf2.c: Likewise.
19286         * soft-fp/extended.h: Likewise.
19287         * soft-fp/extendsfdf2.c: Likewise.
19288         * soft-fp/extendsftf2.c: Likewise.
19289         * soft-fp/extendxftf2.c: Likewise.
19290         * soft-fp/fixdfdi.c: Likewise.
19291         * soft-fp/fixdfsi.c: Likewise.
19292         * soft-fp/fixdfti.c: Likewise.
19293         * soft-fp/fixsfdi.c: Likewise.
19294         * soft-fp/fixsfsi.c: Likewise.
19295         * soft-fp/fixsfti.c: Likewise.
19296         * soft-fp/fixtfdi.c: Likewise.
19297         * soft-fp/fixtfsi.c: Likewise.
19298         * soft-fp/fixtfti.c: Likewise.
19299         * soft-fp/fixunsdfdi.c: Likewise.
19300         * soft-fp/fixunsdfsi.c: Likewise.
19301         * soft-fp/fixunsdfti.c: Likewise.
19302         * soft-fp/fixunssfdi.c: Likewise.
19303         * soft-fp/fixunssfsi.c: Likewise.
19304         * soft-fp/fixunssfti.c: Likewise.
19305         * soft-fp/fixunstfdi.c: Likewise.
19306         * soft-fp/fixunstfsi.c: Likewise.
19307         * soft-fp/fixunstfti.c: Likewise.
19308         * soft-fp/floatdidf.c: Likewise.
19309         * soft-fp/floatdisf.c: Likewise.
19310         * soft-fp/floatditf.c: Likewise.
19311         * soft-fp/floatsidf.c: Likewise.
19312         * soft-fp/floatsisf.c: Likewise.
19313         * soft-fp/floatsitf.c: Likewise.
19314         * soft-fp/floattidf.c: Likewise.
19315         * soft-fp/floattisf.c: Likewise.
19316         * soft-fp/floattitf.c: Likewise.
19317         * soft-fp/floatundidf.c: Likewise.
19318         * soft-fp/floatundisf.c: Likewise.
19319         * soft-fp/floatunditf.c: Likewise.
19320         * soft-fp/floatunsidf.c: Likewise.
19321         * soft-fp/floatunsisf.c: Likewise.
19322         * soft-fp/floatunsitf.c: Likewise.
19323         * soft-fp/floatuntidf.c: Likewise.
19324         * soft-fp/floatuntisf.c: Likewise.
19325         * soft-fp/floatuntitf.c: Likewise.
19326         * soft-fp/fmadf4.c: Likewise.
19327         * soft-fp/fmasf4.c: Likewise.
19328         * soft-fp/fmatf4.c: Likewise.
19329         * soft-fp/gedf2.c: Likewise.
19330         * soft-fp/gesf2.c: Likewise.
19331         * soft-fp/getf2.c: Likewise.
19332         * soft-fp/ledf2.c: Likewise.
19333         * soft-fp/lesf2.c: Likewise.
19334         * soft-fp/letf2.c: Likewise.
19335         * soft-fp/muldf3.c: Likewise.
19336         * soft-fp/mulsf3.c: Likewise.
19337         * soft-fp/multf3.c: Likewise.
19338         * soft-fp/negdf2.c: Likewise.
19339         * soft-fp/negsf2.c: Likewise.
19340         * soft-fp/negtf2.c: Likewise.
19341         * soft-fp/op-1.h: Likewise.
19342         * soft-fp/op-2.h: Likewise.
19343         * soft-fp/op-4.h: Likewise.
19344         * soft-fp/op-8.h: Likewise.
19345         * soft-fp/op-common.h: Likewise.
19346         * soft-fp/quad.h: Likewise.
19347         * soft-fp/single.h: Likewise.
19348         * soft-fp/soft-fp.h: Likewise.
19349         * soft-fp/sqrtdf2.c: Likewise.
19350         * soft-fp/sqrtsf2.c: Likewise.
19351         * soft-fp/sqrttf2.c: Likewise.
19352         * soft-fp/subdf3.c: Likewise.
19353         * soft-fp/subsf3.c: Likewise.
19354         * soft-fp/subtf3.c: Likewise.
19355         * soft-fp/truncdfsf2.c: Likewise.
19356         * soft-fp/trunctfdf2.c: Likewise.
19357         * soft-fp/trunctfsf2.c: Likewise.
19358         * soft-fp/trunctfxf2.c: Likewise.
19359         * soft-fp/unorddf2.c: Likewise.
19360         * soft-fp/unordsf2.c: Likewise.
19361         * soft-fp/unordtf2.c: Likewise.
19363 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19365         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19366         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19368 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19370         * elf/dl-libc.c: Clear initfini list after freeing.
19372 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19374         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19375         * soft-fp/addsf3.c: Likewise.
19376         * soft-fp/addtf3.c: Likewise.
19377         * soft-fp/divdf3.c: Likewise.
19378         * soft-fp/divsf3.c: Likewise.
19379         * soft-fp/divtf3.c: Likewise.
19380         * soft-fp/double.h: Likewise.
19381         * soft-fp/eqdf2.c: Likewise.
19382         * soft-fp/eqsf2.c: Likewise.
19383         * soft-fp/eqtf2.c: Likewise.
19384         * soft-fp/extenddftf2.c: Likewise.
19385         * soft-fp/extended.h: Likewise.
19386         * soft-fp/extendsfdf2.c: Likewise.
19387         * soft-fp/extendsftf2.c: Likewise.
19388         * soft-fp/extendxftf2.c: Likewise.
19389         * soft-fp/fixdfdi.c: Likewise.
19390         * soft-fp/fixdfsi.c: Likewise.
19391         * soft-fp/fixdfti.c: Likewise.
19392         * soft-fp/fixsfdi.c: Likewise.
19393         * soft-fp/fixsfsi.c: Likewise.
19394         * soft-fp/fixsfti.c: Likewise.
19395         * soft-fp/fixtfdi.c: Likewise.
19396         * soft-fp/fixtfsi.c: Likewise.
19397         * soft-fp/fixtfti.c: Likewise.
19398         * soft-fp/fixunsdfdi.c: Likewise.
19399         * soft-fp/fixunsdfsi.c: Likewise.
19400         * soft-fp/fixunsdfti.c: Likewise.
19401         * soft-fp/fixunssfdi.c: Likewise.
19402         * soft-fp/fixunssfsi.c: Likewise.
19403         * soft-fp/fixunssfti.c: Likewise.
19404         * soft-fp/fixunstfdi.c: Likewise.
19405         * soft-fp/fixunstfsi.c: Likewise.
19406         * soft-fp/fixunstfti.c: Likewise.
19407         * soft-fp/floatdidf.c: Likewise.
19408         * soft-fp/floatdisf.c: Likewise.
19409         * soft-fp/floatditf.c: Likewise.
19410         * soft-fp/floatsidf.c: Likewise.
19411         * soft-fp/floatsisf.c: Likewise.
19412         * soft-fp/floatsitf.c: Likewise.
19413         * soft-fp/floattidf.c: Likewise.
19414         * soft-fp/floattisf.c: Likewise.
19415         * soft-fp/floattitf.c: Likewise.
19416         * soft-fp/floatundidf.c: Likewise.
19417         * soft-fp/floatundisf.c: Likewise.
19418         * soft-fp/floatunsidf.c: Likewise.
19419         * soft-fp/floatunsisf.c: Likewise.
19420         * soft-fp/floatuntidf.c: Likewise.
19421         * soft-fp/floatuntisf.c: Likewise.
19422         * soft-fp/floatuntitf.c: Likewise.
19423         * soft-fp/fmadf4.c: Likewise.
19424         * soft-fp/fmasf4.c: Likewise.
19425         * soft-fp/fmatf4.c: Likewise.
19426         * soft-fp/gedf2.c: Likewise.
19427         * soft-fp/gesf2.c: Likewise.
19428         * soft-fp/getf2.c: Likewise.
19429         * soft-fp/ledf2.c: Likewise.
19430         * soft-fp/lesf2.c: Likewise.
19431         * soft-fp/letf2.c: Likewise.
19432         * soft-fp/muldf3.c: Likewise.
19433         * soft-fp/mulsf3.c: Likewise.
19434         * soft-fp/multf3.c: Likewise.
19435         * soft-fp/negdf2.c: Likewise.
19436         * soft-fp/negsf2.c: Likewise.
19437         * soft-fp/negtf2.c: Likewise.
19438         * soft-fp/op-1.h: Likewise.
19439         * soft-fp/op-2.h: Likewise.
19440         * soft-fp/op-4.h: Likewise.
19441         * soft-fp/op-8.h: Likewise.
19442         * soft-fp/op-common.h: Likewise.
19443         * soft-fp/quad.h: Likewise.
19444         * soft-fp/single.h: Likewise.
19445         * soft-fp/soft-fp.h: Likewise.
19446         * soft-fp/sqrtdf2.c: Likewise.
19447         * soft-fp/sqrtsf2.c: Likewise.
19448         * soft-fp/sqrttf2.c: Likewise.
19449         * soft-fp/subdf3.c: Likewise.
19450         * soft-fp/subsf3.c: Likewise.
19451         * soft-fp/subtf3.c: Likewise.
19452         * soft-fp/truncdfsf2.c: Likewise.
19453         * soft-fp/trunctfdf2.c: Likewise.
19454         * soft-fp/trunctfsf2.c: Likewise.
19455         * soft-fp/trunctfxf2.c: Likewise.
19456         * soft-fp/unorddf2.c: Likewise.
19457         * soft-fp/unordsf2.c: Likewise.
19458         * soft-fp/unordtf2.c: Likewise.
19460 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19462         [BZ #15672]
19463         * misc/error.c (error_tail): Fix possible buffer overflow.
19465 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
19467         [BZ #13028]
19468         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19469         address.
19471 2013-10-14  P. J. McDermott  <pj@pehjota.net>
19473         [BZ #832]
19474         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
19475         testing pipefail option.
19477 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19479         * soft-fp/double.h: Indent preprocessor directives inside #if.
19480         * soft-fp/extended.h: Likewise.
19481         * soft-fp/op-2.h: Likewise.
19482         * soft-fp/op-4.h: Likewise.
19483         * soft-fp/op-common.h: Likewise.
19484         * soft-fp/quad.h: Likewise.
19485         * soft-fp/single.h: Likewise.
19486         * soft-fp/soft-fp.h: Likewise.
19488 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
19490         * iconv/iconv_prog.c: Fix typos.
19491         * stdio-common/psiginfo-data.h: Likewise.
19493 2013-10-12   Reuben Thomas <rrt@sc3d.org>
19495         [BZ #15764]
19496         * locale/setlocale.c: Fix typo.
19498 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19500         [BZ #16036]
19501         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
19502         signaling NaN arguments.
19503         * soft-fp/unordsf2.c (__unordsf2): Likewise.
19504         * soft-fp/unordtf2.c (__unordtf2): Likewise.
19506         [BZ #14910]
19507         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
19508         unordered operands.
19509         * soft-fp/gesf2.c (__gesf2): Likewise.
19510         * soft-fp/getf2.c (__getf2): Likewise.
19511         * soft-fp/ledf2.c (__ledf2): Likewise.
19512         * soft-fp/lesf2.c (__lesf2): Likewise.
19513         * soft-fp/letf2.c (__letf2): Likewise.
19515         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
19516         * soft-fp/eqsf2.c (__eqsf2): Likewise.
19517         * soft-fp/eqtf2.c (__eqtf2): Likewise.
19518         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
19519         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
19520         * soft-fp/fixdfti.c (__fixdfti): Likewise.
19521         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
19522         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
19523         * soft-fp/fixsfti.c (__fixsfti): Likewise.
19524         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
19525         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
19526         * soft-fp/fixtfti.c (__fixtfti): Likewise.
19527         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
19528         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
19529         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
19530         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
19531         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
19532         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
19533         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
19534         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
19535         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
19536         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
19537         * soft-fp/floatdisf.c (__floatdisf): Likewise.
19538         * soft-fp/floatsisf.c (__floatsisf): Likewise.
19539         * soft-fp/floattidf.c (__floattidf): Likewise.
19540         * soft-fp/floattisf.c (__floattisf): Likewise.
19541         * soft-fp/floattitf.c (__floattitf): Likewise.
19542         * soft-fp/floatundidf.c (__floatundidf): Likewise.
19543         * soft-fp/floatundisf.c (__floatundisf): Likewise.
19544         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
19545         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
19546         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
19547         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
19548         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
19549         * soft-fp/gesf2.c (__gesf2): Likewise.
19550         * soft-fp/getf2.c (__getf2): Likewise.
19551         * soft-fp/ledf2.c (__ledf2): Likewise.
19552         * soft-fp/lesf2.c (__lesf2): Likewise.
19553         * soft-fp/letf2.c (__letf2): Likewise.
19555         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
19556         Undefine and redefine.
19557         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
19558         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
19559         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
19560         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
19561         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19562         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
19563         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19564         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
19565         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19566         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
19567         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19568         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
19569         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19570         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
19571         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19573         [BZ #16032]
19574         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
19575         without decrementing exponent if mantissa >= that for the
19576         denominator, not >.
19577         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
19578         denominator, not >.  Decrement exponent in < case instead of
19579         incrementing in >= case.
19580         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
19581         without decrementing exponent if mantissa >= that for the
19582         denominator, not >.
19584         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
19585         computing saturated result for unsigned overflow.
19587 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19588             Jeff Law  <law@redhat.com>
19590         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
19591         (atan2Mp): Add systemtap probe marker.
19592         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
19593         (__ieee754_log): Add systemtap probe marker.
19594         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
19595         (atanMp): Add systemtap probe marker.
19596         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
19597         (tanMp): Add systemtap probe marker.
19598         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
19599         (__slowexp): Add systemtap probe marker.
19600         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
19601         (__slowpow): Add systemtap probe marker.
19602         * manual/probes.texi: Document probes.
19604 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
19606         [BZ #15362]
19607         * libio/fileops.c (_IO_new_file_write): Return count of bytes
19608         written.
19609         (_IO_new_file_xsputn): Don't return EOF if nothing has been
19610         written.
19611         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
19612         written to buffer but not flushed.
19613         * libio/iofwrite_u.c:  Likewise.
19614         * libio/iopadn.c:  Return bytes returned even if EOF was
19615         encountered.
19616         * libio/iowpadn.c:  Likewise.
19617         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
19618         if _IO_padn does not write the whole buffer.
19619         [!COMPILE_WPRINTF] (PAD): Likewise.
19621 2013-10-10  David S. Miller  <davem@davemloft.net>
19623         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
19624         directory block.
19626 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19628         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
19629         instead of FSF address.
19630         * soft-fp/fixdfti.c: Likewise.
19631         * soft-fp/fixsfti.c: Likewise.
19632         * soft-fp/fixtfti.c: Likewise.
19633         * soft-fp/fixunsdfti.c: Likewise.
19634         * soft-fp/fixunssfti.c: Likewise.
19635         * soft-fp/fixunstfti.c: Likewise.
19636         * soft-fp/floattidf.c: Likewise.
19637         * soft-fp/floattisf.c: Likewise.
19638         * soft-fp/floattitf.c: Likewise.
19639         * soft-fp/floatuntidf.c: Likewise.
19640         * soft-fp/floatuntisf.c: Likewise.
19641         * soft-fp/floatuntitf.c: Likewise.
19642         * soft-fp/trunctfxf2.c: Likewise.
19644         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
19645         * soft-fp/fixdfti.c: Likewise.
19646         * soft-fp/fixsfti.c: Likewise.
19647         * soft-fp/fixtfti.c: Likewise.
19648         * soft-fp/fixunsdfti.c: Likewise.
19649         * soft-fp/fixunssfti.c: Likewise.
19650         * soft-fp/fixunstfti.c: Likewise.
19651         * soft-fp/floattidf.c: Likewise.
19652         * soft-fp/floattisf.c: Likewise.
19653         * soft-fp/floattitf.c: Likewise.
19654         * soft-fp/floatuntidf.c: Likewise.
19655         * soft-fp/floatuntisf.c: Likewise.
19656         * soft-fp/floatuntitf.c: Likewise.
19657         * soft-fp/trunctfxf2.c: Likewise.
19659 2013-10-10  David S. Miller  <davem@davemloft.net>
19661         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19663 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
19665         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19666         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
19667         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
19668         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
19669         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
19670         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
19671         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
19673         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
19674         for NaNs before doing comparisons on argument.
19675         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
19676         Likewise.
19678 2013-10-10  Will Newton  <will.newton@linaro.org>
19680         * malloc/hooks.c (memalign_check): Ensure the value of bytes
19681         passed to _int_memalign does not overflow.
19683 2013-10-10  Torvald Riegel  <triegel@redhat.com>
19685         * scripts/bench.pl: Add include-sources directive.
19686         * benchtests/README: Update documentation.
19688 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19690         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
19691         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
19692         instead of FP_INIT_ROUNDMODE.
19693         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
19694         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
19696         [BZ #16034]
19697         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
19698         copy class of input value.
19699         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
19700         not handle exceptions.
19701         * soft-fp/negsf2.c (__negsf2): Likewise.
19702         * soft-fp/negtf2.c (__negtf2): Likewise.
19703         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
19705 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
19707         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
19708         semicolon.  From Linux kernel.
19710 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
19712         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
19714 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
19716         [BZ #156]
19717         * manual/socket.texi: Added statement about buffer
19718         for gethostbyname2_r.
19720 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
19722         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
19723         Use .p2align directive instead, throughout.
19724         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
19725         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
19726         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
19727         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
19728         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
19729         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
19730         * sysdeps/x86_64/strchr.S: Likewise.
19731         * sysdeps/x86_64/strrchr.S: Likewise.
19733 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
19735         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
19737         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
19739         * sysdeps/generic/math_private.h (__mpsin1): Remove
19740         declaration.
19741         (__mpcos1): Likewise.
19742         (__mpsin): New argument __range_reduce.
19743         (__mpcos): Likewise.
19744         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19745         (slow): Use __mpsin and __mpcos.
19746         (slow1): Likewise.
19747         (slow2): Likewise.
19748         (sloww): Likewise.
19749         (sloww1): Likewise.
19750         (sloww2): Likewise.
19751         (bsloww): Likewise.
19752         (bsloww1): Likewise.
19753         (bsloww2): Likewise.
19754         (cslow2): Likewise.
19755         (csloww): Likewise.
19756         (csloww1): Likewise.
19757         (csloww2): Likewise.
19758         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
19759         range_reduce.  Merge in __mpsin1.
19760         (__mpcos): Likewise.
19761         (__mpsin1): Remove.
19762         (__mpcos1): Likewise.
19764 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
19766         * locale/loadlocale.c (_nl_intern_locale_data): Use
19767         LOCFILE_ALIGNED_P.
19768         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
19769         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
19770         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
19771         obstack data is appropriately aligned.
19772         (obstack_int32_grow_fast): Likewise.
19773         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
19774         * locale/programs/locfile.c (add_locale_uint32): Likewise.
19775         (add_locale_uint32_array): Likewise.
19777 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
19779         * benchtests/Makefile: Remove ARGLIST and RET variables.
19780         ($(objpfx)bench-%.c): Pass only function name to the script.
19781         * benchtests/README: Update documentation.
19782         * benchtests/acos-inputs: Add new directives.
19783         * benchtests/acosh-inputs: Likewise.
19784         * benchtests/asin-inputs: Likewise.
19785         * benchtests/asinh-inputs: Likewise.
19786         * benchtests/atan-inputs: Likewise.
19787         * benchtests/atanh-inputs: Likewise.
19788         * benchtests/cos-inputs: Likewise.
19789         * benchtests/cosh-inputs: Likewise.
19790         * benchtests/exp-inputs: Likewise.
19791         * benchtests/log-inputs: Likewise.
19792         * benchtests/pow-inputs: Likewise.
19793         * benchtests/rint-inputs: Likewise.
19794         * benchtests/sin-inputs: Likewise.
19795         * benchtests/sinh-inputs: Likewise.
19796         * benchtests/tan-inputs: Likewise.
19797         * benchtests/tanh-inputs: Likewise.
19798         * scripts/bench.pl: Add support for new directives.
19800 2013-10-07  Alan Modra  <amodra@gmail.com>
19802         * README: Fix careless merge.
19804 2013-10-05  Alan Modra  <amodra@gmail.com>
19806         * NEWS: Mention powerpc64le support and bugs fixed.
19807         * README: Both big-endian and little-endian powerpc64 supported.
19809 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19811         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
19812         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
19813         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
19814         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
19816 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
19818         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
19819         match prototype.
19821 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
19823         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
19824         Move -mhard-float appending from
19825         ports/sysdeps/powerpc/powerpc32/Makefile.
19826         [$(with-fp) = yes] (ASFLAGS): Likewise.
19827         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
19828         * sysdeps/powerpc/nofpu: Move directory from
19829         ports/sysdeps/powerpc/nofpu.
19830         * sysdeps/powerpc/soft-fp: Move directory from
19831         ports/sysdeps/powerpc/soft-fp.
19832         * sysdeps/powerpc/powerpc32/405: Move directory from
19833         ports/sysdeps/powerpc/powerpc32/405.
19834         * sysdeps/powerpc/powerpc32/440: Move directory from
19835         ports/sysdeps/powerpc/powerpc32/440.
19836         * sysdeps/powerpc/powerpc32/464: Move directory from
19837         ports/sysdeps/powerpc/powerpc32/464.
19838         * sysdeps/powerpc/powerpc32/476: Move directory from
19839         ports/sysdeps/powerpc/powerpc32/476.
19840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
19841         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
19842         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
19843         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
19844         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
19845         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
19846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
19847         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
19848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
19849         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
19850         * README: Update for powerpc-*-linux-gnu software floating point
19851         support in libc.
19853         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
19854         case to powerpc/powerpc32*.
19855         * sysdeps/unix/sysv/linux/configure: Regenerated.
19857         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
19858         (_FPU_MASK_OM): Define as 0x04.
19859         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
19860         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
19861         0x00c10080.
19862         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
19863         0x0000003c.
19864         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
19866         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
19867         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
19868         getcontext_e500.
19869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
19870         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
19871         setcontext_e500.
19872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
19873         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
19874         and setcontext_e500.
19876 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
19878         * locale/iso-3166.def: Update iso-1366.def and related occurrences
19880 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19882         * manual/threads.texi (Default Thread Attributes): Fix typo.
19884 2013-10-04  Will Newton  <will.newton@linaro.org>
19886         * malloc/Makefile: Add tst-memalign.
19887         * malloc/tst-memalign.c: New file.
19889         * malloc/tst-posix_memalign.c: Add comments.
19890         (do_test): Add comments and call free on all potentially
19891         allocated pointers. Add space after cast.
19893         * malloc/tst-pvalloc.c: Add comments.
19894         (do_test): Add comments and call free on all potentially
19895         allocated pointers. Remove duplicate check for NULL pointer.
19896         Add space after cast.
19898         * malloc/tst-valloc.c: Add comments.
19899         (do_test): Add comments and call free on all potentially
19900         allocated pointers. Remove duplicate check for NULL pointer.
19901         Add space after cast.
19903 2013-10-04  Alan Modra  <amodra@gmail.com>
19905         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19906         Use stdint types in rather than __attribute__((mode())).
19907         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19909 2013-10-04  Alan Modra  <amodra@gmail.com>
19911         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19912         Correct handling of unaligned relocs for little-endian.
19913         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19915 2013-10-04  Alan Modra  <amodra@gmail.com>
19917         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
19918         * configure: Regenerate.
19919         * nptl/shlib-versions: Powerpc*le starts at 2.18.
19920         * shlib-versions: Likewise.
19922 2013-10-04  Alan Modra  <amodra@gmail.com>
19924         * string/tester.c (test_memrchr): Increment reported test cycle.
19926 2013-10-04  Alan Modra  <amodra@gmail.com>
19928         * string/test-memcpy.c (do_one_test): When reporting errors, print
19929         string address and don't overrun end of string.
19931 2013-10-04  Alan Modra  <amodra@gmail.com>
19933         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
19934         insrdi.  Make better use of reg selection to speed exit slightly.
19935         Schedule entry path a little better.  Remove useless "are we done"
19936         checks on entry to main loop.  Handle wrapping around zero address.
19937         Correct main loop count.  Handle single left-over word from main
19938         loop inline rather than by using loop_small.  Remove extra word
19939         case in loop_small caused by wrong loop count.  Add little-endian
19940         support.
19941         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
19942         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
19943         cache hint.
19944         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
19945         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
19946         support.  Avoid rlwimi.
19947         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
19949 2013-10-04  Alan Modra  <amodra@gmail.com>
19951         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
19952         insrdi.  Formatting.
19953         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
19954         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
19955         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
19956         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19957         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
19958         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
19960 2013-10-04  Alan Modra  <amodra@gmail.com>
19962         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
19963         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19964         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
19965         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
19966         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
19967         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19968         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19969         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
19970         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
19971         use of regs.  Use power7 mtocrf.  Tidy function tails.
19973 2013-10-04  Alan Modra  <amodra@gmail.com>
19975         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
19976         Formatting.  Consistently use rXXX register defines or rN defines.
19977         Use early exit labels that avoid restoring unused non-volatile regs.
19978         Make cr field use more consistent with rWORDn compares.  Rename
19979         regs used as shift registers for unaligned loop, using rN defines
19980         for short lifetime/multiple use regs.
19981         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19982         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
19983         addi 1,1,64 to pop stack frame.  Simplify return value code.
19984         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19986 2013-10-04  Alan Modra  <amodra@gmail.com>
19988         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
19989         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
19990         rather than rlwimi.
19991         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
19992         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
19993         little-endian support.  Correct typos.
19994         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
19995         rather than rlwimi.
19996         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
19997         in loop and entry code to keep "and." results.
19998         (strchr): Add little-endian support.  Comment.  Move cntlzd
19999         earlier in tail.
20000         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20002 2013-10-04  Alan Modra  <amodra@gmail.com>
20004         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20005         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20006         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20007         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20009 2013-10-04  Alan Modra  <amodra@gmail.com>
20011         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20012         (rTMP): Define as r11.
20013         (strcmp): Add little-endian support.  Optimise tail.
20014         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20015         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20016         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20017         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20018         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20019         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20020         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20022 2013-10-04  Alan Modra  <amodra@gmail.com>
20024         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20025         little-endian support.  Remove unnecessary "are we done" tests.
20026         Handle "s" wrapping around zero and extremely large "size".
20027         Correct main loop count.  Handle single left-over word from main
20028         loop inline rather than by using small_loop.  Correct comments.
20029         Delete "zero" tail, use "end_max" instead.
20030         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20032 2013-10-04  Alan Modra  <amodra@gmail.com>
20034         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20035         support.  Don't branch over align.
20036         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20037         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20038         support.  Rearrange tmp reg use to suit.  Comment.
20039         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20041 2013-10-04  Alan Modra  <amodra@gmail.com>
20043         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20045 2013-10-04  Alan Modra  <amodra@gmail.com>
20047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20048         conditional form of branch and link when obtaining pc.
20049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20051 2013-10-04  Alan Modra  <amodra@gmail.com>
20053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20054         HIWORD/LOWORD.
20055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20058 2013-10-04  Alan Modra  <amodra@gmail.com>
20060         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20061         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20062         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20063         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20064         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20065         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20066         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20067         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20068         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20069         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20071 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20072             Alistair Popple <alistair@ozlabs.au.ibm.com>
20073             Alan Modra <amodra@gmail.com>
20075         [BZ #15723]
20076         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20077         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20078         _dl_hwcap access for little-endian.
20079         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20080         destroy vmx regs when saving unaligned.
20081         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20082         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20083         destroy vmx regs when saving unaligned.
20085 2013-10-04  Alan Modra  <amodra@gmail.com>
20087         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20088         Don't use a union to pack hi/low value.
20090 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20092         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20093         for little-endian.
20094         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20095         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20096         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20097         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20098         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20100 2013-10-04  Alan Modra  <amodra@gmail.com>
20102         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20103         constants to usual value for .cst8 section, and remove redundant
20104         high address load.
20105         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20106         constant for 0x1p52.  Load little-endian words of double from
20107         correct stack offsets.
20109 2013-10-04  Alan Modra  <amodra@gmail.com>
20111         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20112         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20113         words of double from correct stack offsets.
20114         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20115         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20116         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20117         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20118         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20119         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20120         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20121         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20122         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20123         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20124         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20125         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20126         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20127         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20128         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20129         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20130         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20132 2013-10-04  Alan Modra  <amodra@gmail.com>
20134         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20135         64-bit int/double union.
20136         (_FPU_SETCW): Likewise.
20137         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20138         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20140 2013-10-04  Alan Modra  <amodra@gmail.com>
20142         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20143         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20145 2013-10-04  Alan Modra  <amodra@gmail.com>
20147         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20148         use vector int constants.
20149         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20151 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20153         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20154         array with long long.
20155         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20156         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20157         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20158         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20159         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20160         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20161         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20162         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20163         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20164         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20165         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20166         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20167         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20169 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20171         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20172         (__signbit): Likewise.  Correct for little-endian.
20173         (__signbitl): Call __signbit.
20174         (lrint): Correct for little-endian.
20175         (lrintf): Call lrint.
20177 2013-10-04  Alan Modra  <amodra@gmail.com>
20179         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20180         union 32-bit int array member with 64-bit int array.
20181         (t515, tm256): Double rather than long double.
20182         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20184 2013-10-04  Alan Modra  <amodra@gmail.com>
20186         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20187         Delete.
20188         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20189         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20190         version of math_ldbl.h.
20192 2013-10-04  Alan Modra  <amodra@gmail.com>
20194         [BZ #15734], [BZ #15735]
20195         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20196         all uses of ieee875 long double macros and unions.  Simplify test
20197         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20198         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20199         normalize after ldbl_extract_mantissa, and don't add hidden bit
20200         already handled.  Don't treat low word of ieee854 mantissa like
20201         low word of IBM long double and mask off bit when testing for
20202         zero.
20203         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20204         all uses of ieee875 long double macros and unions.  Simplify tests
20205         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20206         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20207         two1022, instead use their values.  Recognise that tests for large
20208         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20209         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20210         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20211         test for 0.0L and nan.  Correct negation.
20212         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20213         ieee875 long double macros and unions.  Correct output for large
20214         magnitude x.  Correct absolute value calculation.
20215         (__erfcl): Likewise.
20216         * math/libm-test.inc: Add tests for errors discovered in IBM long
20217         double versions of fmodl, remainderl, erfl and erfcl.
20219 2013-10-04  Alan Modra  <amodra@gmail.com>
20221         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20222         all uses of ieee854 long double macros and unions.  Simplify tests
20223         for long doubles that are fully specified by the high double.
20224         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20225         Likewise.
20226         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20227         Remove dead code too.
20228         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20229         (__ieee754_ynl): Likewise.
20230         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20231         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20232         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20233         Remove dead code too.
20234         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20235         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20236         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20237         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20238         Simplify.
20239         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20240         Simplify.
20241         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20242         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20243         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20244         Comment on variable precision.
20245         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20246         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20247         Likewise.
20248         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20249         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20250         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20251         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20252         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20254 2013-10-04  Alan Modra  <amodra@gmail.com>
20256         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20257         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20258         all uses of ieee854 long double macros and unions.
20259         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20260         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20261         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20262         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20263         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20264         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20265         Likewise.
20266         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20267         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20268         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20269         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20270         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20271         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20272         Simplify sign and nan test too.
20273         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20274         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20275         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20276         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20277         Likewise.
20278         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20279         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20280         Likewise.
20281         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20282         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20283         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20284         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20285         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20286         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20288 2013-10-04  Alan Modra  <amodra@gmail.com>
20290         * stdio-common/printf_size.c (__printf_size): Don't use
20291         union ieee854_long_double in fpnum union.
20292         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20293         signbit macro to retrieve sign from long double.
20294         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20295         retrieve sign from long double.
20296         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20297         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20298         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20299         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20300         * math/test-misc.c (main): Don't use union ieee854_long_double.
20302 2013-10-04  Alan Modra  <amodra@gmail.com>
20304         [BZ #15680]
20305         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20306         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20307         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20308         calculation.  Remove unnecessary test for denormal exponent.
20309         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20310         Correct handling of denormals.  Avoid undefined shift behaviour.
20311         Correct normalisation of low mantissa when low double is denormal.
20312         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20313         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20314         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20315         Correct normalisation of low mantissa.  Test for overflow of high
20316         mantissa and normalise.
20317         (ldbl_nearbyint): Use more readable constant for two52.
20318         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20319         (__mpn_construct_long_double): Fix test for overflow of high
20320         mantissa and correct normalisation.  Avoid undefined shift.
20322 2013-10-04  Alan Modra  <amodra@gmail.com>
20324         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20325         (union ibm_extended_long_double): Define as an array of ieee754_double.
20326         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20327         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20328         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20329         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20330         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20331         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20332         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20333         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20334         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20335         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20336         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20338 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20340         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20341         page size instead of calling getpagesize.
20343         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20344         (LOCFILE_ALIGN_MASK): Likewise.
20345         (LOCFILE_ALIGN_UP): Likewise.
20346         (LOCFILE_ALIGNED_P): Likewise.
20347         * locale/programs/ld-collate.c (collate_output): Use the new
20348         macros instead of __alignof__ (int32_t).
20349         * locale/weight.h (findidx): Likewise.
20351 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20353         [BZ #431]
20354         * manual/string.texi: Fix strncat and wcsncat.
20356 2013-10-03  Brooks Moses  <bmoses@google.com>
20358         [BZ #15915]
20359         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20360         * Makerules: ...here, and adjust associated comments.
20362 2013-10-02  Will Newton  <will.newton@linaro.org>
20364         * malloc/Makefile: Add tst-pvalloc.
20365         * malloc/tst-pvalloc.c: New file.
20367 2013-10-02  Will Newton  <will.newton@linaro.org>
20369         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20370         improve test coverage.
20372 2013-10-02  Will Newton  <will.newton@linaro.org>
20374         * malloc/Makefile: Add tst-posix_memalign.
20375         * malloc/tst-posix_memalign.c: New file.
20377 2013-10-01  Eric Blake  <eblake@redhat.com>
20379         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20380         Use __THROWNL rather than __THROW on static functions.
20382 2013-09-30  Petr Machata  <pmachata@redhat.com>
20384         * elf/elf.h (R_AARCH64_ABS16): New macro.
20385         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20386         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20387         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20388         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20389         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20390         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20391         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20392         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20393         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20394         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20395         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20396         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20397         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20398         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20399         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20400         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20401         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20402         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20403         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20404         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20405         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20406         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20407         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20408         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20409         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20410         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20411         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20412         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20413         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20414         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20415         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20416         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20417         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20418         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20419         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20420         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20421         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20422         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20423         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20424         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20425         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20426         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20427         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20428         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20429         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20430         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20431         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20432         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20433         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20434         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20435         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20436         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20437         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20438         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20439         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20440         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20441         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20442         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20443         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20444         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20445         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20446         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20447         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20448         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20449         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20450         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20451         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20452         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20453         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20454         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20455         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20456         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20457         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20458         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20459         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20460         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20461         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20462         (R_AARCH64_TLSDESC_LDR): Likewise.
20463         (R_AARCH64_TLSDESC_ADD): Likewise.
20464         (R_AARCH64_TLSDESC_CALL): Likewise.
20466 2013-09-30  Andreas Schwab  <schwab@suse.de>
20468         [BZ #15048]
20469         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20470         the nss database lookup.
20471         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20472         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20474 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
20476         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20478 2013-09-28  P. J. McDermott  <pj@pehjota.net>
20480         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
20481         ${Bash-specific parameter/pattern/string} parameter expansion.
20482         * sysdeps/unix/make-syscalls.sh: Likewise.
20484 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20486         * sysdeps/sh/stackguard-macros.h: New file.
20488 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
20490         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20491         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
20492         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
20493         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
20494         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20495         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
20497 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20499         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
20500         Fix thread ID register.
20502 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
20504         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
20505         [POSIX || UNIX98]: Require rather than permitting all symbols from
20506         <time.h>.
20507         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
20508         element of struct sched_param.
20509         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
20510         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
20511         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
20512         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
20513         constant.
20515 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
20517         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
20518         argument calculation.
20520 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20522         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
20523         Expect macro.
20524         [POSIX] (pthread_attr_t): Do not require type.
20525         [POSIX] (pthread_cond_t): Likewise.
20526         [POSIX] (pthread_condattr_t): Likewise.
20527         [POSIX] (pthread_key_t): Likewise.
20528         [POSIX] (pthread_mutex_t): Likewise.
20529         [POSIX] (pthread_mutexattr_t): Likewise.
20530         [POSIX] (pthread_once_t): Likewise.
20531         [POSIX] (pthread_t): Likewise.
20532         [POSIX-based standards] (pthread_atfork): Expect function.
20534 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20535             Richard Sandiford  <richard@codesourcery.com>
20537         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
20538         (swap_endianness_p): New extern variable.
20539         (set_big_endian): New inline function.
20540         (maybe_swap_uint32): Likewise.
20541         (maybe_swap_uint32_array): Likewise.
20542         (maybe_swap_uint32_obstack): Likewise.
20543         * locale/programs/locfile.c: Include <stdbool.h>.
20544         (swap_endianness_p): New variable.
20545         (add_locale_uint32): Call maybe_swap_uint32.
20546         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
20547         (write_locale_data): Call maybe_swap_uint32_array.
20548         * locale/programs/ld-collate.c (obstack_int32_grow): Call
20549         maybe_swap_uint32.
20550         (obstack_int32_grow_fast): Likewise.
20551         (output_weightwc): Call maybe_swap_uint32_obstack.
20552         (collate_output): Likewise.
20553         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
20554         (OPT_LITTLE_ENDIAN): Likewise.
20555         (options): Add --little-endian and --big-endian options.
20556         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
20557         * locale/programs/locarchive.c: Include "locfile.h".
20558         (GET): New macro.
20559         (SET): Likewise.
20560         (INC): Likewise.
20561         (create_archive): Use the new macros to access fields of
20562         structures directly mapped from or written to locale archives.
20563         (oldlocrecentcmp): Likewise.
20564         (enlarge_archive): Likewise.
20565         (insert_name): Likewise.
20566         (add_alias): Likewise.
20567         (add_locale): Likewise.
20568         (delete_locales_from_archive): Likewise.
20569         (show_archive_content): Likewise.
20570         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
20571         locale data.
20573 2013-09-24  Roland McGrath  <roland@hack.frob.com>
20575         * manual/freemanuals.texi: Updated from (newly) canonical copy at
20576         http://www.gnu.org/doc/freemanuals.texi.
20577         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
20579 2013-09-24  Will Newton  <will.newton@linaro.org>
20581         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
20582         macro.
20584 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
20586         * locale/hashval.h (compute_hashval): Interpret bytes of key as
20587         unsigned char.
20589 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
20591         * manual/threads.texi (POSIX Threads): Fix a typo.
20593 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
20595         [BZ #14547]
20596         * string/tst-strcoll-overflow.c: New test case.
20597         * string/Makefile (xtests): Add tst-strcoll-overflow.
20598         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
20599         cache if string sizes may cause integer overflow.
20601         [BZ #14547]
20602         * string/strcoll_l.c (coll_seq): New members rule, idx,
20603         save_idx and back_us.
20604         (get_next_seq_nocache): New function.
20605         (do_compare_nocache): New function.
20606         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
20607         when malloc fails.
20609 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
20611         [BZ #15754]
20612         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
20613         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
20614         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
20616         [BZ #15754]
20617         * elf/Makefile (tests): Add tst-ptrguard1.
20618         (tests-static): Add tst-ptrguard1-static.
20619         (tst-ptrguard1-ARGS): Define.
20620         (tst-ptrguard1-static-ARGS): Define.
20621         * elf/tst-ptrguard1.c: New file.
20622         * elf/tst-ptrguard1-static.c: New file.
20623         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
20624         * sysdeps/i386/stackguard-macros.h: Likewise.
20625         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
20626         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
20627         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
20628         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
20629         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
20630         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
20632 2013-09-23  Hector Marco  <hecmargi@upv.es>
20633             Ismael Ripoll  <iripoll@disca.upv.es>
20634             Carlos O'Donell  <carlos@redhat.com>
20636         [BZ #15754]
20637         * sysdeps/generic/stackguard-macros.h: Define
20638         __pointer_chk_guard_local and POINTER_CHK_GUARD.
20639         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
20640         Define __pointer_chk_guard_local.
20641         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
20642         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
20644 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
20646         [BZ #15859]
20647         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
20649 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
20651         * include/string.h (__ffs): Declare as hidden.
20652         * string/ffs.c (__ffs): Define as hidden.
20653         * sysdeps/i386/ffs.c (__ffs): Likewise.
20654         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
20655         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
20656         * sysdeps/s390/ffs.c (__ffs): Likewise.
20657         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
20659 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
20661         * NEWS: Mention malloc probes.
20663         * malloc/arena.c (new_heap): New memory_heap_new probe.
20664         (grow_heap): New memory_heap_more probe.
20665         (shrink_heap): New memory_heap_less probe.
20666         (heap_trim): New memory_heap_free probe.
20667         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
20668         (systrim): New memory_sbrk_less probe.
20669         * manual/probes.texi: Document them.
20671         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
20672         * manual/probes.texi: Document it.
20674         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
20675         (__libc_realloc): Add memory_realloc_retry probe.
20676         (__libc_memalign): Add memory_memalign_retry probe.
20677         (__libc_valloc): Add memory_valloc_retry probe.
20678         (__libc_pvalloc): Add memory_pvalloc_retry probe.
20679         (__libc_calloc): Add memory_calloc_retry probe.
20680         * manual/probes.texi: Document them.
20682         * malloc/arena.c (get_free_list): Add probe
20683         memory_arena_reuse_free_list.
20684         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
20685         and memory_arena_reuse.
20686         (arena_get2) [!PER_THREAD]: Likewise.
20687         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
20688         memory_arena_reuse_realloc.
20689         * manual/probes.texi: Document them.
20691         * malloc/malloc.c (__libc_free): Add
20692         memory_mallopt_free_dyn_thresholds probe.
20693         (__libc_mallopt): Add multiple memory_mallopt probes.
20694         * manual/probes.texi: Document them.
20696         * malloc/malloc.c: Include stap-probe.h.
20697         (__libc_mallopt): Add memory_mallopt probe.
20698         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
20699         * manual/probes.texi: New.
20700         * manual/Makefile (chapters): Add probes.
20701         * manual/threads.texi: Set next node.
20703 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
20705         [BZ #15963, #13985]
20706         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
20707         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
20708         Add `Chinese' to `nan' entry name.
20710 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20712         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
20713         (POLYNOMIAL): Likewise.
20714         (TAYLOR_SINCOS): Likewise.
20715         (TAYLOR_SLOW): Likewise.
20716         (__sin): Use TAYLOR_SINCOS.
20717         (__cos): Likewise.
20718         (slow): Use TAYLOR_SLOW.
20719         (sloww): Likewise.
20720         (bsloww): Likewise.
20721         (csloww): Likewise.
20723 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
20725         * stdlib/strtod_l.c: Fix buffer overrun.
20727 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20729         * benchtests/Makefile (bench): Add sincos.
20730         * benchtests/bench-sincos.c: New file.
20732         * math/libm-test.inc (cos_test_data): New test inputs.
20733         (sin_test_data): Likewise.
20735         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
20736         macro.
20737         (__sin): Use it.
20738         (__cos): Likewise.
20739         (slow1): Likewise.
20740         (slow2): Likewise.
20741         (sloww1): Likewise.
20742         (sloww2): Likewise.
20743         (bsloww1): Likewise.
20744         (bsloww2): Likewise.
20745         (cslow2): Likewise.
20746         (csloww1): Likewise.
20747         (csloww2): Likewise.
20749         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
20750         function.
20751         (__sin): Use it.
20752         (__cos): Likewise.
20754         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
20755         gotos.
20756         (__cos): Likewise.
20758 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
20760         * config.h.in (HAVE_MIPS_NAN2008): New macro.
20761         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
20762         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
20763         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
20764         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
20765         * elf/cache.c (print_entry): Handle the new cache flags.
20767 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20768             Aldy Hernandez  <aldyh@redhat.com>
20770         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
20771         Change condition to [_SOFT_FLOAT].
20772         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
20773         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
20774         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
20775         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
20776         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
20777         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
20778         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
20779         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
20780         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
20781         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
20782         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
20783         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
20784         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
20785         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
20786         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
20787         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
20788         declaration.
20790 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20792         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
20793         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20794         (__longjmp): Use LOAD_GP to load saved GPRs.
20795         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
20796         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20797         (__sigsetjmp): Use SAVE_GP to save GPRs.
20799         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
20800         Do not append -msoft-float.
20801         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
20803 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20805         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
20807 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
20809         [BZ #15966]
20810         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
20811         (_FPU_GETCW): Use initial "__" on variable and field names but not
20812         on macro parameter name.
20813         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
20814         parentheses around reference to macro parameter.
20816 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
20818         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
20819         prototype.
20820         (ctype_startup): Use uint32_t in cast and sizeof for
20821         ctype->charnames.
20823 2013-09-11  Jia Liu  <proljc@gmail.com>
20825         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
20826         __daddr_t_defined.
20827         [__FreeBSD__]: Likewise.
20829 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
20831         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
20832         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
20833         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
20834         (strchr): Remove __strchr_sse42 ifunc selection.
20835         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
20836         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
20838 2013-09-11  Will Newton  <will.newton@linaro.org>
20840         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
20841         parameter to RES. Remove hardcoded 1000 value.
20842         * benchtests/bench-skeleton.c (main): Pass RES parameter
20843         to TIMING_INIT and multiply result by 1000.
20845 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20847         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20849 2013-09-11  Andreas Schwab  <schwab@suse.de>
20851         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
20852         if not defined.
20853         (O_TMPFILE) [__USE_GNU]: Define.
20854         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
20855         Define.
20857 2013-09-11  Will Newton  <will.newton@linaro.org>
20859         [BZ #15857]
20860         * malloc/malloc.c (__libc_memalign): Check the value of bytes
20861         does not overflow.
20863 2013-09-11  Will Newton  <will.newton@linaro.org>
20865         [BZ #15856]
20866         * malloc/malloc.c (__libc_valloc): Check the value of bytes
20867         does not overflow.
20869 2013-09-11  Will Newton  <will.newton@linaro.org>
20871         [BZ #15855]
20872         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
20873         does not overflow.
20875 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
20877         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
20878         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20879         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20880         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20881         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20883 2013-09-10  Allan McRae  <allan@archlinux.org>
20885         [BZ #15748]
20886         * manual/arith.texi (Parsing of Floats): Clarify
20887         cross-reference.
20889         [BZ #15849]
20890         * manual/install.texi (Running make install): Mention
20891         --enable-pt-chown.
20892         * INSTALL: Regenerated.
20894 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
20896         * csu/init-first.c (_init): Remove the !SHARED condition around
20897         FPU control word initialization.
20898         * elf/dl-support.c (_dl_fpu_control): New variable.
20899         (_dl_aux_init) <AT_FPUCW>: Initialize it.
20900         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
20901         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
20902         * math/test-fpucw-static.c: New file.
20903         * math/test-fpucw-ieee.c: New file.
20904         * math/test-fpucw-ieee-static.c: New file.
20905         * math/Makefile (tests): Add `test-fpucw-ieee' and
20906         `$(tests-static)'.
20907         (tests-static): New variable.
20908         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
20909         dependency to...
20910         [($(build-shared),yes)]
20911         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
20912         ... this.
20913         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
20914         New dependency.
20916 2013-09-09  Allan McRae  <allan@archlinux.org>
20918         [BZ #15939]
20919         * manual/string.texi (Collation Functions): Fix typo in
20920         strcoll example.
20921         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
20923         [BZ #15893]
20924         * stdlib/isomac.c (get_null_defines): Fix memory leak.
20926         [BZ #15892]
20927         * libio/memstream.c (open_memstream): Fix memory leak.
20928         * libio/wmemstream.c (open_wmemstream): Likewise.
20930         [BZ #15895]
20931         * nscd/netgroupcache.c: Fix nesting of ifdefs.
20933 2013-09-09  Will Newton  <will.newton@linaro.org>
20935         * malloc/Makefile: Add tst-realloc to tests.
20936         * malloc/tst-realloc.c: New file.
20938 2013-09-09  Allan McRae  <allan@archlinux.org>
20940         [BZ #15844]
20941         * COPYING: Update from GNU website to fix FSF address.
20942         * COPYING.LIB: Likewise.
20944 2013-09-06  David S. Miller  <davem@davemloft.net>
20946         * po/zh_TW.po: Update Chinese (traditional) translation from
20947         translation project.
20949 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
20950             Joseph Myers  <joseph@codesourcery.com>
20952         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
20953         "localeinfo.h".
20954         (obstack_chunk_alloc): New macro.
20955         (obstack_chunk_free): Likewise.
20956         (record_offset): New function.
20957         (init_locale_data): Likewise.
20958         (align_locale_data): Likewise.
20959         (add_locale_empty): Likewise.
20960         (add_locale_raw_data): Likewise.
20961         (add_locale_raw_obstack): Likewise.
20962         (add_locale_string): Likewise.
20963         (add_locale_wstring): Likewise.
20964         (add_locale_uint32): Likewise.
20965         (add_locale_uint32_array): Likewise.
20966         (add_locale_char): Likewise.
20967         (start_locale_structure): Likewise.
20968         (end_locale_structure): Likewise.
20969         (start_locale_prelude): Likewise.
20970         (end_locale_prelude): Likewise.
20971         (write_locale_data): Take locale_file structure rather than an
20972         iovec.
20973         * locale/programs/locfile.h: Include "obstack.h".
20974         (struct locale_file): Change to store locale file contents instead
20975         of header.
20976         (init_locale_data): New prototype.
20977         (align_locale_data): Likewise.
20978         (add_locale_empty): Likewise.
20979         (add_locale_raw_data): Likewise.
20980         (add_locale_raw_obstack): Likewise.
20981         (add_locale_string): Likewise.
20982         (add_locale_wstring): Likewise.
20983         (add_locale_uint32): Likewise.
20984         (add_locale_uint32_array): Likewise.
20985         (add_locale_char): Likewise.
20986         (start_locale_structure): Likewise.
20987         (end_locale_structure): Likewise.
20988         (start_locale_prelude): Likewise.
20989         (end_locale_prelude): Likewise.
20990         (write_locale_data): Update prototype.
20991         * locale/programs/3level.h (struct TABLE): Remove result field.
20992         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
20993         Use new locale_file interface.
20994         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
20995         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
20996         * locale/programs/ld-address.c (address_output): Use new
20997         locale_file interface.
20998         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
20999         NO_ADD_LOCALE.
21000         (collate_finish): Don't call collseq_table_finalize.
21001         (collate_output): Use new locale_file interface.
21002         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21003         in file.
21004         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21005         (TABLE): Move defines earlier in file.
21006         (ELEMENT): Likewise.
21007         (DEFAULT): Likewise.
21008         (wctrans_table_add): Move macro and inline function earlier in
21009         file.
21010         (struct wctype_table): Move type earlier in file.
21011         (add_locale_wctype_table): New static prototype.
21012         (struct locale_ctype_t): Use logical types instead of struct iovec
21013         pointers for members.
21014         (ctype_output): Use new locale_file interface.
21015         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21016         new locale_file interface.
21017         (allocate_arrays): Update for use of new locale_file interface.
21018         * locale/programs/ld-identification.c (identification_output): Use
21019         new locale_file interface.
21020         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21021         * locale/programs/ld-messages.c (messages_output): Likewise.
21022         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21023         * locale/programs/ld-name.c (name_output): Likewise.
21024         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21025         * locale/programs/ld-paper.c (paper_output): Likewise.
21026         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21027         * locale/programs/ld-time.c (time_output): Likewise.
21029 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21031         * benchtests/Makefile: Add memrchr benchmark.
21032         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21033         benchmark as memrchr.
21034         * benchtests/bench-memrchr-ifunc.c: New file.
21035         * benchtests/bench-memrchr.c: New file.
21037 2013-09-06   Will Newton  <will.newton@linaro.org>
21039         * benchtests/Makefile (string-bench): Add memcpy.
21041 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21042             Cong Wang  <amwang@redhat.com>
21044         [BZ #15850]
21045         * sysdeps/unix/sysv/linux/bits/in.h
21046         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21047         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21048         before __USE_KERNEL_IPV6_DEFS uses.
21049         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21050         IPPROTO_BEETPH.
21051         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21052         sockaddr_in6, or ipv6_mreq.
21054 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21056         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21057         memory access for final bytes in some large inputs.
21058         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21060 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21062         * string/test-memrchr.c: New file.
21063         * string/test-memrchr-ifunc.c: New file.
21064         * string/Makefile: Add new memrchr testcase.
21066 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21068         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21069         fanotify_init returns EPERM.
21071 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21073         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21074         errors.
21075         (top level): Treat second token from macro or constant entries for
21076         allowed headers as allowed.
21077         * include/complex.h: Condition internal declarations on
21078         [!_ISOMAC].
21079         * include/fenv.h: Condition include of <stdbool.h> and internal
21080         declarations on [!_ISOMAC].
21082 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21084         [BZ #15923]
21085         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21087 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21089         * configure.in (--enable-versioning): Remove configure option.
21090         (libc_cv_asm_symver_directive): Remove configure test.
21091         (libc_cv_ld_version_script_option): Likewise.
21092         (VERSIONING): Remove variable and AC_SUBST.
21093         (DO_VERSIONING): Remove AC_DEFINE.
21094         * configure: Regenerated.
21095         * config.h.in (DO_VERSIONING): Remove macro.
21096         * Makerules [$(versioning) = yes]: Change conditionals to
21097         [$(build-shared) = yes].
21098         * config.make.in (versioning): Remove variable.
21099         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21100         [$(build-shared) = yes].
21101         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21102         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21103         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21104         [$(build-shared) = yes].
21105         * extra-lib.mk [$(versioning) = yes]: Likewise.
21106         * hurd/Makefile [$(versioning) = yes]: Likewise.
21107         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21108         [SHARED].
21109         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21110         [SHARED].
21111         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21112         [SHARED && !NO_HIDDEN].
21113         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21114         [SHARED].
21115         [SHARED && DO_VERSIONING]: Likewise..
21116         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21117         [$(build-shared) = yes].
21118         * manual/install.texi (--disable-versioning): Remove
21119         documentation.
21120         * INSTALL: Regenerated.
21121         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21122         to [SHARED].
21123         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21124         [$(build-shared) = yes].
21125         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21126         * sysdeps/i386/i686/multiarch/strstr-c.c
21127         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21128         [SHARED && !NO_HIDDEN].
21129         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21130         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21131         * sysdeps/powerpc/powerpc32/dl-machine.c
21132         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21133         * sysdeps/powerpc/powerpc32/sysdep.h
21134         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21135         to [SHARED && PIC && !NO_HIDDEN].
21136         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21137         conditional to [SHARED].
21139 2013-09-04   Will Newton  <will.newton@linaro.org>
21141         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21142         * benchtests/bench-string.h: Include bench-timing.h instead
21143         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21144         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21145         call to HP_TIMING_DIFF_INIT.
21146         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21147         instead of hp-timing.h macros.
21148         * benchtests/bench-memchr.c: Likewise.
21149         * benchtests/bench-memcmp.c: Likewise.
21150         * benchtests/bench-memcpy.c: Likewise.
21151         * benchtests/bench-memmem.c: Likewise.
21152         * benchtests/bench-memmove.c: Likewise.
21153         * benchtests/bench-memset.c: Likewise.
21154         * benchtests/bench-rawmemchr.c: Likewise.
21155         * benchtests/bench-strcasecmp.c: Likewise.
21156         * benchtests/bench-strcasestr.c: Likewise.
21157         * benchtests/bench-strcat.c: Likewise.
21158         * benchtests/bench-strchr.c: Likewise.
21159         * benchtests/bench-strcmp.c: Likewise.
21160         * benchtests/bench-strcpy.c: Likewise.
21161         * benchtests/bench-strcpy_chk.c: Likewise.
21162         * benchtests/bench-strlen.c: Likewise.
21163         * benchtests/bench-strncasecmp.c: Likewise.
21164         * benchtests/bench-strncat.c: Likewise.
21165         * benchtests/bench-strncmp.c: Likewise.
21166         * benchtests/bench-strncpy.c: Likewise.
21167         * benchtests/bench-strnlen.c: Likewise.
21168         * benchtests/bench-strpbrk.c: Likewise.
21169         * benchtests/bench-strrchr.c: Likewise.
21170         * benchtests/bench-strspn.c: Likewise.
21171         * benchtests/bench-strstr.c: Likewise.
21173 2013-09-04  Will Newton  <will.newton@linaro.org>
21175         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21177 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21179         [BZ #15427]
21180         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21181         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21182         * math/libm-test.inc (lgamma_test_data): Add more tests.
21183         * sysdeps/i386/fpu/libm-test-ulps: Update.
21184         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21186 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21188         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21189         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21190         Add ifunc.
21191         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21192         Add strcmp-sse2-unaligned
21193         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21195 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21197         * Versions.def (libc): Add GLIBC_2.19.
21199 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21201         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21202         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21204 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21206         [BZ #14155]
21207         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21208         intermediate calculations in recurrence.
21209         (__ieee754_ynf): Likewise.
21210         * math/libm-test.inc (jn_test_data): Do not allow spurious
21211         underflow exception.  Add more tests.
21212         (yn_test_data): Add more tests.
21213         * sysdeps/i386/fpu/libm-test-ulps: Update.
21214         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21216 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21218         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21220 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21222         * csu/init-first.c: Fix then/than typos.
21223         * locale/programs/ld-collate.c: Likewise.
21224         * locale/programs/linereader.h: Likewise.
21225         * manual/charset.texi: Likewise.
21226         * manual/filesys.texi: Likewise.
21227         * manual/stdio.texi: Likewise.
21228         * manual/string.texi: Likewise.
21229         * stdlib/fmtmsg.c: Likewise.
21230         * sysdeps/i386/stpncpy.S: Likewise.
21231         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21232         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21233         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21234         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21236 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21238         * elf/dl-open.c: Fix typos.
21239         * iconvdata/gbbig5.c: Likewise.
21240         * iconvdata/iso-2022-jp.c: Likewise.
21241         * iconv/gconv_int.h: Likewise.
21242         * iconv/loop.c: Likewise.
21243         * nis/rpcsvc/nis.h: Likewise.
21244         * resolv/ns_name.c: Likewise.
21245         * stdio-common/vfscanf.c: Likewise.
21246         * streams/stropts.h: Likewise.
21247         * sunrpc/rpc_thread.c: Likewise.
21248         * sysdeps/i386/strpbrk.S: Likewise.
21249         * sysdeps/ieee754/k_standard.c: Likewise.
21250         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21251         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21252         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21253         * sysdeps/mach/hurd/profil.c: Likewise.
21254         * sysdeps/s390/dl-procinfo.h: Likewise.
21255         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21256         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21257         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21258         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21259         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21261 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21263         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21264         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21266 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21268         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21269         aix specific files.
21270         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21271         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21272         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21273         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21274         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21275         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21276         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21277         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21279 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21280             Roland McGrath  <roland@hack.frob.com>
21282         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21283         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21285 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21287         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21288         __executable_start symbol instead of _start.
21290 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21292         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21293         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21294         Move macros to...
21295         * sysdeps/gnu/ldsodefs.h: ... this new file.
21297         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21298         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21299         instead of ELFOSABI_LINUX.
21301         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21302         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21303         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21304         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21305         Likewise.
21306         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21307         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21308         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21309         Likewise.
21310         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21311         (ibm_extended_long_double): Add ieee_nan member.
21312         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21313         (do_test): New function.
21315         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21316         TEST_TRUNC.
21317         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21318         functions, renamed from truncdfsf_test, trunctfsf_test,
21319         trunctfdf_test.
21320         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21321         functions.
21322         (do_test): Run all these.
21324 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21326         * argp/argp-help.c: Fix typos.
21327         * argp/argp-parse.c: Likewise.
21328         * debug/backtracesyms.c: Likewise.
21329         * elf/elf.h: Likewise.
21330         * malloc/malloc.c: Likewise.
21331         * nis/nis_print.c: Likewise.
21332         * resolv/res_comp.c: Likewise.
21333         * stdlib/stdlib.h: Likewise.
21334         * sunrpc/clnt_tcp.c: Likewise.
21335         * sunrpc/clnt_udp.c: Likewise.
21336         * sunrpc/clnt_unix.c: Likewise.
21337         * sysdeps/unix/bsd/ptsname.c: Likewise.
21338         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21339         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21341         Likewise.
21342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21343         Likewise.
21344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21345         Likewise.
21346         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21348 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21350         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21351         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21353 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21355         [BZ #15897]
21356         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21357         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21358         ($(objpfx)bug-dl-leaf): New rule.
21359         ($(objpfx)bug-dl-leaf.so): Likewise.
21360         ($(objpfx)bug-dl-leaf.out): Likewise.
21361         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21362         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21363         * dlfcn/bug-dl-leaf.c: New test.
21364         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21365         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21366         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21367         (dlclose): Likewise.
21368         (dlmopen): Likewise.
21370 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21372         * include/netdb.h [!_ISOMAC]:
21373         Don't include <tls.h>.
21374         (h_errno, __libc_h_errno): Move declaration and macros out of
21375         [_LIBC_REENTRANT].
21377         * include/resolv.h [_RESOLV_H_]:
21378         Don't include <tls.h>.
21379         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21380         * resolv/res_libc.c: Don't include <tls.h>.
21381         (_res): Use __attribute__ ((nocommon)) in place of
21382         __attribute__ ((section (".bss"))).
21384         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21385         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21387         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21389         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21390         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21392         * resolv/res_mkquery.c: Include <sys/time.h>.
21394         * inet/ifreq.c: Moved to ...
21395         * sysdeps/unix/ifreq.c: ... here.
21396         * inet/ifreq.c: New file, true stub version.
21398         * socket/sa_len.c: New file.
21399         * socket/Makefile (aux): Add it.
21400         * sysdeps/unix/sysv/linux/Makefile
21401         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21402         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21403         and #include <socket/sa_len.c>.
21404         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21405         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21407         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21408         * bits/socket.h: ... here.
21410         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21411         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21412         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21414 2013-08-27  Andreas Schwab  <schwab@suse.de>
21416         [BZ #15736]
21417         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21418         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21419         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21420         * string/test-strcasecmp.c (test_main): Run tests in several
21421         locales.
21422         * string/test-strncasecmp.c (test_main): Likewise.
21424         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21425         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21426         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21427         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21428         (__strncasecmp_ssse3) [PIC]: Likewise.
21430 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21432         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21434         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21435         instead of explicitly declaring xdecrypt.
21436         * nis/nss_nis/nis-publickey.c: Likewise.
21438 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21440         [BZ #15890]
21441         * nscd/aicache.c: Include res_hconf.h.
21442         (addhstaiX): Initialize res_hconf.
21444 2013-08-26  Andreas Schwab  <schwab@suse.de>
21446         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21447         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21449 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21451         * nscd/aicache.c (addhstaiX): Fix indentation.
21453 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21455         * configure.ac: Quote $build_pt_chown test.
21456         * configure: Regenerated.
21458 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21460         [BZ #15532]
21461         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21462         * math/s_cexpf.c (__cexpf): Likewise.
21463         * math/s_cexpl.c (__cexpl): Likewise.
21464         * math/libm-test.inc (cexp_test_data): Correct expected return
21465         value for NaN + i0.  Add another test.
21467 2013-08-22  David S. Miller  <davem@davemloft.net>
21469         * po/ca.po: Update Catalan translation from translation project.
21470         * po/uk.po: Add Ukrainian translations from translation project.
21472 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
21474         [BZ #15797]
21475         * math/s_fdim.c (__fdim): Check for infinite arguments if result
21476         is infinite, not alongside NaN test.
21477         * math/s_fdimf.c (__fdimf): Likewise.
21478         * math/s_fdiml.c (__fdiml): Likewise.
21479         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
21480         errno is unchanged.
21482 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
21484         * argp/argp-help.c: Fix typos.
21485         * crypt/speeds.c: Likewise.
21486         * csu/check_fds.c: Likewise.
21487         * elf/dl-load.c: Likewise.
21488         * elf/dl-open.c: Likewise.
21489         * elf/reldep3.c: Likewise.
21490         * elf/reldep.c: Likewise.
21491         * elf/sprof.c: Likewise.
21492         * iconv/iconv_charmap.c: Likewise.
21493         * iconv/skeleton.c: Likewise.
21494         * iconv/strtab.c: Likewise.
21495         * io/lockf64.c: Likewise.
21496         * libio/libioP.h: Likewise.
21497         * resolv/gai_notify.c: Likewise.
21498         * resolv/ns_name.c: Likewise.
21499         * resolv/ns_samedomain.c: Likewise.
21500         * resolv/res_send.c: Likewise.
21501         * stdlib/random.c: Likewise.
21502         * sunrpc/rpc/xdr.h: Likewise.
21503         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
21504         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21505         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21506         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21507         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21508         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21509         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21510         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21511         * sysdeps/mach/hurd/check_fds.c: Likewise.
21512         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21513         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21514         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21515         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21516         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21517         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21518         * sysdeps/pthread/aio_notify.c: Likewise.
21519         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
21520         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
21521         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
21522         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21523         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21525 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21527         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
21528         version if bit_Slow_SSE4_2 is set.
21529         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21530         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21532 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21534         [BZ #15867]
21535         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
21536         trampoline stack frame information.
21537         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
21538         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
21539         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
21540         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
21541         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
21542         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21543         (_libc_vdso_platform_setup): Initialize the signal trampolines.
21544         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
21545         sa_flags value.
21546         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
21547         interrupting a syscall and set with option SA_SIGINFO.
21549 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21551         [BZ #15531]
21552         * math/s_cproj.c (__cproj): Only return an infinity if one part of
21553         argument is infinite.
21554         * math/s_cprojf.c (__cprojf): Likewise.
21555         * math/s_cprojl.c (__cprojl): Likewise.
21556         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
21557         * math/libm-test.inc (cproj_test_data): Add more tests.
21559         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
21561         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
21562         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
21563         size.  Use __ffs to determine corresponding shift.
21565 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21566             Roland McGrath  <roland@hack.frob.com>
21568         * Makefile (INSTALL): Remove trailing blank lines from output of
21569         makeinfo.
21571 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21573         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
21574         Align 32 bit compat elf_greg to 8 bytes.
21576 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
21578         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
21580 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21582         * string/strcoll_l.c (coll_seq): New structure.
21583         (get_next_seq_cached): New function.
21584         (get_next_seq): New function.
21585         (do_compare): New function.
21586         (STRCOLL): Use GNU style definition.  Simplify implementation
21587         by using get_next_seq, get_next_seq_cached and do_compare.
21589 2013-08-16  Florian Weimer  <fweimer@redhat.com>
21591         [BZ #14699]
21592         CVE-2013-4237
21593         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
21594         member.
21595         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
21596         member.
21597         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
21598         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
21599         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
21600         conditional.
21601         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
21602         GETDENTS_64BIT_ALIGNED.
21603         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
21604         * manual/filesys.texi (Reading/Closing Directory): Document
21605         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
21606         strongly.
21607         * manual/conf.texi (Limits for Files): Add portability note to
21608         NAME_MAX, PATH_MAX.
21609         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
21611 2013-08-13  Andreas Schwab  <schwab@suse.de>
21613         [BZ #15749]
21614         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
21615         of fabs.
21616         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
21617         LDBL_MAX_EXP >= 16384]: Add tests for it.
21619 2013-08-12  David S. Miller  <davem@davemloft.net>
21621         * version.h (RELEASE): Set to "development".
21622         (VERSION): Set to "2.18.90".
21623         * NEWS: Add 2.19 section.
21625 2013-08-03  David S. Miller  <davem@davemloft.net>
21627         * po/ko.po: Update Korean translation from translation project.
21629 2013-08-01  David S. Miller  <davem@davemloft.net>
21631         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
21632         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
21633         Bilka.
21635 2013-07-30  David S. Miller  <davem@davemloft.net>
21637         * po/fr.po: Update French translation from translation project.
21639 2013-07-28  David S. Miller  <davem@davemloft.net>
21641         * po/cs.po: Update Czech translation from translation project.
21643         * po/sv.po: Update Swedish translation from translation project.
21645 2013-07-27  David S. Miller  <davem@davemloft.net>
21647         * po/eo.po: Update Esperanto translation from translation project.
21649         * po/vi.po: Update Vietnamese translation from translation project.
21651         * po/de.po: Update German translation from translation project.
21653 2013-07-26  David S. Miller  <davem@davemloft.net>
21655         * po/bg.po: Update Bulgarian translation from translation project.
21657         * po/nl.po: Update Dutch translation from translation project.
21658         * po/pl.po: Update Polish translation from translation project.
21659         * po/ru.po: Update Russian translation from translation project.
21661 2013-07-24  David S. Miller  <davem@davemloft.net>
21663         * po/libc.pot: Update.
21665 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21667         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
21668         variable page size.
21669         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
21670         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
21671         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
21673 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21675         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
21677 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21678             Andreas Schwab  <schwab@suse.de>
21679             Roland McGrath  <roland@hack.frob.com>
21680             Joseph Myers  <joseph@codesourcery.com>
21681             Carlos O'Donell  <carlos@redhat.com>
21683         [BZ #15755]
21684         * config.h.in: Define HAVE_PT_CHOWN.
21685         * config.make.in (build-pt-chown): New variable.
21686         * configure.in (--enable-pt_chown): New configure option.
21687         * configure: Regenerate.
21688         * login/Makefile: Include Makeconfig.  Build pt_chown only if
21689         build-pt-chown is enabled.
21690         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
21691         pt_chown to fix pty ownership.
21692         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
21693         CLOSE_ALL_FDS.
21694         * manual/install.texi (Configuring and compiling): Mention
21695         --enable-pt_chown. Add @findex for grantpt.
21696         * INSTALL: Regenerate.
21698 2013-07-20  David S. Miller  <davem@davemloft.net>
21700         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
21701         difference between 32-bit and 64-bit.
21703 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
21705         [BZ #15711]
21706         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
21707         Avoid system header dependency with -ffreestanding.
21708         ($(objpfx)bits/syscall%d): Likewise.
21710 2013-07-13  David S. Miller  <davem@davemloft.net>
21712         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
21713         underflows from atanl/atan2l due to bug 15319.
21714         (casinh_test_data): Likewise.
21716 2013-07-07  David S. Miller  <davem@davemloft.net>
21718         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
21720 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
21722         * sysdeps/i386/fpu/libm-test-ulps: Update.
21723         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21725 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21727         * configure.in (--enable-lock-elision): Fix message text.
21728         * INSTALL: Regenerate.
21729         * configure: Regenerate.
21731 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21733         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21735 2013-07-03  Andreas Jaeger  <aj@suse.de>
21737         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
21738         define.
21739         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
21740         (ptrace_peeksiginfo_args): Add.
21741         (__ptrace_peeksiginfo_flags): Add.
21742         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21743         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21744         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21746 2013-07-03  Allan McRae  <allan@archlinux.org>
21748         * sysdeps/i386/fpu/libm-test-ulps: Update.
21750 2013-07-02  David S. Miller  <davem@davemloft.net>
21752         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21754 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
21756         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21758 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21760         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
21761         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21763 2013-07-02  Andi Kleen <ak@linux.intel.com>
21765         * config.h.in (ENABLE_LOCK_ELISION): Add.
21766         * configure.in (--enable-lock-elision): Add option.
21767         * manual/install.texi: Document --enable lock elision.
21768         * configure: Regenerate
21769         * INSTALL: Regenerate.
21771 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
21773         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
21774         SSE4.2 strcasecmp for libc.a.
21775         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
21777 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21779         [BZ #13304]
21780         * soft-fp/op-common.h (_FP_FMA): New macro.
21781         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
21782         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
21783         (_FP_MUL_MEAT_1_imm): ... here.
21784         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
21785         (_FP_MUL_MEAT_1_wide): ... here.
21786         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
21787         (_FP_MUL_MEAT_1_hard): ... here.
21788         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
21789         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
21790         (_FP_MUL_MEAT_2_wide): ... here.
21791         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
21792         (_FP_MUL_MEAT_2_wide_3mul): ... here.
21793         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
21794         (_FP_MUL_MEAT_2_gmp): ... here.
21795         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
21796         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
21797         (_FP_MUL_MEAT_4_wide): ... here.
21798         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
21799         (_FP_MUL_MEAT_4_gmp): ... here.
21800         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
21801         (_FP_WFRACBITS_DW_S): Likewise.
21802         (_FP_WFRACXBITS_DW_S): Likewise.
21803         (_FP_HIGHBIT_DW_S): Likewise.
21804         (FP_FMA_S): Likewise.
21805         (_FP_FRAC_HIGH_DW_S): Likewise.
21806         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
21807         (_FP_WFRACBITS_DW_D): Likewise.
21808         (_FP_WFRACXBITS_DW_D): Likewise.
21809         (_FP_HIGHBIT_DW_D): Likewise.
21810         (FP_FMA_D): Likewise.
21811         (_FP_FRAC_HIGH_DW_D): Likewise.
21812         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
21813         (_FP_WFRACBITS_DW_E): Likewise.
21814         (_FP_WFRACXBITS_DW_E): Likewise.
21815         (_FP_HIGHBIT_DW_E): Likewise.
21816         (FP_FMA_E): Likewise.
21817         (_FP_FRAC_HIGH_DW_E): Likewise.
21818         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
21819         (_FP_WFRACBITS_DW_Q): Likewise.
21820         (_FP_WFRACXBITS_DW_Q): Likewise.
21821         (_FP_HIGHBIT_DW_Q): Likewise.
21822         (FP_FMA_Q): Likewise.
21823         (_FP_FRAC_HIGH_DW_Q): Likewise.
21824         * soft-fp/fmasf4.c: New file.
21825         * soft-fp/fmadf4.c: Likewise.
21826         * soft-fp/fmatf4.c: Likewise.
21828 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21830         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
21831         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
21832         Silvermont.
21833         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
21834         macro.
21835         (index_Slow_SSE4_2): Likewise.
21836         (index_Prefer_PMINUB_for_stringop): Likewise.
21837         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
21838         bit_Slow_SSE4_2 is set.
21839         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
21840         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21842 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21844         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
21845         rtld_global._dl_hwcap2.
21846         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
21847         POWER8.
21848         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
21849         POWER8 feature descriptions defined in _dl_hwcap2.
21850         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
21851         string handling for POWER8 feature bits.
21852         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
21853         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
21854         _dl_powerpc_cap_flags.
21855         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
21856         * sysdeps/powerpc/rtld-global-offsets.sym
21857         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
21858         _dl_hwcap2 in the rtld_global_ro structure.
21860 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21862         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
21863         hardware capabilities in support of AT_HWCAP2.
21864         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
21865         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
21866         GLRO(dl_hwcap2).
21867         (_dl_show_auxv): Add support for calling _dl_procinfo to display
21868         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
21869         explicitly the unknown a_type display mechanism is used.
21870         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
21871         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
21872         struct member.
21873         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
21874         to macro prototype for AT_HWCAP2 support.
21875         * sysdeps/i386/dl-procinfo.h: Likewise.
21876         * sysdeps/s390/dl-procinfo.h: Likewise.
21877         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
21878         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
21879         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
21880         return -1 for unknown a_type display fallback.
21881         * sysdeps/sparc/dl-procinfo.h: Likewise.
21882         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
21883         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
21885 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
21887         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
21888         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
21890 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
21892         [BZ #12492]
21893         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
21894         mprotect making __stack_prot writable.
21896 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
21897             Joseph Myers  <joseph@codesourcery.com>
21899         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
21900         as being properly aligned.
21902 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
21904         * dlfcn/modstatic5.c: New file.
21905         * dlfcn/tststatic5.c: New file.
21906         * dlfcn/Makefile (tests): Add tststatic5.
21907         (tests-static): Likewise.
21908         (modules-names): Add modstatic5.
21909         (tststatic5-ENV): New variable.
21910         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
21912         [BZ #15022]
21913         * elf/dl-support.c (_dl_main_map): New variable.
21914         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
21915         (_dl_nns, _dl_load_adds): Set to 1.
21916         (_dl_initial_searchlist): Refer to _dl_main_map.
21917         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
21918         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
21919         call to _dl_get_origin.
21920         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
21921         around call_map.
21922         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
21923         * dlfcn/modstatic3.c: New file.
21924         * dlfcn/tststatic3.c: New file.
21925         * dlfcn/tststatic4.c: New file.
21926         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
21927         (tests-static): Likewise.
21928         (modules-names): Add modstatic3.
21929         (tststatic3-ENV, tststatic4-ENV): New variables.
21930         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
21931         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
21933 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
21935         * configure.in (CC): Require GCC version 4.4 or later.
21936         * configure: Regenerated.
21937         * manual/install.texi (Tools for Compilation): Update GCC version
21938         requirement.
21939         * INSTALL: Regenerated.
21941 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21943         [BZ #15674]
21944         * string/test-memcmp.c (check2): New.
21945         (main): Call check2.
21947         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
21949 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
21951         [BZ #15022]
21952         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
21953         over to...
21954         (dl_open_worker) [!SHARED]: ... here.
21956 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21958         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
21960 2013-06-25  Richard Henderson  <rth@redhat.com>
21962         * locale/programs/locarchive.c: Include <libc-internal.h>
21964 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
21966         * manual/texinfo.tex: Update to version 2013-06-21.17, with
21967         trailing whitespace removed.
21969 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
21971         [BZ #10283]
21972         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
21973         * locale/programs/locarchive.c: Include libc-mmap.h.
21974         (prepare_address_space): Take two new outputs (the mmap base and len).
21975         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
21976         values.
21977         (create_archive): Declare new mmap base and len values for
21978         prepare_address_space, and store the result in ah.
21979         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
21980         (enlarge_archive): If ah->mmap_base is not NULL, use that and
21981         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
21982         Declare new mmap base and len values for
21983         prepare_address_space, and store the result in new_ah.
21984         (open_archive): Declare new mmap base and len values for
21985         prepare_address_space, and store the result in ah.
21986         (close_archive): If ah->mmap_base is not NULL, use that and
21987         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
21988         * sysdeps/generic/libc-mmap.h: New file.
21990 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
21992         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
21993         (ALIGN_UP): Likewise.
21994         (PTR_ALIGN_DOWN): Likewise.
21995         (PTR_ALIGN_UP): Likewise.
21997 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21999         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22000         entry mapped to PPC_PLATFORM_POWER8.
22001         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22002         POWER8.
22003         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22004         (_dl_string_platform): Add case for exporting platform position for
22005         POWER8.
22006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22007         search path to sysdeps/powerpc/powerpc32/power8 directory.
22008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22009         search path to sysdeps/powerpc/powerpc64/power8 directory.
22010         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22011         power7 directories.
22012         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22013         power7 directories.
22015 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22017         * INSTALL: Regenerate.
22019         * nscd/connections.c (nscd_init): Fix comment.
22021 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22023         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22025         [BZ #15667]
22026         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22027         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22029 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22031         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22032         DL_DST_REQ_STATIC.
22033         (DL_DST_REQ_STATIC): Remove macro.
22035 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22037         [BZ #7006]
22038         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22039         with a shift of 0 bits.
22041 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22043         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22044         $(tststatic-ENV).
22046 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22048         [BZ #15655]
22049         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22051 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22053         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22054         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22055         accepts -fno-tree-loop-distribute-patterns.
22056         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22057         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22058         recursive call.
22059         * string/memset.c (memset): Likewise.
22060         * string/test-memmove.c (simple_memmove): Disable loop transformation
22061         to library calls.
22062         * string/test-memset.c (simple_memset): Likewise.
22063         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22064         * benchtests/bench-memset.c (simple_memset): Likewise.
22065         * configure: Regenerated.
22067 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22069         * math/test-misc.c (main): Ignore fesetround failure when failures
22070         of subsequent rounding tests would be ignored.
22072         [BZ #15654]
22073         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22074         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22075         * math/fegetenv.c (__fegetenv): Return 0.
22076         * math/fegetexcept.c (fegetexcept): Return 0.
22077         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22078         FE_TONEAREST.
22079         * math/feholdexcpt.c (feholdexcept): Return 0.
22080         * math/fesetenv.c (__fesetenv): Return 0.
22081         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22082         argument FE_TONEAREST.
22083         * math/feupdateenv.c (__feupdateenv): Return 0.
22084         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22086 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22088         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22089         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22090         ($(objpfx)rtld-%.os rules): Use them.
22092 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22094         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22095         fields.
22097 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22099         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22100         length of target pattern, then descending length of dependency pattern.
22101         * configure.in (AWK): Require gawk 3.1.2 or newer.
22102         * manual/install.texi (Tools for Compilation): Say that we do.
22103         * configure: Regenerated.
22105         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22106         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22107         * scripts/sysd-rules.awk: ... this new script.
22108         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22109         than a glob-style pattern.
22111 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22113         * math/test-misc.c (main): Do not treat incorrectly rounded
22114         conversions as failure unless ROUNDING_TESTS passes.
22116 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22118         [BZ #15631]
22119         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22120         restore exception state around main square root computation, then
22121         check for inexactness explicitly.
22123         * math/libm-test.inc (fma_test_data): Add another test.
22125 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22127         * manual/threads.texi (Non-POSIX Extensions): New document
22128         node.  Document pthread_getattr_default_np and
22129         pthread_setattr_default_np.
22131         * Versions.def (libpthread): Add GLIBC_2.18.
22132         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22134         Likewise.
22135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22136         Likewise.
22137         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22138         Likewise.
22139         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22140         Likewise.
22141         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22142         Likewise.
22143         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22144         Likewise.
22145         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22146         Likewise.
22147         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22148         Likewise.
22149         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22150         Likewise.
22152 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22154         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22155         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22157 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22158             H.J. Lu  <hjl.tools@gmail.com>
22160         [BZ #15627]
22161         * sysdeps/x86_64/rtld-memset.c: Remove file.
22162         * sysdeps/x86_64/rtld-memset.S: New file.
22164 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22166         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22167         (test_in_one_mode): Take arguments for whether the rounding mode
22168         is supported for each floating-point type.
22169         (do_test): Pass new arguments to test_in_one_mode using
22170         ROUNDING_TESTS.
22172 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22174         * posix/tst-waitid.c (do_test): Distinguish different instances of
22175         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22176         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22177         before entering the kernel for waitpid.
22179 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22181         * NEWS: Fix note on clock function precision.  Text by Roland
22182         McGrath.
22184 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22186         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22187         it into place only when and if the sanity check passes.
22189 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22191         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22192         output for whether conversion result is exact.  Take argument
22193         indicating whether type is IBM long double.
22194         (round_for_all): Change need_exact field to ibm_ld.
22195         * stdlib/tst-strtod-round.c (struct exactness): New type.
22196         (struct test): Change bool ld_ok field to struct exactness exact.
22197         (TEST): Update all definitions for change to field.
22198         (tests): Regenerate array contents.
22199         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22200         field value.  Check for IBM long double here.
22201         (do_test): Update calls to test_in_one_mode.
22203 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22205         [BZ #12515]
22206         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22207         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22209 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22211         [BZ #15605]
22212         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22213         generated by the compiler on loop optimizations.
22214         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22215         general definitions.
22217 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22219         * math/bug-nextafter.c: Include <math-tests.h>.
22220         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22221         the relevant type.
22222         * math/bug-nexttoward.c: Include <math-tests.h>.
22223         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22224         the relevant type.
22225         * math/test-misc.c: Include <math-tests.h>.
22226         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22227         the relevant type.
22229 2013-06-12  Andreas Jaeger  <aj@suse.de>
22231         * po/ia.po: Update Interlingua translation from translation
22232         project.
22234 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22236         * include/fenv.h: Include stdbool.h.
22237         (struct rm_ctx): New structure.
22238         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22239         Define macro.
22240         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22241         (SET_RESTORE_ROUNDF): Likewise.
22242         (SET_RESTORE_ROUNDL): Likewise.
22243         (SET_RESTORE_ROUND_NOEX): Likewise.
22244         (SET_RESTORE_ROUND_NOEXF): Likewise.
22245         (SET_RESTORE_ROUND_NOEXL): Likewise.
22246         (SET_RESTORE_ROUND_53BIT): Likewise.
22247         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22248         (libc_feresetround_noexf_ctx): Likewise.
22249         (libc_feresetround_noexl_ctx): Likewise.
22250         (libc_feholdsetround_53bit_ctx): Likewise.
22251         (libc_feresetround_53bit_ctx): Likewise.
22252         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22253         (libc_feholdexcept_setround_sse_ctx): New function.
22254         (libc_fesetenv_sse_ctx): Likewise.
22255         (libc_feupdateenv_sse_ctx): Likewise.
22256         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22257         (libc_feholdexcept_setround_387_ctx): Likewise.
22258         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22259         (libc_feholdsetround_387_prec_ctx): Likewise.
22260         (libc_feholdsetround_387_ctx): Likewise.
22261         (libc_feholdsetround_387_53bit_ctx): Likewise.
22262         (libc_feholdsetround_sse_ctx): Likewise.
22263         (libc_feresetround_sse_ctx): Likewise.
22264         (libc_feresetround_387_ctx): Likewise.
22265         (libc_feupdateenv_387_ctx): Likewise.
22266         (libc_feholdexcept_setroundf_ctx): Define macro.
22267         (libc_fesetenvf_ctx): Likewise.
22268         (libc_feupdateenvf_ctx): Likewise.
22269         (libc_feholdsetroundf_ctx): Likewise.
22270         (libc_feresetroundf_ctx): Likewise.
22271         (libc_feholdexcept_setround_ctx): Likewise.
22272         (libc_fesetenv_ctx): Likewise.
22273         (libc_feupdateenv_ctx): Likewise.
22274         (libc_feholdsetround_ctx): Likewise.
22275         (libc_feresetround_ctx): Likewise.
22276         (libc_feholdexcept_setroundl_ctx): Likewise.
22277         (libc_feupdateenvl_ctx): Likewise.
22278         (libc_feholdsetroundl_ctx): Likewise.
22279         (libc_feresetroundl_ctx): Likewise.
22280         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22281         (libc_feresetround_53bit_ctx): Likewise.
22283 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22285         * locale/iso-639.def: Convert to UTF-8.
22287 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22289         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22290         (EXCEPTION_TESTS_double): Likewise.
22291         (EXCEPTION_TESTS_long_double): Likewise.
22292         (EXCEPTION_TESTS): Likewise.
22293         * math/libm-test.inc (test_exceptions): Only test exceptions if
22294         EXCEPTION_TESTS (FLOAT).
22296 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22298         * benchtests/Makefile (string-bench): Add strcpy_chk and
22299         stpcpy_chk.
22300         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22301         * benchtests/bench-stpcpy_chk.c: New file.
22302         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22303         * benchtests/bench-strcpy_chk.c: New file.
22304         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22305         code.
22306         (do_test): Likewise.
22308 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22310         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22311         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22312         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22313         with tabs where appropriate.
22314         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22315         dl-procinfo.h.
22316         [PPC_PLATFORM_PPC440]: Likewise.
22317         [PPC_PLATFORM_PPC464]: Likewise.
22318         [PPC_PLATFORM_PPC476]: Likewise.
22319         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22320         ppc464, and ppc476 platform strings merging from ports/
22321         dl-procinfo.h.
22323 2013-06-11  Andreas Schwab  <schwab@suse.de>
22325         [BZ #14991]
22326         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22327         (from_ucs4_idx): Regenerate.
22328         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22329         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22330         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22331         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22332         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22333         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22334         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22335         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22336         from FROM_LOOP and TO_LOOP specific macros.
22337         (BODY): Handle combining characters.
22338         * iconvdata/BIG5HKSCS.irreversible: Update.
22339         * iconvdata/BIG5HKSCS.precomposed: New file.
22340         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22341         characters.
22342         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22344 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22346         * include/sys/time.h: Fix indentation and add copyright header.
22348         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22349         (do_test): Likewise.
22350         * string/test-memchr.c (do_one_test): Likewise.
22351         (do_test): Likewise.
22352         * string/test-memcmp.c (do_one_test): Likewise.
22353         (do_test): Likewise.
22354         * string/test-memcpy.c (do_one_test): Likewise.
22355         (do_test): Likewise.
22356         * string/test-memmem.c (do_one_test): Likewise.
22357         (do_test): Likewise.
22358         (do_random_tests): Likewise.
22359         * string/test-memmove.c (do_one_test): Likewise.
22360         (do_test): Likewise.
22361         * string/test-memset.c (do_one_test): Likewise.
22362         (do_test): Likewise.
22363         * string/test-rawmemchr.c (do_one_test): Likewise.
22364         (do_test): Likewise.
22365         * string/test-strcasecmp.c (do_one_test): Likewise.
22366         (do_test): Likewise.
22367         * string/test-strcasestr.c (do_one_test): Likewise.
22368         (do_test): Likewise.
22369         * string/test-strcat.c (do_one_test): Likewise.
22370         (do_test): Likewise.
22371         * string/test-strchr.c (do_one_test): Likewise.
22372         (do_test): Likewise.
22373         * string/test-strcmp.c (do_one_test): Likewise.
22374         (do_test): Likewise.
22375         * string/test-strcpy.c (do_one_test): Likewise.
22376         (do_test): Likewise.
22377         * string/test-string.h: Likewise.
22378         (test_init): Likewise.
22379         * string/test-strlen.c (do_one_test): Likewise.
22380         (do_test): Likewise.
22381         * string/test-strncasecmp.c (do_one_test): Likewise.
22382         (do_test): Likewise.
22383         * string/test-strncat.c (do_one_test): Likewise.
22384         (do_test): Likewise.
22385         * string/test-strncmp.c (do_one_test): Likewise.
22386         (do_test_limit): Likewise.
22387         (do_test): Likewise.
22388         * string/test-strncpy.c (do_one_test): Likewise.
22389         (do_test): Likewise.
22390         * string/test-strnlen.c (do_one_test): Likewise.
22391         (do_test): Likewise.
22392         * string/test-strpbrk.c (do_one_test): Likewise.
22393         (do_test): Likewise.
22394         * string/test-strrchr.c (do_one_test): Likewise.
22395         (do_test): Likewise.
22396         * string/test-strspn.c (do_one_test): Likewise.
22397         (do_test): Likewise.
22398         * string/test-strstr.c (do_one_test): Likewise.
22399         (do_test): Likewise.
22401         * benchtests/Makefile (string-bench): Add string benchmarks.
22402         * benchtests/bench-bcopy-ifunc.c: New file.
22403         * benchtests/bench-bcopy.c: New file.
22404         * benchtests/bench-bzero-ifunc.c: New file.
22405         * benchtests/bench-bzero.c: New file.
22406         * benchtests/bench-memccpy-ifunc.c: New file.
22407         * benchtests/bench-memccpy.c: New file.
22408         * benchtests/bench-memchr-ifunc.c: New file.
22409         * benchtests/bench-memchr.c: New file.
22410         * benchtests/bench-memcmp-ifunc.c: New file.
22411         * benchtests/bench-memcmp.c: New file.
22412         * benchtests/bench-memmem-ifunc.c: New file.
22413         * benchtests/bench-memmem.c: New file.
22414         * benchtests/bench-memmove-ifunc.c: New file.
22415         * benchtests/bench-memmove.c: New file.
22416         * benchtests/bench-mempcpy-ifunc.c: New file.
22417         * benchtests/bench-mempcpy.c: New file.
22418         * benchtests/bench-memset-ifunc.c: New file.
22419         * benchtests/bench-memset.c: New file.
22420         * benchtests/bench-rawmemchr-ifunc.c: New file.
22421         * benchtests/bench-rawmemchr.c: New file.
22422         * benchtests/bench-stpcpy-ifunc.c: New file.
22423         * benchtests/bench-stpcpy.c: New file.
22424         * benchtests/bench-stpncpy-ifunc.c: New file.
22425         * benchtests/bench-stpncpy.c: New file.
22426         * benchtests/bench-strcasecmp-ifunc.c: New file.
22427         * benchtests/bench-strcasecmp.c: New file.
22428         * benchtests/bench-strcasestr-ifunc.c: New file.
22429         * benchtests/bench-strcasestr.c: New file.
22430         * benchtests/bench-strcat-ifunc.c: New file.
22431         * benchtests/bench-strcat.c: New file.
22432         * benchtests/bench-strchr-ifunc.c: New file.
22433         * benchtests/bench-strchr.c: New file.
22434         * benchtests/bench-strchrnul-ifunc.c: New file.
22435         * benchtests/bench-strchrnul.c: New file.
22436         * benchtests/bench-strcmp-ifunc.c: New file.
22437         * benchtests/bench-strcmp.c: New file.
22438         * benchtests/bench-strcpy-ifunc.c: New file.
22439         * benchtests/bench-strcpy.c: New file.
22440         * benchtests/bench-strcspn-ifunc.c: New file.
22441         * benchtests/bench-strcspn.c: New file.
22442         * benchtests/bench-strlen-ifunc.c: New file.
22443         * benchtests/bench-strlen.c: New file.
22444         * benchtests/bench-strncasecmp-ifunc.c: New file.
22445         * benchtests/bench-strncasecmp.c: New file.
22446         * benchtests/bench-strncat-ifunc.c: New file.
22447         * benchtests/bench-strncat.c: New file.
22448         * benchtests/bench-strncmp-ifunc.c: New file.
22449         * benchtests/bench-strncmp.c: New file.
22450         * benchtests/bench-strncpy-ifunc.c: New file.
22451         * benchtests/bench-strncpy.c: New file.
22452         * benchtests/bench-strnlen-ifunc.c: New file.
22453         * benchtests/bench-strnlen.c: New file.
22454         * benchtests/bench-strpbrk-ifunc.c: New file.
22455         * benchtests/bench-strpbrk.c: New file.
22456         * benchtests/bench-strrchr-ifunc.c: New file.
22457         * benchtests/bench-strrchr.c: New file.
22458         * benchtests/bench-strspn-ifunc.c: New file.
22459         * benchtests/bench-strspn.c: New file.
22460         * benchtests/bench-strstr-ifunc.c: New file.
22461         * benchtests/bench-strstr.c: New file.
22463         * benchtests/Makefile: Disable parallel execution of targets.
22464         (string-bench): Add memcpy.
22465         (benchset): New variable to store a list of benchmark sets.
22466         (bench-func): Renamed from bench.
22467         (bench-set): New target.
22468         (bench): Depend on bench-func and bench-set.
22469         * benchtests/README: Add section on benchmark sets.
22470         * benchtests/bench-memcpy-ifunc.c: New file.
22471         * benchtests/bench-memcpy.c: New file.
22472         * benchtests/bench-string.h: New file.
22474 2013-06-11  Andreas Schwab  <schwab@suse.de>
22476         [BZ #15577]
22477         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22478         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
22479         values in the triple.
22480         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
22481         terminator in the group key.
22483 2013-06-11  Andreas Jaeger  <aj@suse.de>
22485         * po/zh_TW.po: Update Chinese (traditional) translation from
22486         translation project.
22488 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22490         * include/time.h (__clock_gettime): Add libc_hidden_proto.
22491         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
22492         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
22493         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
22494         (clock_getcpuclockid): Likewise.
22495         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
22496         Add weak_alias and libc_hidden_def.
22497         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
22498         * rt/clock_gettime.c (clock_gettime): Rename to
22499         __clock_gettime.  Add weak_alias and libc_hidden_def.
22500         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
22501         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
22502         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
22503         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
22504         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
22505         Likewise.
22506         * rt/clock_settime.c (clock_settime): Rename to
22507         __clock_settime.  Add weak_alias and libc_hidden_def.
22508         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
22510 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
22512         * mach/err_boot.sub: Remove trailing whitespace.
22513         * mach/err_ipc.sub: Likewise.
22514         * mach/err_mach.sub: Likewise.
22516         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
22517         (ROUNDING_TESTS_double): Likewise.
22518         (ROUNDING_TESTS_long_double): Likewise.
22519         (ROUNDING_TESTS): Likewise.
22520         * math/libm-test.inc: Include <math-tests.h>.
22521         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
22522         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22523         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22524         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22526 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22528         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
22529         of assigning.
22531 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
22533         * sysdeps/gnu/errlist.awk: Do not generate space at end of
22534         otherwise empty TRANS lines.
22535         * sysdeps/gnu/errlist.c: Regenerated.
22537         * catgets/gencat.c (error_print): Use (void) in function
22538         definition.
22539         * crypt/crypt_util.c (__init_des): Likewise.
22540         * crypt/speeds.c (Stop): Likewise.
22541         (main): Likewise.
22542         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
22543         * inet/ruserpass.c (token): Likewise.
22544         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
22545         * intl/localealias.c (extend_alias_table): Likewise.
22546         * intl/plural-exp.c (init_germanic_plural): Likewise.
22547         * libio/fcloseall.c (__fcloseall): Likewise.
22548         * libio/genops.c (_IO_flush_all): Likewise.
22549         (_IO_flush_all_linebuffered): Likewise.
22550         (_IO_cleanup): Likewise.
22551         (_IO_iter_begin): Likewise.
22552         (_IO_iter_end): Likewise.
22553         (_IO_list_lock): Likewise.
22554         (_IO_list_unlock): Likewise.
22555         (_IO_list_resetlock): Likewise.
22556         * libio/getchar.c (getchar): Likewise.
22557         * libio/getchar_u.c (getchar_unlocked): Likewise.
22558         * libio/getwchar.c (getwchar): Likewise.
22559         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
22560         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
22561         * login/getpt.c (__getpt): Likewise.
22562         * login/tst-utmp.c (main): Likewise.
22563         * malloc/hooks.c (__malloc_check_init): Likewise.
22564         * malloc/malloc.c (__malloc_stats): Likewise.
22565         * malloc/mtrace.c (tr_break): Likewise.
22566         (mtrace): Likewise.
22567         (muntrace): Likewise.
22568         * misc/fstab.c (endfsent): Likewise.
22569         * misc/getclktck.c (__getclktck): Likewise.
22570         * misc/getdtsz.c (__getdtablesize): Likewise.
22571         * misc/gethostid.c (gethostid): Likewise.
22572         * misc/getpagesize.c (__getpagesize): Likewise.
22573         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
22574         (__get_nprocs): Likewise.
22575         (__get_phys_pages): Likewise.
22576         (__get_avphys_pages): Likewise.
22577         * misc/getttyent.c (getttyent): Likewise.
22578         (setttyent): Likewise.
22579         (endttyent): Likewise.
22580         * misc/getusershell.c (getusershell): Likewise.
22581         (endusershell): Likewise.
22582         (setusershell): Likewise.
22583         (initshells): Likewise.
22584         * misc/hsearch.c (__hdestroy): Likewise.
22585         * misc/sync.c (sync): Likewise.
22586         * misc/syslog.c (closelog_internal): Likewise.
22587         (closelog): Likewise.
22588         * misc/ttyslot.c (ttyslot): Likewise.
22589         * misc/vhangup.c (vhangup): Likewise.
22590         * posix/fork.c (__fork): Likewise.
22591         * posix/getegid.c (__getegid): Likewise.
22592         * posix/geteuid.c (__geteuid): Likewise.
22593         * posix/getgid.c (__getgid): Likewise.
22594         * posix/getpid.c (__getpid): Likewise.
22595         * posix/getppid.c (__getppid): Likewise.
22596         * posix/getuid.c (__getuid): Likewise.
22597         * posix/pause.c (pause): Likewise.
22598         * posix/setpgrp.c (setpgrp): Likewise.
22599         * posix/setsid.c (__setsid): Likewise.
22600         * posix/test-vfork.c (noop): Likewise.
22601         * resolv/gethnamaddr.c (_endhtent): Likewise.
22602         (_gethtent): Likewise.
22603         (ht_endhostent): Likewise.
22604         (gethostent): Likewise.
22605         (dns_service): Likewise.
22606         * stdlib/drand48.c (drand48): Likewise.
22607         * stdlib/lrand48.c (lrand48): Likewise.
22608         * stdlib/mrand48.c (mrand48): Likewise.
22609         * stdlib/rand.c (rand): Likewise.
22610         * stdlib/random.c (__random): Likewise.
22611         * stdlib/setenv.c (clearenv): Likewise.
22612         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
22613         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
22614         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
22615         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
22616         (__get_nprocs): Likewise.
22617         (__get_phys_pages): Likewise.
22618         (__get_avphys_pages): Likewise.
22619         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
22620         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
22621         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
22622         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
22623         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
22624         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
22625         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
22626         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
22627         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
22628         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
22629         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
22630         * sysdeps/mach/hurd/sync.c (sync): Likewise.
22631         * sysdeps/posix/clock.c (clock): Likewise.
22632         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
22633         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
22634         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
22635         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
22636         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
22637         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
22638         (__get_nprocs_conf): Likewise.
22639         (__get_phys_pages): Likewise.
22640         (__get_avphys_pages): Likewise.
22641         * time/clock.c (clock): Likewise.
22642         * time/tzset.c (__tzname_max): Likewise.
22644 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
22646         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
22647         (__bswap_32): Do not use "register".
22648         * crypt/crypt.c (_ufc_doit_r): Likewise.
22649         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
22650         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
22651         * gmon/gmon.c (__monstartup): Likewise.
22652         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
22653         * hurd/hurdmalloc.c (more_memory): Likewise.
22654         (malloc): Likewise.
22655         (free): Likewise.
22656         (realloc): Likewise.
22657         (malloc_fork_prepare): Likewise.
22658         (malloc_fork_parent): Likewise.
22659         (malloc_fork_child): Likewise.
22660         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
22661         (_svcauth_des): Likewise.
22662         * inet/inet_lnaof.c (inet_lnaof): Likewise.
22663         * inet/inet_net.c (inet_network): Likewise.
22664         * inet/inet_netof.c (inet_netof): Likewise.
22665         * inet/rcmd.c (__validuser2_sa): Likewise.
22666         * io/fts.c (fts_open): Likewise.
22667         (fts_load): Likewise.
22668         (fts_close): Likewise.
22669         (fts_read): Likewise.
22670         (fts_children): Likewise.
22671         (fts_build): Likewise.
22672         (fts_stat): Likewise.
22673         (fts_sort): Likewise.
22674         (fts_alloc): Likewise.
22675         (fts_lfree): Likewise.
22676         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
22677         (_IO_file_xsgetn): Likewise.
22678         (_IO_file_xsgetn_mmap): Likewise.
22679         * libio/iofopncook.c (_IO_cookie_read): Likewise.
22680         (_IO_cookie_write): Likewise.
22681         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
22682         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
22683         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
22684         * malloc/obstack.c (_obstack_begin): Likewise.
22685         (_obstack_begin_1): Likewise.
22686         (_obstack_newchunk): Likewise.
22687         (_obstack_allocated_p): Likewise.
22688         (obstack_free): Likewise.
22689         (_obstack_memory_used): Likewise.
22690         * misc/getttyent.c (getttynam): Likewise.
22691         (getttyent): Likewise.
22692         (skip): Likewise.
22693         (value): Likewise.
22694         * misc/getusershell.c (initshells): Likewise.
22695         * misc/syslog.c (__vsyslog_chk): Likewise.
22696         * misc/ttyslot.c (ttyslot): Likewise.
22697         * nis/nis_hash.c (__nis_hash): Likewise.
22698         * posix/fnmatch_loop.c (FCT): Likewise.
22699         * posix/getconf.c (print_all): Likewise.
22700         (main): Likewise.
22701         * posix/getopt.c (exchange): Likewise.
22702         * posix/glob.c (globfree): Likewise.
22703         (prefix_array): Likewise.
22704         (__glob_pattern_type): Likewise.
22705         * resolv/arpa/nameser.h (NS_GET16): Likewise.
22706         (NS_GET32): Likewise.
22707         (NS_PUT16): Likewise.
22708         (NS_PUT32): Likewise.
22709         * resolv/gethnamaddr.c (getanswer): Likewise.
22710         (gethostbyname2): Likewise.
22711         (gethostbyaddr): Likewise.
22712         (_gethtent): Likewise.
22713         (_gethtbyname2): Likewise.
22714         (_gethtbyaddr): Likewise.
22715         * resolv/ns_print.c (dst_s_get_int16): Likewise.
22716         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
22717         * resolv/res_init.c (__res_vinit): Likewise.
22718         (net_mask): Likewise.
22719         * resolv/res_mkquery.c (outchar): Likewise.
22720         (PRINT): Likewise.
22721         * stdio-common/printf_fp.c (outchar): Likewise.
22722         (PRINT): Likewise.
22723         * stdio-common/printf_fphex.c (outchar): Likewise.
22724         (PRINT): Likewise.
22725         * stdio-common/printf_size.c (outchar): Likewise.
22726         (PRINT): Likewise.
22727         * stdio-common/test_rdwr.c (main): Likewise.
22728         * stdio-common/tfformat.c (matches): Likewise.
22729         * stdio-common/vfprintf.c (outchar): Likewise.
22730         (printf_unknown): Likewise.
22731         (buffered_vfprintf): Likewise.
22732         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
22733         * stdio-common/xbug.c (AppendToBuffer): Likewise.
22734         (ReadFile): Likewise.
22735         * stdlib/qsort.c (SWAP): Likewise.
22736         (_quicksort): Likewise.
22737         * stdlib/setenv.c (__add_to_environ): Likewise.
22738         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
22739         * stdlib/strtol_l.c (__strtol_l): Likewise.
22740         * stdlib/tst-strtod.c (main): Likewise.
22741         * stdlib/tst-strtol.c (main): Likewise.
22742         * stdlib/tst-strtoll.c (main): Likewise.
22743         * string/bits/string2.h (__strcmp_cc): Likewise.
22744         (__strcmp_cg): Likewise.
22745         (__strcspn_c1): Likewise.
22746         (__strcspn_c2): Likewise.
22747         (__strcspn_c3): Likewise.
22748         (__strspn_c1): Likewise.
22749         (__strspn_c2): Likewise.
22750         (__strspn_c3): Likewise.
22751         (__strsep_1c): Likewise.
22752         (__strsep_2c): Likewise.
22753         (__strsep_3c): Likewise.
22754         * string/memccpy.c (__memccpy): Likewise.
22755         * string/stpcpy.c (__stpcpy): Likewise.
22756         * string/strcmp.c (strcmp): Likewise.
22757         * string/strrchr.c (strrchr): Likewise.
22758         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
22759         Likewise.
22760         * sysdeps/mach/hurd/getcwd.c
22761         (_hurd_canonicalize_directory_name_internal): Likewise.
22762         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
22763         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
22764         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
22765         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
22766         Likewise, in both definitions.
22767         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
22768         definitions.
22769         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
22770         64] (__bswap_64): Likewise.
22771         * time/test_time.c (main): Likewise.
22772         * time/tzfile.c (__tzfile_read): Likewise.
22773         (__tzfile_compute): Likewise.
22774         * time/tzset.c (__tzset_parse_tz): Likewise.
22775         (tzset_internal): Likewise.
22776         (compute_change): Likewise.
22777         * wcsmbs/wcscat.c (__wcscat): Likewise.
22778         * wcsmbs/wcschr.c (wcschr): Likewise.
22779         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
22780         * wcsmbs/wcscspn.c (wcscspn): Likewise.
22781         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
22782         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
22783         * wcsmbs/wcsspn.c (wcsspn): Likewise.
22784         * wcsmbs/wcsstr.c (wcsstr): Likewise.
22785         * wcsmbs/wmemchr.c (wmemchr): Likewise.
22786         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
22787         * wcsmbs/wmemset.c (wmemset): Likewise.
22789 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
22791         * scripts/config.guess: Update to version 2013-05-16.
22792         * scripts/config.sub: Update to version 2013-04-24.
22793         * scripts/install-sh: Update to version 2011-11-20.07.
22794         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
22795         * scripts/move-if-change: Update to version 2012-01-06 07:23.
22797 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
22799         * debug/fgetws_u_chk.c: Fix leading whitespaces.
22800         * elf/sln.c: Likewise.
22801         * hurd/hurd/ioctl.h: Likewise.
22802         * hurd/hurdmalloc.c: Likewise.
22803         * hurd/xattr.c: Likewise.
22804         * include/shlib-compat.h: Likewise.
22805         * inet/ruserpass.c: Likewise.
22806         * libio/iofgets_u.c: Likewise.
22807         * libio/iofgetws_u.c: Likewise.
22808         * locale/programs/ld-identification.c: Likewise.
22809         * locale/programs/ld-time.c: Likewise.
22810         * mach/msg-destroy.c: Likewise.
22811         * nss/nss_files/files-netgrp.c: Likewise.
22812         * resolv/res_data.c: Likewise.
22813         * soft-fp/op-1.h: Likewise.
22814         * soft-fp/op-2.h: Likewise.
22815         * soft-fp/op-4.h: Likewise.
22816         * soft-fp/op-common.h: Likewise.
22817         * stdio-common/printf_fphex.c: Likewise.
22818         * stdlib/strtod_l.c: Likewise.
22819         * sunrpc/rpc/clnt.h: Likewise.
22820         * sysdeps/generic/framestate.c: Likewise.
22821         * sysdeps/i386/bsd-_setjmp.S: Likewise.
22822         * sysdeps/i386/bsd-setjmp.S: Likewise.
22823         * sysdeps/i386/__longjmp.S: Likewise.
22824         * sysdeps/i386/setjmp.S: Likewise.
22825         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22826         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
22827         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22828         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22829         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22830         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
22831         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
22832         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
22833         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
22834         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
22835         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
22836         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
22837         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
22838         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
22839         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
22840         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
22841         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
22842         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
22843         * sysdeps/ieee754/support.c: Likewise.
22844         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
22845         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
22846         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
22847         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
22848         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
22849         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
22850         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
22851         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
22852         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
22853         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
22854         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
22855         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
22856         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
22857         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
22858         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
22859         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
22860         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
22861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
22863 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
22865         * posix/transbug.c: Remove executable mode.
22867 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
22869         * crypt/speeds.c: Remove trailing whitespace.
22870         * dlfcn/default.c: Likewise.
22871         * elf/ifuncdep2.c: Likewise.
22872         * elf/ifuncmain1.c: Likewise.
22873         * elf/ifuncmain1vis.c: Likewise.
22874         * elf/testobj.h: Likewise.
22875         * elf/tst-stackguard1.c: Likewise.
22876         * gmon/sys/gmon.h: Likewise.
22877         * hurd/hurdmsg.c: Likewise.
22878         * hurd/new-fd.c: Likewise.
22879         * hurd/ports-get.c: Likewise.
22880         * iconvdata/ibm1008_420.c: Likewise.
22881         * inet/tst-getni1.c: Likewise.
22882         * inet/tst-getni2.c: Likewise.
22883         * libio/ioungetc.c: Likewise.
22884         * libio/wfiledoalloc.c: Likewise.
22885         * manual/libm-err-tab.pl: Likewise.
22886         * math/w_dremf.c: Likewise.
22887         * misc/ftruncate.c: Likewise.
22888         * posix/bug-glob2.c: Likewise.
22889         * posix/tst-pcre.c: Likewise.
22890         * posix/wait4.c: Likewise.
22891         * resolv/README: Likewise.
22892         * resolv/res_debug.h: Likewise.
22893         * resolv/tst-inet_ntop.c: Likewise.
22894         * setjmp/bug269-setjmp.c: Likewise.
22895         * soft-fp/extended.h: Likewise.
22896         * soft-fp/op-1.h: Likewise.
22897         * soft-fp/op-2.h: Likewise.
22898         * soft-fp/op-4.h: Likewise.
22899         * soft-fp/op-8.h: Likewise.
22900         * soft-fp/testit.c: Likewise.
22901         * stdio-common/bug16.c: Likewise.
22902         * stdlib/random.c: Likewise.
22903         * sunrpc/rpcsvc/rquota.x: Likewise.
22904         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
22905         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
22906         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22907         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
22908         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
22909         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
22910         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
22911         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
22912         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
22913         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
22914         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
22915         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
22916         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
22917         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
22918         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
22919         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
22920         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
22921         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
22922         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
22923         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
22924         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
22925         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
22926         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
22927         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
22928         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
22929         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
22930         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22931         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
22932         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
22933         * sysdeps/ieee754/s_lib_version.c: Likewise.
22934         * sysdeps/mach/hurd/check_fds.c: Likewise.
22935         * sysdeps/mach/hurd/getsockname.c: Likewise.
22936         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
22937         * sysdeps/mach/hurd/recvfrom.c: Likewise.
22938         * sysdeps/powerpc/bits/link.h: Likewise.
22939         * sysdeps/powerpc/dl-procinfo.c: Likewise.
22940         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
22941         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
22942         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
22943         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
22944         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
22945         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
22946         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
22947         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
22948         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
22949         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
22950         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22951         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
22952         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
22953         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
22954         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
22955         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22956         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22957         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
22958         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
22959         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
22960         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
22961         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22962         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22963         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
22964         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22965         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22966         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
22967         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
22968         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22969         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22970         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22971         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22972         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
22973         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
22974         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
22975         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
22976         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22977         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
22978         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
22979         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
22980         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
22981         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
22982         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
22983         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22984         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
22985         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
22986         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22987         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
22988         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
22989         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
22990         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
22991         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22992         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22993         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
22994         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
22995         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
22996         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22997         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
22998         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
22999         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23000         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23001         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23002         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23003         * sysdeps/powerpc/sysdep.h: Likewise.
23004         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23005         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23006         * sysdeps/sh/dl-trampoline.S: Likewise.
23007         * sysdeps/sh/memset.S: Likewise.
23008         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23009         * sysdeps/sh/strlen.S: Likewise.
23010         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23011         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23012         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23013         * sysdeps/sparc/sparc32/rem.S: Likewise.
23014         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23015         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23016         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23017         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23018         * sysdeps/sparc/sparc32/urem.S: Likewise.
23019         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23020         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23021         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23022         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23023         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23024         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23025         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23026         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23027         * sysdeps/unix/bsd/times.c: Likewise.
23028         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23029         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23033         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23034         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23035         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23036         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23037         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23038         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23039         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23040         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23041         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23042         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23043         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23044         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23045         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23046         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23047         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23048         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23049         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23050         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23051         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23052         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23053         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23054         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23055         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23056         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23057         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23058         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23059         * sysdeps/x86_64/strcspn.S: Likewise.
23061 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23063         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23064         generated file.  Regenerate properly from gen-translit.pl.
23065         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23066         locale/C-translit.h.
23068 2013-06-05  Andreas Schwab  <schwab@suse.de>
23070         [BZ #15100]
23071         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23072         week as 6 instead of -1.
23073         * time/tst-strptime.c (day_tests): Add test case.
23075 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23077         * sysdeps/generic/math_private.h
23078         (libc_feholdexcept_setround_53bit): Replace with
23079         libc_feholdsetround_53bit.
23080         (libc_feupdateenv_53bit): Replace with
23081         libc_feresetround_53bit.
23082         (SET_RESTORE_ROUND_53BIT): Adjust.
23084 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23086         * string/test-strchrnul.c: Add copyright header.
23088         * posix/tst-getaddrinfo4.c: Increase test timeout.
23090 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23092         [BZ #15536]
23093         * math/libm-test.inc (MAX_EXP): Remove
23094         (MIN_EXP): Define.
23095         (ulp): Use MIN_EXP - MANT_DIG.
23096         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23098 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23100         * po/be.po: Revert last change.
23101         * po/zh_CN.po: Likewise.
23102         * po/header.pot: Likewise.
23104 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23106         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23107         link-libc-deps to empty as target-specific variable.
23108         * Makerules (link-libc-args): New variable.
23109         (libc-for-link): Likewise.
23110         (link-libc-deps): Likewise.
23111         (lib%.so): Depend on $(link-libc-deps).  Link with
23112         $(link-libc-args).
23113         (build-module): Link with $(link-libc-args).
23114         (build-module-asneeded): Likewise.
23115         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23116         list of objects.
23117         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23118         target-specific variable.
23119         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23120         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23121         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23122         libc.
23123         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23124         libc and ld.so.
23125         ($(objpfx)libpcprofile.so): Likewise.
23126         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23127         libc_nonshared.a.
23128         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23129         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23130         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23131         $(link-libc-deps).
23132         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23133         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23134         * login/Makefile ($(objpfx)libutil.so): Likewise.
23135         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23136         * math/Makefile ($(objpfx)libm.so): Likewise.
23137         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23138         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23139         variable instead of depending directly on libc.
23140         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23141         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23142         $(link-libc-deps).
23143         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23144         libc.
23145         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23146         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23147         ($(objpfx)libanl.so): Likewise.
23148         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23149         ld.so.
23150         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23151         $(link-libc-deps).
23152         * sysdeps/i386/fpu/Makefile: Remove file.
23153         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23154         ($(objpfx)libm.so): Remove dependency on ld.so.
23156 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23158         [BZ # 15553]
23159         * nis/yp_xdr.c (XDRMAXNAME): Define.
23160         (XDRMAXRECORD): Define.
23161         (xdr_domainname): Use XDRMAXNAME.
23162         (xdr_mapname): Likewise.
23163         (xdr_peername): Likewise.
23164         (xdr_keydat): Use XDRMAXRECORD.
23165         (xdr_valdat): Likewise.
23167 2013-05-30  Jeff Law  <law@redhat.com>
23169         [BZ #14256]
23170         * manual/errno.texi (ESTALE): Update to account for more than
23171         just NFS file systems.
23172         * sysdeps/gnu/errlist.c: Regenerated.
23174 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23176         [BZ #15465]
23177         * elf/Makefile (tests): Add tst-null-argv.
23178         (modules-names):  Add tst-null-argv-lib.
23179         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23180         (tst-null-argv-ENV): Set environment for tst-null-argv.
23181         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23182         (RTLD_PROGNAME): New macro.
23183         * elf/tst-null-argv.c: New test case.
23184         * elf/tst-null-argv-lib.c: Library for test case.
23185         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23186         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23187         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23188         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23189         * elf/dl-init.c (call_init): Likewise.
23190         (_dl_init): Likewise.
23191         * elf/dl-load.c (print_search_path): Likewise.
23192         (_dl_map_object): Likewise.
23193         * elf/dl-lookup.c (do_lookup_x): Likewise.
23194         (add_dependency): Likewise.
23195         (_dl_lookup_symbol_x): Likewise.
23196         (_dl_debug_bindings): Likewise.
23197         * elf/dl-open.c (_dl_show_scope): Likewise.
23198         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23199         * elf/dl-version.c (match_symbol): Likewise.
23200         (_dl_check_map_versions): Likewise.
23201         * elf/rtld.c (dl_main): Likewise.
23202         (print_unresolved): Use RTLD_PROGNAME.
23203         (print_missing_version): Likewise.
23204         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23205         (elf_machine_rela): Likewise.
23206         * sysdeps/powerpc/powerpc32/dl-machine.c
23207         (__process_machine_rela): Likewise.
23208         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23209         Likewise.
23210         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23211         Likewise.
23212         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23213         Likewise.
23214         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23215         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23216         Likewise.
23217         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23218         Likewise.
23219         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23221 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23223         * po/be.po: Add descriptive title.
23224         * po/zh_CN.po: Likewise.
23225         * po/header.pot: Likewise.
23227 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23229         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23230         error message.
23231         (enlarge_archive): Likewise.
23233 2013-05-28  Ben North  <ben@redfrontdoor.org>
23235         * manual/arith.texi (frexp): It is the magnitude of the return
23236         value which lies in [0.5, 1), not the return value itself.
23238 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23240         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23242 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23244         * stdio-common/bug26.c (main): Correct fscanf template.
23246         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23247         declare _dl_skip_args.
23249         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23250         Don't declare.
23252         * manual/platform.texi: Add missing @end deftypefun.
23254 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23256         [BZ #15529]
23257         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23258         bit of mantissa of 2^16382.
23259         * math/libm-test.inc (hypot_test_data): Add more tests.
23261         * math/libm-test.inc: Add drem and pow10 to list of tested
23262         functions.
23263         (pow10_test): New function.
23264         (drem_test): Likewise.
23265         (drem_test_tonearest): Likewise.
23266         (drem_test_towardzero): Likewise.
23267         (drem_test_downward): Likewise.
23268         (drem_test_upward): Likewise.
23269         (main): Call the new functions.
23271         * math/libm-test.inc (finite_test_data): Remove.
23272         (finite_test): Run tests from isfinite_test_data.
23273         (gamma_test_data): Remove.
23274         (gamma_test): Run tests from lgamma_test_data.
23275         * sysdeps/i386/fpu/libm-test-ulps: Update.
23276         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23278 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23280         * manual/platform.texi: Add PowerPC PPR function set documentation.
23281         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23282         implementation.
23284 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23286         * math/libm-test.inc (MAX_EXP): Define.
23287         (ULPDIFF): Define.
23288         (ulp): New function.
23289         (check_float_internal): Use ULPDIFF.
23290         (cpow_test): Disable failing test.
23291         (check_ulp): Test ulp() implemetnation.
23292         (main): Call check_ulp before starting tests.
23294 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23296         * math/gen-libm-test.pl (generate_testfile): Do not handle
23297         START_DATA and END_DATA.
23298         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23299         END_DATA.
23300         (acos_tonearest_test_data): Likewise.
23301         (acos_towardzero_test_data): Likewise.
23302         (acos_downward_test_data): Likewise.
23303         (acos_upward_test_data): Likewise.
23304         (acosh_test_data): Likewise.
23305         (asin_test_data): Likewise.
23306         (asin_tonearest_test_data): Likewise.
23307         (asin_towardzero_test_data): Likewise.
23308         (asin_downward_test_data): Likewise.
23309         (asin_upward_test_data): Likewise.
23310         (asinh_test_data): Likewise.
23311         (atan_test_data): Likewise.
23312         (atanh_test_data): Likewise.
23313         (atan2_test_data): Likewise.
23314         (cabs_test_data): Likewise.
23315         (cacos_test_data): Likewise.
23316         (cacosh_test_data): Likewise.
23317         (carg_test_data): Likewise.
23318         (casin_test_data): Likewise.
23319         (casinh_test_data): Likewise.
23320         (catan_test_data): Likewise.
23321         (catanh_test_data): Likewise.
23322         (cbrt_test_data): Likewise.
23323         (ccos_test_data): Likewise.
23324         (ccosh_test_data): Likewise.
23325         (ceil_test_data): Likewise.
23326         (cexp_test_data): Likewise.
23327         (cimag_test_data): Likewise.
23328         (clog_test_data): Likewise.
23329         (clog10_test_data): Likewise.
23330         (conj_test_data): Likewise.
23331         (copysign_test_data): Likewise.
23332         (cos_test_data): Likewise.
23333         (cos_tonearest_test_data): Likewise.
23334         (cos_towardzero_test_data): Likewise.
23335         (cos_downward_test_data): Likewise.
23336         (cos_upward_test_data): Likewise.
23337         (cosh_test_data): Likewise.
23338         (cosh_tonearest_test_data): Likewise.
23339         (cosh_towardzero_test_data): Likewise.
23340         (cosh_downward_test_data): Likewise.
23341         (cosh_upward_test_data): Likewise.
23342         (cpow_test_data): Likewise.
23343         (cproj_test_data): Likewise.
23344         (creal_test_data): Likewise.
23345         (csin_test_data): Likewise.
23346         (csinh_test_data): Likewise.
23347         (csqrt_test_data): Likewise.
23348         (ctan_test_data): Likewise.
23349         (ctan_tonearest_test_data): Likewise.
23350         (ctan_towardzero_test_data): Likewise.
23351         (ctan_downward_test_data): Likewise.
23352         (ctan_upward_test_data): Likewise.
23353         (ctanh_test_data): Likewise.
23354         (ctanh_tonearest_test_data): Likewise.
23355         (ctanh_towardzero_test_data): Likewise.
23356         (ctanh_downward_test_data): Likewise.
23357         (ctanh_upward_test_data): Likewise.
23358         (erf_test_data): Likewise.
23359         (erfc_test_data): Likewise.
23360         (exp_test_data): Likewise.
23361         (exp_tonearest_test_data): Likewise.
23362         (exp_towardzero_test_data): Likewise.
23363         (exp_downward_test_data): Likewise.
23364         (exp_upward_test_data): Likewise.
23365         (exp10_test_data): Likewise.
23366         (exp2_test_data): Likewise.
23367         (expm1_test_data): Likewise.
23368         (fabs_test_data): Likewise.
23369         (fdim_test_data): Likewise.
23370         (finite_test_data): Likewise.
23371         (floor_test_data): Likewise.
23372         (fma_test_data): Likewise.
23373         (fma_towardzero_test_data): Likewise.
23374         (fma_downward_test_data): Likewise.
23375         (fma_upward_test_data): Likewise.
23376         (fmax_test_data): Likewise.
23377         (fmin_test_data): Likewise.
23378         (fmod_test_data): Likewise.
23379         (fpclassify_test_data): Likewise.
23380         (frexp_test_data): Likewise.
23381         (gamma_test_data): Likewise.
23382         (hypot_test_data): Likewise.
23383         (ilogb_test_data): Likewise.
23384         (isfinite_test_data): Likewise.
23385         (isgreater_test_data): Likewise.
23386         (isgreaterequal_test_data): Likewise.
23387         (isinf_test_data): Likewise.
23388         (isless_test_data): Likewise.
23389         (islessequal_test_data): Likewise.
23390         (islessgreater_test_data): Likewise.
23391         (isnan_test_data): Likewise.
23392         (isnormal_test_data): Likewise.
23393         (issignaling_test_data): Likewise.
23394         (isunordered_test_data): Likewise.
23395         (j0_test_data): Likewise.
23396         (j1_test_data): Likewise.
23397         (jn_test_data): Likewise.
23398         (ldexp_test_data): Likewise.
23399         (lgamma_test_data): Likewise.
23400         (lrint_test_data): Likewise.
23401         (lrint_tonearest_test_data): Likewise.
23402         (lrint_towardzero_test_data): Likewise.
23403         (lrint_downward_test_data): Likewise.
23404         (lrint_upward_test_data): Likewise.
23405         (llrint_test_data): Likewise.
23406         (llrint_tonearest_test_data): Likewise.
23407         (llrint_towardzero_test_data): Likewise.
23408         (llrint_downward_test_data): Likewise.
23409         (llrint_upward_test_data): Likewise.
23410         (log_test_data): Likewise.
23411         (log10_test_data): Likewise.
23412         (log1p_test_data): Likewise.
23413         (log2_test_data): Likewise.
23414         (logb_test_data): Likewise.
23415         (logb_downward_test_data): Likewise.
23416         (lround_test_data): Likewise.
23417         (llround_test_data): Likewise.
23418         (modf_test_data): Likewise.
23419         (nearbyint_test_data): Likewise.
23420         (nextafter_test_data): Likewise.
23421         (nexttoward_test_data): Likewise.
23422         (pow_test_data): Likewise.
23423         (pow_tonearest_test_data): Likewise.
23424         (pow_towardzero_test_data): Likewise.
23425         (pow_downward_test_data): Likewise.
23426         (pow_upward_test_data): Likewise.
23427         (remainder_test_data): Likewise.
23428         (remainder_tonearest_test_data): Likewise.
23429         (remainder_towardzero_test_data): Likewise.
23430         (remainder_downward_test_data): Likewise.
23431         (remainder_upward_test_data): Likewise.
23432         (remquo_test_data): Likewise.
23433         (rint_test_data): Likewise.
23434         (rint_tonearest_test_data): Likewise.
23435         (rint_towardzero_test_data): Likewise.
23436         (rint_downward_test_data): Likewise.
23437         (rint_upward_test_data): Likewise.
23438         (round_test_data): Likewise.
23439         (scalb_test_data): Likewise.
23440         (scalbn_test_data): Likewise.
23441         (scalbln_test_data): Likewise.
23442         (signbit_test_data): Likewise.
23443         (sin_test_data): Likewise.
23444         (sin_tonearest_test_data): Likewise.
23445         (sin_towardzero_test_data): Likewise.
23446         (sin_downward_test_data): Likewise.
23447         (sin_upward_test_data): Likewise.
23448         (sincos_test_data): Likewise.
23449         (sinh_test_data): Likewise.
23450         (sinh_tonearest_test_data): Likewise.
23451         (sinh_towardzero_test_data): Likewise.
23452         (sinh_downward_test_data): Likewise.
23453         (sinh_upward_test_data): Likewise.
23454         (sqrt_test_data): Likewise.
23455         (tan_test_data): Likewise.
23456         (tan_tonearest_test_data): Likewise.
23457         (tan_towardzero_test_data): Likewise.
23458         (tan_downward_test_data): Likewise.
23459         (tan_upward_test_data): Likewise.
23460         (tanh_test_data): Likewise.
23461         (tgamma_test_data): Likewise.
23462         (trunc_test_data): Likewise.
23463         (y0_test_data): Likewise.
23464         (y1_test_data): Likewise.
23465         (yn_test_data): Likewise.
23466         (significand_test_data): Likewise.
23468         * math/gen-libm-test.pl (@functions): Remove variable.
23469         (generate_testfile): Don't handle START and END lines.
23470         * math/libm-test.inc (START): New macro.
23471         (END): Likewise.
23472         (END_COMPLEX): Likewise.
23473         (acos_test): Use END macro without arguments.
23474         (acos_test_tonearest): Likewise.
23475         (acos_test_towardzero): Likewise.
23476         (acos_test_downward): Likewise.
23477         (acos_test_upward): Likewise.
23478         (acosh_test): Likewise.
23479         (asin_test): Likewise.
23480         (asin_test_tonearest): Likewise.
23481         (asin_test_towardzero): Likewise.
23482         (asin_test_downward): Likewise.
23483         (asin_test_upward): Likewise.
23484         (asinh_test): Likewise.
23485         (atan_test): Likewise.
23486         (atanh_test): Likewise.
23487         (atan2_test): Likewise.
23488         (cabs_test): Likewise.
23489         (cacos_test): Use END_COMPLEX macro without arguments.
23490         (cacosh_test): Likewise.
23491         (carg_test): Use END macro without arguments.
23492         (casin_test): Use END_COMPLEX macro without arguments.
23493         (casinh_test): Likewise.
23494         (catan_test): Likewise.
23495         (catanh_test): Likewise.
23496         (cbrt_test): Use END macro without arguments.
23497         (ccos_test): Use END_COMPLEX macro without arguments.
23498         (ccosh_test): Likewise.
23499         (ceil_test): Use END macro without arguments.
23500         (cexp_test): Use END_COMPLEX macro without arguments.
23501         (cimag_test): Use END macro without arguments.
23502         (clog_test): Use END_COMPLEX macro without arguments.
23503         (clog10_test): Likewise.
23504         (conj_test): Likewise.
23505         (copysign_test): Use END macro without arguments.
23506         (cos_test): Likewise.
23507         (cos_test_tonearest): Likewise.
23508         (cos_test_towardzero): Likewise.
23509         (cos_test_downward): Likewise.
23510         (cos_test_upward): Likewise.
23511         (cosh_test): Likewise.
23512         (cosh_test_tonearest): Likewise.
23513         (cosh_test_towardzero): Likewise.
23514         (cosh_test_downward): Likewise.
23515         (cosh_test_upward): Likewise.
23516         (cpow_test): Use END_COMPLEX macro without arguments.
23517         (cproj_test): Likewise.
23518         (creal_test): Use END macro without arguments.
23519         (csin_test): Use END_COMPLEX macro without arguments.
23520         (csinh_test): Likewise.
23521         (csqrt_test): Likewise.
23522         (ctan_test): Likewise.
23523         (ctan_test_tonearest): Likewise.
23524         (ctan_test_towardzero): Likewise.
23525         (ctan_test_downward): Likewise.
23526         (ctan_test_upward): Likewise.
23527         (ctanh_test): Likewise.
23528         (ctanh_test_tonearest): Likewise.
23529         (ctanh_test_towardzero): Likewise.
23530         (ctanh_test_downward): Likewise.
23531         (ctanh_test_upward): Likewise.
23532         (erf_test): Use END macro without arguments.
23533         (erfc_test): Likewise.
23534         (exp_test): Likewise.
23535         (exp_test_tonearest): Likewise.
23536         (exp_test_towardzero): Likewise.
23537         (exp_test_downward): Likewise.
23538         (exp_test_upward): Likewise.
23539         (exp10_test): Likewise.
23540         (exp2_test): Likewise.
23541         (expm1_test): Likewise.
23542         (fabs_test): Likewise.
23543         (fdim_test): Likewise.
23544         (finite_test): Likewise.
23545         (floor_test): Likewise.
23546         (fma_test): Likewise.
23547         (fma_test_towardzero): Likewise.
23548         (fma_test_downward): Likewise.
23549         (fma_test_upward): Likewise.
23550         (fmax_test): Likewise.
23551         (fmin_test): Likewise.
23552         (fmod_test): Likewise.
23553         (fpclassify_test): Likewise.
23554         (frexp_test): Likewise.
23555         (gamma_test): Likewise.
23556         (hypot_test): Likewise.
23557         (ilogb_test): Likewise.
23558         (isfinite_test): Likewise.
23559         (isgreater_test): Likewise.
23560         (isgreaterequal_test): Likewise.
23561         (isinf_test): Likewise.
23562         (isless_test): Likewise.
23563         (islessequal_test): Likewise.
23564         (islessgreater_test): Likewise.
23565         (isnan_test): Likewise.
23566         (isnormal_test): Likewise.
23567         (issignaling_test): Likewise.
23568         (isunordered_test): Likewise.
23569         (j0_test): Likewise.
23570         (j1_test): Likewise.
23571         (jn_test): Likewise.
23572         (ldexp_test): Likewise.
23573         (lgamma_test): Likewise.
23574         (lrint_test): Likewise.
23575         (lrint_test_tonearest): Likewise.
23576         (lrint_test_towardzero): Likewise.
23577         (lrint_test_downward): Likewise.
23578         (lrint_test_upward): Likewise.
23579         (llrint_test): Likewise.
23580         (llrint_test_tonearest): Likewise.
23581         (llrint_test_towardzero): Likewise.
23582         (llrint_test_downward): Likewise.
23583         (llrint_test_upward): Likewise.
23584         (log_test): Likewise.
23585         (log10_test): Likewise.
23586         (log1p_test): Likewise.
23587         (log2_test): Likewise.
23588         (logb_test): Likewise.
23589         (logb_test_downward): Likewise.
23590         (lround_test): Likewise.
23591         (llround_test): Likewise.
23592         (modf_test): Likewise.
23593         (nearbyint_test): Likewise.
23594         (nextafter_test): Likewise.
23595         (nexttoward_test): Likewise.
23596         (pow_test): Likewise.
23597         (pow_test_tonearest): Likewise.
23598         (pow_test_towardzero): Likewise.
23599         (pow_test_downward): Likewise.
23600         (pow_test_upward): Likewise.
23601         (remainder_test): Likewise.
23602         (remainder_test_tonearest): Likewise.
23603         (remainder_test_towardzero): Likewise.
23604         (remainder_test_downward): Likewise.
23605         (remainder_test_upward): Likewise.
23606         (remquo_test): Likewise.
23607         (rint_test): Likewise.
23608         (rint_test_tonearest): Likewise.
23609         (rint_test_towardzero): Likewise.
23610         (rint_test_downward): Likewise.
23611         (rint_test_upward): Likewise.
23612         (round_test): Likewise.
23613         (scalb_test): Likewise.
23614         (scalbn_test): Likewise.
23615         (scalbln_test): Likewise.
23616         (signbit_test): Likewise.
23617         (sin_test): Likewise.
23618         (sin_test_tonearest): Likewise.
23619         (sin_test_towardzero): Likewise.
23620         (sin_test_downward): Likewise.
23621         (sin_test_upward): Likewise.
23622         (sincos_test): Likewise.
23623         (sinh_test): Likewise.
23624         (sinh_test_tonearest): Likewise.
23625         (sinh_test_towardzero): Likewise.
23626         (sinh_test_downward): Likewise.
23627         (sinh_test_upward): Likewise.
23628         (sqrt_test): Likewise.
23629         (tan_test): Likewise.
23630         (tan_test_tonearest): Likewise.
23631         (tan_test_towardzero): Likewise.
23632         (tan_test_downward): Likewise.
23633         (tan_test_upward): Likewise.
23634         (tanh_test): Likewise.
23635         (tgamma_test): Likewise.
23636         (trunc_test): Likewise.
23637         (y0_test): Likewise.
23638         (y1_test): Likewise.
23639         (yn_test): Likewise.
23640         (significand_test): Likewise.
23642 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
23644         [BZ #15381]
23645         * libio/genops.c (_IO_no_init): Initialize wide struct info.
23647 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
23649         [BZ #14894]
23650         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
23651         __ppc_mdoio and __ppc_mdoom.
23652         * manual/platform.texi: Document new functions __ppc_yield,
23653         __ppc_mdoio and __ppc_mdoom.
23655 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
23657         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
23658         (main): Mention "tls" pseudo-hwcap is legacy.
23659         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
23661 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23663         * math/gen-libm-test.pl (parse_args): Output only string of
23664         arguments as text for test name, not full call or descriptions of
23665         tests for extra outputs.
23666         (generate_testfile): Do not pass function name to parse_args.
23667         Generate this_func variable from START.
23668         * math/libm-test.inc (struct test_f_f_data): Rename test_name
23669         field to arg_str.
23670         (struct test_ff_f_data): Likewise.
23671         (test_ff_f_data_nexttoward): Likewise.
23672         (struct test_fi_f_data): Likewise.
23673         (struct test_fl_f_data): Likewise.
23674         (struct test_if_f_data): Likewise.
23675         (struct test_fff_f_data): Likewise.
23676         (struct test_c_f_data): Likewise.
23677         (struct test_f_f1_data): Likewise.  Remove field extra_name.
23678         (struct test_fF_f1_data): Likewise.
23679         (struct test_ffI_f1_data): Likewise.
23680         (struct test_c_c_data): Rename test_name field to arg_str.
23681         (struct test_cc_c_data): Likewise.
23682         (struct test_f_i_data): Likewise.
23683         (struct test_ff_i_data): Likewise.
23684         (struct test_f_l_data): Likewise.
23685         (struct test_f_L_data): Likewise.
23686         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
23687         and extra2_name.
23688         (COMMON_TEST_SETUP): New macro.
23689         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
23690         (COMMON_TEST_CLEANUP): Likewise.
23691         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
23692         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
23693         macros.
23694         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
23695         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
23696         macros.
23697         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
23698         (RUN_TEST_fff_f): Take argument string.  Call new setup and
23699         cleanup macros.
23700         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
23701         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
23702         macros.
23703         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
23704         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
23705         macros.
23706         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23707         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
23708         cleanup macros.
23709         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23710         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
23711         cleanup macros.
23712         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23713         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
23714         cleanup macros.
23715         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23716         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
23717         macros.
23718         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
23719         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
23720         macros.
23721         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
23722         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
23723         macros.
23724         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
23725         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
23726         cleanup macros.
23727         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
23728         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
23729         cleanup macros.
23730         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
23731         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
23732         macros.
23733         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
23734         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
23735         cleanup macros.
23736         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
23737         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
23738         macros.
23739         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
23740         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
23741         macros.
23742         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
23743         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
23744         cleanup macros.
23745         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
23747 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
23749         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
23750         to _sifields.sigfault.
23751         (si_addr_lsb): Define new macro.
23752         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
23753         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
23754         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
23756 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
23758         [BZ #15441]
23759         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
23760         returns -1.
23761         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
23762         null return -1.
23763         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
23764         loading the domain.
23766 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23768         * math/gen-libm-test.pl (parse_args): Do not include expected
23769         result in test name.
23770         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
23771         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23772         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23773         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23774         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23775         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23777 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23779         * benchtests/Makefile: Sort function entries.
23781         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
23782         tanh, asinh, acosh, atanh.
23783         * benchtests/acos-inputs: New file.
23784         * benchtests/acosh-inputs: New file.
23785         * benchtests/asin-inputs: New file.
23786         * benchtests/asinh-inputs: New file.
23787         * benchtests/atanh-inputs: New file.
23788         * benchtests/cosh-inputs: New file.
23789         * benchtests/log-inputs: New file.
23790         * benchtests/sinh-inputs: New file.
23791         * benchtests/tanh-inputs: New file.
23793 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
23795         [BZ #15339]
23796         * posix/tst-getaddrinfo4.c: New test.
23797         * posix/Makefile (tests): Add it.
23799 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23801         [BZ #15339]
23802         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
23803         when no services were used.
23804         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
23805         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
23807 2013-05-21  Andreas Schwab  <schwab@suse.de>
23809         [BZ #15014]
23810         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
23811         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
23812         successful.
23813         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
23814         redundant variable declarations and reallocation of buffer when
23815         parsing as IPv6 address.  Always set NSS status when called from
23816         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
23817         buffer too small.  Correct computation of needed size.
23818         * nss/Makefile (tests): Add test-digits-dots.
23819         * nss/test-digits-dots.c: New test.
23821 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23823         * benchtests/Makefile: Remove instructions for adding
23824         benchmark tests.
23825         * benchtests/README: New file to explain how to execute and
23826         enhance the benchmark tests.
23828 2013-05-21  Andreas Schwab  <schwab@suse.de>
23830         [BZ #15493]
23831         * setjmp/Makefile (tests): Add tst-sigsetjmp.
23832         * setjmp/tst-sigsetjmp.c: New test.
23834 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
23836         * sysdeps/x86_64/memset.S (memset): New implementation.
23837         (__bzero): Likewise.
23838         (__memset_tail): New function.
23840 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
23842         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
23843         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
23844         __memcpy_sse2_unaligned ifunc selection.
23845         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23846         Add memcpy-sse2-unaligned.S.
23847         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23848         Add: __memcpy_sse2_unaligned.
23850 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
23852         [BZ #15490]
23853         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
23854         math_force_eval before restoring floating-point envrionment.
23855         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
23856         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
23857         Likewise.
23858         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
23859         <math_private.h>.
23860         (__nearbyintl): Use math_force_eval before restoring
23861         floating-point environment.
23862         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
23864         * math/gen-libm-test.pl (special_functions): Remove.
23865         (parse_args): Don't handle TEST_extra.  Handle functions with no
23866         return value.
23867         * math/libm-test.inc (struct test_sincos_data): Replace with
23868         struct test_fFF_11_data.
23869         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
23870         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
23871         (sincos_test_data): Change element type to struct
23872         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
23873         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
23874         RUN_TEST_LOOP_sincos.
23875         * math/README.libm-test: Don't mention special handling of
23876         individual functions.
23877         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
23878         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23879         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23880         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23881         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23882         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23884         * math/gen-libm-test.pl (get_variable): Remove function.
23885         (parse_args): Don't show pointer parameters to call in test
23886         names.  Use "extra output N" in test names for extra outputs
23887         rather than naming variables.
23889 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
23891         [BZ #15488]
23892         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
23893         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
23894         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
23895         double tests.
23896         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
23897         disable.
23898         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
23899         check_long_double.
23901         * math/gen-libm-test.pl (@tests): Remove variable.
23902         ($count): Likewise.
23903         (new_test): Remove function.
23904         (show_exceptions): New function.
23905         (special_functions): Use show_exceptions instead of new_test.
23906         (parse_args): Likewise.
23907         (generate_testfile): Pass only function name in generated call to
23908         print_max_error or print_complex_max_error.
23909         (get_ulps): Do not handle complex tests specially.
23910         (output_test): Rename to ...
23911         (get_all_ulps_for_test): ... this.  Return a string rather than
23912         printing to a file.  Require ulps to be present.
23913         (output_ulps): Generate arrays rather than #defines.
23914         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
23915         (struct ulp_data): New type.
23916         (BUILD_COMPLEX_ULP): Remove macro.
23917         (compare_ulp_data): New function.
23918         (find_ulps): Likewise.
23919         (find_test_ulps): Likewise.
23920         (find_function_ulps): Likewise.
23921         (find_complex_function_ulps): Likewise.
23922         (print_max_error): Determine allowed ulps using
23923         find_function_ulps.
23924         (print_complex_max_error): Determine allowed ulps using
23925         find_complex_function_ulps.
23926         (check_float_internal): Determine max ulps using find_test_ulps.
23927         (check_float): Do not take max_ulp parameter.  Update call to
23928         check_float_internal.
23929         (check_complex): Likewise.
23930         (check_int): Do not take max_ulp parameter.
23931         (check_long): Likewise.
23932         (check_bool): Likewise.
23933         (check_longlong): Likewise.
23934         (struct test_f_f_data): Remove max_ulp field.
23935         (struct test_ff_f_data): Likewise.
23936         (struct test_ff_f_data_nexttoward): Likewise.
23937         (struct test_fi_f_data): Likewise.
23938         (struct test_fl_f_data): Likewise.
23939         (struct test_if_f_data): Likewise.
23940         (struct test_fff_f_data): Likewise.
23941         (struct test_c_f_data): Likewise.
23942         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
23943         (struct test_fF_f1_data): Likewise.
23944         (struct test_ffI_f1_data): Likewise.
23945         (struct test_c_c_data): Remove max_ulp field.
23946         (struct test_cc_c_data): Likewise.
23947         (struct test_f_i_data): Likewise.
23948         (struct test_ff_i_data): Likewise.
23949         (struct test_f_l_data): Likewise.
23950         (struct test_f_L_data): Likewise.
23951         (struct test_sincos_data): Likewise.
23952         (RUN_TEST_f_f): Do not handle ulps.
23953         (RUN_TEST_LOOP_f_f): Likewise.
23954         (RUN_TEST_2_f): Likewise.
23955         (RUN_TEST_LOOP_2_f): Likewise.
23956         (RUN_TEST_fff_f): Likewise.
23957         (RUN_TEST_LOOP_fff_f): Likewise.
23958         (RUN_TEST_c_f): Likewise.
23959         (RUN_TEST_LOOP_c_f): Likewise.
23960         (RUN_TEST_f_f1): Likewise.
23961         (RUN_TEST_LOOP_f_f1): Likewise.
23962         (RUN_TEST_fF_f1): Likewise.
23963         (RUN_TEST_LOOP_fF_f1): Likewise.
23964         (RUN_TEST_fI_f1): Likewise.
23965         (RUN_TEST_LOOP_fI_f1): Likewise.
23966         (RUN_TEST_ffI_f1): Likewise.
23967         (RUN_TEST_LOOP_ffI_f1): Likewise.
23968         (RUN_TEST_c_c): Likewise.
23969         (RUN_TEST_LOOP_c_c): Likewise.
23970         (RUN_TEST_cc_c): Likewise.
23971         (RUN_TEST_LOOP_cc_c): Likewise.
23972         (RUN_TEST_f_i): Likewise.
23973         (RUN_TEST_LOOP_f_i): Likewise.
23974         (RUN_TEST_f_i_tg): Likewise.
23975         (RUN_TEST_LOOP_f_i_tg): Likewise.
23976         (RUN_TEST_ff_i_tg): Likewise.
23977         (RUN_TEST_LOOP_ff_i_tg): Likewise.
23978         (RUN_TEST_f_b): Likewise.
23979         (RUN_TEST_LOOP_f_b): Likewise.
23980         (RUN_TEST_f_b_tg): Likewise.
23981         (RUN_TEST_LOOP_f_b_tg): Likewise.
23982         (RUN_TEST_f_l): Likewise.
23983         (RUN_TEST_LOOP_f_l): Likewise.
23984         (RUN_TEST_f_L): Likewise.
23985         (RUN_TEST_LOOP_f_L): Likewise.
23986         (RUN_TEST_sincos): Likewise.
23987         (RUN_TEST_LOOP_sincos): Likewise.
23989 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
23991         [BZ #15480]
23992         [BZ #15485]
23993         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
23994         main case of finite arguments, set rounding mode to FE_TONEAREST
23995         and discard exceptions.
23996         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
23997         exceptions.
23998         (remainder_tonearest_test_data): New variable.
23999         (remainder_test_tonearest): New function.
24000         (remainder_towardzero_test_data): New variable.
24001         (remainder_test_towardzero): New function.
24002         (remainder_downward_test_data): New variable.
24003         (remainder_test_downward): New function.
24004         (remainder_upward_test_data): New variable.
24005         (remainder_test_upward): New function.
24006         (main): Call the new test functions.
24008         * math/libm-test.inc (struct test_f_f1_data): Remove field
24009         extra_init.
24010         (struct test_fF_f1_data): Likewise.
24011         (struct test_ffI_f1_data): Likewise.
24012         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24013         based on value of EXTRA_EXPECTED.
24014         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24015         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24016         EXTRA_VAR based on value of EXTRA_EXPECTED.
24017         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24018         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24019         EXTRA_VAR based on value of EXTRA_EXPECTED.
24020         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24021         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24022         EXTRA_VAR based on value of EXTRA_EXPECTED.
24023         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24024         * math/gen-libm-test.pl (parse_args): Don't output initializers
24025         for extra output values.
24027         * math/libm-test.inc (check_int): Expect result to be exactly
24028         equal to expected value and do not handle ulps.
24029         (check_long): Likewise.
24030         (check_longlong): Likewise.
24032         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24033         exceptions.
24034         (cimag_test_data): Likewise.
24035         (conj_test_data): Likewise.
24036         (copysign_test_data): Likewise.
24037         (cproj_test_data): Likewise.
24038         (creal_test_data): Likewise.
24039         (fabs_test_data): Likewise.
24040         (fdim_test_data): Likewise.
24041         (finite_test_data): Likewise.
24042         (floor_test_data): Likewise.
24043         (fmax_test_data): Likewise.
24044         (fmin_test_data): Likewise.
24045         (fmod_test_data): Likewise.
24046         (fpclassify_test_data): Likewise.
24047         (frexp_test_data): Likewise.
24048         (ilogb_test_data): Likewise.
24049         (isfinite_test_data): Likewise.
24050         (isgreater_test_data): Likewise.
24051         (isgreaterequal_test_data): Likewise.
24052         (isinf_test_data): Likewise.
24053         (isless_test_data): Likewise.
24054         (islessequal_test_data): Likewise.
24055         (islessgreater_test_data): Likewise.
24056         (isnan_test_data): Likewise.
24057         (isnormal_test_data): Likewise.
24058         (issignaling_test_data): Likewise.
24059         (isunordered_test_data): Likewise.
24060         (ldexp_test_data): Likewise.
24061         (lrint_test_data): Likewise.
24062         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24063         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24064         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24065         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24066         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24067         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24068         test input.
24069         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24070         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24071         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24072         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24073         that test input.
24074         (lrint_downward_test_data): Test for "inexact" exceptions.
24075         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24076         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24077         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24078         test input.
24079         (lrint_upward_test_data): Test for "inexact" exceptions.
24080         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24081         test input.
24082         (llrint_test_data): Test for "inexact" exceptions.
24083         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24084         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24085         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24086         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24087         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24088         (llrint_downward_test_data): Test for "inexact" exceptions.
24089         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24090         (llrint_upward_test_data): Test for "inexact" exceptions.
24091         (logb_test_data): Likewise.
24092         (logb_downward_test_data): Likewise.
24093         (nextafter_test_data): Likewise.
24094         (nexttoward_test_data): Likewise.
24095         (remainder_test_data): Likewise.
24096         (remquo_test_data): Likewise.
24097         (scalbn_test_data): Likewise.
24098         (scalbln_test_data): Likewise.
24099         (signbit_test_data): Likewise.
24100         (sqrt_test_data): Likewise.
24101         (significand_test_data): Likewise.
24103 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24105         [BZ #15424]
24106         * benchtests/bench-modf.c (struct args): Mark arg0 as
24107         volatile.
24108         * scripts/bench.pl: Mark members of struct args as volatile.
24110 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24112         [BZ # 15497]
24113         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24114         negative infinity on POWER6 or lower.
24115         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24117 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24119         [BZ #15442]
24120         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24121         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24122         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24123         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24124         (_FP_SETQNAN): New macro.
24125         (_FP_SETQNAN_SEMIRAW): Likewise.
24126         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24127         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24128         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24129         (FP_EXTEND): Use _FP_FRAC_SNANP.
24130         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24131         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24132         into account.
24133         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24134         New macro.
24135         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24136         Likewise.
24138 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24140         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24141         with DIVIDE_BY_ZERO_EXCEPTION.
24142         (gamma_test_data): Likewise.
24143         (lgamma_test_data): Likewise.
24144         (log_test_data): Likewise.
24145         (log10_test_data): Likewise.
24146         (log2_test_data): Likewise.
24147         (tgamma_test_data): Likewise.
24149         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24150         (acos_test_tonearest): Likewise.
24151         (acos_test_towardzero): Likewise.
24152         (acos_test_downward): Likewise.
24153         (acos_test_upward): Likewise.
24154         (acosh_test): Likewise.
24155         (asin_test): Likewise.
24156         (asin_test_tonearest): Likewise.
24157         (asin_test_towardzero): Likewise.
24158         (asin_test_downward): Likewise.
24159         (asin_test_upward): Likewise.
24160         (asinh_test): Likewise.
24161         (atan_test): Likewise.
24162         (atanh_test): Likewise.
24163         (atan2_test): Likewise.
24164         (cabs_test): Likewise.
24165         (cacos_test): Likewise.
24166         (cacosh_test): Likewise.
24167         (casin_test): Likewise.
24168         (casinh_test): Likewise.
24169         (catan_test): Likewise.
24170         (catanh_test): Likewise.
24171         (cbrt_test): Likewise.
24172         (ccos_test): Likewise.
24173         (ccosh_test): Likewise.
24174         (cexp_test): Likewise.
24175         (clog_test): Likewise.
24176         (clog10_test): Likewise.
24177         (cos_test): Likewise.
24178         (cos_test_tonearest): Likewise.
24179         (cos_test_towardzero): Likewise.
24180         (cos_test_downward): Likewise.
24181         (cos_test_upward): Likewise.
24182         (cosh_test): Likewise.
24183         (cosh_test_tonearest): Likewise.
24184         (cosh_test_towardzero): Likewise.
24185         (cosh_test_downward): Likewise.
24186         (cosh_test_upward): Likewise.
24187         (cpow_test): Likewise.
24188         (csin_test): Likewise.
24189         (csinh_test): Likewise.
24190         (csqrt_test): Likewise.
24191         (ctan_test): Likewise.
24192         (ctan_test_tonearest): Likewise.
24193         (ctan_test_towardzero): Likewise.
24194         (ctan_test_downward): Likewise.
24195         (ctan_test_upward): Likewise.
24196         (ctanh_test): Likewise.
24197         (ctanh_test_tonearest): Likewise.
24198         (ctanh_test_towardzero): Likewise.
24199         (ctanh_test_downward): Likewise.
24200         (ctanh_test_upward): Likewise.
24201         (erf_test): Likewise.
24202         (erfc_test): Likewise.
24203         (exp_test): Likewise.
24204         (exp_test_tonearest): Likewise.
24205         (exp_test_towardzero): Likewise.
24206         (exp_test_downward): Likewise.
24207         (exp_test_upward): Likewise.
24208         (exp10_test): Likewise.
24209         (exp2_test): Likewise.
24210         (expm1_test): Likewise.
24211         (fmod_test): Likewise.
24212         (gamma_test): Likewise.
24213         (hypot_test): Likewise.
24214         (j0_test): Likewise.
24215         (j1_test): Likewise.
24216         (jn_test): Likewise.
24217         (lgamma_test): Likewise.
24218         (log_test): Likewise.
24219         (log10_test): Likewise.
24220         (log1p_test): Likewise.
24221         (log2_test): Likewise.
24222         (logb_test_downward): Likewise.
24223         (pow_test): Likewise.
24224         (pow_test_tonearest): Likewise.
24225         (pow_test_towardzero): Likewise.
24226         (pow_test_downward): Likewise.
24227         (pow_test_upward): Likewise.
24228         (remainder_test): Likewise.
24229         (remquo_test): Likewise.
24230         (sin_test): Likewise.
24231         (sin_test_tonearest): Likewise.
24232         (sin_test_towardzero): Likewise.
24233         (sin_test_downward): Likewise.
24234         (sin_test_upward): Likewise.
24235         (sincos_test): Likewise.
24236         (sinh_test): Likewise.
24237         (sinh_test_tonearest): Likewise.
24238         (sinh_test_towardzero): Likewise.
24239         (sinh_test_downward): Likewise.
24240         (sinh_test_upward): Likewise.
24241         (sqrt_test): Likewise.
24242         (tan_test): Likewise.
24243         (tan_test_tonearest): Likewise.
24244         (tan_test_towardzero): Likewise.
24245         (tan_test_downward): Likewise.
24246         (tan_test_upward): Likewise.
24247         (tanh_test): Likewise.
24248         (tgamma_test): Likewise.
24249         (y0_test): Likewise.
24250         (y1_test): Likewise.
24251         (yn_test): Likewise.
24253         * math/gen-libm-test.pl (adjust_arg): Remove function.
24254         (special_function): Remove argument $in_func.  Only handle
24255         generating output for tables of tests, not inside functions.
24256         (parse_args): Likewise.
24257         (generate_testfile): Remove variable $in_func.  Update call to
24258         parse_args.
24259         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24260         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24261         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24262         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24263         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24264         (MAX_VALUE_INIT): Rename macro to max_value.
24265         (MIN_VALUE_INIT): Rename macro to min_value.
24266         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24267         (plus_zero): Remove variable.
24268         (minus_zero): Likewise.
24269         (plus_infty): Likewise.
24270         (minus_infty): Likewise.
24271         (qnan_value): Likewise.
24272         (max_value): Likewise.
24273         (min_value): Likewise.
24274         (min_subnorm_value): Likewise.
24276 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24278         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24279         uint64_t or uint32_t usage.
24280         * crypt/sha256-block.c: Likewise.
24281         * crypt/sha256-crypt.c: Likewise.
24282         * crypt/sha256.c: Likewise.
24283         * crypt/sha512-block.c: Likewise.
24284         * crypt/sha512-crypt.c: Likewise.
24285         * crypt/sha512.c: Likewise.
24286         * debug/backtrace-tst.c: Likewise.
24287         * debug/pcprofiledump.c: Likewise.
24288         * elf/cache.c: Likewise.
24289         * elf/dl-cache.c: Likewise.
24290         * elf/dl-misc.c: Likewise.
24291         * elf/dl-profile.c: Likewise.
24292         * elf/dl-support.c: Likewise.
24293         * elf/ldconfig.c: Likewise.
24294         * elf/sprof.c: Likewise.
24295         * iconv/dummy-repertoire.c: Likewise.
24296         * iconv/iconv_charmap.c: Likewise.
24297         * iconv/skeleton.c: Likewise.
24298         * iconvdata/8bit-generic.c: Likewise.
24299         * iconvdata/cp737.h: Likewise.
24300         * iconvdata/cp775.h: Likewise.
24301         * iconvdata/ibm1008.h: Likewise.
24302         * iconvdata/ibm1025.h: Likewise.
24303         * iconvdata/ibm1046.h: Likewise.
24304         * iconvdata/ibm1097.h: Likewise.
24305         * iconvdata/ibm1112.h: Likewise.
24306         * iconvdata/ibm1122.h: Likewise.
24307         * iconvdata/ibm1123.h: Likewise.
24308         * iconvdata/ibm1124.h: Likewise.
24309         * iconvdata/ibm1129.h: Likewise.
24310         * iconvdata/ibm1130.h: Likewise.
24311         * iconvdata/ibm1132.h: Likewise.
24312         * iconvdata/ibm1133.h: Likewise.
24313         * iconvdata/ibm1137.h: Likewise.
24314         * iconvdata/ibm1140.h: Likewise.
24315         * iconvdata/ibm1141.h: Likewise.
24316         * iconvdata/ibm1142.h: Likewise.
24317         * iconvdata/ibm1143.h: Likewise.
24318         * iconvdata/ibm1144.h: Likewise.
24319         * iconvdata/ibm1145.h: Likewise.
24320         * iconvdata/ibm1146.h: Likewise.
24321         * iconvdata/ibm1147.h: Likewise.
24322         * iconvdata/ibm1148.h: Likewise.
24323         * iconvdata/ibm1149.h: Likewise.
24324         * iconvdata/ibm1153.h: Likewise.
24325         * iconvdata/ibm1154.h: Likewise.
24326         * iconvdata/ibm1155.h: Likewise.
24327         * iconvdata/ibm1156.h: Likewise.
24328         * iconvdata/ibm1157.h: Likewise.
24329         * iconvdata/ibm1158.h: Likewise.
24330         * iconvdata/ibm1160.h: Likewise.
24331         * iconvdata/ibm1161.h: Likewise.
24332         * iconvdata/ibm1162.h: Likewise.
24333         * iconvdata/ibm1163.h: Likewise.
24334         * iconvdata/ibm1164.h: Likewise.
24335         * iconvdata/ibm1166.h: Likewise.
24336         * iconvdata/ibm1167.h: Likewise.
24337         * iconvdata/ibm12712.h: Likewise.
24338         * iconvdata/ibm1390.h: Likewise.
24339         * iconvdata/ibm1399.h: Likewise.
24340         * iconvdata/ibm16804.h: Likewise.
24341         * iconvdata/ibm4517.h: Likewise.
24342         * iconvdata/ibm4899.h: Likewise.
24343         * iconvdata/ibm4909.h: Likewise.
24344         * iconvdata/ibm4971.h: Likewise.
24345         * iconvdata/ibm5347.h: Likewise.
24346         * iconvdata/ibm803.h: Likewise.
24347         * iconvdata/ibm856.h: Likewise.
24348         * iconvdata/ibm901.h: Likewise.
24349         * iconvdata/ibm902.h: Likewise.
24350         * iconvdata/ibm9030.h: Likewise.
24351         * iconvdata/ibm9066.h: Likewise.
24352         * iconvdata/ibm921.h: Likewise.
24353         * iconvdata/ibm922.h: Likewise.
24354         * iconvdata/ibm9448.h: Likewise.
24355         * iconvdata/isiri-3342.h: Likewise.
24356         * iconvdata/jis0201.h: Likewise.
24357         * include/link.h: Likewise.
24358         * include/netdb.h: Likewise.
24359         * inet/check_native.c: Likewise.
24360         * inet/check_pf.c: Likewise.
24361         * inet/getipv4sourcefilter.c: Likewise.
24362         * inet/getnameinfo.c: Likewise.
24363         * inet/getsourcefilter.c: Likewise.
24364         * inet/htonl.c: Likewise.
24365         * inet/setipv4sourcefilter.c: Likewise.
24366         * inet/setsourcefilter.c: Likewise.
24367         * inet/test-inet6_opt.c: Likewise.
24368         * inet/tst-network.c: Likewise.
24369         * locale/C-collate.c: Likewise.
24370         * locale/C-ctype.c: Likewise.
24371         * locale/C-time.c: Likewise.
24372         * locale/C-translit.h: Likewise.
24373         * locale/loadarchive.c: Likewise.
24374         * locale/programs/3level.h: Likewise.
24375         * locale/programs/charmap.c: Likewise.
24376         * locale/programs/charmap.h: Likewise.
24377         * locale/programs/ld-address.c: Likewise.
24378         * locale/programs/ld-collate.c: Likewise.
24379         * locale/programs/ld-ctype.c: Likewise.
24380         * locale/programs/ld-identification.c: Likewise.
24381         * locale/programs/ld-measurement.c: Likewise.
24382         * locale/programs/ld-messages.c: Likewise.
24383         * locale/programs/ld-monetary.c: Likewise.
24384         * locale/programs/ld-name.c: Likewise.
24385         * locale/programs/ld-numeric.c: Likewise.
24386         * locale/programs/ld-paper.c: Likewise.
24387         * locale/programs/ld-telephone.c: Likewise.
24388         * locale/programs/ld-time.c: Likewise.
24389         * locale/programs/linereader.c: Likewise.
24390         * locale/programs/locale.c: Likewise.
24391         * locale/programs/locarchive.c: Likewise.
24392         * locale/programs/locfile.h: Likewise.
24393         * locale/programs/repertoire.c: Likewise.
24394         * locale/programs/simple-hash.c: Likewise.
24395         * locale/programs/simple-hash.h: Likewise.
24396         * malloc/memusage.c: Likewise.
24397         * malloc/memusagestat.c: Likewise.
24398         * nis/nis_defaults.c: Likewise.
24399         * nis/nis_hash.c: Likewise.
24400         * nis/nis_print.c: Likewise.
24401         * nis/nis_xdr.c: Likewise.
24402         * nscd/connections.c: Likewise.
24403         * nscd/hstcache.c: Likewise.
24404         * nscd/nscd_gethst_r.c: Likewise.
24405         * nscd/nscd_getserv_r.c: Likewise.
24406         * nscd/nscd_helper.c: Likewise.
24407         * nscd/servicescache.c: Likewise.
24408         * nss/makedb.c: Likewise.
24409         * nss/nss_db/db-XXX.c: Likewise.
24410         * nss/nss_db/db-initgroups.c: Likewise.
24411         * nss/nss_db/db-netgrp.c: Likewise.
24412         * nss/nss_files/files-network.c: Likewise.
24413         * nss/nss_files/files-parse.c: Likewise.
24414         * posix/bug-regex5.c: Likewise.
24415         * posix/fnmatch_loop.c: Likewise.
24416         * posix/regcomp.c: Likewise.
24417         * posix/regexec.c: Likewise.
24418         * posix/tst-rfc3484-2.c: Likewise.
24419         * posix/tst-rfc3484-3.c: Likewise.
24420         * posix/tst-rfc3484.c: Likewise.
24421         * resolv/nss_dns/dns-canon.c: Likewise.
24422         * resolv/nss_dns/dns-network.c: Likewise.
24423         * resolv/res_init.c: Likewise.
24424         * resolv/res_mkquery.c: Likewise.
24425         * resolv/tst-aton.c: Likewise.
24426         * stdlib/cxa_atexit.c: Likewise.
24427         * stdlib/cxa_finalize.c: Likewise.
24428         * stdlib/gen-fpioconst.c: Likewise.
24429         * stdlib/strtol_l.c: Likewise.
24430         * string/tst-endian.c: Likewise.
24431         * sunrpc/auth_des.c: Likewise.
24432         * sunrpc/clnt_udp.c: Likewise.
24433         * sunrpc/rtime.c: Likewise.
24434         * sunrpc/svcauth_des.c: Likewise.
24435         * sunrpc/xdr.c: Likewise.
24436         * sunrpc/xdr_intXX_t.c: Likewise.
24437         * sunrpc/xdr_rec.c: Likewise.
24438         * sysdeps/generic/ldconfig.h: Likewise.
24439         * sysdeps/generic/ldsodefs.h: Likewise.
24440         * sysdeps/generic/memusage.h: Likewise.
24441         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24442         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24443         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24444         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24445         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24446         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24447         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24448         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24449         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24450         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24451         * sysdeps/posix/getaddrinfo.c: Likewise.
24452         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24453         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24454         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24455         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24456         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24457         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24458         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24459         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24460         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24461         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24462         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24463         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24464         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24465         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24466         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24467         * sysdeps/x86_64/dl-tls.h: Likewise.
24468         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24469         * time/alt_digit.c: Likewise.
24470         * time/era.c: Likewise.
24471         * wcsmbs/tst-c16c32-1.c: Likewise.
24473 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24475         * math/libm-test.inc (struct test_sincos_data): New type.
24476         (RUN_TEST_LOOP_sincos): New macro.
24477         (sincos_test_data): New variable.
24478         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
24480 2013-05-16  Richard Henderson  <rth@redhat.com>
24482         * math/atest-exp2.c (LIMB64): New macro.
24483         (CONSTSZ): New macro.
24484         (mp_exp1, mp_exp_m1, mp_log2): New variables.
24485         (hexdig): Move ...
24486         (print_mpn_fp): ... to function scope.
24487         (read_mpn_hex): Remove.
24488         (get_log2): Remove.
24489         (exp2_mpn): Use mp_log2.
24490         (main): Use mp_exp1.
24492 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24494         * math/libm-test.inc: Remove comment about not testing "inexact"
24495         exceptions.
24496         (INEXACT_EXCEPTION): New macro.
24497         (NO_INEXACT_EXCEPTION): Likewise.
24498         (INVALID_EXCEPTION_OK): Update value.
24499         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24500         (OVERFLOW_EXCEPTION_OK): Likewise.
24501         (UNDERFLOW_EXCEPTION_OK): Likewise.
24502         (IGNORE_ZERO_INF_SIGN): Likewise.
24503         (ERRNO_UNCHANGED): Likewise.
24504         (ERRNO_EDOM): Likewise.
24505         (ERRNO_ERANGE): Likewise.
24506         (test_exceptions): Handle testing "inexact" exceptions.
24507         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
24508         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
24509         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
24510         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
24511         INEXACT_EXCEPTION.
24512         (rint_towardzero_test_data): Likewise.
24513         (rint_downward_test_data): Likewise.
24514         (rint_upward_test_data): Likewise.
24516         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
24517         with OVERFLOW_EXCEPTION.
24518         (exp10_test_data): Likewise.
24519         (exp2_test_data): Likewise.
24520         (expm1_test_data): Likewise.
24521         (lgamma_test_data): Likewise.
24522         (pow_test_data): Likewise.
24523         (tgamma_test_data): Likewise.
24524         (yn_test_data): Remove duplicate test of overflow.
24526         * math/libm-test.inc (struct test_cc_c_data): New type.
24527         (RUN_TEST_LOOP_cc_c): New macro.
24528         (cpow_test_data): New variable.
24529         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
24531         * math/libm-test.inc (struct test_f_L_data): New type.
24532         (RUN_TEST_LOOP_f_L): New macro.
24533         (llrint_test_data): New variable.
24534         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
24535         (llrint_tonearest_test_data): New variable.
24536         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
24537         (llrint_towardzero_test_data): New variable.
24538         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
24539         (llrint_downward_test_data): New variable.
24540         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
24541         (llrint_upward_test_data): New variable.
24542         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
24543         (llround_test_data): New variable.
24544         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
24546 2013-05-13  Peter Collingbourne  <pcc@google.com>
24548         * math/atest-exp2.c (get_log2): Remove const attribute.
24550 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24552         * math/libm-test.inc (struct test_f_l_data): New type.
24553         (RUN_TEST_LOOP_f_l): New macro.
24554         (lrint_test_data): New variable.
24555         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
24556         (lrint_tonearest_test_data): New variable.
24557         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
24558         (lrint_towardzero_test_data): New variable.
24559         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
24560         (lrint_downward_test_data): New variable.
24561         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
24562         (lrint_upward_test_data): New variable.
24563         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
24564         (lround_test_data): New variable.
24565         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
24567 2013-05-15  Peter Collingbourne  <pcc@google.com>
24569         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
24570         (EXTRACT_WORDS64) Use where appropriate.
24571         (INSERT_WORDS64) Likewise.
24573         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
24574         constraints with x constraints.
24575         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
24577         * malloc/obstack.c (_obstack_compat): Add initializer.
24579 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24581         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
24582         si_trapno and add si_addr_lsb to _sifields.sigfault.
24583         (si_trapno): Remove macro.
24584         (si_addr_lsb): Define new macro.
24585         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24587 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24589         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
24590         instead of TEST_f_l.
24591         (llrint_test_tonearest): Likewise.
24592         (llrint_test_towardzero): Likewise.
24593         (llrint_test_downward): Likewise.
24594         (llrint_test_upward): Likewise.
24595         (llround_test): Likewise.
24597         * math/libm-test.inc (struct test_f_i_data): Add comment.
24598         (RUN_TEST_LOOP_f_b): New macro.
24599         (RUN_TEST_LOOP_f_b_tg): Likewise.
24600         (finite_test_data): New variable.
24601         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
24602         (isfinite_test_data): New variable.
24603         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24604         (isinf_test_data): New variable.
24605         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24606         (isnan_test_data): New variable.
24607         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24608         (isnormal_test_data): New variable.
24609         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24610         (issignaling_test_data): New variable.
24611         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24612         (signbit_test_data): New variable.
24613         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24615         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
24616         with INVALID_EXCEPTION.
24617         (acosh_test_data): Likewise.
24618         (asin_test_data): Likewise.
24619         (atanh_test_data): Likewise.
24620         (fmod_test_data): Likewise.
24621         (log_test_data): Likewise.
24622         (log10_test_data): Likewise.
24623         (log2_test_data): Likewise.
24624         (pow_test_data): Likewise.
24625         (sqrt_test_data): Likewise.
24626         (y0_test_data): Likewise.
24627         (y1_test_data): Likewise.
24628         (yn_test_data): Likewise.
24630         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
24631         function contents.
24633         * math/libm-test.inc (struct test_ff_i_data): New type.
24634         (RUN_TEST_LOOP_ff_i_tg): New macro.
24635         (isgreater_test_data): New variable.
24636         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24637         (isgreaterequal_test_data): New variable.
24638         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24639         (isless_test_data): New variable.
24640         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24641         (islessequal_test_data): New variable.
24642         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24643         (islessgreater_test_data): New variable.
24644         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24645         (isunordered_test_data): New variable.
24646         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24648 2013-05-14  David S. Miller  <davem@davemloft.net>
24650         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24652 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
24654         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
24656         * math/libm-test.inc (struct test_fF_f1_data): Change type of
24657         extra_test to int.
24658         (struct test_f_i_data): Change type of max_ulp to int.
24660         * math/libm-test.inc (test_ffI_f1_data): New type.
24661         (RUN_TEST_LOOP_ffI_f1): New macro.
24662         (remquo_test_data): New variable.
24663         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
24665         * setjmp/tst-setjmp-fp.c: New file.
24666         * setjmp/Makefile (tests): Add tst-setjmp-fp.
24667         (link-libm): New variable.
24668         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
24670         * math/libm-test.inc (struct test_f_i_data): New type.
24671         (RUN_TEST_LOOP_f_i): New macro.
24672         (RUN_TEST_LOOP_f_i_tg): Likewise.
24673         (fpclassify_test_data): New variable.
24674         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
24675         (ilogb_test_data): New variable.
24676         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
24678         * math/libm-test.inc (scalbln_test): Correct function name in END
24679         call.
24681         * math/libm-test.inc (struct test_f_f1_data): Add comment.
24682         (RUN_TEST_LOOP_fI_f1): New macro.
24683         (frexp_test_data): New variable.
24684         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
24686         * math/libm-test.inc (struct test_fF_f1_data): New type.
24687         (RUN_TEST_LOOP_fF_f1): New macro.
24688         (modf_test_data): New variable.
24689         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
24691         * math/libm-test.inc (struct test_f_f1_data): New type.
24692         (RUN_TEST_LOOP_f_f1): New macro.
24693         (gamma_test_data): New variable.
24694         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24695         (lgamma_test_data): New variable.
24696         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24698 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
24700         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
24701         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
24702         (main): Comment "tls" pseudo-hwcap.
24704 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
24706         * math/libm-test.inc (struct test_fl_f_data): New type.
24707         (RUN_TEST_LOOP_fl_f): New variable.
24708         (scalbln_test_data): New variable.
24709         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
24711         * math/libm-test.inc (struct test_fi_f_data): New type.
24712         (RUN_TEST_LOOP_fi_f): New macro.
24713         (ldexp_test_data): New variable.
24714         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
24715         (scalbn_test_data): New variable.
24716         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
24718         * math/libm-test.inc (struct test_c_f_data): New type.
24719         (RUN_TEST_LOOP_c_f): New macro.
24720         (cabs_test_data): New variable.
24721         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
24722         (carg_test_data): New variable.
24723         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
24724         (cimag_test_data): New variable.
24725         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
24726         (creal_test_data): New variable.
24727         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
24729         * math/libm-test.inc (struct test_if_f_data): New type.
24730         (RUN_TEST_LOOP_if_f): New macro.
24731         (jn_test_data): New variable.
24732         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
24733         (yn_test_data): New variable.
24734         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
24736         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
24738 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24740         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
24741         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
24743 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24745         * benchtests/Makefile (CPPFLAGS-nonlib): Add
24746         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
24747         (bench-deps): Add bench-timing.h.
24748         * benchtests-bench-skeleton.c: Include bench-timing.h.
24749         (main): Use TIMING_* macros instead of clock_gettime.
24750         * benchtests/bench-timing.h: New file.
24752         [BZ #14582]
24753         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
24754         Renamed from _LIB_VERSION.
24755         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
24757 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
24759         * math/libm-test.inc (struct test_fff_f_data): New type.
24760         (RUN_TEST_LOOP_fff_f): New macro.
24761         (fma_test_data): New variable.
24762         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
24763         (fma_towardzero_test_data): New variable.
24764         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
24765         (fma_downward_test_data): New variable.
24766         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
24767         (fma_upward_test_data): New variable.
24768         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
24770         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
24771         (struct test_c_c_data): New type.
24772         (RUN_TEST_LOOP_c_c): New macro.
24773         (cacos_test_data): New variable.
24774         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
24775         (cacosh_test_data): New variable.
24776         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
24777         (casin_test_data): New variable.
24778         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
24779         (casinh_test_data): New variable.
24780         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
24781         (catan_test_data): New variable.
24782         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
24783         (catanh_test_data): New variable.
24784         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
24785         (ccos_test_data): New variable.
24786         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
24787         (ccosh_test_data): New variable.
24788         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
24789         (cexp_test_data): New variable.
24790         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
24791         (clog_test_data): New variable.
24792         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
24793         (clog10_test_data): New variable.
24794         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
24795         (conj_test_data): New variable.
24796         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
24797         (cproj_test_data): New variable.
24798         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
24799         (csin_test_data): New variable.
24800         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
24801         (csinh_test_data): New variable.
24802         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
24803         (csqrt_test_data): New variable.
24804         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
24805         (ctan_test_data): New variable.
24806         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
24807         (ctan_tonearest_test_data): New variable.
24808         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24809         (ctan_towardzero_test_data): New variable.
24810         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24811         (ctan_downward_test_data): New variable.
24812         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24813         (ctan_upward_test_data): New variable.
24814         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24815         (ctanh_test_data): New variable.
24816         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
24817         (ctanh_tonearest_test_data): New variable.
24818         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24819         (ctanh_towardzero_test_data): New variable.
24820         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24821         (ctanh_downward_test_data): New variable.
24822         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24823         (ctanh_upward_test_data): New variable.
24824         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24825         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
24826         of BUILD_COMPLEX.
24828         * math/libm-test.inc (struct test_ff_f_data): New type.
24829         (struct test_ff_f_data_nexttoward): Likewise.
24830         (RUN_TEST_LOOP_2_f): New macro.
24831         (RUN_TEST_LOOP_ff_f): Likewise.
24832         (atan2_test_data): New variable.
24833         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
24834         (copysign_test_data): New variable.
24835         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
24836         (fdim_test_data): New variable.
24837         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
24838         (fmax_test_data): New variable.
24839         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
24840         (fmin_test_data): New variable.
24841         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
24842         (fmod_test_data): New variable.
24843         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
24844         (hypot_test_data): New variable.
24845         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
24846         (nextafter_test_data): New variable.
24847         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
24848         (nexttoward_test_data): New variable.
24849         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
24850         (pow_test_data): New variable.
24851         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
24852         (pow_tonearest_test_data): New variable.
24853         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
24854         (pow_towardzero_test_data): New variable.
24855         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
24856         (pow_downward_test_data): New variable.
24857         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
24858         (pow_upward_test_data): New variable.
24859         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
24860         (remainder_test_data): New variable.
24861         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
24862         (scalb_test_data): New variable.
24863         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
24864         * sysdeps/i386/fpu/libm-test-ulps: Update.
24866 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
24868         * math/libm-test.inc (fma_test): Use max_value instead of local
24869         variable fltmax.
24870         (nextafter_test): Likewise.
24872         * math/libm-test.inc (acos_towardzero_test_data): New variable.
24873         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24874         (acos_downward_test_data): New variable.
24875         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24876         (acos_upward_test_data): New variable.
24877         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24878         (acosh_test_data): New variable.
24879         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
24880         (asin_test_data): New variable.
24881         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
24882         (asin_tonearest_test_data): New variable.
24883         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24884         (asin_towardzero_test_data): New variable.
24885         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24886         (asin_downward_test_data): New variable.
24887         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24888         (asin_upward_test_data): New variable.
24889         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24890         (asinh_test_data): New variable.
24891         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
24892         (atan_test_data): New variable.
24893         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
24894         (atanh_test_data): New variable.
24895         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
24896         (cbrt_test_data): New variable.
24897         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
24898         (ceil_test_data): New variable.
24899         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
24900         (cos_test_data): New variable.
24901         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
24902         (cos_tonearest_test_data): New variable.
24903         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24904         (cos_towardzero_test_data): New variable.
24905         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24906         (cos_downward_test_data): New variable.
24907         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24908         (cos_upward_test_data): New variable.
24909         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24910         (cosh_test_data): New variable.
24911         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
24912         (cosh_tonearest_test_data): New variable.
24913         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24914         (cosh_towardzero_test_data): New variable.
24915         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24916         (cosh_downward_test_data): New variable.
24917         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24918         (cosh_upward_test_data): New variable.
24919         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24920         (erf_test_data): New variable.
24921         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
24922         (erfc_test_data): New variable.
24923         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
24924         (exp_test_data): New variable.
24925         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
24926         (exp_tonearest_test_data): New variable.
24927         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24928         (exp_towardzero_test_data): New variable.
24929         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24930         (exp_downward_test_data): New variable.
24931         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24932         (exp_upward_test_data): New variable.
24933         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24934         (exp10_test_data): New variable.
24935         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
24936         (exp2_test_data): New variable.
24937         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
24938         (expm1_test_data): New variable.
24939         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
24940         (fabs_test_data): New variable.
24941         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
24942         (floor_test_data): New variable.
24943         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
24944         (j0_test_data): New variable.
24945         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
24946         (j1_test_data): New variable.
24947         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
24948         (log_test_data): New variable.
24949         (log_test): Run tests with RUN_TEST_LOOP_f_f.
24950         (log10_test_data): New variable.
24951         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
24952         (log1p_test_data): New variable.
24953         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
24954         (log2_test_data): New variable.
24955         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
24956         (logb_test_data): New variable.
24957         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
24958         (logb_downward_test_data): New variable.
24959         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24960         (nearbyint_test_data): New variable.
24961         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
24962         (rint_test_data): New variable.
24963         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
24964         (rint_tonearest_test_data): New variable.
24965         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24966         (rint_towardzero_test_data): New variable.
24967         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24968         (rint_downward_test_data): New variable.
24969         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24970         (rint_upward_test_data): New variable.
24971         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24972         (round_test_data): New variable.
24973         (round_test): Run tests with RUN_TEST_LOOP_f_f.
24974         (sin_test_data): New variable.
24975         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
24976         (sin_tonearest_test_data): New variable.
24977         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24978         (sin_towardzero_test_data): New variable.
24979         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24980         (sin_downward_test_data): New variable.
24981         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24982         (sin_upward_test_data): New variable.
24983         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24984         (sinh_test_data): New variable.
24985         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
24986         (sinh_tonearest_test_data): New variable.
24987         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24988         (sinh_towardzero_test_data): New variable.
24989         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24990         (sinh_downward_test_data): New variable.
24991         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24992         (sinh_upward_test_data): New variable.
24993         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24994         (sqrt_test_data): New variable.
24995         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
24996         (tan_test_data): New variable.
24997         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
24998         (tan_tonearest_test_data): New variable.
24999         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25000         (tan_towardzero_test_data): New variable.
25001         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25002         (tan_downward_test_data): New variable.
25003         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25004         (tan_upward_test_data): New variable.
25005         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25006         (tanh_test_data): New variable.
25007         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25008         (tgamma_test_data): New variable.
25009         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25010         (trunc_test_data): New variable.
25011         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25012         (y0_test_data): New variable.
25013         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25014         (y1_test_data): New variable.
25015         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25016         (significand_test_data): New variable.
25017         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25019 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25021         [BZ #12387]
25022         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25024 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25026         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25028 2013-05-10  Andreas Jaeger  <aj@suse.de>
25030         [BZ #15448]
25031         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25032         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25034 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25036         * math/gen-libm-test.pl (adjust_arg): New function.
25037         (special_functions): Handle generating output in both functions
25038         and arrays.
25039         (parse_args): Likewise.
25040         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25041         $in_func argument to parse_args.
25042         * math/libm-test.inc (struct test_f_f_data): New type.
25043         (IF_ROUND_INIT_): New macro.
25044         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25045         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25046         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25047         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25048         (ROUND_RESTORE_): Likewise.
25049         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25050         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25051         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25052         (ROUND_RESTORE_FE_UPWARD): Likewise.
25053         (RUN_TEST_LOOP_f_f): New macro.
25054         (acos_test_data): New variable.
25055         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25056         (acos_tonearest_test_data): New variable.
25057         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25059 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25061         * benchtests/bench-skeleton.c (startup): Fix coding style.
25063 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25065         [BZ #6809]
25066         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25067         negative infinity argument.
25068         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25069         negative infinity argument.
25070         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25071         negative infinity argument.
25072         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25073         domain errors.
25075 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25077         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25078         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25079         * iconv/iconv_prog.c (main): Likewise.
25080         * locale/programs/charmap-dir.c (charmap_readdir)
25081         (fopen_uncompressed): Likewise.
25082         * locale/programs/locfile.c (siblings_uncached)
25083         (write_locale_data): Use lstat64 instead of lstat.
25084         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25085         stat.
25087 2013-05-10  Andreas Jaeger  <aj@suse.de>
25089         [BZ #15395]
25090         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25091         localization.
25092         Include <locale.h>.
25094 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25096         * elf/dl-close.c (_dl_close_worker): Add comments.
25098 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25100         [BZ #15359]
25101         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25102         high part of pi/2.
25103         (__ieee754_rem_pio2l): Update comments.
25105         [BZ #15429]
25106         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25107         high part of pi/2.
25108         (__ieee754_rem_pio2l): Update comments.
25110         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25111         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25113         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25114         M_PI_4l.
25116         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25117         (M_PI_34_LOG10El): Likewise.
25118         (M_PI2_LOG10El): Likewise.
25119         (M_PI4_LOG10El): Likewise.
25120         (M_PI_LOG10El): Likewise.
25122 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25124         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25126 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25128         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25129         (MINUS_ZERO_INIT): Likewise.
25130         (PLUS_INFTY_INIT): Likewise.
25131         (MINUS_INFTY_INIT): Likewise.
25132         (QNAN_VALUE_INIT): Likewise.
25133         (MAX_VALUE_INIT): Likewise.
25134         (MIN_VALUE_INIT): Likewise.
25135         (MIN_SUBNORM_VALUE_INIT): Likewise.
25136         (plus_zero): Initialize with PLUS_ZERO_INIT.
25137         (minus_zero): Initialize with MINUS_ZERO_INIT.
25138         (plus_infty): Initialize with PLUS_INFTY_INIT.
25139         (minus_infty): Initialize with MINUS_INFTY_INIT.
25140         (qnan_value): Initialize with QNAN_VALUE_INIT.
25141         (max_value): Initialize with MAX_VALUE_INIT.
25142         (min_value): Initialize with MIN_VALUE_INIT.
25143         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25145         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25146         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25147         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25148         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25150         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25151         (RUN_TEST_2_f): Likewise.
25152         (RUN_TEST_ff_f): Likewise.
25153         (RUN_TEST_fi_f): Likewise.
25154         (RUN_TEST_fl_f): Likewise.
25155         (RUN_TEST_fff_f): Likewise.
25156         (RUN_TEST_c_f): Likewise.
25157         (RUN_TEST_f_f1): Likewise.
25158         (RUN_TEST_fF_f1): Likewise.
25159         (RUN_TEST_fI_f1): Likewise.
25160         (RUN_TEST_ffI_f1): Likewise.
25161         (RUN_TEST_c_c): Likewise.
25162         (RUN_TEST_cc_c): Likewise.
25163         (RUN_TEST_f_i): Likewise.
25164         (RUN_TEST_f_i_tg): Likewise.
25165         (RUN_TEST_ff_i_tg): Likewise.
25166         (RUN_TEST_f_b): Likewise.
25167         (RUN_TEST_f_b_tg): Likewise.
25168         (RUN_TEST_f_l): Likewise.
25169         (RUN_TEST_f_L): Likewise.
25170         (RUN_TEST_sincos): Likewise.
25171         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25172         whether to show exceptions.  Do not include ");\n" in return
25173         value.
25174         (special_functions): Output call to RUN_TEST_sincos instead of
25175         check_float calls.  Update calls to new_test.
25176         (parse_args): Output call to single RUN_TEST_* macro instead of
25177         check_* calls and other assignments.  Update calls to new_test.
25179         [BZ #2546]
25180         [BZ #2560]
25181         [BZ #5159]
25182         [BZ #15426]
25183         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25184         input to result for tgamma overflow.
25185         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25186         (gamma_coeff): New variable.
25187         (NCOEFF): New macro.
25188         (gamma_positive): New function.
25189         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25190         underflow here.  Use gamma_positive instead of exp (lgamma) for
25191         other arguments.
25192         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25193         (gamma_coeff): New variable.
25194         (NCOEFF): New macro.
25195         (gammaf_positive): New function.
25196         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25197         underflow here.  Use gamma_positive instead of exp (lgamma) for
25198         other arguments.
25199         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25200         (gamma_coeff): New variable.
25201         (NCOEFF): New macro.
25202         (gammal_positive): New function.
25203         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25204         underflow here.  Use gamma_positive instead of exp (lgamma) for
25205         other arguments.
25206         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25207         (gamma_coeff): New variable.
25208         (NCOEFF): New macro.
25209         (gammal_positive): New function.
25210         (__ieee754_gammal_r): Handle positive infinity, overflow and
25211         underflow here.  Handle NaN the same as positive infinity.  Remove
25212         check x < 0xffffffff for negative integers.  Use gamma_positive
25213         instead of exp (lgamma) for other arguments.
25214         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25215         (gamma_coeff): New variable.
25216         (NCOEFF): New macro.
25217         (gammal_positive): New function.
25218         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25219         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25220         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25221         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25222         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25223         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25224         * sysdeps/generic/math_private.h (__gamma_productf): New
25225         prototype.
25226         (__gamma_product): Likewise.
25227         (__gamma_productl): Likewise.
25228         * math/Makefile (libm-calls): Add gamma_product.
25229         * math/libm-test.inc (tgamma_test): Add more tests.
25230         * sysdeps/i386/fpu/libm-test-ulps: Update.
25231         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25233 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25235         * benchtests/bench-skeleton.c (main): Preheat CPU.
25237 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25239         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25241 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25243         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25244         and _dl_skip_args_internal.
25246 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25248         * manual/message.texi (Message Translation): Talk about users.
25249         Message to key mapping impacts design.
25251 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25253         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25255         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25257         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25258         * sysdeps/wordsize-64/glob64.c: ... here.
25260         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25261         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25262         New macros.
25264         * debug/getlogin_r_chk.c: Moved to ...
25265         * login/getlogin_r_chk.c: ... here.
25266         * debug/Makefile (routines): Move getlogin_r_chk to ...
25267         * login/Makefile (routines): ... here.
25268         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25269         * login/Versions (libc: GLIBC_2.4): ... here.
25271         * io/poll.c (__poll): Renamed from poll.
25272         Add libc_hidden_def.
25273         (poll): Define as weak alias.
25275         * debug/ptsname_r_chk.c: Moved to ...
25276         * login/ptsname_r_chk.c: ... here.
25277         * debug/Makefile (routines): Move ptsname_r_chk to ...
25278         * login/Makefile (routines): ... here.
25279         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25280         * login/Versions (libc: GLIBC_2.4): ... here.
25282         * posix/getlogin.c: Moved to ...
25283         * login/getlogin.c: ... here.
25284         * posix/getlogin_r.c: Moved to ...
25285         * login/getlogin_r.c: ... here.
25286         * posix/getlogin_r.c: Moved to ...
25287         * login/getlogin_r.c: ... here.
25288         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25289         * login/Makefile (routines): ... here.
25290         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25291         * login/Versions (libc: GLIBC_2.0): ... here.
25293         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25294         (setrlimit): Define as weak alias.
25296         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25297         Call __ names for open, ftruncate, and close.
25298         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25299         (truncate): Define as weak alias.
25301 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25303         * math/gen-libm-test.pl (parse_args): Initialize x before each
25304         test of frexp, modf and remquo.
25306         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25307         test signgam value.
25309 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25311         [BZ #15418]
25312         [BZ #15419]
25313         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25314         internal tests.
25315         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25317 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25319         * elf/dl-writev.h: New file.
25320         * elf/dl-misc.c: Include it.
25321         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25322         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25324 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25326         * math/libm-test.inc (noXFails): Remove variable.
25327         (noXPasses): Likewise.
25328         (BUILD_COMPLEX_INT): Remove macro.
25329         (print_screen): Remove xfail argument.
25330         (print_screen_max_error): Likewise.
25331         (update_stats): Likewise.
25332         (print_max_error): Likewise.  Update calls to other affected
25333         functions.
25334         (print_complex_max_error): Likewise.
25335         (test_single_exception): Update calls to print_screen.
25336         (test_single_errno): Likewise.
25337         (check_float_internal): Remove xfail argument.  Update calls to
25338         other affected functions.
25339         (check_float): Likewise.
25340         (check_complex): Likewise.
25341         (check_int): Likewise.
25342         (check_long): Likewise.
25343         (check_bool): Likewise.
25344         (check_longlong): Likewise.
25345         (main): Don't print noXFails and noXPasses.
25346         * math/gen-libm-test.pl (top level): Don't mention expected
25347         failure handling in comment.
25348         (new_test): Don't handle expected failures.
25349         (parse_args): Don't mention expected failure handling in comment.
25350         (generate_testfile): Don't handle expected failures.
25351         (parse_ulps): Likewise.
25352         (print_ulps_file): Likewise.
25353         (get_failure): Remove function.
25354         (output_test): Don't handle expected failures.
25355         * make/README.libm-test: Don't mention expected failure handling.
25357         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25358         (minus_zero): Likewise.
25359         (plus_infty): Likewise.
25360         (minus_infty): Likewise.
25361         (qnan_value): Likewise.
25362         (max_value): Likewise.
25363         (min_value): Likewise.
25364         (min_subnorm_value): Likewise.
25365         (initialize): Do not initialize those variables dynamically.
25367 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25369         * io/open.c (__open_2): Moved to ...
25370         * io/open_2.c: ... this new file.
25371         * io/open64.c (__open64_2): Moved to ...
25372         * io/open64_2.c: ... this new file.
25373         * io/openat.c (__openat_2): Moved to ...
25374         * io/openat_2.c: ... this new file.
25375         * io/openat64.c (__openat64_2): Moved to ...
25376         * io/openat64_2.c: ... this new file.
25377         * io/Makefile (routines): Add them.
25378         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25379         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25380         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25381         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25382         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25383         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25384         (__openat64): Add hidden_ver.
25385         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25386         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25388         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25389         Separately conditionalize setting of GLRO(dl_sysinfo) so
25390         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25391         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25393 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25395         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25396         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25397         definition.
25398         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25399         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25400         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25401         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25402         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25404 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25406         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25407         test signgam value.
25409         * math/libm-test.inc (hypot_test): Do not use
25410         IGNORE_ZERO_INF_SIGN.
25412 2013-05-03  Andreas Jaeger  <aj@suse.de>
25414         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25415         Linux 3.9.
25416         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25417         (PF_MAX): Adjust for VSOCK change.
25419 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25421         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25423 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25425         [BZ #15264]
25426         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25427         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25428         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25430 2013-05-02  David S. Miller  <davem@davemloft.net>
25432         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25434 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25436         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25438 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25440         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25442 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25444         [BZ #14952]
25445         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25446         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25447         Use __attribute__ ((__gnu_inline__)).
25448         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25449         Don't use __attribute__ ((__gnu_inline__)).
25451 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25453         [BZ #15423]
25454         * math/s_catan.c (__catan): Handle small real or imaginary part of
25455         input specially to avoid spurious underflow.
25456         * math/s_catanf.c (__catanf): Likewise.
25457         * math/s_catanh.c (__catanh): Likewise.
25458         * math/s_catanhf.c (__catanhf): Likewise.
25459         * math/s_catanhl.c (__catanhl): Likewise.
25460         * math/s_catanl.c (__catanl): Likewise.
25461         * math/libm-test.inc (catan_test): Add more tests.
25462         (catanh_test): Likewise.
25463         * sysdeps/i386/fpu/libm-test-ulps: Update.
25464         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25466 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25468         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25470 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
25472         [BZ #15416]
25473         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25474         accurately for denominator in atan2.
25475         * math/s_catanf.c (__catanf): Likewise.
25476         * math/s_catanh.c (__catanh): Likewise.
25477         * math/s_catanhf.c (__catanhf): Likewise.
25478         * math/s_catanhl.c (__catanhl): Likewise.
25479         * math/s_catanl.c (__catanl): Likewise.
25480         * math/libm-test.inc (catan_test): Add more tests.
25481         (catanh_test): Likewise.
25482         * sysdeps/i386/fpu/libm-test-ulps: Update.
25483         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25485 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
25487         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
25489         * benchtests/Makefile (bench): Remove slow benchmarks.
25490         * benchtests/atan-inputs: Add slow benchmark inputs.
25491         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
25492         (BENCH_FUNC): Accept variant offset.
25493         (VARIANT): Define.
25494         * benchtests/bench-skeleton.c (main): Run benchmark for each
25495         variant.
25496         * benchtests/cos-inputs: Add slow benchmark inputs.
25497         * benchtests/exp-inputs: Likewise.
25498         * benchtests/pow-inputs: Likewise.
25499         * benchtests/sin-inputs: Likewise.
25500         * benchtests/slowatan-inputs: Remove.
25501         * benchtests/slowatan.c: Remove.
25502         * benchtests/slowcos-inputs: Remove.
25503         * benchtests/slowcos.c: Remove.
25504         * benchtests/slowexp-inputs: Remove.
25505         * benchtests/slowexp.c: Remove.
25506         * benchtests/slowpow-inputs: Remove.
25507         * benchtests/slowpow.c: Remove.
25508         * benchtests/slowsin-inputs: Remove.
25509         * benchtests/slowsin.c: Remove.
25510         * benchtests/slowtan-inputs: Remove.
25511         * benchtests/slowtan.c: Remove.
25512         * benchtests/tan-inputs: Add slow benchmark inputs.
25513         * scripts/bench.pl: Parse comments and directives.
25515         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
25516         in CPPFLAGS.
25517         ($(objpfx)bench-%.c): Remove *-ITER.
25518         * benchtests/bench-modf.c: Remove definition of ITER.
25519         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
25520         (main): Loop for DURATION seconds instead of fixed number of
25521         iterations.
25522         * scripts/bench.pl: Don't expect iterations in parameters.
25524 2013-04-29  Roland McGrath  <roland@hack.frob.com>
25526         * io/fchdir.c (__fchdir): Renamed from fchdir.
25527         (fchdir): Define as weak alias.
25529 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25531         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
25532         (ERRNO_EDOM): Likewise.
25533         (ERRNO_ERANGE): Likewise.
25534         (noErrnoTests): New variable.
25535         (init_max_error): Set errno to 0.
25536         (test_single_errno): New function.
25537         (test_errno): Likewise.
25538         (check_float_internal): Call test_errno.  Set errno to 0.
25539         (check_complex): Refer to errno tests in comment.
25540         (check_int): Call test_errno.  Set errno to 0.
25541         (check_long): Likewise.
25542         (check_bool): Likewise.
25543         (check_longlong): Likewise.
25544         (cos_test): Use ERRNO_* flags for errno tests instead of
25545         check_int.
25546         (expm1_test): Likewise.
25547         (fmod_test): Likewise.
25548         (ilogb_test): Likewise.
25549         (lgamma_test): Likewise.
25550         (pow_test): Likewise.
25551         (remainder_test): Likewise.
25552         (sin_test): Likewise.
25553         (tan_test): Likewise.
25554         (yn_test): Likewise.
25555         (initialize): Set errno to 0.
25556         (main): Print number of errno tests.
25557         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
25559 2013-04-29  Andreas Jaeger  <aj@suse.de>
25561         [BZ #15084]
25562         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
25563         and RES_USEVC.
25565         [BZ #15085]
25566         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
25567         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
25568         unimplemented.
25570         [BZ #15380]
25571         * stdlib/random.c (__initstate): Return NULL if
25572         __initstate fails.
25574         [BZ #15086]
25575         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
25576         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
25577         RES_SNGLKUPREOP.
25579 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25581         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25583 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25585         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
25586         of individual tests.
25587         (casin_test): Likewise.
25588         (casinh_test): Likewise.
25590 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
25592         [BZ #15409]
25593         * math/s_catan.c (__catan): Handle arguments with large real or
25594         imaginary part separately without squaring.
25595         * math/s_catanf.c (__catanf): Likewise.
25596         * math/s_catanh.c (__catanh): Likewise.
25597         * math/s_catanhf.c (__catanhf): Likewise.
25598         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25599         and redefine.
25600         (__catanhl): Handle arguments with large real or imaginary part
25601         separately without squaring.
25602         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25603         and redefine.
25604         (__catanl): Handle arguments with large real or imaginary part
25605         separately without squaring.
25606         * math/libm-test.inc (catan_test): Add more tests.
25607         (catanh_test): Likewise.
25608         * sysdeps/i386/fpu/libm-test-ulps: Update.
25609         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25611 2013-04-27  Andreas Jaeger  <aj@suse.de>
25613         [BZ #15007]
25614         * stdlib/stdlib.h: Update guards for qecvt.
25615         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
25616         <stdlib.h>.
25618 2013-04-27  Allan McRae  <allan@archlinux.org>
25620         * sysdeps/i386/fpu/libm-test-ulps: Update.
25622 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
25624         [BZ #15406]
25625         * math/s_catan.c: Include <float.h>.
25626         (__catan): Ensure underflow exception occurs for underflowed
25627         result.
25628         * math/s_catanf.c: Include <float.h>.
25629         (__catanf): Ensure underflow exception occurs for underflowed
25630         result.
25631         * math/s_catanh.c: Include <float.h>.
25632         (__catanh): Ensure underflow exception occurs for underflowed
25633         result.
25634         * math/s_catanhf.c: Include <float.h>.
25635         (__catanhf): Ensure underflow exception occurs for underflowed
25636         result.
25637         * math/s_catanhl.c: Include <float.h>.
25638         (__catanhl): Ensure underflow exception occurs for underflowed
25639         result.
25640         * math/s_catanl.c: Include <float.h>.
25641         (__catanl): Ensure underflow exception occurs for underflowed
25642         result.
25643         * math/libm-test.inc (catan_test): Add more tests.
25644         (catanh_test): Likewise.
25646         [BZ #15405]
25647         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
25648         underflowed result.
25649         * math/s_ccoshf.c (__ccoshf): Likewise.
25650         * math/s_ccoshl.c (__ccoshl): Likewise.
25651         * math/s_csin.c (__csin): Likewise.
25652         * math/s_csinf.c (__csinf): Likewise.
25653         * math/s_csinh.c (__csinh): Likewise.
25654         * math/s_csinhf.c (__csinhf): Likewise.
25655         * math/s_csinhl.c (__csinhl): Likewise.
25656         * math/s_csinl.c (__csinl): Likewise.
25657         * math/libm-test.inc (ccos_test): Add more tests.
25658         (ccosh_test): Likewise.
25659         (csin_test): Likewise.
25660         (csinh_test): Likewise.
25662 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25664         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
25665         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
25666         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
25667         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
25668         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
25669         powerpc/power5+/fpu folders.
25670         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
25673 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
25675         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25677 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
25679         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
25680         additions to variable.
25681         [$(config-machine) = x86_64] (modules-names): Likewise.
25682         ($(objpfx)tst-audit3): Remove dependency.
25683         ($(objpfx)tst-audit3.out): Likewise.
25684         ($(objpfx)tst-audit4): Likewise.
25685         ($(objpfx)tst-audit4.out): Likewise.
25686         ($(objpfx)tst-audit5): Likewise.
25687         ($(objpfx)tst-audit5.out): Likewise.
25688         ($(objpfx)tst-audit6): Likewise.
25689         ($(objpfx)tst-audit6.out): Likewise.
25690         ($(objpfx)tst-audit7): Likewise.
25691         ($(objpfx)tst-audit7.out): Likewise.
25692         (tst-audit3-ENV): Remove variable.
25693         (tst-audit4-ENV): Likewise.
25694         (tst-audit5-ENV): Likewise.
25695         (tst-audit6-ENV): Likewise.
25696         (tst-audit7-ENV): Likewise.
25697         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
25698         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
25699         addition to variable.
25700         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
25701         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
25702         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
25703         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
25704         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
25705         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
25706         tst-audit3, tst-audit4 and tst-audit5.
25707         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
25708         tst-audit6 and tst-audit7.
25709         [$(subdir) = elf] (modules-names): Add audit modules for those
25710         tests.
25711         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
25712         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
25713         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
25714         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
25715         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
25716         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
25717         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
25718         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
25719         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
25720         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
25721         [$(subdir) = elf] (tst-audit3-ENV): New variable.
25722         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
25723         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
25724         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
25725         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
25726         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
25727         Likewise.
25728         [$(subdir) = elf && $(config-cflags-avx) = yes]
25729         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
25730         [$(subdir) = elf && $(config-cflags-avx) = yes]
25731         (CFLAGS-tst-auditmod4a.c): Likewise.
25732         [$(subdir) = elf && $(config-cflags-avx) = yes]
25733         (CFLAGS-tst-auditmod4b.c): Likewise.
25734         [$(subdir) = elf && $(config-cflags-avx) = yes]
25735         (CFLAGS-tst-auditmod6b.c): Likewise.
25736         [$(subdir) = elf && $(config-cflags-avx) = yes]
25737         (CFLAGS-tst-auditmod6c.c): Likewise.
25738         [$(subdir) = elf && $(config-cflags-avx) = yes]
25739         (CFLAGS-tst-auditmod7b.c): Likewise.
25740         * elf/tst-audit3.c: Move to ...
25741         * sysdeps/x86_64/tst-audit3.c: ... here.
25742         * elf/tst-audit4.c: Move to ...
25743         * sysdeps/x86_64/tst-audit4.c: ... here.
25744         * elf/tst-audit5.c: Move to ...
25745         * sysdeps/x86_64/tst-audit5.c: ... here.
25746         * elf/tst-audit6.c: Move to ...
25747         * sysdeps/x86_64/tst-audit6.c: ... here.
25748         * elf/tst-audit7.c: Move to ...
25749         * sysdeps/x86_64/tst-audit7.c: ... here.
25750         * elf/tst-auditmod3a.c: Move to ...
25751         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
25752         * elf/tst-auditmod3b.c: Move to ...
25753         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
25754         * elf/tst-auditmod4a.c: Move to ...
25755         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
25756         * elf/tst-auditmod4b.c: Move to ...
25757         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
25758         * elf/tst-auditmod5a.c: Move to ...
25759         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
25760         * elf/tst-auditmod5b.c: Move to ...
25761         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
25762         * elf/tst-auditmod6a.c: Move to ...
25763         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
25764         * elf/tst-auditmod6b.c: Move to ...
25765         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
25766         * elf/tst-auditmod6c.c: Move to ...
25767         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
25768         * elf/tst-auditmod7a.c: Move to ...
25769         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
25770         * elf/tst-auditmod7b.c: Move to ...
25771         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
25773 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
25775         [BZ #15366]
25776         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
25777         define unconditionally.
25778         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
25779         define unconditionally.
25780         (INT8_C, INT16_C, etc.): Likewise.
25782 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
25784         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
25785         __ehdr_start with hidden visibility.
25787         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
25789 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
25791         * math/libm-test.inc (cos_test): Use accurate hex constants.
25792         (sincost_test): Likewise.
25794 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
25796         * math/libm-test.inc (catan_test): Add more tests.
25797         (catanh_test): Likewise.
25799         * math/s_catanf.c (__catanf): Use suffixed floating-point
25800         constants.
25801         * math/s_catanhf.c (__catanhf): Likewise.
25802         * math/s_catanhl.c (__catanhl): Likewise.
25803         * math/s_catanl.c (__catanl): Likewise.
25805         [BZ #15394]
25806         * math/s_catan.c (__catan): Calculate imaginary part of result
25807         with log1p not log unless computing log of number close to 0.
25808         * math/s_catanf.c (__catanf): Likewise.
25809         * math/s_catanl.c (__catanl): Likewise.
25810         * math/s_catanh.c (__catanh): Calculate real part of result with
25811         log1p not log unless computing log of number close to 0.
25812         * math/s_catanhf.c (__catanhf): Likewise.
25813         * math/s_catanhl.c (__catanhl): Likewise.
25814         * math/libm-test.inc (catan_test): Add more tests.
25815         (catanh_test): Likewise.
25816         * sysdeps/i386/fpu/libm-test-ulps: Update.
25817         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25819 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25821         * benchtests/Makefile: Mention files in which fast and slow
25822         paths of math functions are implemented.
25824 2013-04-23  Roland McGrath  <roland@hack.frob.com>
25826         * sysdeps/posix/timespec_get.c: New file.
25828 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25830         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
25831         POWER.
25832         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
25833         for POWER.
25834         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
25835         powerpc/power5/fpu folders.
25836         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
25837         * benchtests/Makefile: Add modf testcase.
25838         * benchtests/bench-modf.c: New file: Benchmark test for mo
25840 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25842         [BZ #14888]
25843         * time/Makefile (tests): Add tst-strptime-whitespace.
25844         * time/strptime_l.c (get_number): Use ISSPACE.
25845         (__strptime_internal): Likewise.
25846         * time/tst-strptime-whitespace.c: New test case.
25848 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
25850         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
25851         member.
25852         (_nss_files_init): Set it here.
25854 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
25856         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
25857         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
25858         unsigned.
25860 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
25862         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
25864 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
25866         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
25867         size just once.
25869 2013-04-21  David S. Miller  <davem@davemloft.net>
25871         * po/ru.po: Update Russion translation from translation project.
25873 2013-04-17  Adam Conrad  <adconrad@0c3.net>
25875         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
25876         and setfsgid.
25878 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
25880         * configure.in: Remove i386 configure warning. Remove i386 case.
25881         * configure: Regenerate.
25882         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
25883         Add example to error message.
25884         * sysdeps/i386/configure: Regenerate.
25886 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25888         * benchtests/Makefile (bench): Add cos, tan, slowcos and
25889         slowtan.
25890         * benchtests/cos-inputs: New file.
25891         * benchtests/slowcos-inputs: New file.
25892         * benchtests/slowcos.c: New file.
25893         * benchtests/slowtan-inputs: New file.
25894         * benchtests/slowtan.c: New file.
25895         * benchtests/tan-inputs: New file.
25897 2013-04-16  Roland McGrath  <roland@hack.frob.com>
25899         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
25900         considered kosher.
25902 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25904         * benchtests/Makefile: Include cppflags-iterator.mk to add
25905         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
25907         * Makefile.in (bench-clean): New target.
25908         * benchtests/Makefile (bench-clean): Likewise.
25910 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
25912         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
25914 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
25916         * stdio-common/tstdiomisc.c: Fix coding-style violation.
25918 2013-04-15  Andreas Schwab  <schwab@suse.de>
25920         * nscd/grpcache.c (cache_addgr): Properly check for short write.
25921         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25922         * nscd/pwdcache.c (cache_addpw): Likewise.
25923         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
25924         more than recsize.
25926 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25928         * benchtests/Makefile (bench): Write all output to
25929         bench-out.tmp together.
25931 2013-04-15  Andreas Schwab  <schwab@suse.de>
25933         * nscd/nscd.c (main): Don't fork again after closing files.
25935 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25937         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
25939         * benchtests/Rules (bench-deps): Collect dependencies into a
25940         single variable.  Add Makefile to dependencies.
25941         ($(objpfx)bench-%.c): Depend on bench-deps.
25943 2013-04-12  Roland McGrath  <roland@hack.frob.com>
25944             Xavier Roche  <roche+kml2@exalead.com>
25946         [BZ #15361]
25947         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
25948         just that it's a file descriptor.
25949         * manual/llio.texi (Synchronizing AIO Operations): Update description
25950         for EBADF error from aio_fsync.
25952 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
25954         * Rules (bench): Move target definition...
25955         * benchtests/Makefile: ... here.
25957 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
25959         * math/libm-test.inc (cos_test): Fix PI/2 test.
25960         (sincos_test): Likewise.
25961         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
25962         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
25964 2013-04-11  Andreas Schwab  <schwab@suse.de>
25966         [BZ #13988]
25967         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
25968         accept exponent character only when digits were seen.
25969         * stdio-common/Makefile (tests): Add bug26.
25970         * stdio-common/bug26.c: New file.
25972         [BZ #14293]
25973         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
25974         non-freeable.
25976 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25978         * Makeconfig (rtld-prefix): Define built linker prefix.
25979         * Rules (run-bench): Use it.
25980         * math/Makefile (run-regen-ulps): Likewise.
25982         * Rules (bench): Remove eval.
25984 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25985             Roland McGrath  <roland@hack.frob.com>
25986             Ondrej Bilka  <neleai@seznam.cz>
25988         [BZ #15346]
25989         * time/getdate.c: Include ctype.h and alloca.h.
25990         (__getdate_r): Trim leading and trailing spaces of input.
25991         * time/tst-getdate.c (tests): Add tests with leading and
25992         trailing spaces.
25994 2013-04-08  Roland McGrath  <roland@hack.frob.com>
25996         [BZ #14280]
25997         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
25998         when computing value.
26000 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26002         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26003         Use testrun.sh to run libm tests.
26005         [BZ #15309]
26006         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26008 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26010         [BZ #15264]
26011         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26013 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26015         * Makefile.in (regen-ulps): New target.
26016         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26017         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26018         [ifneq (no,$(PERL)] (regen-ulps): New target.
26019         [ifeq (no,$(PERL)] (regen-ulps): New target.
26020         * math/libm-test.inc (ulps_file_name): Define.
26021         (output_dir): New variable.
26022         (options): Add "output-dir" option.
26023         (parse_opt): Handle 'o' case.
26024         (main): If output_dir is non-NULL use it as a prefix
26025         otherwise use "".
26026         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26028 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26030         [BZ #10060, #10062]
26031         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26032         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26033         fail configure if __sync_val_compare_and_swap is not inlined.
26034         * sysdeps/i386/configure: Regenerate.
26035         * configure.in: Build for i686 when configured for i386.
26036         * configure: Regenerate.
26037         * README: Remove i386 reference.
26039 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26041         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26042         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26044 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26046         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26047         (lmsnanval): New variables.
26048         (F): Add conversion tests.
26049         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26050         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26052         * stdio-common/tstdiomisc.c (F): Properly collect individual
26053         tests' results.
26055         [BZ #14686, #15336]
26056         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26057         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26058         Instead, use input NaN values or generate a qNaN by arithmetic
26059         operation.  Also fix bugs to comply with the standard.
26060         * math/libm-test.inc (remainder_test): Add more tests.
26062         [BZ #15335, #15342]
26063         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26064         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26065         input NaN values or generate a qNaN by arithmetic operation.
26067         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26068         unreachable code.
26070         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26071         definitions.
26073 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26075         [BZ #14478]
26076         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26077         underflowed result.
26078         * math/s_cexpf.c (__cexpf): Likewise.
26079         * math/s_cexpl.c (__cexpl): Likewise.
26080         * math/libm-test.inc (cexp_test): Add more tests.
26082 2013-04-03  Andreas Schwab  <schwab@suse.de>
26084         [BZ #15330]
26085         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26086         order arrays from heap if bigger than alloca cutoff.
26088 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26090         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26091         (SNAN_TESTS_double): Refer to GCC PR56831.
26092         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26093         GCC PR56828.
26095 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26097         * Rules (bench): Move bench.out after the run is complete.
26099         * Rules (bench): Echo currently running benchmark.
26101         * benchtests/Makefile (bench): Add atan and slowatan.
26102         * benchtests/atan-inputs: New file.
26103         * benchtests/slowatan-inputs: New file.
26104         * benchtests/slowatan.c: New file.
26106         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26107         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26108         its value.
26110         [BZ #15305]
26111         * sysdeps/unix/sysv/linux/kernel-features.h
26112         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26113         __ASSUME_XFS_RESTRICTED_CHOWN.
26114         * sysdeps/unix/sysv/linux/pathconf.c
26115         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26116         Save and restore errno.
26118 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26120         [BZ #15327]
26121         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26122         arguments using __kernel_casinh.
26123         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26124         arguments using __kernel_casinhf.
26125         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26126         arguments using __kernel_casinhl.
26127         * math/libm-test.inc (cacosh_test): Add more tests.
26128         * sysdeps/i386/fpu/libm-test-ulps: Update.
26129         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26131 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26133         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26134         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26136         * bench/Makefile (bench): Add sin and slowsin.
26137         * benchtests/sin-inputs: New file.
26138         * benchtests/slowsin-inputs: New file.
26139         * benchtests/slowsin.c: New file.
26141         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26142         (bench): Add slowexp and slowpow.
26143         (exp-ITER): Increase iterations.
26144         (pow-ITER): Likewise.
26145         * benchtests/exp-inputs: Change input.
26146         * benchtests/pow-inputs: Likewise.
26147         * benchtests/slowexp-inputs: New file.
26148         * benchtests/slowexp.c: New file.
26149         * benchtests/slowpow-inputs: New file.
26150         * benchtests/slowpow.c: New file.
26152 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26154         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26155         instructions.
26156         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26157         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26158         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26159         * benchtests/Makefile: Add rint benchtest.
26160         * benchtests/rint-inputs: Input for rint benchtest.
26162 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26164         * Versions.def (libm): Add GLIBC_2.18.
26165         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26166         hidden libm prototypes.
26167         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26168         * math/Makefile (libm-calls): Add s_issignaling.
26169         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26170         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26171         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26172         declaration.
26173         * math/math.h [__USE_GNU] (issignaling): New macro.
26174         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26175         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26176         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26177         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26178         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26179         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26180         * manual/arith.texi (issignaling): New section.
26181         * manual/libm-err-tab.pl (@all_functions): Update comment.
26182         * math/gen-libm-test.pl (parse_args): Apply special handling for
26183         issignaling.
26184         * math/libm-test.inc (print_float, issignaling_test): New
26185         functions.
26186         (check_float_internal): Add issignaling checks.
26187         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26188         default definition.
26189         * sysdeps/powerpc/math-tests.h: New file.
26190         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26191         tests.
26192         * math/test-snan.c (TEST_FUNC): Likewise.
26194 2013-03-30  David S. Miller  <davem@davemloft.net>
26196         * po/de.po: Update from translation team.
26198 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26200         [BZ #10357]
26201         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26202         imaginary part less than 1.0 and real part less than 0.5
26203         specially.
26204         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26205         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26206         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26207         (cacos_test): Add more tests.
26208         (casin_test): Likewise.
26209         (casinh_test): Likewise.
26210         * sysdeps/i386/fpu/libm-test-ulps: Update.
26211         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26213 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26215         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26216         ONE with its value.
26218         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26219         (__pow_mp): Replace ONE and MONE with their values.
26220         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26221         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26222         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26223         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26224         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26225         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26227         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26229         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26230         (__pow_mp): Replace ZERO and MZERO with their values.
26231         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26232         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26233         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26234         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26235         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26236         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26237         (__sqr): Likewise.
26239         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26241         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26243 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26245         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26246         Declare with __attribute__ ((weak)).
26247         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26248         Call __call_tls_dtors only if it's not NULL.
26250 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26252         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26253         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26254         magic __ehdr_start linker symbol if it's defined.
26255         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26256         them up here if it was already done.
26258         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26259         (_dl_aux_init): Use const in cast when setting it.
26260         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26261         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26262         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26264         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26265         Declare them here.
26266         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26267         * csu/libc-tls.c: Nor here.
26268         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26270         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26271         (__libc_message): Never call vsyslog.
26273 2013-03-28  Alan Modra  <amodra@gmail.com>
26275         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26276         Define as empty.
26277         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26278         Likewise.
26280 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26282         [BZ #15214]
26283         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26284         underflow.
26285         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26287 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26289         [BZ #15304]
26290         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26291         Don't add gid passed as argument.
26293         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26295 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26297         [BZ #15307]
26298         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26299         imaginary part between 1.0 and 1.5 and real part less than 0.5
26300         specially.
26301         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26302         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26303         * math/libm-test.inc (cacos_test): Add more tests.
26304         (casin_test): Likewise.
26305         (casinh_test): Likewise.
26306         * sysdeps/i386/fpu/libm-test-ulps: Update.
26307         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26309 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26311         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26312         constants.
26313         (norm): Likewise.
26314         (denorm): Likewise.
26315         (__dbl_mp): Likewise.
26316         (add_magnitudes): Likewise.
26317         (sub_magnitudes): Likewise.
26318         (__add): Likewise.
26319         (__sub): Likewise.
26320         (__mul): Likewise.
26321         (__sqr): Likewise.
26322         (__inv): Likewise.
26323         (__dvd): Likewise.
26325         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26326         commented code.
26327         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26328         (__dubcos): Likewise.
26329         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26330         (__ieee754_acos): Likewise.
26331         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26332         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26333         (__exp1): Likewise.
26334         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26335         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26336         (log1): Likewise.
26337         (my_log2): Likewise.
26338         (checkint): Likewise.
26339         * sysdeps/ieee754/dbl-64/e_remainder.c
26340         (__ieee754_remainder): Likewise.
26341         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26342         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26343         (bsloww): Likewise.
26344         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26346         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26347         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26348         MANTISSA_STORE_T to store computations on mantissa.  Use
26349         macros for rounding and division.
26350         (denorm): Likewise.
26351         (__dbl_mp): Likewise.
26352         (add_magnitudes): Likewise.
26353         (sub_magnitudes): Likewise.
26354         (__mul): Likewise.
26355         (__sqr): Likewise.
26356         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26357         powers of two in terms of TWOPOW macro.
26358         (mp_no): Make type of mantissa as MANTISSA_T.
26359         [!RADIXI]: Define RADIXI.
26360         [!TWO52]: Define TWO52.
26361         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26363 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26365         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26366         llroundl symbol when building for PPC32.
26368 2013-03-24  Mark H Weaver  <mhw@netris.org>
26370         * manual/arith.texi (Normalization Functions): Fix prototypes for
26371         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26373 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26375         [BZ #13889]
26376         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26377         high value to check if expl overflow.
26378         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26379         to check for underflow and overflow.
26380         * math/libm-test.inc: Add exp test.
26382 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26384         [BZ #11120]
26385         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26386         with NOT_IN_libc.
26388 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26390         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26391         symbol.
26393 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26395         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26396         wrap blocks consisting of several statements.
26398         * sysdeps/generic/math-tests.h: New file.
26399         * sysdeps/i386/fpu/math-tests.h: Likewise.
26400         * math/test-snan.c: Include it.
26401         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26403 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26405         [BZ #15285]
26406         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26407         (__ieee754_j0l): Do not improve calculations using cos of twice
26408         input for inputs above LDBL_MAX / 2.0L.
26409         (__ieee754_y0l): Likewise.
26410         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26411         (__ieee754_j1l): Do not improve calculations using cos of twice
26412         input for inputs above LDBL_MAX / 2.0L.
26413         (__ieee754_y1l): Likewise.
26414         * math/libm-test.inc (j0_test): Add another test.
26415         (j1_test): Likewise.
26416         (y0_test): Likewise.
26417         (y1_test): Likewise.
26418         * sysdeps/i386/fpu/libm-test-ulps: Update.
26420 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26422         * Rules ($(objpfx)bench-%.c): Include code from a C source
26423         file.
26425 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26427         [BZ #15287]
26428         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26429         imaginary part 1.0 and real part less than 0.5 specially.
26430         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26431         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26432         * math/libm-test.inc (cacos_test): Add more tests.
26433         (casin_test): Likewise.
26434         (casinh_test): Likewise.
26435         * sysdeps/i386/fpu/libm-test-ulps: Update.
26436         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26438 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26440         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26441         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26443 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26445         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26446         * config.make.in (config-cflags-sse4): Remove variable.
26447         (config-cflags-avx): Likewise.
26448         (config-cflags-sse2avx): Likewise.
26449         (config-cflags-novzeroupper): Likewise.
26450         (config-asflags-i686): Likewise.
26451         (have-mfma4): Likewise.
26452         (have-as-vis3): Likewise.
26453         (MIG): Likewise.
26454         * configure.in (MIG): Do not AC_SUBST.
26455         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26456         (libc_cv_cc_sse4): Do not AC_SUBST.
26457         (libc_cv_cc_avx): Likewise.
26458         (libc_cv_cc_sse2avx): Likewise.
26459         (libc_cv_cc_novzeroupper): Likewise.
26460         (libc_cv_cc_fma4): Likewise.
26461         (libc_cv_as_i686): Likewise.
26462         (libc_cv_sparc_as_vis3): Likewise.
26463         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26464         LIBC_CONFIG_VAR.
26465         (config-asflags-i686): Likewise.
26466         (config-cflags-avx): Likewise.
26467         (config-cflags-sse2avx): Likewise.
26468         (have-mfma4): Likewise.
26469         (config-cflags-novzeroupper): Likewise.
26470         * sysdeps/mach/configure.in (MIG): Likewise.
26471         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26472         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26473         LIBC_CONFIG_VAR.
26474         (config-cflags-avx): Likewise.
26475         (config-cflags-sse2avx): Likewise.
26476         (have-mfma4): Likewise.
26477         (config-cflags-novzeroupper): Likewise.
26478         * configure: Regenerated.
26479         * sysdeps/i386/configure: Likewise.
26480         * sysdeps/mach/configure: Likewise.
26481         * sysdeps/sparc/configure: Likewise.
26482         * sysdeps/x86_64/configure: Likewise.
26484 2013-03-20  Roland McGrath  <roland@hack.frob.com>
26486         [BZ #14812]
26487         * locale/programs/localedef.c (options): Put N_ translation marker
26488         on argument names, not just descriptions.
26490 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26492         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
26494 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
26496         [BZ #14176]
26497         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
26499 2013-03-19  Roland McGrath  <roland@hack.frob.com>
26501         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
26502         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
26503         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
26504         [!BEFORE_ABORT] (before_abort): New function.
26505         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
26506         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
26507         (writev_for_fatal): New function.
26508         (WRITEV_FOR_FATAL): New macro; call that.
26509         (backtrace_and_maps): New function.
26510         (BEFORE_ABORT): New macro; call that.
26511         (struct str_list): Type removed.
26512         (__libc_message, __libc_fatal): Functions removed.
26513         Include <sysdeps/posix/libc_fatal.c> instead.
26515 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
26517         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
26518         constants.
26519         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
26520         double constants.
26522 2013-03-19  Andreas Schwab  <schwab@suse.de>
26524         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
26525         * sysdeps/gnu/configure: Regenerate.
26527         * configure.in: Substitute libc_cv_rtlddir.
26528         * configure: Regenerate.
26529         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
26530         * Makeconfig (rtlddir, inst_rtlddir): New variables.
26531         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
26532         * elf/Makefile (install-others, CFLAGS-interp.c)
26533         (ldso_install, common-ldd-rewrite): Likewise.
26534         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
26535         $(inst_slibdir)/$(rtld-installed-name).
26536         * scripts/rellns-sh: Add -p option.
26537         * Makerules (make-shlib-link): Use rellns-sh to get relative name
26538         for source.
26540 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26542         * manual/nptl.texi: Renamed to ...
26543         * manual/threads.texi: ... this.
26544         * manual/Makefile (chapters): Update.
26546 2013-03-18  Roland McGrath  <roland@hack.frob.com>
26548         [BZ #14812]
26549         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
26550         on argument names, not just descriptions.
26551         * malloc/memusagestat.c (options): Likewise.
26552         * nss/getent.c (options): Likewise.
26554 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
26556         [BZ #14812]
26557         * iconv/iconv_prog.c (options): Put N_ translation marker
26558         on argument names, not just descriptions.
26559         * iconv/iconvconfig.c (options): Likewise.
26561 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
26563         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
26564         implementation which is faster on all x86_64 architectures.
26565         Tested on AMD, Intel Nehalem, SNB, IVB.
26566         * sysdeps/x86_64/strnlen.S: Likewise.
26568         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26569         Remove all multiarch strlen and strnlen versions.
26570         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
26571         Remove strlen and strnlen related parts.
26573         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
26574         Inline strlen part.
26575         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
26577         * sysdeps/x86_64/multiarch/strlen.S: Remove.
26578         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
26579         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
26580         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
26581         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
26582         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
26584 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
26586         * manual/memory.texi (Malloc Tunable Parameters):
26587         Sort parameters alphabetically. Add comments for missing entries.
26589 2013-03-17  David S. Miller  <davem@davemloft.net>
26591         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26593 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
26595         [BZ #15283]
26596         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
26597         for arguments at most half maximum finite value.
26598         * math/libm-test.inc (j0_test): Add more tests.
26599         (j1_test): Likewise.
26600         (y0_test): Likewise.
26601         (y1_test): Likewise.
26602         * sysdeps/i386/fpu/libm-test-ulps: Update.
26603         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26605         [BZ #14155]
26606         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
26607         1 / x and functions P and Q for arguments above 0x1p256L.
26608         (__ieee754_y0l): Likewise.
26609         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
26610         (__ieee754_y1l): Likewise.
26611         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
26612         (j1_test): Likewise.
26613         (y0_test): Likewise.
26614         (y1_test): Likewise.
26616 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
26618         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
26619         variable.
26621 2013-03-15  Roland McGrath  <roland@hack.frob.com>
26623         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
26624         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
26625         zero since it's initialized to EXEC_PAGESIZE.
26627         * sysdeps/unix/sysv/linux/ldsodefs.h
26628         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
26629         * sysdeps/generic/ldsodefs.h: ... here.
26631 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
26633         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
26635         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
26636         math/test-snan.c.
26637         * math/test-snan.c: Renamed from
26638         sysdeps/powerpc/fpu/test-powerpc-snan.c.
26639         * math/Makefile (tests): Add test-snan.
26640         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
26641         test-powerpc-snan.
26643         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
26644         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
26645         functions.
26646         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
26647         __builtin_nan family of functions.
26648         * math/libm-test.inc (initialize): Initialize qnan_value with
26649         __builtin_nan family of functions.
26650         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
26651         Remove variables.
26652         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
26653         Remove functions.
26654         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
26655         storage class.  Initialize qNaN_var and sNaN_var with
26656         __builtin_nan and __builtin_nans families of functions,
26657         respectively.
26659         * math/libm-test.inc (acosh_test): Also test with qNaN input.
26660         (sqrt_test): Remove duplicate test with qNaN input.
26661         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
26662         (round_test, signbit_test, significand_test): Note missing +/-Inf
26663         as well as qNaN tests.
26665         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
26666         qNaN_var.  Fix a few strings, too.
26667         * math/libm-test.inc (nan_value): Rename to qnan_value.
26668         * math/gen-libm-test.pl (%beautify): Adjust to that.
26669         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
26670         * math/test-misc.c (main): Likewise.
26671         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
26672         to __qnan_bytes, and __qnan_union, respectively.
26673         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
26674         Likewise.
26675         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
26676         and lqnanval, respectively.
26677         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
26678         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
26679         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
26680         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
26682         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
26683         * math/test-misc.c (main) [__x86_64__]: Enable test for long
26684         doubles.
26686         * math/test-misc.c (main): Fix copy'n'pastos.
26687         * misc/tst-efgcvt.c (special): Likewise.
26689         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
26690         Remove declarations.
26692 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26694         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
26695         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
26696         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
26697         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
26699 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26701         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
26702         macro to return vdso values correctly in IFUNC implementations.
26703         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
26704         Optimization by using IFUNC.
26706 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26707             Richard Henderson  <rth@redhat.com>
26708             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
26710         * Makefile.in (bench): New target.
26711         * NEWS: Mention the benchmark framework.
26712         * Rules (bench): Likewise.
26713         (binaries-bench): Generate binaries for functions to
26714         benchmark.
26715         * benchtests/Makefile: New makefile for benchmark tests.
26716         * benchtests/bench-skeleton.c: New skeleton file for benchmark
26717         programs.
26718         * benchtests/exp-inputs: New input file for EXP function.
26719         * benchtests/pow-inputs: New input file for POW function.
26720         * scripts/bench.pl: New script to generate source files for
26721         benchmark programs.
26723 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26725         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26726         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
26727         computations on mantissa.  Use macros for rounding and
26728         division.
26729         (denorm): Likewise.
26730         (__dbl_mp): Likewise.
26731         (add_magnitudes): Likewise.
26732         (sub_magnitudes): Likewise.
26733         (__mul): Likewise.
26734         (__sqr): Likewise.
26735         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26736         powers of two in terms of TWOPOW macro.
26737         (mp_no): Make type of mantissa as MANTISSA_T.
26738         [!RADIXI]: Define RADIXI.
26739         [!TWO52]: Define TWO52.
26740         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26742         * manual/nptl.texi (cindex): Modify threads to pthreads.
26744 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
26746         * sysdeps/x86_64/preconfigure: Regenerated.
26748 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
26750         [BZ #14155]
26751         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
26752         0x1p28 and above.
26753         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
26754         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
26755         0x1p28 and above.
26756         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
26757         * math/libm-test.inc (j0_test): Do not allow one spurious
26758         underflow exception.
26759         (y1_test): Likewise.
26761 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26763         * manual/Makefile (chapters): Add nptl.
26764         * manual/debug.texi (Debugging Support): Add link to Threads
26765         chapter.
26766         * manual/nptl.texi: New file.
26768         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
26770 2013-03-14  Petr Baudis  <pasky@ucw.cz>
26772         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
26773         for non-NULL pointer before the memory validity test. Pointed
26774         out by Holger Brunck <holger.brunck@keymile.com>.
26776 2013-03-13  Andreas Schwab  <schwab@suse.de>
26778         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
26779         instead of .os.
26781 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
26783         * timezone/zic.c: Update from tzcode 2013b.
26785 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
26787         * manual/install.texi (Configuring and compiling):
26788         Mention i686 and i586.
26789         * INSTALL: Regenerate.
26791 2013-03-12  Roland McGrath  <roland@hack.frob.com>
26793         * sysdeps/init_array/elf-init.c: New file.
26794         * csu/elf-init.c
26795         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
26796         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
26798         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
26799         __gmon_start__ as global, but as static with a .preinit_array pointer.
26800         * sysdeps/init_array/gmon-start.c: New file.  Use that.
26801         * sysdeps/init_array/crti.S: New file, empty except for comments.
26802         * sysdeps/init_array/crtn.S: Likewise.
26804 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
26806         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
26807         definining bcopy.
26808         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26809         Remove Prefer_SSE_for_memop.
26810         * sysdeps/x86_64/multiarch/init-arch.h: Remove
26811         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
26812         HAS_PREFER_SSE_FOR_MEMOP.
26813         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
26814         memset-x86-64.
26815         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26816         Remove bzero, memset ifunc support.
26817         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
26818         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
26819         * sysdeps/x86_64/multiarch/memset.S: Likewise.
26820         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
26822 2013-03-11  Andreas Schwab  <schwab@suse.de>
26824         [BZ #15234]
26825         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
26826         by SHLIB_COMPAT.
26827         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
26828         (GLIBC_2.16): Remove pthread_atfork.
26830 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
26832         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
26833         (ptestcases.h): Likewise.
26835 2013-03-08  Roland McGrath  <roland@hack.frob.com>
26837         * Makeconfig ($(common-objpfx)config.status): Depend on
26838         sysdeps/*/preconfigure{,.in} too.
26840 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
26842         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
26843         (__free_hook): Use void * instead of __malloc_ptr_t.
26844         (__malloc_hook): Likewise.
26845         (__realloc_hook): Likewise.
26846         (__memalign_hook): Likewise.
26847         (__after_morecore_hook): Likewise.
26848         * malloc/arena.c (save_malloc_hook): Likewise.
26849         (save_free_hook): Likewise.
26850         * malloc/hooks.c (malloc_hook_ini): Likewise.
26851         (realloc_hook_ini): Likewise.
26852         (memalign_hook_ini): Likewise.
26853         * malloc/malloc.c (malloc_hook_ini): Likewise.
26854         (realloc_hook_ini): Likewise.
26855         (memalign_hook_ini): Likewise.
26856         (__free_hook): Likewise.
26857         (__malloc_hook): Likewise.
26858         (__realloc_hook): Likewise.
26859         (__memalign_hook): Likewise.
26860         (__libc_malloc): Likewise.
26861         (__libc_free): Likewise.
26862         (__libc_realloc): Likewise.
26863         (__libc_memalign): Likewise.
26864         (__libc_valloc): Likewise.
26865         (__libc_pvalloc): Likewise.
26866         (__libc_calloc): Likewise.
26867         (__posix_memalign): Likewise.
26868         * malloc/morecore.c (__sbrk): Likewise.
26869         (__default_morecore): Likewise.
26871         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
26873         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
26874         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
26875         __malloc_ptrdiff_t.
26877         * malloc/malloc.h (__malloc_size_t): Remove macro.
26878         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
26879         __malloc_size_t.
26880         (old_memalign_hook): Likewise.
26881         (old_realloc_hook): Likewise.
26882         (struct hdr): Likewise.
26883         (flood): Likewise.
26884         (mallochook): Likewise.
26885         (memalignhook): Likewise.
26886         (reallochook): Likewise.
26887         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
26888         (tr_old_realloc_hook): Likewise.
26889         (tr_old_memalign_hook): Likewise.
26890         (tr_mallochook): Likewise.
26891         (tr_reallochook): Likewise.
26892         (tr_memalignhook): Likewise.
26894 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26896         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
26897         default_ldbl_pack and using as default implementation.
26898         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
26899         implementation.
26900         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
26901         redundant definition.
26902         (ldbl_insert_mantissa): Likewise.
26903         (ldbl_canonicalize): Likewise.
26904         (ldbl_nearbyint): Likewise.
26905         (ldbl_pack): Rename to ldbl_pack_ppc.
26906         (ldbl_unpack): Rename to ldbl_unpack_ppc.
26907         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
26908         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
26910 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
26912         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
26913         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
26914         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
26915         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
26916         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
26917         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
26918         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
26919         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
26921 2013-03-07  Andreas Jaeger  <aj@suse.de>
26923         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
26924         bits/mman-linux.h.
26926 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
26928         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
26929         Include mpa.h and declare __MPEXP.
26930         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
26931         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
26932         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
26933         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
26934         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
26935         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
26936         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
26938         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
26939         (__slowpow): Use long double EXPL and LOGL functions to
26940         compute POW.
26941         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
26942         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
26943         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
26944         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
26945         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
26946         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
26948         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
26949         intermediate variable to calculate exponent.
26950         (__sqr): Likewise.
26951         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
26952         Likewise.
26953         (__sqr): Likewise.
26955         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
26956         [!NO__SQR]: Define __sqr.
26957         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
26958         and NO__SQR.  Remove all code except __mul and __sqr.  Include
26959         sysdeps/ieee754/dbl-64/mpa.c.
26960         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26962         [BZ #12723]
26963         * posix/Makefile (tests): Add tst-pathconf.
26964         * posix/tst-pathconf.c: New test case.
26965         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
26966         _PC_PIPE_BUF.
26967         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
26969 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
26971         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
26973 2013-03-06  Andreas Jaeger  <aj@suse.de>
26975         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
26976         definition via __MAP_ANONYMOUS.
26978         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
26979         it's not part of Linux headers.
26981         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
26982         (MAP_HUGE_MASK): Define.
26984         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26985         Define.
26986         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26987         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26988         Define.
26989         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26990         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26991         Define.
26992         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26993         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
26994         Define.
26995         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26997         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
26998         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
26999         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27000         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27001         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27002         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27004         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27005         Handle f2fs.
27007         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27008         Handle f2fs and efivarfs.
27010         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27011         f2fs.
27013         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27014         (EFIVARFS_MAGIC): Add.
27015         (F2FS_LINK_MAX): Add.
27017 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27019         * stdio-common/vfprintf.c: Replace __builtin_expect with
27020         __glibc_unlikely.
27022 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27024         [BZ #13550]
27025         * sysdeps/generic/bp-sym.h: Remove file.
27026         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27027         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27028         <bp-sym.h> and <bp-asm.h>.
27029         (__longjmp): Don't use BP_SYM.
27030         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27031         and <bp-asm.h>.
27032         (memcpy): Don't use BP_SYM.
27033         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27034         <bp-sym.h> and <bp-asm.h>.
27035         (memcpy): Don't use BP_SYM.
27036         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27037         <bp-asm.h>.
27038         (memcpy): Don't use BP_SYM.
27039         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27040         <bp-asm.h>.
27041         (memset): Don't use BP_SYM.
27042         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27043         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27044         (__bzero): Don't use BP_SYM.
27045         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27046         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27047         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27048         <bp-sym.h> and <bp-asm.h>.
27049         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27050         pointers.
27051         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27052         <bp-sym.h> and <bp-asm.h>.
27053         (memcpy): Don't use BP_SYM.
27054         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27055         <bp-sym.h> and <bp-asm.h>.
27056         (memset): Don't use BP_SYM.
27057         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27058         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27059         (__bzero): Don't use BP_SYM.
27060         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27061         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27062         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27063         <bp-sym.h> and <bp-asm.h>.
27064         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27065         pointers.
27066         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27067         <bp-sym.h> and <bp-asm.h>.
27068         (memcpy): Don't use BP_SYM.
27069         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27070         <bp-sym.h> and <bp-asm.h>.
27071         (memset): Don't use BP_SYM.
27072         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27073         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27074         (__bzero): Don't use BP_SYM.
27075         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27076         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27077         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27078         <bp-sym.h> and <bp-asm.h>.
27079         (__memchr): Don't use BP_SYM.
27080         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27081         <bp-sym.h> and <bp-asm.h>.
27082         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27083         pointers.
27084         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27085         <bp-sym.h> and <bp-asm.h>.
27086         (memcpy): Don't use BP_SYM.
27087         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27088         <bp-sym.h> and <bp-asm.h>.
27089         (__mempcpy): Don't use BP_SYM.
27090         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27091         <bp-sym.h> and <bp-asm.h>.
27092         (__memrchr): Don't use BP_SYM.
27093         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27094         <bp-sym.h> and <bp-asm.h>.
27095         (memset): Don't use BP_SYM.
27096         (__bzero): Likewise.
27097         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27098         <bp-sym.h> and <bp-asm.h>.
27099         (__rawmemchr): Don't use BP_SYM.
27100         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27101         <bp-sym.h> and <bp-asm.h>.
27102         (__STRCMP): Don't use BP_SYM.
27103         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27104         <bp-sym.h> and <bp-asm.h>.
27105         (strchr): Don't use BP_SYM.
27106         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27107         <bp-sym.h> and <bp-asm.h>.
27108         (__strchrnul): Don't use BP_SYM.
27109         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27110         <bp-sym.h> and <bp-asm.h>.
27111         (strlen): Don't use BP_SYM.
27112         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27113         <bp-sym.h> and <bp-asm.h>.
27114         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27115         pointers.
27116         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27117         <bp-sym.h> and <bp-asm.h>.
27118         (__strnlen): Don't use BP_SYM.
27119         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27120         <bp-sym.h> and <bp-asm.h>.
27121         (__GI__setjmp): Don't use BP_SYM.
27122         (_setjmp): Likewise.
27123         (__sigsetjmp): Likewise.
27124         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27125         (L(start_addresses)): Don't use BP_SYM.
27126         (_start): Likewise.
27127         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27128         <bp-asm.h>.
27129         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27130         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27131         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27132         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27133         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27134         <bp-asm.h>.
27135         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27136         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27137         about bounded pointers.
27138         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27139         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27140         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27141         <bp-asm.h>.
27142         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27143         about bounded pointers.  Remove GKM FIXME comments.
27144         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27145         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27146         <bp-asm.h>.
27147         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27148         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27149         Remove GKM FIXME comments.
27150         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27151         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27152         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27153         <bp-asm.h>.
27154         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27155         about bounded pointers.  Remove GKM FIXME comment.
27156         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27157         and <bp-asm.h>.
27158         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27159         pointers.
27160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27161         <bp-sym.h> and <bp-asm.h>.
27162         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27164         <bp-sym.h> and <bp-asm.h>.
27165         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27166         comment.
27168 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27170         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27171         call free(NULL).
27173 2013-03-05  David S. Miller  <davem@davemloft.net>
27175         * po/es.po: Update from translation team.
27177 2013-03-05  Andreas Jaeger  <aj@suse.de>
27179         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27180         <bits/mman-linux.h>.
27181         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27182         is fine.
27183         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27184         <bits/mman-linux.h> to end of file.
27185         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27186         is fine.
27187         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27188         <bits/mman-linux.h> to end of file.
27189         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27190         is fine.
27191         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27192         <bits/mman-linux.h> to end of file.
27194         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27195         (MCL_CURRENT, MCL_FUTURE): Define here.
27197 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27199         [BZ #15232]
27200         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27201         attribute_hidden.
27202         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27204 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27206         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27207         fourth parameter needed for rt_sigprocmask syscall.
27208         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27209         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27210         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27211         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27212         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27213         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27215 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27217         [BZ #13550]
27218         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27219         comment about bounded pointers.
27220         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27221         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27223 2013-03-04  Andreas Jaeger  <aj@suse.de>
27225         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27226         common definitions.
27228         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27229         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27230         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27231         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27232         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27233         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27235 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27237         [BZ #15055]
27238         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27239         __ieee754_sqrl instead of __sqrl.
27241 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27243         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27244         * sysdeps/powerpc/fpu_control.h: ... here.
27245         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27246         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27247         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27248         * sysdeps/powerpc/bits/mathinline.h: ... here.
27250 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27252         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27253         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27254         to just [NEED_DL_SYSINFO_DSO].
27255         * elf/dl-support.c: Likewise.
27256         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27257         * elf/rtld.c (dl_main): Likewise.
27258         * elf/setup-vdso.h (setup_vdso): Likewise.
27259         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27260         * sysdeps/unix/sysv/linux/dl-sysdep.c
27261         (_dl_discover_osversion): Likewise.
27263 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27265         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27266         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27268 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27270         * NEWS: Mention libm performance improvements and non-x86 PI
27271         futex support.
27273         * csu/libc-start.c (__pthread_initialize_minimal): Change
27274         function arguments.
27275         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27277 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27279         [BZ #13550]
27280         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27281         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27282         <bp-sym.h> and <bp-asm.h>.
27283         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27284         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27285         and <bp-asm.h>.
27286         (memcpy): Don't use BP_SYM.
27287         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27288         <bp-asm.h>.
27289         (__mpn_add_n): Don't use BP_SYM.
27290         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27291         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27292         and <bp-asm.h>.
27293         (__mpn_addmul_1): Don't use BP_SYM.
27294         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27295         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27296         <bp-sym.h>.
27297         (_setjmp): Don't use BP_SYM.
27298         (__novmx_setjmp): Likewise.
27299         (__GI__setjmp): Likewise.
27300         (__vmx_setjmp): Likewise.
27301         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27302         <bp-sym.h>.
27303         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27304         (__bzero): Don't use BP_SYM.
27305         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27306         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27307         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27308         <bp-sym.h> and <bp-asm.h>.
27309         (memcpy): Don't use BP_SYM.
27310         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27311         <bp-sym.h> and <bp-asm.h>.
27312         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27313         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27314         <bp-sym.h> and <bp-asm.h>.
27315         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27316         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27317         <bp-asm.h>.
27318         (__mpn_lshift): Don't use BP_SYM.
27319         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27320         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27321         <bp-asm.h>.
27322         (memset): Don't use BP_SYM.
27323         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27324         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27325         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27326         <bp-asm.h>.
27327         (__mpn_mul_1): Don't use BP_SYM.
27328         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27329         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27330         <bp-sym.h> and <bp-asm.h>.
27331         (memcmp): Don't use BP_SYM.
27332         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27333         <bp-sym.h> and <bp-asm.h>.
27334         (memcpy): Don't use BP_SYM.
27335         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27336         <bp-sym.h> and <bp-asm.h>.
27337         (memset): Don't use BP_SYM.
27338         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27339         <bp-sym.h> and <bp-asm.h>.
27340         (strncmp): Don't use BP_SYM.
27341         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27342         <bp-sym.h> and <bp-asm.h>.
27343         (memcpy): Don't use BP_SYM.
27344         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27345         <bp-sym.h> and <bp-asm.h>.
27346         (memset): Don't use BP_SYM.
27347         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27348         <bp-sym.h> and <bp-asm.h>.
27349         (__memchr): Don't use BP_SYM.
27350         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27351         <bp-sym.h> and <bp-asm.h>.
27352         (memcmp): Don't use BP_SYM.
27353         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27354         <bp-sym.h> and <bp-asm.h>.
27355         (memcpy): Don't use BP_SYM.
27356         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27357         <bp-sym.h> and <bp-asm.h>.
27358         (__mempcpy): Don't use BP_SYM.
27359         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27360         <bp-sym.h> and <bp-asm.h>.
27361         (__memrchr): Don't use BP_SYM.
27362         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27363         <bp-sym.h> and <bp-asm.h>.
27364         (memset): Don't use BP_SYM.
27365         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27366         <bp-sym.h> and <bp-asm.h>.
27367         (__rawmemchr): Don't use BP_SYM.
27368         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27369         <bp-sym.h> and <bp-asm.h>.
27370         (__STRCMP): Don't use BP_SYM.
27371         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27372         <bp-sym.h> and <bp-asm.h>.
27373         (strchr): Don't use BP_SYM.
27374         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27375         <bp-sym.h> and <bp-asm.h>.
27376         (__strchrnul): Don't use BP_SYM.
27377         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27378         <bp-sym.h> and <bp-asm.h>.
27379         (strlen): Don't use BP_SYM.
27380         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27381         <bp-sym.h> and <bp-asm.h>.
27382         (strncmp): Don't use BP_SYM.
27383         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27384         <bp-sym.h> and <bp-asm.h>.
27385         (__strnlen): Don't use BP_SYM.
27386         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27387         <bp-asm.h>.
27388         (__mpn_rshift): Don't use BP_SYM.
27389         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27390         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27391         <bp-sym.h> and <bp-asm.h>.
27392         (__sigsetjmp): Don't use BP_SYM.
27393         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27394         (L(start_addresses)): Don't use BP_SYM.
27395         (_start): Likewise.
27396         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27397         <bp-asm.h>.
27398         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27399         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27400         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27401         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27402         <bp-asm.h>.
27403         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27404         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27405         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27406         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27407         <bp-asm.h>.
27408         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27409         comments.
27410         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27411         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27412         <bp-asm.h>.
27413         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27414         FIXME comments.
27415         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27416         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27417         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27418         <bp-asm.h>.
27419         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27420         comment.
27421         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27422         and <bp-asm.h>.
27423         (strncmp): Don't use BP_SYM,
27424         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27425         <bp-asm.h>.
27426         (__mpn_sub_n): Don't use BP_SYM.
27427         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27428         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27429         and <bp-asm.h>.
27430         (__mpn_submul_1): Don't use BP_SYM.
27431         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27433         <bp-sym.h> and <bp-asm.h>.
27434         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27436         <bp-sym.h> and <bp-asm.h>.
27437         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27438         comment.
27440 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27442         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27443         Use ZK to minimize writes to Z.
27444         (sub_magnitudes): Simplify code a bit.
27445         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27446         Use ZK to minimize writes to Z.
27447         (sub_magnitudes): Simplify code a bit.
27449 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27451         * csu/gmon-start.c: Add special exception to license text.
27453 2013-02-27  Richard Henderson  <rth@redhat.com>
27455         * scripts/config.guess: Update from config.git.
27456         * scripts/config.sub: Likewise.
27458 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27460         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27462         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27464         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27466         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27468         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27470 2013-02-26  Roland McGrath  <roland@hack.frob.com>
27472         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27473         [$(build-shared = yes].
27475 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27477         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27478         (__mul): Reduce iterations for calculating mantissa.
27480         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
27481         MPTWO.
27482         (__mpranred): Likewise.
27484         [BZ #15160]
27485         * malloc/memusagestat.c (main): Draw graphs for heap and stack
27486         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
27488 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27490         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
27491         Define __attribute__.
27493 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27495         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
27496         unused.
27497         * posix/regex_internal.h (__attribute): Remove.
27498         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
27499         (re_string_context_at): Likewise.
27500         (bitset_not): Use __attribute__ and mark function as possibly
27501         unused.
27502         (bitset_merge): Likewise.
27503         (bitset_mask): Likewise.
27504         (re_string_char_size_at): Likewise.
27505         (re_string_wchar_at): Likewise.
27506         (re_string_elem_size_at): Likewise.
27508 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27510         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
27511         code.
27512         (cc32): Likewise.
27514         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
27515         (__acr): Likewise.
27516         (__cpy): Likewise.
27517         (norm): Likewise.
27518         (denorm): Likewise.
27519         (__dbl_mp): Likewise.
27520         (add_magnitudes): Likewise.
27521         (sub_magnitudes): Likewise.
27522         (__mul): Likewise.
27523         (__inv): Likewise.
27525         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
27526         style.
27528         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
27529         style.
27531         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
27532         code.
27534         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
27535         up changes with default code.
27536         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
27537         Likewise.
27539 2013-02-24  Allan McRae  <allan@archlinux.org>
27541         * manual/socket.texi (The Internet Namespace): Order menu items
27542         to match that in the file.
27544         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
27545         node listing of the info page menu.
27547 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
27549         [BZ #13550]
27550         * sysdeps/i386/bp-asm.h: Remove file.
27551         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27552         (PARMS): Do not use macros from bp-asm.h.
27553         (S1): Likewise.
27554         (S2): Likewise.
27555         (SIZE): Likewise.
27556         (__mpn_add_n): Do not use BP_SYM
27557         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
27558         "bp-asm.h".
27559         (PARMS): Do not use macros from bp-asm.h.
27560         (S1): Likewise.
27561         (SIZE): Likewise.
27562         (__mpn_addmul_1): Do not use BP_SYM
27563         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
27564         "bp-asm.h".
27565         (PARMS): Do not use macros from bp-asm.h.
27566         (SIGMSK): Likewise.
27567         (_setjmp): Likewise.  Do not use BP_SYM.
27568         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
27569         "bp-asm.h".
27570         (PARMS): Do not use macros from bp-asm.h.
27571         (SIGMSK): Likewise.
27572         (setjmp): Likewise.  Do not use BP_SYM.
27573         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
27574         "bp-asm.h".
27575         (PARMS): Do not use macros from bp-asm.h.
27576         (__frexp): Do not use BP_SYM.
27577         (frexp): Likewise.
27578         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
27579         "bp-asm.h".
27580         (PARMS): Do not use macros from bp-asm.h.
27581         (__frexpf): Do not use BP_SYM.
27582         (frexpf): Likewise.
27583         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
27584         "bp-asm.h".
27585         (PARMS): Do not use macros from bp-asm.h.
27586         (__frexpl): Do not use BP_SYM.
27587         (frexpl): Likewise.
27588         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
27589         "bp-asm.h".
27590         (PARMS): Do not use macros from bp-asm.h.
27591         (__remquo): Do not use BP_SYM.
27592         (remquo): Likewise.
27593         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
27594         "bp-asm.h".
27595         (PARMS): Do not use macros from bp-asm.h.
27596         (__remquof): Do not use BP_SYM.
27597         (remquof): Likewise.
27598         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
27599         "bp-asm.h".
27600         (PARMS): Do not use macros from bp-asm.h.
27601         (__remquol): Do not use BP_SYM.
27602         (remquol): Likewise.
27603         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
27604         "bp-asm.h".
27605         (PARMS): Do not use macros from bp-asm.h.
27606         (DEST): Likewise.
27607         (SRC): Likewise.
27608         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
27609         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
27610         "bp-asm.h".
27611         (PARMS): Do not use macros from bp-asm.h.
27612         (strlen): Do not use BP_SYM.
27613         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
27614         "bp-asm.h".
27615         (PARMS): Do not use macros from bp-asm.h.
27616         (S1): Likewise.
27617         (S2): Likewise.
27618         (SIZE): Likewise.
27619         (__mpn_add_n): Do not use BP_SYM.
27620         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
27621         "bp-asm.h".
27622         (PARMS): Do not use macros from bp-asm.h.
27623         (S1): Likewise.
27624         (SIZE): Likewise.
27625         (__mpn_addmul_1): Do not use BP_SYM.
27626         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
27627         weak_alias.
27628         (bzero): Likewise.
27629         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
27630         "bp-asm.h".
27631         (PARMS): Do not use macros from bp-asm.h.
27632         (S): Likewise.
27633         (SIZE): Likewise.
27634         (__mpn_lshift): Do not use BP_SYM.
27635         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
27636         "bp-asm.h".
27637         (PARMS): Do not use macros from bp-asm.h.
27638         (DEST): Likewise.
27639         (SRC): Likewise.
27640         (LEN): Likewise.
27641         (memcpy): Likewise.  Do not use BP_SYM.
27642         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
27643         libc_hidden_def and weak_alias.
27644         (mempcpy): Do not use BP_SYM in weak_alias.
27645         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
27646         "bp-asm.h".
27647         (PARMS): Do not use macros from bp-asm.h.
27648         (DEST): Likewise.
27649         (LEN): Likewise.
27650         [!BZERO_P] (CHR): Likewise.
27651         (memset): Likewise.  Do not use BP_SYM.
27652         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
27653         "bp-asm.h".
27654         (PARMS): Do not use macros from bp-asm.h.
27655         (S1): Likewise.
27656         (SIZE): Likewise.
27657         (__mpn_mul_1): Do not use BP_SYM.
27658         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
27659         "bp-asm.h".
27660         (PARMS): Do not use macros from bp-asm.h.
27661         (S): Likewise.
27662         (SIZE): Likewise.
27663         (__mpn_rshift): Do not use BP_SYM.
27664         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
27665         "bp-asm.h".
27666         (PARMS): Do not use macros from bp-asm.h.
27667         (STR): Likewise.
27668         (CHR): Likewise.
27669         (strchr): Likewise.  Do not use BP_SYM.
27670         (index): Do not use BP_SYM in weak_alias.
27671         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
27672         "bp-asm.h".
27673         (PARMS): Do not use macros from bp-asm.h.
27674         (DEST): Likewise.
27675         (SRC): Likewise.
27676         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
27677         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
27678         "bp-asm.h".
27679         (PARMS): Do not use macros from bp-asm.h.
27680         (strlen): Do not use BP_SYM.
27681         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
27682         "bp-asm.h".
27683         (PARMS): Do not use macros from bp-asm.h.
27684         (S1): Likewise.
27685         (S2): Likewise.
27686         (SIZE): Likewise.
27687         (__mpn_sub_n): Do not use BP_SYM.
27688         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
27689         "bp-asm.h".
27690         (PARMS): Do not use macros from bp-asm.h.
27691         (S1): Likewise.
27692         (SIZE): Likewise.
27693         (__mpn_submul_1): Do not use BP_SYM.
27694         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
27695         "bp-asm.h".
27696         (PARMS): Do not use macros from bp-asm.h.
27697         (S1): Likewise.
27698         (S2): Likewise.
27699         (SIZE): Likewise.
27700         (__mpn_add_n): Do not use BP_SYM.
27701         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
27702         weak_alias.
27703         (bzero): Likewise.
27704         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
27705         "bp-asm.h".
27706         (PARMS): Do not use macros from bp-asm.h.
27707         (BLK2): Likewise.
27708         (LEN): Likewise.
27709         (memcmp): Do not use BP_SYM.
27710         (bcmp): Do not use BP_SYM in weak_alias.
27711         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
27712         "bp-asm.h".
27713         (PARMS): Do not use macros from bp-asm.h.
27714         (DEST): Likewise.
27715         (SRC): Likewise.
27716         (LEN): Likewise.
27717         (memcpy): Likewise.  Do not use BP_SYM.
27718         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
27719         "bp-asm.h".
27720         (PARMS): Do not use macros from bp-asm.h.
27721         (DEST): Likewise.
27722         (SRC): Likewise.
27723         (LEN): Likewise.
27724         (memmove): Likewise.  Do not use BP_SYM.
27725         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
27726         "bp-asm.h".
27727         (PARMS): Do not use macros from bp-asm.h.
27728         (DEST): Likewise.
27729         (SRC): Likewise.
27730         (LEN): Likewise.
27731         (__mempcpy): Likewise.  Do not use BP_SYM.
27732         (mempcpy): Do not use BP_SYM in weak_alias.
27733         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
27734         "bp-asm.h".
27735         (PARMS): Do not use macros from bp-asm.h.
27736         (DEST): Likewise.
27737         (LEN): Likewise.
27738         [!BZERO_P] (CHR): Likewise.
27739         (memset): Likewise.  Do not use BP_SYM.
27740         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
27741         "bp-asm.h".
27742         (PARMS): Do not use macros from bp-asm.h.
27743         (STR2): Likewise.
27744         (strcmp): Do not use BP_SYM.
27745         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
27746         "bp-asm.h".
27747         (PARMS): Do not use macros from bp-asm.h.
27748         (STR): Likewise.
27749         (DELIM): Likewise.
27750         [USE_AS_STRTOK_R] (SAVE): Likewise.
27751         (FUNCTION): Likewise.  Do not use BP_SYM.
27752         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
27753         aliases.
27754         (strtok_r): Likewise.
27755         (__GI___strtok_r): Likewise.
27756         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27757         (PARMS): Do not use macros from bp-asm.h.
27758         (S): Likewise.
27759         (SIZE): Likewise.
27760         (__mpn_lshift): Do not use BP_SYM.
27761         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27762         (PARMS): Do not use macros from bp-asm.h.
27763         (STR): Likewise.
27764         (CHR): Likewise.
27765         (__memchr): Do not use BP_SYM.
27766         (memchr): Do not use BP_SYM in weak_alias.
27767         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27768         (PARMS): Do not use macros from bp-asm.h.
27769         (BLK2): Likewise.
27770         (LEN): Likewise.
27771         (memcmp): Do not use BP_SYM.
27772         (bcmp): Do not use BP_SYM in weak_alias.
27773         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
27774         (PARMS): Do not use macros from bp-asm.h.
27775         (S1): Likewise.
27776         (SIZE): Likewise.
27777         (__mpn_mul_1): Do not use BP_SYM.
27778         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
27779         "bp-asm.h".
27780         (PARMS): Do not use macros from bp-asm.h.
27781         (STR): Likewise.
27782         (CHR): Likewise.
27783         (__rawmemchr): Do not use BP_SYM.
27784         (rawmemchr): Do not use BP_SYM in weak_alias.
27785         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27786         (PARMS): Do not use macros from bp-asm.h.
27787         (S): Likewise.
27788         (SIZE): Likewise.
27789         (__mpn_rshift): Do not use BP_SYM.
27790         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27791         (PARMS): Do not use macros from bp-asm.h.
27792         (SIGMSK): Likewise.
27793         (__sigsetjmp): Likewise.  Do not use BP_SYM.
27794         * sysdeps/i386/start.S: Do not include "bp-sym.h".
27795         (_start): Do not use BP_SYM.
27796         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
27797         (PARMS): Do not use macros from bp-asm.h.
27798         (DEST): Likewise.
27799         (SRC): Likewise.
27800         (__stpcpy): Likewise.  Do not use BP_SYM.
27801         (stpcpy): Do not use BP_SYM in weak_alias.
27802         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
27803         "bp-asm.h".
27804         (PARMS): Do not use macros from bp-asm.h.
27805         (DEST): Likewise.
27806         (SRC): Likewise.
27807         (LEN): Likewise.
27808         (__stpncpy): Likewise.  Do not use BP_SYM.
27809         (stpncpy): Do not use BP_SYM in weak_alias.
27810         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27811         (PARMS): Do not use macros from bp-asm.h.
27812         (STR): Likewise.
27813         (CHR): Likewise.
27814         (strchr): Likewise.  Do not use BP_SYM.
27815         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
27816         "bp-asm.h".
27817         (PARMS): Do not use macros from bp-asm.h.
27818         (STR): Likewise.
27819         (CHR): Likewise.
27820         (__strchrnul): Likewise.  Do not use BP_SYM.
27821         (strchrnul): Do not use BP_SYM in weak_alias.
27822         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
27823         "bp-asm.h".
27824         (PARMS): Do not use macros from bp-asm.h.
27825         (STOP): Likewise.
27826         (strcspn): Do not use BP_SYM.
27827         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
27828         "bp-asm.h".
27829         (PARMS): Do not use macros from bp-asm.h.
27830         (STR): Likewise.
27831         (STOP): Likewise.
27832         (strpbrk): Likewise.  Do not use BP_SYM.
27833         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
27834         "bp-asm.h".
27835         (PARMS): Do not use macros from bp-asm.h.
27836         (STR): Likewise.
27837         (CHR): Likewise.
27838         (strrchr): Likewise.  Do not use BP_SYM.
27839         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
27840         (PARMS): Do not use macros from bp-asm.h.
27841         (SKIP): Likewise.
27842         (strspn): Do not use BP_SYM.
27843         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
27844         (PARMS): Do not use macros from bp-asm.h.
27845         (STR): Likewise.
27846         (DELIM): Likewise.
27847         (SAVE): Likewise.
27848         (FUNCTION): Likewise.  Do not use BP_SYM.
27849         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
27850         aliases.
27851         (strtok_r): Likewise.
27852         (__GI___strtok_r): Likewise.
27853         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27854         (PARMS): Do not use macros from bp-asm.h.
27855         (S1): Likewise.
27856         (S2): Likewise.
27857         (SIZE): Likewise.
27858         (__mpn_sub_n): Do not use BP_SYM.
27859         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
27860         "bp-asm.h".
27861         (PARMS): Do not use macros from bp-asm.h.
27862         (S1): Likewise.
27863         (SIZE): Likewise.
27864         (__mpn_submul_1): Do not use BP_SYM.
27865         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
27866         <bp-sym.h>.
27867         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
27868         and <bp-asm.h>.
27869         (PARMS): Do not use macros from bp-asm.h.
27870         (FLAGS): Likewise.
27871         (PTID): Likewise.
27872         (TLS): Likewise.
27873         (CTID): Likewise.
27874         (__clone): Do not use BP_SYM.
27875         (clone): Do not use BP_SYM in weak_alias.
27876         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
27877         and <bp-asm.h>.
27878         (PARMS): Do not use macros from bp-asm.h.
27879         (LEN): Likewise.
27880         (__mmap64): Do not use BP_SYM.
27881         (mmap64): Do not use BP_SYM in weak_alias.
27882         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
27883         <bp-sym.h> and <bp-asm.h>.
27884         (PARMS): Do not use macros from bp-asm.h.
27885         (__posix_fadvise64_l64): Do not use BP_SYM.
27886         * sysdeps/unix/sysv/linux/i386/semtimedop.S
27887         (PARMS): Do not use macros from bp-asm.h.
27888         (NSOPS): Likewise.
27889         (semtimedop): Do not use BP_SYM.
27890         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
27891         and <bp-asm.h>.
27893 2013-02-21  Allan McRae  <allan@archlinux.org>
27895         * manual/message.texi (Charset conversion in gettext):
27896         Move @end statement to beginning of line.
27898 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27900         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
27901         static.
27902         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
27903         Likewise.
27905         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
27906         (denorm): Likewise.
27907         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
27908         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
27910 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27912         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
27913         tail-call to the resolved function if pltexit isn't needed.
27915 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27917         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
27918         or Y being zero as being unlikely.
27919         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27920         Likewise.
27922 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
27924         * manual/nss.texi (System Databases and Name Service Switch):
27925         Remove frobnicate @pxref.
27927 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
27929         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
27930         __attribute__ ((unused)) to __attribute__ ((__unused__)).
27932 2013-02-20  Petr Machata  <pmachata@redhat.com>
27934         * elf/elf.h (R_ARM_TARGET1): New macro.
27935         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
27936         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
27937         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
27938         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
27939         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
27940         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
27941         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
27942         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
27943         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
27944         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
27945         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
27946         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
27947         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
27948         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
27949         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
27950         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
27951         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
27952         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
27953         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
27954         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
27955         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
27956         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
27957         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
27958         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
27959         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
27960         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
27961         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
27962         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
27963         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
27964         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
27965         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
27966         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
27967         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
27968         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
27969         (R_ARM_THM_GOT_BREL12): Likewise.
27970         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
27971         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
27972         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
27973         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
27974         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
27975         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
27976         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
27977         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
27978         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
27980 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
27982         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
27983         __attribute_used__ to __attribute__ ((unused)).
27985 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
27987         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
27988         powerpc mpa.c.
27989         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
27990         comment formatting.
27991         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
27993 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
27995         [BZ #13550]
27996         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
27997         Remove macro.
27998         (ENTER): Remove both macro definitions.
27999         (LEAVE): Likewise.
28000         (CHECK_BOUNDS_LOW): Likewise.
28001         (CHECK_BOUNDS_HIGH): Likewise.
28002         (CHECK_BOUNDS_BOTH): Likewise.
28003         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28004         (RETURN_BOUNDED_POINTER): Likewise.
28005         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28006         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28007         (POP_ERRNO_LOCATION_RETURN): Likewise.
28008         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28009         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28010         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28011         macros.
28012         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28013         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28014         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28015         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28016         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28017         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28018         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28019         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28020         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28021         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28022         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28023         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28024         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28025         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28026         removed macros.
28027         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28028         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28029         macros.
28030         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28031         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28032         * sysdeps/i386/i586/memset.S (memset): Likewise.
28033         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28034         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28035         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28036         macros.
28037         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28038         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28039         Change uses of L(2) to L(out).
28040         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28041         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28042         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28043         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28044         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28045         removed macros.
28046         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28047         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28048         macros.
28049         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28050         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28051         (RETURN): Do not use macro LEAVE.
28052         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28053         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28054         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28055         * sysdeps/i386/i686/memset.S (memset): Likewise.
28056         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28057         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28058         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28059         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28060         Likewise.
28061         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28062         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28063         L(1_2) and L(1_3) into L(1).
28064         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28065         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28066         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28067         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28068         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28069         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28070         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28071         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28072         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28073         macros.
28074         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28075         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28076         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28077         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28078         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28079         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28080         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28081         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28082         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28083         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28084         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28085         * sysdeps/i386/strspn.S (strspn): Likewise.
28086         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28087         conditional code.
28088         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28089         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28090         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28091         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28092         L(1_3) into L(1_1).
28093         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28094         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28095         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28096         macros.
28097         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28099 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28101         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28102         macro.
28104 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28106         * math/atest-exp.c (exp_mpn): Remove ROUND.
28107         * math/atest-exp2.c (exp_mpn): Likewise.
28108         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28110         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28111         * stdlib/tst-tls-atexit-lib.c: Likewise.
28112         * stdlib/tst-tls-atexit.c: Likewise.
28114 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28116         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28117         and __attribute_alloc_size__.
28119 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28121         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28122         __attribute_alloc_size__.
28123         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28124         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28126 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28128         * include/programs/xmalloc.h: New file.
28129         * catgets/gencat.c: Include it.
28130         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28131         * elf/pldd.c: Likewise.
28132         * iconv/iconv_charmap.c: Likewise.
28133         * iconv/iconvconfig.c: Likewise.
28134         * iconv/strtab.c: Likewise.
28135         * locale/programs/locale.c: Likewise.
28136         * locale/programs/localedef.h: Likewise.
28137         * locale/programs/simple-hash.c: Likewise.
28138         * nscd/nscd.h: Likewise.
28139         * nss/makedb.c: Likewise.
28140         * sysdeps/generic/ldconfig.h: Likewise.
28142 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28144         * Versions.def: Add GLIBC_2.18.
28145         * include/link.h (struct link_map): New member l_tls_dtor_count.
28146         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28147         (__call_tls_dtors): Likewise.
28148         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28149         __cxa_thread_atexit_impl.
28150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28151         Likewise.
28152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28153         Likewise.
28154         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28155         Likewise.
28156         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28157         Likewise.
28158         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28159         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28160         Likewise.
28161         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28162         Likewise.
28163         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28164         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28165         Likewise.
28166         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28167         (tests): Add test case tst-tls-atexit.
28168         (modules-names): Add shared library for tst-tls-atexit.
28169         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28170         (GLIBC_PRIVATE): Add __call_tls_dtors.
28171         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28172         for libstdc++.
28173         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28174         * stdlib/tst-tls-atexit.c: New test case.
28175         * stdlib/tst-tls-atexit-lib.c: New test case.
28177         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28179         * elf/Versions (ld): Add _dl_find_dso_for_object.
28180         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28181         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28182         (dl_open_worker): Use _dl_find_dso_for_object.
28183         * elf/dl-sym.c (do_sym): Likewise.
28184         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28186 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28188         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28189         Syntactic changes only.
28190         (_dl_runtime_profile): Do a tail-call to the resolved function.
28192 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28194         [BZ #13550]
28195         * sysdeps/x86_64/bp-asm.h: Remove file.
28196         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28197         <bp-sym.h> and <bp-asm.h>.
28198         (__clone): Do not use BP_SYM.
28199         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28200         <bp-sym.h> and <bp-asm.h>.
28201         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28202         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28203         "bp-asm.h".
28204         (_setjmp): Do not use BP_SYM.
28205         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28206         "bp-asm.h".
28207         (setjmp): Do not use BP_SYM.
28208         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28209         libc_hidden_def.
28210         (mempcpy): Do not use BP_SYM in weak_alias.
28211         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28212         "bp-asm.h".
28213         (strchr): Do not use BP_SYM.
28214         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28215         "bp-asm.h".
28216         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28217         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28218         (_start): Do not use BP_SYM.
28219         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28220         "bp-asm.h".
28221         (strcat): Do not use BP_SYM.
28222         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28223         "bp-asm.h".
28224         (STRCMP): Do not use BP_SYM.
28225         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28226         "bp-asm.h".
28227         (STRCPY): Do not use BP_SYM.
28228         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28229         "bp-asm.h".
28230         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28231         "bp-asm.h".
28232         (FUNCTION): Do not use BP_SYM.
28233         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28234         weak_alias.
28235         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28237 2013-02-17  Andreas Jaeger  <aj@suse.de>
28239         * time/Versions: Sort entries.
28240         * string/Versions: Likewise.
28241         * resolv/Versions: Likewise.
28242         * posix/Versions: Likewise.
28243         * iconv/Versions: Likewise.
28244         * elf/Versions: Likewise.
28245         * wcsmbs/Versions: Likewise.
28247 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28249         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28250         loop termination condition.
28252         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28253         variable to calculate EZ.
28254         (__sqr): Likewise.
28256         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28257         the lower precision input.
28259 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28261         [BZ #13550]
28262         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28263         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28264         (run-via-rtld-prefix): Do not handle %-bp tests.
28265         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28266         (all-object-suffixes): Remove .ob.
28267         (bppfx): Remove variable.
28268         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28269         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28270         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28271         [$(build-bounded) = yes] (libtype.ob): Likewise.
28272         * Makerules (elide-routines.ob): Remove variable.
28273         (do-tests-clean): Do not handle *-bp.out.
28274         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28275         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28276         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28277         (tests): Do not include $(tests-bp.out).
28278         (xtests): Do not include $(xtests-bp.out).
28279         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28280         [$(build-bounded) = yes] ($(addprefix
28281         $(objpfx),$(binaries-bounded))): Remove rule.
28282         ($(objpfx)%-bp.out): Remove rule.
28283         * config.make.in (build-bounded): Remove variable.
28284         * crypt/Makefile [$(build-bounded) = yes]
28285         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28286         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28287         append to variable.
28288         [$(build-bounded) = yes] (install-lib): Likewise.
28289         [$(build-bounded) = yes] (generated): Likewise.
28290         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28291         Remove rule.
28292         * intl/Makefile [$(build-bounded) = yes]
28293         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28294         * math/Makefile [$(build-bounded) = yes]
28295         ($(tests:%=$(objpfx)%-bp): Likewise.
28296         * misc/Makefile [$(build-bounded) = yes]
28297         ($(objpfx)tst-tsearch-bp): Likewise.
28298         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28299         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28300         Remove dependency.
28301         * string/Makefile (o-objects.ob): Remove variable.
28302         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28303         (CFLAGS-.ob): Remove variable.
28304         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28305         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28306         both definitions of variable.
28307         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28308         (ASFLAGS-.ob): Remove variable.
28310 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28312         [BZ #13550]
28313         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28314         Remove __BOUNDED_POINTERS__ from condition.
28315         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28316         * string/bits/string2.h [!__NO_STRING_INLINES &&
28317         !__BOUNDED_POINTERS__]: Likewise.
28318         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28319         Likewise.
28320         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28321         Remove conditional code.
28322         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28323         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28324         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28325         condition.
28327         [BZ #13550]
28328         * csu/libc-start.c: Do not include <bp-sym.h>.
28329         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28330         * elf/dl-open.c: Do not include <bp-sym.h>.
28331         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28332         * math/fegetenv.c: Do not include <bp-sym.h>.
28333         (fegetenv): Do not use BP_SYM in versioned symbols.
28334         * nptl/sysdeps/pthread/bits/libc-lockP.h
28335         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28336         <bp-sym.h>.
28337         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28338         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28339         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28340         (__pthread_mutex_destroy): Likewise.
28341         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28342         (__pthread_mutex_lock): Likewise.
28343         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28344         (__pthread_mutex_trylock): Likewise.
28345         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28346         (__pthread_mutex_unlock): Likewise.
28347         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28348         (__pthread_mutexattr_init): Likewise.
28349         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28350         (__pthread_mutexattr_destroy): Likewise.
28351         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28352         (__pthread_mutexattr_settype): Likewise.
28353         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28354         (__pthread_rwlock_init): Likewise.
28355         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28356         (__pthread_rwlock_destroy): Likewise.
28357         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28358         (__pthread_rwlock_rdlock): Likewise.
28359         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28360         (__pthread_rwlock_tryrdlock): Likewise.
28361         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28362         (__pthread_rwlock_wrlock): Likewise.
28363         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28364         (__pthread_rwlock_trywrlock): Likewise.
28365         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28366         (__pthread_rwlock_unlock): Likewise.
28367         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28368         (__pthread_key_create): Likewise.
28369         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28370         (__pthread_setspecific): Likewise.
28371         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28372         (__pthread_getspecific): Likewise.
28373         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28374         Likewise.
28375         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28376         (_pthread_cleanup_push_defer): Likewise.
28377         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28378         (_pthread_cleanup_pop_restore): Likewise.
28379         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28380         (pthread_setcancelstate): Likewise.
28381         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28382         <bp-sym.h>.
28383         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28384         (memchr): Do not use BP_SYM in weak_alias.
28385         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28386         (fegetenv): Do not use BP_SYM in versioned symbols.
28387         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28388         (fesetenv): Do not use BP_SYM in versioned symbols.
28389         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28390         (feupdateenv): Do not use BP_SYM in versioned symbols.
28391         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28392         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28393         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28394         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28395         (open64): Do not use BP_SYM in weak_alias.
28396         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28397         (fegetenv): Do not use BP_SYM in versioned symbols.
28398         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28399         (fesetenv): Do not use BP_SYM in versioned symbols.
28400         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28401         (feupdateenv): Do not use BP_SYM in versioned symbols.
28402         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28403         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28404         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28405         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28406         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28407         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28408         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28409         <bp-sym.h>.
28410         (__libc_start_main): Do not use BP_SYM.
28412 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28414         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28415         redundant return line.
28416         (norm): Likewise.
28417         (denorm): Likewise.
28418         (dbl_mp): Likewise.
28419         (sub_magnitudes): Likewise.
28420         (__add): Likewise.
28421         (__sub): Likewise.
28422         (__mul): Likewise.
28423         (__inv): Likewise.
28424         (__dvd): Likewise.
28425         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28426         (norm): Likewise.
28427         (denorm): Likewise.
28428         (dbl_mp): Likewise.
28429         (sub_magnitudes): Likewise.
28430         (__add): Likewise.
28431         (__sub): Likewise.
28432         (__mul): Likewise.
28433         (__inv): Likewise.
28434         (__dvd): Likewise.
28436         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28437         instead of __mul.
28438         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28439         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28440         (cc32): Likewise.
28442         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28443         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28444         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28445         of __mul for squares.
28446         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28447         function
28448         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28449         Likewise.
28450         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28451         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28453 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28455         [BZ #13550]
28456         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28457         code.
28458         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28459         prototype or function definition.  Rename ubp_* variables and
28460         parameters.  Remove argv definitions conditional on
28461         [__BOUNDED_POINTERS__].
28462         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28463         * elf/dl-runtime.c (_dl_fixup): Likewise.
28464         * include/set-hooks.h (RUN_HOOK): Likewise.
28465         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28466         definition.
28467         * string/strcpy.c (strcpy): Do not use __unbounded.
28468         * sysdeps/generic/frame.h (struct layout): Likewise.
28469         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28470         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28471         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28472         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28473         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28474         (__backtrace): Likewise.
28475         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28476         use __ptrvalue.
28477         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28478         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
28479         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28480         Likewise.
28481         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
28482         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
28483         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
28484         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28485         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
28486         Do not use __unbounded.
28487         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
28488         Rename __unboundedrlimits parameter to rlimits in prototype.
28489         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
28490         Do not use __unbounded.
28491         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
28492         not use __ptrvalue.
28493         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28494         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
28495         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28496         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
28497         __ptrvalue or __unbounded.
28498         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
28499         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
28500         use __unbounded.
28501         (__new_msgctl): Do not use __ptrvalue.
28502         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
28503         __unbounded.
28504         (__libc_msgrcv): Do not use __ptrvalue.
28505         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
28506         startup_info): Do not use __unbounded.
28507         (__libc_start_main): Likewise.  Rename ubp_* variables and
28508         parameters.  Remove argv definitions conditional on
28509         [__BOUNDED_POINTERS__].
28510         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
28511         __ptrvalue.
28512         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
28513         use __unbounded.
28514         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
28515         or __ptrvalue.
28516         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
28517         use __unbounded.
28518         (__new_shmctl): Do not use __ptrvalue.
28519         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28520         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28521         Likewise.
28522         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28523         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
28524         (__libc_sigaction): Likewise.
28525         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
28526         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
28527         Likewise.
28528         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28530 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
28532         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
28534         * string/mempcpy.c: Implement by calling memcpy.
28536 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28538         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
28540         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
28541         evaluation.
28543         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
28544         values in the mantissa.
28546         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
28547         minimize writes to Z.
28548         (sub_magnitudes): Simplify code a bit.
28550 2013-02-12  Roland McGrath  <roland@hack.frob.com>
28552         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
28553         from the message.  The linker prefixes all warnings with that already.
28555 2013-02-12  Andreas Schwab  <schwab@suse.de>
28557         [BZ #15078]
28558         * posix/regexec.c (extend_buffers): Add parameter min_len.
28559         (check_matching): Pass minimum needed length.
28560         (clean_state_log_if_needed): Likewise.
28561         (get_subexp): Likewise.
28562         * posix/Makefile (tests): Add bug-regex34.
28563         (bug-regex34-ENV): Define.
28564         * posix/bug-regex34.c: New file.
28566         [BZ #11561]
28567         * posix/regcomp.c (parse_bracket_exp): When looking up collating
28568         elements compare against the byte sequence of it, not its name.
28569         * posix/Makefile (tests): Add bug-regex35.
28570         (bug-regex35-ENV): Define.
28571         * posix/bug-regex35.c: New file.
28573 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28575         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
28576         comment.
28577         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
28578         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
28579         (CHECK_EOL): Add undef.
28581 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
28583         * bits/stdlib-bsearch.h: New file.
28584         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
28585         * stdlib/stdlib.h: Likewise.
28587 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28589         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
28590         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
28591         declaration.
28592         * manual/search.texi (Array Search Function): Add missing const in
28593         lfind prototype.
28594         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
28595         declaration to use rlim_t.
28596         (Basic Scheduling Functions): Remove erroneous const from
28597         sched_getparam prototype.  Remove erroneous * from
28598         sched_get_priority_max and sched_get_priority_min prototypes.
28599         (Resource Usage): Fix summary @comment on vtimes to refer to
28600         sys/vtimes.h rather than vtimes.h.
28601         Add missing *s in vtimes prototype.
28602         (Limits on Resources): Fix ulimit prototype to return long int.
28603         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
28604         prototypes to use long int rather than double.
28605         (BSD Random): Fix initstate and setstate to use char *, not void *.
28606         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
28607         prototype to make second argument 'struct aiocb64 *const[]'.
28608         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
28609         (Status of AIO Operations): Remove erroneous const in aio_return and
28610         aio_return64 prototypes.
28611         (Synchronizing I/O): Fix sync prototype to return void.
28612         * manual/startup.texi (Suboptions): Remove an erroneous const in
28613         getsubopt prototype.
28614         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
28615         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
28616         use size_t rather than int.
28617         (Scanning All Users): Likewise for getpwent_r.
28618         (Setting Groups): Add missing const to setgroups prototype.
28619         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
28620         * manual/socket.texi (Host Names): Fix gethostbyaddr and
28621         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
28622         'const void *' rather than 'const char *'.
28623         (Host Address Functions): Likewise for inet_ntop.
28624         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
28625         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
28626         ssize_t for return value.
28627         (Sending Data): Likewise for send, sendto, sendmsg.
28628         (Socket Option Functions): Add a missing const in setsockopt prototype.
28629         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
28630         use wchar_t for the argument.
28631         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
28632         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
28633         take no arguments.
28634         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
28635         double/float/long double for second argument.
28636         Fix return types of significand, significandf, significandl.
28637         * manual/filesys.texi (Setting Permissions): Use mode_t for second
28638         argument in fchmod prototype.
28639         (File Owner): Use uid_t and gid_t in fchown prototype.
28640         (File Times): Add const to utimes, futimes, and lutimes prototypes.
28641         (Making Special Files): Use mode_t and dev_t in mknod prototype.
28642         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
28643         use 'const struct dirent **' as argument types to CMP function pointer
28644         argument.
28645         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
28646         (File Times): Fix summary magic @comment for struct utimbuf and utime
28647         to refer to utime.h, not time.h.
28648         * manual/string.texi (Argz Functions): Add missing const in
28649         argz_extract and argz_next prototypes.
28650         (Finding Tokens in a String): Likewise for basename.
28651         (String/Array Comparison): Fix typo in wcscasecmp prototype.
28652         (Copying and Concatenation): Fix typo in wmemmove prototype.
28653         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
28654         (Signal Stack): Remove erroneous const in sigstack prototype.
28655         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
28656         prototype.
28657         (Simple Calendar Time): Likewise for stime.
28658         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
28659         prototype.
28660         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
28661         say sys/sysctl.h instead.
28662         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
28663         and vsyslog prototypes.
28665 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28667         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
28668         Remove.
28670 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28672         * misc/sys/mman.h: Fix typo in mremap comment.
28674 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28676         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
28677         the '\0' terminator.
28679 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28681         [BZ #13550]
28682         * debug/segfault.c: Don't include <bp-checks.h>.
28683         * sysdeps/generic/bp-checks.h: Remove file.
28684         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
28685         (__GETDENTS): Don't use CHECK_N.
28686         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
28687         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
28688         (__getgroups): Don't use CHECK_N.
28689         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
28690         (setgroups): Don't use CHECK_N.
28691         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
28692         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
28693         (__libc_msgrcv): Don't use CHECK_N.
28694         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
28695         (__libc_msgsnd): Don't use CHECK_N.
28696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
28697         <bp-checks.h>.
28698         (__libc_pread): Don't use CHECK_N.
28699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
28700         include <bp-checks.h>.
28701         (__libc_pread64): Don't use CHECK_N.
28702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
28703         include <bp-checks.h>.
28704         (__libc_pwrite): Don't use CHECK_N.
28705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
28706         include <bp-checks.h>.
28707         (__libc_pwrite64): Don't use CHECK_N.
28708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
28709         <bp-checks.h>.
28710         (__libc_pread): Don't use CHECK_N.
28711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
28712         include <bp-checks.h>.
28713         (__libc_pread64): Don't use CHECK_N.
28714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
28715         include <bp-checks.h>.
28716         (__libc_pwrite): Don't use CHECK_N.
28717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
28718         include <bp-checks.h>.
28719         (__libc_pwrite64): Don't use CHECK_N.
28720         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
28721         (do_pread): Don't use CHECK_N.
28722         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
28723         (do_pread64): Don't use CHECK_N.
28724         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
28725         (do_pwrite): Don't use CHECK_N.
28726         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
28727         (do_pwrite64): Don't use CHECK_N.
28728         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
28729         (__libc_readv): Don't use CHECK_N.
28730         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
28731         (semop): Don't use CHECK_N.
28732         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
28733         <bp-checks.h>.
28734         (semtimedop): Don't use CHECK_N.
28735         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
28736         (__libc_pread): Don't use CHECK_N.
28737         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
28738         <bp-checks.h>.
28739         (__libc_pread64): Don't use CHECK_N.
28740         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
28741         <bp-checks.h>.
28742         (__libc_pwrite): Don't use CHECK_N.
28743         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
28744         <bp-checks.h>.
28745         (__libc_pwrite64): Don't use CHECK_N.
28746         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
28747         <bp-checks.h>.
28748         (__libc_msgrcv): Don't use CHECK_N.
28749         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
28750         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
28751         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
28752         (__libc_writev): Don't use CHECK_N.
28754 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28756         * string/strcpy.c: Removed unused variable.
28758         * Makeconfig (+sysdep-includes): Define with := rather than =.
28759         Use an existing include/ subdir of each sysdeps dir before it.
28761 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28763         * nscd/connection.c (register_traced_file): Comment function.
28764         [HAVE_INOTIFY] (union __inev): Define.
28765         [HAVE_INOTIFY] (inotify_check_files): New function.
28766         [HAVE_INOTIFY] (clear_db_cache): Likewise.
28767         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
28768         clear_db_cache.
28769         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
28771 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28773         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
28774         loaded if not already and that a failure is permanent.
28776 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28778         [BZ #15006]
28779         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
28780         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
28782 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28784         [BZ #13550]
28785         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
28786         (CHECK_1_NULL_OK): Likewise.
28787         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
28788         (__fxstat): Do not use CHECK_1.
28789         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
28790         <bp-checks.h>.
28791         (___fxstat64): Do not use CHECK_1.
28792         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
28793         <bp-checks.h>.
28794         (__fxstatat): Do not use CHECK_1.
28795         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
28796         <bp-checks.h>.
28797         (__fxstatat64): Do not use CHECK_1.
28798         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
28799         <bp-checks.h>.
28800         (__fxstat): Do not use CHECK_1.
28801         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
28802         <bp-checks.h>.
28803         (__fxstatat): Do not use CHECK_1.
28804         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
28805         <bp-checks.h>.
28806         (__getresgid): Do not use CHECK_1.
28807         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
28808         <bp-checks.h>.
28809         (__getresuid): Do not use CHECK_1.
28810         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
28811         <bp-checks.h>.
28812         (__lxstat): Do not use CHECK_1.
28813         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
28814         <bp-checks.h>.
28815         (__old_msgctl): Do not use CHECK_1.
28816         (__new_msgctl): Likewise.
28817         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
28818         <bp-checks.h>.
28819         (__new_setrlimit): Do not use CHECK_1.
28820         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
28821         <bp-checks.h>.
28822         (__old_shmctl): Do not use CHECK_1.
28823         (__new_shmctl): Likewise.
28824         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
28825         <bp-checks.h>.
28826         (__xstat): Do not use CHECK_1.
28827         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
28828         (__lxstat): Do not use CHECK_1.
28829         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
28830         <bp-checks.h>.
28831         (___lxstat64): Do not use CHECK_1.
28832         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
28833         (__old_msgctl): Do not use CHECK_1.
28834         (__new_msgctl): Likewise.
28835         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
28836         <bp-checks.h>.
28837         (__gettimeofday): Do not use CHECK_1.
28838         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
28839         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
28840         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
28841         <bp-checks.h>.
28842         (__gettimeofday): Do not use CHECK_1.
28843         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
28844         (__old_shmctl): Do not use CHECK_1_NULL_OK.
28845         (__new_shmctl): Do not use CHECK_1.
28846         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
28847         <bp-checks.h>.
28848         (do_sigtimedwait): Do not use CHECK_1.
28849         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
28850         <bp-checks.h>.
28851         (do_sigwaitinfo): Do not use CHECK_1.
28852         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
28853         <bp-checks.h>.
28854         (msgctl): Do not use CHECK_1.
28855         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
28856         <bp-checks.h>.
28857         (shmctl): Do not use CHECK_1.
28858         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
28859         (ustat): Do not use CHECK_1.
28860         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
28861         <bp-checks.h>.
28862         (__fxstat): Do not use CHECK_1.
28863         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
28864         <bp-checks.h>.
28865         (__fxstatat): Do not use CHECK_1.
28866         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
28867         <bp-checks.h>.
28868         (__lxstat): Do not use CHECK_1.
28869         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
28870         <bp-checks.h>.
28871         (__xstat): Do not use CHECK_1.
28872         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
28873         (__xstat): Do not use CHECK_1.
28874         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
28875         (___xstat64): Do not use CHECK_1.
28877         [BZ #13550]
28878         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
28879         definitions.
28880         (CHECK_BOUNDS_HIGH): Likewise.
28881         * string/strcpy.c: Do not include <bp-checks.h>.
28882         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
28884 2013-02-07  Roland McGrath  <roland@hack.frob.com>
28886         * nscd/nscd-client.h (__nscd_drop_map_ref):
28887         Add __attribute__ ((unused)).
28888         * nis/nss-nisplus.h (niserr2nss): Likewise.
28890         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
28891         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
28893         * csu/libc-tls.c (init_static_tls, init_slotinfo):
28894         Remove inline keyword.
28895         * include/rounding-mode.h (round_away): Likewise.
28896         * libio/wfileops.c (adjust_wide_data): Likewise.
28897         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
28898         (__m128i_strloadu_tolower): Likewise.
28899         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
28900         (__m128i_strloadu_tolower): Likewise.
28901         * time/mktime.c (ydhms_diff): Likewise.
28902         * locale/elem-hash.h (elem_hash): Likewise.
28903         * locale/setlocale.c (setdata): Likewise.
28904         * posix/regex_internal.h (re_string_char_size_at): Likewise.
28905         (re_string_wchar_at): Likewise.
28906         (bitset_not, bitset_merge, bitset_mask): Likewise.
28907         [!(__GNUC__ > 3)] (inline): Remove macro.
28908         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
28909         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
28910         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
28911         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
28912         * string/memcmp.c (memcmp_bytes): Likewise.
28913         * locale/programs/locarchive.c (compute_hashval): Likewise.
28914         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
28915         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
28916         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
28917         * nss/getent.c (print_rpc, print_protocols): Likewise.
28918         (print_passwd, print_group, print_aliases): Likewise.
28919         * nis/nss-nisplus.h (niserr2nss): Likewise.
28920         * nscd/connections.c (restart_p): Likewise.
28921         Change return type to bool.
28923 2013-02-05  Roland McGrath  <roland@hack.frob.com>
28925         * Makeconfig (all-Depend-files): Add existing
28926         $(sorted-subdirs:=/Depend) files.
28927         (all-subdirs): Remove nss.
28928         * sysdeps/unix/inet/Subdirs: Add it here instead.
28929         * hesiod/Depend: New file.
28931         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
28932         instead of calling alloca.
28934         * io/lseek.c (__lseek): Rename to __libc_lseek.
28935         Define __lseek as an alias.
28937         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
28939 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
28941         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
28942         else clause and remove check for non-standard endianness.
28944 2013-02-04  David S. Miller  <davem@davemloft.net>
28946         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28948 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
28950         [BZ #13550]
28951         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
28952         (__ubp_memchr): Remove prototype.
28953         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
28954         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
28955         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
28956         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
28957         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
28958         Remove alias.
28959         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
28960         (__ubp_memchr): Likewise.
28961         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
28962         (__ubp_memchr): Likewise.
28963         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
28964         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
28965         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
28966         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
28967         CHECK_STRING.
28968         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
28969         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
28970         (__getcwd): Do not use CHECK_STRING.
28971         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
28972         <bp-checks.h>.
28973         (__real_chown): Do not use CHECK_STRING.
28974         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
28975         <bp-checks.h>.
28976         (fchownat): Do not use CHECK_STRING.
28977         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
28978         CHECK_STRING.
28979         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
28980         <bp-checks.h>.
28981         (__lchown): Do not use CHECK_STRING.
28982         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28983         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28984         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28985         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
28986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
28987         include <bp-checks.h>.
28988         (truncate64): Do not use CHECK_STRING.
28989         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
28990         <bp-checks.h>.
28991         (__real_chown): Do not use CHECK_STRING.
28992         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
28993         <bp-checks.h>.
28994         (__lchown): Do not use CHECK_STRING.
28995         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
28996         <bp-checks.h>.
28997         (__chown): Do not use CHECK_STRING.
28998         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
28999         <bp-checks.h>.
29000         (truncate64): Do not use CHECK_STRING.
29001         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29002         Likewise.
29003         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29004         (__xmknod): Do not use CHECK_STRING.
29005         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29006         <bp-checks.h>.
29007         (__xmknodat): Do not use CHECK_STRING.
29008         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29009         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29011 2013-02-04  Andreas Schwab  <schwab@suse.de>
29013         [BZ #14142]
29014         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29015         * include/netdb.h: Likewise for h_errno.
29016         * elf/tst-stackguard1.c: Include <tls.h>.
29018 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29020         * elf/link.h (struct link_map): Extend the l_addr comment.
29021         * include/link.h (struct link_map): Likewise.
29023 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29025         [BZ #13550]
29026         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29027         (BOUNDED_1): Remove macro.
29028         * debug/backtrace.c: Don't include <bp-checks.h>.
29029         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29030         (__backtrace): Likewise.
29031         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29032         <bp-checks.h>.
29033         (__backtrace): Don't use BOUNDED_1.
29034         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29035         <bp-checks.h>.
29036         (__backtrace): Don't use BOUNDED_1.
29037         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29038         (__backtrace): Don't use BOUNDED_1.
29039         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29040         (shmat): Don't use BOUNDED_N.
29042 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29044         [BZ #13550]
29045         * sysdeps/generic/bp-start.h: Remove file.
29046         * csu/libc-start.c: Don't include <bp-start.h>.
29047         (LIBC_START_MAIN): Set up __environ directly instead of using
29048         INIT_ARGV_and_ENVIRON.
29049         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29050         <bp-start.h>.
29052         [BZ #13550]
29053         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29054         definitions.
29055         (CHECK_FCNTL): Likewise.
29056         (CHECK_N_PAGES): Likewise.
29058         [BZ #13550]
29059         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29060         definitions.
29061         (CHECK_SIGSET_NULL_OK): Likewise.
29062         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29063         <bp-checks.h>.
29064         (sigpending): Don't use CHECK_SIGSET.
29065         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29066         <bp-checks.h>.
29067         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29068         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29069         <bp-checks.h>.
29070         (do_sigsuspend): Don't use CHECK_SIGSET.
29071         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29072         use CHECK_SIGSET.
29073         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29074         (do_sigwait): Don't use CHECK_SIGSET.
29075         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29076         use CHECK_SIGSET.
29077         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29078         include <bp-checks.h>.
29079         (sigpending): Don't use CHECK_SIGSET.
29080         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29081         include <bp-checks.h>.
29082         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29083         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29084         <bp-checks.h>.
29085         (sigpending): Don't use CHECK_SIGSET.
29086         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29087         <bp-checks.h>.
29088         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29090         [BZ #13550]
29091         * sysdeps/generic/bp-semctl.h: Remove file.
29092         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29093         <bp-checks.h> and <bp-semctl.h>.
29094         (__old_semctl): Don't use CHECK_SEMCTL.
29095         (__new_semctl): Likewise.
29096         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29097         and <bp-semctl.h>.
29098         (__old_semctl): Don't use CHECK_SEMCTL.
29099         (__new_semctl): Likewise.
29100         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29101         <bp-checks.h> and <bp-semctl.h>.
29102         (__old_semctl): Don't use CHECK_SEMCTL.
29103         (__new_semctl): Likewise.
29104         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29105         <bp-checks.h> and <bp-semctl.h>.
29106         (semctl): Don't use CHECK_SEMCTL.
29108         [BZ #13550]
29109         * Makerules (elide-bp-thunks): Remove variable.
29110         (elide-routines.oS): Don't use $(elide-bp-thunks).
29111         (elide-routines.os): Likewise.
29112         (elide-routines.o): Likewise.
29113         (elide-routines.op): Likewise.
29114         (elide-routines.og): Likewise.
29115         (objects): Don't use $(bp-thunks).
29116         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29117         include.
29118         (common-generated): Do not add s-proto-bp.d.
29119         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29120         (int): Likewise.
29121         (typ): Likewise.
29122         Do not generate makefile rules for bounded-pointer thunks.
29123         * sysdeps/generic/bp-thunks.h: Remove file.
29124         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29125         * sysdeps/unix/s-proto-bp.S: Likewise.
29127         [BZ #15062]
29128         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29129         parts of result separately when argument is not close to line from
29130         -i to i and one part of argument is small.
29131         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29132         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29133         * math/libm-test.inc (cacos_test): Add more tests.
29134         (casin_test): Likewise.
29135         (casinh_test): Likewise.
29136         * sysdeps/i386/fpu/libm-test-ulps: Update.
29137         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29139 2013-01-31  David S. Miller  <davem@davemloft.net>
29141         * po/de.po: Update from translation team.
29143 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29145         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29147 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29149         * configure.in (_AC_PROG_CC_C89): New definition.
29150         * configure: Regenerate.
29152         * configure.in (AC_PROG_CPP): New definition.
29153         * configure: Regenerate.
29155 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29157         * debug/tst-backtrace.h: New file.
29158         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29159         (ret): Remove variable.
29160         (x): Likewise.
29161         (FAIL): Remove macro.
29162         (NO_INLINE): Likewise.
29163         (fn1): Use match function instead of strstr.
29164         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29165         (ret): Remove variable.
29166         (x): Likewise.
29167         (FAIL): Remove macro.
29168         (NO_INLINE): Likewise.
29169         (fn): Use match function instead of strstr.
29170         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29171         (ret): Remove variable.
29172         (x): Likewise.
29173         (FAIL): Remove macro.
29174         (NO_INLINE): Likewise.
29175         (handle_signal): Use match function instead of strstr.
29176         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29177         (ret): Remove variable.
29178         (x): Likewise.
29179         (FAIL): Remove macro.
29180         (NO_INLINE): Likewise.
29181         (handle_signal): Use match function instead of strstr.
29183 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29185         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29187 2013-01-23  David S. Miller  <davem@davemloft.net>
29189         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29190         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29191         argument of CAS if possible.
29192         * sysdeps/sparc/sparc64/bits/atomic.h
29193         (__arch_compare_and_exchange_val_32_acq): Likewise.
29194         (__arch_compare_and_exchange_val_64_acq): Likewise.
29196 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29198         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29199         * sysdeps/posix/ulimit.c: ... this.
29200         Include <limits.h>.
29201         * sysdeps/unix/bsd/ulimit.c: Remove file.
29203 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29205         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29206         (LDFLAGS-tst-array5): Likewise.
29208 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29210         [BZ #15036]
29211         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29212         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29213         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29214         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29216 2013-01-21  David S. Miller  <davem@davemloft.net>
29218         * sysdeps/sparc/backtrace.c: New file.
29219         * sysdeps/sparc/sparc32/backtrace.h: New file.
29220         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29221         * sysdeps/sparc/sparc64/backtrace.h: New file.
29222         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29223         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29224         -funwind-tables.
29226 2013-01-21  Andreas Schwab  <schwab@suse.de>
29228         [BZ #15020]
29229         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29230         closed its stdout.
29232 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29234         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29235         "mpa2.h".
29236         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29238 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29239             Mark Mitchell  <mark@codesourcery.com>
29240             Tom de Vries  <tom@codesourcery.com>
29241             Paul Pluzhnikov  <ppluzhnikov@google.com>
29243         * debug/tst-backtrace2.c: New file.
29244         * debug/tst-backtrace3.c: Likewise.
29245         * debug/tst-backtrace4.c: Likewise.
29246         * debug/tst-backtrace5.c: Likewise.
29247         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29248         (CFLAGS-tst-backtrace3.c): Likewise.
29249         (CFLAGS-tst-backtrace4.c): Likewise.
29250         (CFLAGS-tst-backtrace5.c): Likewise.
29251         (LDFLAGS-tst-backtrace2): Likewise.
29252         (LDFLAGS-tst-backtrace3): Likewise.
29253         (LDFLAGS-tst-backtrace4): Likewise.
29254         (LDFLAGS-tst-backtrace5): Likewise.
29255         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29256         tst-backtrace4 and tst-backtrace5.
29258 2013-01-18  Anton Blanchard  <anton@samba.org>
29259             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29261         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29262         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29263         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29264         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29266         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29267         "+r" and remove output regs list as redundant.  Add explicit inline
29268         asm to specify register of return val to work around compiler codegen
29269         bug.  Remove (int) cast on return value.  Add return type parameter to
29270         use in macro so that this macro does not truncate return value for
29271         64-bit values.
29272         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29273         pass to INTERNAL_VSYSCALL_NCS.
29274         (INLINE_VSYSCALL): Add 'long int' as return type to
29275         INTERNAL_VSYSCALL_NCS macro invocation.
29276         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29277         INTERNAL_VSYSCALL_NCS macro invocation.
29278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29280 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29282         [BZ #14496]
29283         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29284         Fix application of SIMD FP exception mask.
29286         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29287         mp_no from a power of two.
29288         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29289         __mpexp_twomm1.  Use __pow_mp.
29291         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29292         multiplication.
29294 2013-01-17  David S. Miller  <davem@davemloft.net>
29296         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29298 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29300         [BZ #15023]
29301         * include/complex.h: Condition contents on [!_COMPLEX_H].
29302         (__kernel_casinhf): New prototype.
29303         (__kernel_casinh): Likewise.
29304         (__kernel_casinhl): Likewise.
29305         * math/Makefile (libm_calls): Add k_casinh.
29306         * math/k_casinh.c: New file.
29307         * math/k_casinhf.c: Likewise.
29308         * math/k_casinhl.c: Likewise.
29309         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29310         finite nonzero arguments.
29311         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29312         finite nonzero arguments.
29313         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29314         finite nonzero arguments.
29315         * math/s_casinh.c: Do not include <float.h>.
29316         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29317         * math/s_casinhf.c: Do not include <float.h>.
29318         (__casinhf): Move code for finite nonzero arguments to
29319         k_casinhf.c.
29320         * math/s_casinhl.c: Do not include <float.h>.
29321         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29322         redefine.
29323         (__casinhl): Move code for finite nonzero arguments to
29324         k_casinhl.c.
29325         * math/libm-test.inc (cacos_test): Add more tests.
29326         * sysdeps/i386/fpu/libm-test-ulps: Update.
29327         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29329 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29331         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29332         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29333         [!HAVE_MREMAP]: Remove [defined linux] case.
29334         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29336 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29338         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29340 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29342         * elf/elf.h (R_386_SIZE32): New relocation.
29343         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29344         R_386_SIZE32.
29345         (elf_machine_rela): Likewise.
29346         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29347         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29349 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29351         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29352         (FP_FAST_FMA): Do not define.
29353         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29354         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29355         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29356         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29357         !_SOFT_FLOAT]: Likewise.
29358         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29359         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29360         value.
29361         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29362         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29363         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29364         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29365         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29366         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29367         file.
29369 2013-01-16  Andreas Schwab  <schwab@suse.de>
29371         [BZ #14327]
29372         * include/stdlib.h (__mktemp): Add declaration.
29373         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29374         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29376 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29378         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29379         definitions.
29380         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29381         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29382         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29383         definitions here.
29384         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29385         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29386         definitions.
29387         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29388         and ONE.
29389         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29390         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29391         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29392         definitions.
29393         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29394         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29395         definitions.
29396         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29398         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29400 2013-01-15  David S. Miller  <davem@davemloft.net>
29402         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29403         trunc{,f} to libm-sysdep_routes.
29404         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29405         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29406         file.
29407         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29408         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29409         file.
29410         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29411         file.
29412         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29413         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29414         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29415         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29416         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29417         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29418         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29419         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29421         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29422         nearbyint{,f} to libm-sysdep_routes.
29423         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29424         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29425         New file.
29426         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29427         file.
29428         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29429         New file.
29430         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29431         file.
29432         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29433         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29434         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29435         file.
29436         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29437         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29438         file.
29439         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29440         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29441         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29443         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29444         libc_feholdexcept and libc_fesetenv.
29446 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29448         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29450 2013-01-14  David S. Miller  <davem@davemloft.net>
29452         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29453         (SPARC_ASM_VIS2_IFUNC): Likewise.
29454         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29455         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29456         use of 'siam' instruction.
29457         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29458         Likewise.
29459         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29460         Likewise.
29461         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29462         Likewise.
29463         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29464         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29465         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29466         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29467         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29468         file.
29469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29470         file.
29471         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29472         file.
29473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29474         file.
29475         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29476         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29477         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29478         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
29479         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
29480         new VIS2 routines.
29481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
29482         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
29483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
29484         Likewise.
29485         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
29486         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
29487         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
29488         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
29489         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
29490         routines to libm-sysdep_routines.
29491         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29493         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29494         fdim/fdimf to libm-sysdep_routines.
29495         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
29496         file.
29497         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
29498         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
29499         file.
29500         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
29501         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
29502         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
29503         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
29504         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
29505         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
29506         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
29508 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29510         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
29511         to optimize copies.
29513         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
29514         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29515         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29517         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
29518         local variable MPTWO.
29519         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29520         Likewise.
29522 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29524         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
29525         GLOB_NOESCAPE.
29527 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29529         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
29531 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29533         * manual/pattern.texi (glob_t): Document gl_flags.
29534         (glob64_t): Likewise.
29536 2013-01-11  David S. Miller  <davem@davemloft.net>
29538         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
29539         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
29540         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
29541         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
29542         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
29543         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
29544         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
29545         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
29546         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
29547         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
29548         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
29549         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
29550         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
29552         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29553         sparc V9 rather than using V8 code.
29554         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29555         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29557         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
29558         Move to...
29559         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
29560         Here.
29562 2013-01-11  Roland McGrath  <roland@hack.frob.com>
29564         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
29565         not in the main loop.
29566         * configure: Regenerated.
29568 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
29570         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
29571         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
29572         to just #else.
29573         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
29574         [!__GLIBC_HAVE_LONG_LONG] case.
29575         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
29576         condition to just #else.
29577         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
29578         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
29579         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
29580         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
29581         unconditional.
29582         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
29583         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29584         #elif condition to just #else.
29585         * sysdeps/unix/sysv/linux/sys/sysmacros.h
29586         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
29587         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29588         #elif condition to just #else.
29590 2013-01-11  Steve Ellcey  <sellcey@mips.com>
29592         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
29593         (EF_MIPS_ARCH_64): Fix value.
29594         (EF_MIPS_ARCH_32R2): New.
29595         (EF_MIPS_ARCH_64R2): New.
29597 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
29599         * Makeconfig (+link-pie-before-libc): New.
29600         (+link-pie-after-libc): Likewise.
29601         (+link-pie-tests): Likewise.
29602         (+link-pie): Rewritten.
29603         (link-before-libc): Remove $(config-LDFLAGS).
29604         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
29605         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
29606         (config-LDFLAGS): Renamed to ...
29607         (rtld-LDFLAGS): This.
29608         (rtld-tests-LDFLAGS): New macro.
29609         (link-libc-rpath-link): Likewise.
29610         (link-libc-tests-rpath-link): Likewise.
29611         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
29612         (link-libc): Prepand $(link-libc-rpath-link).
29613         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
29614         (test-program-prefix): New macro.
29615         (test-via-rtld-prefix): Likewise.
29616         (test-program-cmd): Likewise.
29617         (host-test-program-cmd): Likewise.
29618         * Makefile ($(common-objpfx)testrun.sh): Replace
29619         $(run-program-prefix) with $(test-program-prefix).
29620         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
29621         $(rtld-LDFLAGS).
29622         ($(common-objpfx)shlib.lds): Likewise.
29623         (build-module-helper): Likewise.
29624         ($(common-objpfx)format.lds): Likewise.
29625         * Rules (binaries-pie-tests): New.
29626         (binaries-pie-notests): Likewise.
29627         (binaries-pie): Rewritten.
29628         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
29629         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
29630         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
29631         (make-test-out): Replace $(host-built-program-cmd) with
29632         $(host-test-program-cmd).
29633         * config.make.in (build-hardcoded-path-in-tests): New variable.
29634         * configure.in (--enable-hardcoded-path-in-tests): New configure
29635         option.
29636         (hardcoded_path_in_tests): New AC_SUBST.
29637         * configure: Regenerated.
29638         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
29639         $(built-program-cmd) with $(test-program-cmd).
29640         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
29641         (test_program_cmd): This.
29642         * elf/Makefile ($(objpfx)order.out): Run test with
29643         $(test-program-prefix).
29644         ($(objpfx)order2.out): Likewise.
29645         ($(objpfx)tst-initorder.out): Likewise.
29646         ($(objpfx)tst-initorder2.out): Likewise.
29647         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
29648         $(test-program-cmd).
29649         ($(objpfx)tst-array1-static.out): Likewise.
29650         ($(objpfx)tst-array2.out): Likewise.
29651         ($(objpfx)tst-array3.out): Likewise.
29652         ($(objpfx)tst-array4.out): Likewise.
29653         ($(objpfx)tst-array5.out): Likewise.
29654         ($(objpfx)tst-array5-static.out): Likewise.
29655         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
29656         $(test-program-cmd).
29657         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
29658         $(run-program-prefix) with $(test-program-prefix).
29659         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
29660         (test_program_prefix): This.
29661         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
29662         $(run-program-prefix) with $(test-program-prefix).
29663         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
29664         (test_program_prefix): This.
29665         * iconvdata/tst-tables.sh: Likewise.
29666         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
29667         $(run-program-prefix) with $(test-program-prefix).
29668         ($(objpfx)tst-translit.out): Likewise.
29669         ($(objpfx)tst-gettext2.out): Likewise.
29670         ($(objpfx)tst-gettext4.out): Likewise.
29671         ($(objpfx)tst-gettext6.out): Likewise.
29672         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
29673         (test_program_prefix): This.
29674         * intl/tst-gettext2.sh: Likewise.
29675         * intl/tst-gettext4.sh  Likewise.
29676         * intl/tst-gettext6.sh: Likewise.
29677         * intl/tst-translit.sh: Likewise.
29678         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
29679         with $(test-program-cmd).
29680         * libio/Makefile ($(objpfx)test-freopen.out): Replace
29681         $(run-program-prefix) with $(test-program-prefix).
29682         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
29683         (test_program_prefix): This.
29684         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
29685         $(run-program-prefix) with $(test-program-prefix).
29686         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
29687         (test_program_prefix): This.
29688         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
29689         * posix/Makefile ($(objpfx)globtest.out): Replace
29690         $(run-via-rtld-prefix) and $(test-wrapper) with
29691         $(test-program-prefix) and $(test-via-rtld-prefix).
29692         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
29693         $(test-program-prefix).
29694         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
29695         $(host-test-program-cmd).
29696         (tst-spawn-ARGS): Likewise.
29697         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
29698         $(test-program-prefix).
29699         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
29700         (test_via_rtld_prefix): This.
29701         (test_wrapper): Renamed to ...
29702         (test_program_prefix): This.
29703         (run_program_prefix): Replaced by test_program_prefix.
29704         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
29705         (test_program_prefix): This.
29706         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
29707         with $(host-test-program-cmd).
29708         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
29709         $(run-program-prefix) with $(test-program-prefix).
29710         ($(objpfx)tst-printf.out): Likewise.
29711         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
29712         $(test-program-cmd).
29713         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
29714         (test_program_prefix): This.
29715         * stdio-common/tst-unbputc.sh: Likewise.
29716         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
29717         $(run-program-prefix) with $(test-program-prefix).
29718         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
29719         (test_program_prefix): This.
29720         * string/Makefile ($(objpfx)tst-svc.out):  Replace
29721         $(built-program-cmd) with $(test-program-cmd).
29723 2013-01-11  Andreas Jaeger  <aj@suse.de>
29725         [BZ #15003]
29726         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
29727         value. Sync with Linux 3.7.
29729 2013-01-10  David S. Miller  <davem@davemloft.net>
29731         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
29732         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29733         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29735 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29737         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
29738         never set.
29739         * configure: Regenerated.
29741 2013-01-10  David S. Miller  <davem@davemloft.net>
29743         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29744         sparc V9 rather than using V8 code.
29745         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29746         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29748 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29750         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
29751         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
29752         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
29753         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
29754         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
29755         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
29756         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
29757         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
29758         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
29759         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
29760         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
29761         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
29762         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
29763         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
29764         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
29765         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
29766         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
29767         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
29768         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
29769         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
29770         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
29771         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
29772         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
29773         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
29774         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
29775         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
29776         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
29778 2013-01-10  David S. Miller  <davem@davemloft.net>
29780         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29782 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29784         * posix/Makefile (tests-static): New variable.
29785         (tests): Add $(tests-static).
29786         (tst-exec-static-ARGS): New variable.
29787         (tst-spawn-static-ARGS): Likewise.
29788         * posix/tst-exec-static.c: New file.
29789         * posix/tst-spawn-static.c: Likewise.
29790         * posix/tst-exec.c: Support run directly.
29791         * posix/tst-spawn.c: Likewise.
29793 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
29795         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
29796         long.
29797         * math/bits/mathcalls.h (llrint): Likewise.
29798         (llround): Likewise.
29799         * stdlib/stdlib.h (struct drand48_data): Likewise.
29800         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
29801         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
29802         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
29803         Likewise.
29804         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
29805         Likewise.
29806         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
29807         (elf_greg_t): Likewise.
29808         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
29809         (__jmp_buf): Likewise.
29810         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
29811         definitions.
29812         (llrint): Likewise, for all definitions.
29813         (llrintl): Likewise.
29815         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
29816         Remove [__GNUC__] condition.
29817         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
29818         condition to just [__USE_ISOC99].
29819         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
29821 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29823         [BZ #14200]
29824         * sysdeps/unix/sysv/linux/x86/bits/environments.h
29825         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
29826         defined.
29827         (_POSIX_V6_ILP32_OFF32): Likewise.
29828         (_XBS5_ILP32_OFF32): Likewise.
29829         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
29830         (__ILP32_OFFBIG_LDFLAGS): Likewise.
29832 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29834         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
29836         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
29837         doubles __mpexp_twomm1.  Adjust usage.
29838         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
29839         Remove.
29841 2013-01-10  Andreas Schwab  <schwab@suse.de>
29843         [BZ #14964]
29844         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
29845         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
29847 2013-01-09  David S. Miller  <davem@davemloft.net>
29849         [BZ #15003]
29850         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
29851         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
29852         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
29853         (TCP_FASTOPEN): Define.
29854         (tcp_repair_opt): New structure.
29855         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
29856         enum values.
29857         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
29858         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
29859         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
29860         (tcp_cookie_transactions): New structure.
29862 2013-01-09  Anton Blanchard  <anton@samba.org>
29864         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
29865         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
29866         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
29867         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
29869 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
29871         * include/features.h (__USE_ANSI): Remove.
29873 2013-01-09  Roland McGrath  <roland@hack.frob.com>
29875         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
29877         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
29879 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
29881         * sysdeps/s390/fpu/libm-test-ulps: Update.
29883         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29885         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
29886         (__acr): Likewise.
29887         (__cpy): Likewise.
29888         (norm): Likewise.
29889         (denorm): Likewise.
29890         (__mp_dbl): Likewise.
29891         (__dbl_mp): Likewise.
29892         (add_magnitudes): Likewise.
29893         (sub_magnitudes): Likewise.
29894         (__add): Likewise.
29895         (__sub): Likewise.
29896         (__mul): Likewise.
29897         (__inv): Likewise.
29898         (__dvd): Likewise.
29899         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
29900         (__acr): Likewise.
29901         (__cpy): Likewise.
29902         (norm): Likewise.
29903         (denorm): Likewise.
29904         (__mp_dbl): Likewise.
29905         (__dbl_mp): Likewise.
29906         (add_magnitudes): Likewise.
29907         (sub_magnitudes): Likewise.
29908         (__add): Likewise.
29909         (__sub): Likewise.
29910         (__mul): Likewise.
29911         (__inv): Likewise.
29912         (__dvd): Likewise.
29913         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
29914         (__acr): Likewise.
29915         (__cpy): Likewise.
29916         (norm): Likewise.
29917         (denorm): Likewise.
29918         (__mp_dbl): Likewise.
29919         (__dbl_mp): Likewise.
29920         (add_magnitudes): Likewise.
29921         (sub_magnitudes): Likewise.
29922         (__add): Likewise.
29923         (__sub): Likewise.
29924         (__mul): Likewise.
29925         (__inv): Likewise.
29926         (__dvd): Likewise.
29928 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
29930         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
29931         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
29932         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
29933         2 && __USE_EXTERN_INLINES]: Likewise.
29935 2013-01-08  Andreas Jaeger  <aj@suse.de>
29937         [BZ# 14985]
29938         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
29939         Remove.
29940         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
29941         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
29943 2013-01-07  Anton Blanchard  <anton@samba.org>
29945         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
29946         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
29947         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
29948         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
29949         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
29950         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
29951         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
29952         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
29953         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29954         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
29955         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
29956         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
29957         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
29958         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
29959         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
29960         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
29961         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
29962         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
29963         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
29964         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
29965         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
29966         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
29967         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
29968         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
29969         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
29970         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
29971         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
29972         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
29973         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
29974         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
29975         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
29976         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29977         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
29978         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
29979         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
29980         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
29981         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
29982         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
29983         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
29984         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
29985         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
29986         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
29987         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
29989 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
29991         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
29992         (__MALLOC_PMT): Likewise.
29993         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
29994         [__GNUC__], only on [_LIBC].
29995         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
29996         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
29997         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
29998         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
29999         forward declaration.
30000         (realloc_hook_ini): Likewise.
30001         (memalign_hook_ini): Likewise.
30002         (__libc_memalign): Do not use __MALLOC_PMT in variable
30003         declaration.
30004         (__libc_valloc): Likewise.
30005         (__libc_pvalloc): Likewise.
30006         (__libc_calloc): Likewise.
30007         (__posix_memalign): Likewise.
30009         [BZ #14996]
30010         * math/s_casinh.c: Include <float.h>.
30011         (__casinh): Do not do computation with squaring and square root
30012         for large arguments.
30013         * math/s_casinhf.c: Include <float.h>.
30014         (__casinhf): Do not do computation with squaring and square root
30015         for large arguments.
30016         * math/s_casinhl.c: Include <float.h>.
30017         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30018         (__casinhl): Do not do computation with squaring and square root
30019         for large arguments.
30020         * math/libm-test.inc (casin_test): Add more tests.
30021         (casinh_test): Likewise.
30022         * sysdeps/i386/fpu/libm-test-ulps: Update.
30023         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30025 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30027         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30028         (__x86_64_raw_data_cache_size): Likewise.
30029         (__x86_64_data_cache_size_half): Likewise.
30030         (__x86_64_raw_data_cache_size_half): Likewise.
30031         (__x86_64_shared_cache_size): Likewise.
30032         (__x86_64_raw_shared_cache_size): Likewise.
30033         (__x86_64_shared_cache_size_half): Likewise.
30034         (__x86_64_raw_shared_cache_size_half): Likewise.
30035         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30036         to ...
30037         (__x86_data_cache_size): This.
30038         (__x86_64_raw_data_cache_size): Renamed to ...
30039         (__x86_raw_data_cache_size): This.
30040         (__x86_64_data_cache_size_half): Renamed to ...
30041         (__x86_data_cache_size_half): This.
30042         (__x86_64_raw_data_cache_size_half): Renamed to ...
30043         (__x86_raw_data_cache_size_half): This.
30044         (__x86_64_shared_cache_size): Renamed to ...
30045         (__x86_shared_cache_size): This.
30046         (__x86_64_raw_shared_cache_size): Renamed to ...
30047         (__x86_raw_shared_cache_size): This.
30048         (__x86_64_shared_cache_size_half): Renamed to ...
30049         (__x86_shared_cache_size_half): This.
30050         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30051         (__x86_raw_shared_cache_size_half): This.
30052         * sysdeps/x86_64/memcpy.S: Updated.
30053         * sysdeps/x86_64/memset.S: Likewise.
30054         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30055         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30056         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30058 2013-01-04  David S. Miller  <davem@davemloft.net>
30060         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30062 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30064         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30065         1 to avoid redefinition warning.
30066         (__USE_GNU): Don't define.
30067         (init_signaling_nan): Protoize.
30069         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30071 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30073         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30074         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30075         (__cpymn): Likewise.
30076         (norm): Remove commented code.
30077         (denorm): Likewise.
30078         (__mp_dbl): Likewise.
30079         (__inv): Likewise.
30080         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30081         (__cpymn): Likewise.
30082         (norm): Remove commented code.
30083         (denorm): Likewise.
30084         (__mp_dbl): Likewise.
30085         (__inv): Likewise.
30087         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30088         mp_no value for 1.0 and 2.0.
30089         (norm): Use RADIXI instead of radixi.d.
30090         (denorm): Likewise.
30091         (__mul): Use 0.0 instead of zero.d.
30092         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30093         mp_no value for 1.0 and 2.0.
30094         (norm): Use RADIXI instead of radixi.d.
30095         (denorm): Likewise.
30096         (__mul): Use 0.0 instead of zero.d.
30098 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30100         [BZ #14994]
30101         * math/s_casinh.c (__casinh): Reduce finite argument to first
30102         quadrant then set signs of results at the end.
30103         * math/s_casinhf.c (__casinhf): Likewise.
30104         * math/s_casinhl.c (__casinhl): Likewise.
30105         * math/libm-test.inc (casin_test): Add more tests.
30106         (casinh_test): Likewise.
30107         * sysdeps/i386/fpu/libm-test-ulps: Update.
30108         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30110 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30112         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30114         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30116         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30117         declarations.
30118         (denorm): Likewise.
30119         (__mp_dbl): Likewise.
30120         (__inv): Likewise.
30122         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30123         and adjust the header comment.
30125         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30126         variable name from declaration.
30128 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30130         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30131         Initialize COMMON_CPUID_INDEX_7 element.
30132         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30133         (CPUID_RTM): Likewise.
30134         (HAS_RTM): Likewise.
30135         (COMMON_CPUID_INDEX_7): New enum.
30137 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30139         [BZ #14981]
30140         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30141         size is zero, record memory as freed.
30143 2013-01-03  Andreas Jaeger  <aj@suse.de>
30145         * po/ia.po: Add new Interlingua translation.
30147 2012-01-03  Allan McRae  <allan@archlinux.org>
30149         * locale/programs/localedef.c: Fix description of '--posix' flag.
30151 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30153         * NEWS: Update dates in second copyright notice.
30154         * README: Update copyright dates in example.
30155         * manual/libc.texinfo: Update copyright dates.
30156         * scripts/test-installation.pl: Update copyright date in --version
30157         output.
30159         * hurd/ctty-input.c: Fix copyright notice formatting.
30160         * hurd/ctty-output.c: Likewise.
30161         * hurd/dtable.c: Likewise.
30162         * hurd/hurd-raise.c: Likewise.
30163         * hurd/hurdprio.c: Likewise.
30164         * hurd/msgportdemux.c: Likewise.
30165         * misc/sys/file.h: Likewise.
30166         * misc/sys/ioctl.h: Likewise.
30167         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30168         * sysdeps/mach/hurd/chdir.c: Likewise.
30169         * sysdeps/mach/hurd/fchdir.c: Likewise.
30170         * sysdeps/mach/hurd/rename.c: Likewise.
30171         * sysdeps/mach/hurd/rmdir.c: Likewise.
30172         * sysdeps/mach/hurd/seekdir.c: Likewise.
30173         * sysdeps/mach/hurd/setsid.c: Likewise.
30174         * sysdeps/posix/wait3.c: Likewise.
30176         * All files with FSF copyright notices: Update copyright dates
30177         using scripts/update-copyrights.
30178         * intl/plural.c: Regenerated.
30179         * locale/programs/charmap-kw.h: Likewise.
30180         * locale/programs/locfile-kw.h: Likewise.
30182 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30184         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30185         four values.
30187         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30188         calculation loop and add branch prediction.
30190         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30191         check access beyond bounds of m1np.
30193         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30194         MPTWO.
30195         (__inv): Remove local variable MPTWO to use the global
30196         constant.
30197         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30198         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30199         variable MPTWO.
30200         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30201         MP3HALFS static const.
30203 2013-01-01  David S. Miller  <davem@davemloft.net>
30205         * po/ca.po: Update from translation team.
30207 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30209         * scripts/update-copyrights: New file.
30210         * Makeconfig: Reformat copyright notice.
30211         * ctype/ctype.h: Likewise.
30212         * debug/swprintf_chk.c: Likewise.
30213         * elf/dl-cache.c: Likewise.
30214         * elf/dl-debug.c: Likewise.
30215         * elf/dl-object.c: Likewise.
30216         * grp/initgroups.c: Likewise.
30217         * hurd/Makefile: Likewise.
30218         * hurd/hurd/signal.h: Likewise.
30219         * hurd/hurdfault.c: Likewise.
30220         * hurd/hurdioctl.c: Likewise.
30221         * hurd/hurdlookup.c: Likewise.
30222         * hurd/intr-msg.c: Likewise.
30223         * iconv/gconv_open.c: Likewise.
30224         * libio/swprintf.c: Likewise.
30225         * locale/lc-ctype.c: Likewise.
30226         * locale/nl_langinfo.c: Likewise.
30227         * mach/Machrules: Likewise.
30228         * mach/Makefile: Likewise.
30229         * malloc/obstack.h: Likewise.
30230         * manual/Makefile: Likewise.
30231         * manual/tsort.awk: Likewise.
30232         * misc/bits/stab.def: Likewise.
30233         * nis/nis_print_group_entry.c: Likewise.
30234         * nis/nis_table.c: Likewise.
30235         * nis/nss_compat/compat-pwd.c: Likewise.
30236         * nis/nss_compat/compat-spwd.c: Likewise.
30237         * po/Makefile: Likewise.
30238         * posix/fnmatch.c: Likewise.
30239         * posix/regex.h: Likewise.
30240         * resolv/Makefile: Likewise.
30241         * resolv/nss_dns/dns-network.c: Likewise.
30242         * resolv/res_hconf.c: Likewise.
30243         * scripts/gen-sorted.awk: Likewise.
30244         * soft-fp/soft-fp.h: Likewise.
30245         * stdio-common/printf.h: Likewise.
30246         * stdlib/monetary.h: Likewise.
30247         * stdlib/random.c: Likewise.
30248         * stdlib/random_r.c: Likewise.
30249         * sysdeps/generic/Makefile: Likewise.
30250         * sysdeps/gnu/Makefile: Likewise.
30251         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30252         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30253         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30254         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30255         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30256         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30257         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30258         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30259         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30260         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30261         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30262         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30263         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30264         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30265         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30266         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30267         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30268         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30269         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30270         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30271         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30272         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30273         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30274         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30275         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30276         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30277         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30278         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30279         * sysdeps/mach/hurd/errnos.awk: Likewise.
30280         * sysdeps/mach/hurd/fork.c: Likewise.
30281         * sysdeps/mach/hurd/getcwd.c: Likewise.
30282         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30283         * sysdeps/mach/hurd/mmap.c: Likewise.
30284         * sysdeps/mach/hurd/utimes.c: Likewise.
30285         * sysdeps/mach/hurd/xmknod.c: Likewise.
30286         * sysdeps/posix/profil.c: Likewise.
30287         * sysdeps/posix/readdir_r.c: Likewise.
30288         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30289         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30290         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30291         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30292         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30293         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30294         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30295         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30296         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30297         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30298         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30299         * sysdeps/pthread/lio_listio.c: Likewise.
30300         * sysdeps/sparc/dl-procinfo.h: Likewise.
30301         * sysdeps/unix/i386/sysdep.S: Likewise.
30302         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30303         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30304         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30305         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30307         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30308         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30309         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30310         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30311         * sysdeps/wordsize-32/divdi3.c: Likewise.
30312         * time/sys/time.h: Likewise.
30313         * wcsmbs/Makefile: Likewise.
30315 2013-01-01  David S. Miller  <davem@davemloft.net>
30317         * po/fr.po: Update from translation team.
30319         * catgets/gencat.c: Update copyright year.
30320         * csu/version.c: Likewise.
30321         * debug/catchsegv.sh: Likewise.
30322         * debug/pcprofiledump.c: Likewise.
30323         * debug/xtrace.sh: Likewise.
30324         * elf/ldconfig.c: Likewise.
30325         * elf/ldd.bash.in: Likewise.
30326         * elf/pldd.c: Likewise.
30327         * elf/sotruss.ksh: Likewise.
30328         * elf/sprof.c: Likewise.
30329         * iconv/iconv_prog.c: Likewise.
30330         * iconv/iconvconfig.c: Likewise.
30331         * locale/programs/locale.c: Likewise.
30332         * locale/programs/localedef.c: Likewise.
30333         * login/programs/pt_chown.c: Likewise.
30334         * malloc/memusage.sh: Likewise.
30335         * malloc/memusagestat.c: Likewise.
30336         * malloc/mtrace.pl: Likewise.
30337         * nscd/nscd.c: Likewise.
30338         * nss/getent.c: Likewise.
30339         * nss/makedb.c: Likewise.
30340         * posix/getconf.c: Likewise.
30342 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30344         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30345         numbers.
30347 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30349         * math/bits/mathcalls.h (modf): Use __nonnull.
30351 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30353         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30354         (split): Use macro CN instead of the bare value.
30355         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30356         could be used.
30357         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30358         instead of the bare value.
30359         (power1): Likewise.
30361 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30363         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30364         __ATAN_TWOM.
30365         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30367         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30368         their values.
30369         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30370         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30371         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30372         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30374 2012-12-28  Andreas Jaeger  <aj@suse.de>
30376         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30377         values are from Linux 3.7.
30379         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30380         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30382 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30384         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30385         TRUE case.
30387         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30388         (norm): Likewise.
30389         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30390         variables with preprocessor constants.
30391         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30392         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30393         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30395 2012-12-27  Bruno Haible  <bruno@clisp.org>
30397         [BZ #14317]
30398         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30399         only if needed.
30401 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30403         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30404         and use variable directly.
30405         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30407         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30408         MPONE.
30409         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30410         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30411         variable MPONE.
30412         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30413         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30414         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30415         include directive.  Remove local variable MPONE.
30416         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30417         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30418         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30420 2012-12-25  David S. Miller  <davem@davemloft.net>
30422         * version.h (RELEASE): Set to "development".
30423         (VERSION): Set to "2.17.90".
30424         * NEWS: Add 2.18 section.
30426 2012-12-21  David S. Miller  <davem@davemloft.net>
30428         * po/hr.po: Update from translation team.
30430 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30432         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30434 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30436         * NEWS:  Mention new memcpy for MIPS.
30438 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30440         * manual/contrib.texi (Contributors): Spelling correction.
30442 2012-12-15  David S. Miller  <davem@davemloft.net>
30444         * po/ru.po: Update from translation team.
30446 2012-12-13  David S. Miller  <davem@davemloft.net>
30448         * NEWS: Mention IFUNC testsuite enhancements.
30450         * po/pl.po: Update from translation team.
30451         * po/bg.po: Likewise.
30453         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30454         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30456 2012-12-11  David S. Miller  <davem@davemloft.net>
30458         * po/sv.po: Update from translation team.
30460         * po/vi.po: Update from translation team.
30462         * po/cs.po: Update from translation team.
30464         * po/de.po: Update from translation team.
30465         * po/eo.po: Likewise.
30466         * po/nl.po: Likewise.
30468 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30470         [BZ #14246]
30471         * manual/argp.texi (Argp Helper Functions): Move node to follow
30472         Argp Parsing State.
30474         [BZ #14872]
30475         * manual/conf.texi (Limits on File System Capacity): Mention if
30476         terminating null is included in the max size.
30478 2012-12-10  Andreas Jaeger  <aj@suse.de>
30480         * po/cs.po: Update from translation team.
30482 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30484         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
30485         void pointer and cast to uintptr_t.
30486         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
30487         path.
30488         * sysdeps/s390/s390-64/memcpy.S: Likewise.
30489         * sysdeps/s390/s390-64/memset.S: Likewise.
30491 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
30493         [BZ #14833]
30494         * menual/message.texi (Message Translation): Fix typos.
30495         (Helper programs for gettext): Likewise.
30497 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
30499         [BZ #14898]
30500         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
30501         Change to -1.
30503 2012-12-07  David S. Miller  <davem@davemloft.net>
30505         * po/libc.pot: Update.
30507 2012-12-07  Richard Henderson  <rth@redhat.com>
30509         [BZ #10114]
30510         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
30511         normal/normal case to before the switch.
30512         (_FP_DIV): Likewise.
30514 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
30515             Mike Frysinger  <vapier@gentoo.org>
30517         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
30518         check for __NR_fadvise64_64.
30520 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
30522         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
30523         0, not just to plain "0" as a statement.
30524         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
30525         with cw.
30527 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
30529         * NEWS: Use sourceware.org in Bugzilla URL.
30531 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
30533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30534         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30536         * stdio-common/tst-put-error.c (do_test): Add newline to the
30537         padded test to ensure flush.
30539 2012-12-05  Jeff Law  <law@redhat.com>
30541         * sunrpc/etc.rpc (fedfs_admin): Add entry.
30543 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
30545         * README: Don't refer to ports add-on as distributed separately.
30546         Mention AArch64 in list of systems supported in the ports add-on.
30548         * LICENSES: Add more non-FSF copyright and license notices.
30550         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
30551         ((unused)).
30553         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
30555         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
30556         10000 as width of padded output.
30558 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30560         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
30562         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
30563         variable LX with __attribute__ ((unused)).
30564         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
30565         Likewise.
30566         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
30567         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
30568         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
30569         with __attribute__ ((unused)).
30571 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
30573         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
30575 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30577         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
30578         (CFLAGS-nldbl-acos.c): New variable.
30579         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
30580         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
30581         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
30582         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
30583         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
30584         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
30585         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
30586         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
30587         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
30588         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
30589         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
30590         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
30591         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
30592         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
30593         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
30594         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
30595         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
30596         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
30597         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
30598         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
30599         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
30600         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
30601         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
30602         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
30603         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
30604         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
30605         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
30606         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
30607         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
30608         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
30609         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
30610         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
30611         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
30612         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
30613         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
30614         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
30615         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
30616         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
30617         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
30618         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
30619         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
30620         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
30621         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
30622         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
30623         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
30624         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
30625         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
30626         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
30627         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
30628         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
30629         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
30630         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
30631         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
30632         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
30633         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
30634         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
30635         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
30636         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
30637         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
30638         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
30639         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
30640         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
30641         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
30642         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
30643         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
30644         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
30645         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
30646         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
30647         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
30648         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
30649         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
30650         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
30651         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
30652         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
30653         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
30654         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
30655         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
30656         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
30657         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
30658         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
30659         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
30660         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
30661         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
30662         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
30663         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
30664         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
30665         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
30666         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
30667         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
30668         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
30669         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
30670         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
30671         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
30672         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
30673         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
30674         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
30675         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
30677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30678         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30680         [BZ #14914]
30681         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
30682         whole low double instead of just low 47 bits when splitting values
30683         into two parts.
30685 2012-12-03  Allan McRae  <allan@archlinux.org>
30687         * manual/stdio.texi (Predefined Printf Handlers): Remove
30688         @hsep and @vsep usage.
30690 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
30692         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
30693         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
30695 2012-12-03  Jeff Law  <law@redhat.com>
30697         * time/sys/time.h (settimeofday): Do not mark TV argument
30698         as __nonnull.
30700 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
30702         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
30703         when currently writing and seek to current position when not.
30704         * libio/Makefile (tests): Remove bug-fclose1.
30705         * libio/bug-fclose1.c: Delete.
30707 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
30709         * manual/arith.texi (feenableexcept): Fix typo.
30710         (fedisableexcept): Likewise.
30712 2012-11-30  Roland McGrath  <roland@hack.frob.com>
30714         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
30715         second, differently-typed declaration, rather than a cast.
30717 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30719         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
30720         * include/rpc/svc.h: ... here.
30722 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
30724         [BZ #13013]
30725         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
30726         depending n and resplen2 to catch cases where answer
30727         equals answerp2.
30729 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
30731         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
30732         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
30734 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
30736         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
30738 2012-11-29  Roland McGrath  <roland@hack.frob.com>
30740         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
30742 2012-11-28  Jeff Law  <law@redhat.com>
30744         [BZ #13761]
30745         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
30746         dataset_temporary.  Track alloca usage into alloca_used.
30747         If dataset is large allocate and release it via malloc/free.
30749 2012-06-04  Florian Weimer  <fweimer@redhat.com>
30751         [BZ #14197]
30752         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
30754 2012-11-28  David S. Miller  <davem@davemloft.net>
30756         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30758 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30760         [BZ #14803]
30761         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
30762         of pi/2 rounded to nearest to 64 bits.
30763         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
30764         nearest to 64 bits.
30765         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
30766         bits.
30768 2012-11-28  Jeff Law <law@redhat.com>
30769             Martin Osvald <mosvald@redhat.com>
30771         [BZ #14889]
30772         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
30773         * sunrpc/svc.c: Include time.h.
30774         (__svc_accept_failed): New function.
30775         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
30776         any reason other than EINTR, call __svc_accept_failed.
30777         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
30778         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
30780 2012-11-28  Andreas Schwab  <schwab@suse.de>
30782         * scripts/abilist.awk: Also handle indirect functions in .opd
30783         section.
30785 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30787         [BZ #13881]
30788         * sysdeps/x86/fpu/powl_helper.c: New file.
30789         * sysdeps/x86/fpu/Makefile: Likewise.
30790         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
30791         (p3): New object.
30792         (__ieee754_powl): Use __powl_helper for finite arguments except
30793         integer exponents below 8.
30794         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
30795         (p3): New object.
30796         (__ieee754_powl): Use __powl_helper for finite arguments except
30797         integer exponents below 8.
30798         * math/libm-test.inc (pow_test): Add more tests and enable some
30799         previously disabled tests.
30800         * sysdeps/i386/fpu/libm-test-ulps: Update.
30801         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30803 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30804             Carlos O'Donell  <carlos_odonell@mentor.com>
30806         * nss/makedb.c (is_prime): Assert that input is odd and greater
30807         than 4.  Note that fact in a comment too.
30808         (next_prime): Add 4 to input.
30810 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30812         [BZ #11741]
30813         * libio/Makefile (tests): Add test case tst-fwrite-error.
30814         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
30815         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
30816         * libio/tst-fwrite-error.c: New test case.
30818 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
30820         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
30821         before casting to void *.
30822         * include/libc-internal.h (__pointer_type): New macro.
30823         (__integer_if_pointer_type_sub): Likewise.
30824         (__integer_if_pointer_type): Likewise.
30825         (cast_to_integer): Likewise.
30826         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
30827         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
30828         before casting to atomic64_t.
30829         (atomic_exchange_acq): Likewise.
30830         (__arch_exchange_and_add_body): Likewise.
30831         (__arch_add_body): Likewise.
30832         (atomic_add_negative): Likewise.
30833         (atomic_add_zero): Likewise.
30835 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
30837         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
30838         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
30839         (add_fdes): Likewise.
30840         (linear_search_fdes): Likewise.
30841         (binary_search_unencoded_fdes): Likewise.
30843 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
30845         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
30847 2012-11-24  Adam Conrad  <adconrad@0c3.net>
30849         * configure.in: Autodetect C++ header directories.
30850         * configure: Regenerated.
30852 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
30854         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
30856 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
30858         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30860 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
30862         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
30863         LDBL_MANT_DIG == 106]: Disable some tests.
30864         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
30865         Likewise.
30866         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
30867         Likewise.
30869         [BZ #14871]
30870         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
30871         input for small inputs.  Return +/- pi/2 for large inputs.
30872         * math/libm-test.inc (atan_test): Add more tests.
30874         * sysdeps/generic/unwind-dw2-fde-glibc.c
30875         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
30876         __attribute__ ((unused)).
30878         [BZ #14645]
30879         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
30880         x * y if x and y are nonzero and z is zero.
30882         [BZ #14811]
30883         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
30884         nonzero exponents with absolute value below 0x1p-117 to +/-
30885         0x1p-117.
30887         [BZ #14869]
30888         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
30889         up arguments below 2**-450, not just those below 2**-500.
30890         * math/libm-test.inc (hypot_test): Add another test.
30892         [BZ #14868]
30893         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
30894         Return a+b for ratio over 2**120, not 2**60.
30895         * math/libm-test.inc (hypot_test): Add another test.
30897         * math/libm-test.inc (clog_test): Use
30898         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
30899         (clog10_test): Likewise.
30901         [BZ #6778]
30902         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
30904 2012-11-22  Andreas Schwab  <schwab@suse.de>
30906         * sysdeps/i386/fpu/libm-test-ulps: Update.
30908 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
30910         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
30911         printf output with newline.
30913 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
30915         [BZ #14865]
30916         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
30917         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
30918         -z nodlopen, -z initfirst and -z execstack support.
30919         * configure: Regenerated.
30921         * elf/elf.h (DF_1_NODIRECT): New macro.
30922         (DF_1_IGNMULDEF): Likewise.
30923         (DF_1_NOKSYMS): Likewise.
30924         (DF_1_NOHDR): Likewise.
30925         (DF_1_EDITED): Likewise.
30926         (DF_1_NORELOC): Likewise.
30927         (DF_1_SYMINTPOSE): Likewise.
30928         (DF_1_GLOBAUDIT): Likewise.
30929         (DF_1_SINGLETON): Likewise.
30930         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
30931         DT_1_SUPPORTED_MASK bits.
30932         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
30934 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
30936         * sysdeps/unix/make-syscalls.sh: Document prefixes.
30938 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
30940         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
30941         macro.
30943         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
30944         (sendmmsg): Move declarations...
30945         * socket/sys/socket.h: ... here.
30946         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
30947         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
30948         include it from...
30949         * socket/recvmmsg.c: ... this new file.
30950         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
30951         (sendmmsg): Rename to __sendmmsg, create weak alias and make
30952         definition of __sendmmsg hidden.
30953         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
30954         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
30955         Move ENOSYS stub into and include it from...
30956         * socket/sendmmsg.c: ... this new file.
30957         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
30958         (sysdep_routines): Move recvmmsg and sendmmsg...
30959         * socket/Makefile (routines): ... here.
30960         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
30961         (GLIBC_PRIVATE): Add __sendmmsg.
30962         * include/sys/socket.h (__sendmmsg): Add declarations.
30963         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
30964         sendmmsg.
30966 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
30968         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
30969         variable I1 with __attribute__ ((unused)).
30970         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
30972 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
30974         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
30975         DUMMY variables with __attribute__ ((unused)).
30977         * bits/byteswap.h: Include <bits/types.h>.
30978         (__bswap_64): Use __uint64_t instead of unsigned long long int.
30980 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
30982         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
30983         string_t.  Do not manually set errno.
30984         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
30985         length with __strnlen.  Make sure to both set errno and return it on
30986         failure.
30988 2012-11-19  David S. Miller  <davem@davemloft.net>
30990         With help from Joseph Myers.
30991         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
30992         very large arguments properly.
30993         * math/libm-test.inc (atan_test): New tests.
30994         (atan2_test): New tests.
30995         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30996         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30998 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31000         [BZ #14856]
31001         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31002         Define to 3.
31004         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31005         [POSIX] (EADDRNOTAVAIL): Likewise.
31006         [POSIX] (EAFNOSUPPORT): Likewise.
31007         [POSIX] (EALREADY): Likewise.
31008         [POSIX] (ECONNABORTED): Likewise.
31009         [POSIX] (ECONNREFUSED): Likewise.
31010         [POSIX] (ECONNRESET): Likewise.
31011         [POSIX] (EDESTADDRREQ): Likewise.
31012         [POSIX] (EDQUOT): Likewise.
31013         [POSIX] (EHOSTUNREACH): Likewise.
31014         [POSIX] (EIDRM): Likewise.
31015         [POSIX] (EISCONN): Likewise.
31016         [POSIX] (ELOOP): Likewise.
31017         [POSIX] (EMULTIHOP): Likewise.
31018         [POSIX] (ENETDOWN): Likewise.
31019         [POSIX] (ENETUNREACH): Likewise.
31020         [POSIX] (ENOBUFS): Likewise.
31021         [POSIX] (ENODATA): Likewise.
31022         [POSIX] (ENOLINK): Likewise.
31023         [POSIX] (ENOMSG): Likewise.
31024         [POSIX] (ENOPROTOOPT): Likewise.
31025         [POSIX] (ENOSR): Likewise.
31026         [POSIX] (ENOSTR): Likewise.
31027         [POSIX] (ENOTCONN): Likewise.
31028         [POSIX] (ENOTSOCK): Likewise.
31029         [POSIX] (EOPNOTSUPP): Likewise.
31030         [POSIX] (EOVERFLOW): Likewise.
31031         [POSIX] (EPROTO): Likewise.
31032         [POSIX] (EPROTONOSUPPORT): Likewise.
31033         [POSIX] (EPROTOTYPE): Likewise.
31034         [POSIX] (ESTALE): Likewise.
31035         [POSIX] (ETIME): Likewise.
31036         [POSIX] (ETXTBSY): Likewise.
31037         [POSIX] (EWOULDBLOCK): Likewise.
31038         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31039         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31040         [POSIX] (SEEK_CUR): Likewise.
31041         [POSIX] (SEEK_END): Likewise.
31042         [POSIX || UNIX98] (mode_t): Do not require.
31043         [POSIX] (off_t): Likewise.
31044         [POSIX] (pid_t): Likewise.
31045         [POSIX] (sys/stat.h): Do not allow header.
31046         [POSIX] (unistd.h): Likewise.
31047         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31048         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31049         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31050         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31051         require.
31052         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31053         sigevent): Specify elements.
31054         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31055         entry.
31056         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31057         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31059         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31060         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31061         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31062         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31063         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31064         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31065         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31066         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31067         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31068         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31069         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31070         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31071         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31072         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31073         Likewise.
31074         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31075         Likewise.
31076         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31077         Likewise.
31078         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31079         Likewise.
31080         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31081         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31082         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31083         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31084         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31085         Specify lower bound on value.
31086         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31087         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31088         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31089         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31090         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31091         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31092         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31093         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31094         value.
31095         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31096         as optional.
31097         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31098         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31099         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31100         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31101         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31102         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31103         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31104         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31105         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31106         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31107         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31108         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31109         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31110         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31111         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31112         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31113         entry.
31114         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31115         optional.
31116         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31117         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31118         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31119         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31120         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31121         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31122         Likewise.
31123         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31124         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31125         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31126         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31127         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31128         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31129         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31130         as optional.
31131         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31132         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31133         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31134         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31135         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31136         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31137         specify as optional.
31138         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31139         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31140         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31141         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31142         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31143         [XPG3] (NL_LANGMAX): Likewise.
31144         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31145         [POSIX || XPG3] (NL_NMAX): Likewise.
31146         [POSIX || XPG3] (NL_SETMAX): Likewise.
31147         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31148         [XPG3] (NZERO): Likewise.
31149         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31150         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31151         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31152         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31153         (REG_ERANGE): Expect.
31154         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31155         optional-constant.
31156         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31157         Use (void) in prototype.
31158         [POSIX] (*_t): Allow.
31159         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31160         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31161         (WRDE_BADVAL): Expect.
31163         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31164         expect.
31165         [XPG3 || XPG4] (O_RSYNC): Likewise.
31166         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31167         Likewise.
31168         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31169         [XPG3 || XPG4] (sigqueue): Likewise.
31170         [XPG3 || XPG4] (sigtimedwait): Likewise.
31171         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31172         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31173         [XPG3 || XPG4] (vsnprintf): Likewise.
31174         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31175         Likewise.
31176         [XPG3 || XPG4] (blksize_t): Likewise.
31177         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31178         Likewise.
31179         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31180         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31181         [XPG3 || XPG4] (struct itimerspec): Likewise.
31182         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31183         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31184         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31185         [XPG3 || XPG4] (clockid_t): Likewise.
31186         [XPG3 || XPG4] (timer_t): Likewise.
31187         [XPG3 || XPG4] (clock_getres): Likewise.
31188         [XPG3 || XPG4] (clock_gettime): Likewise.
31189         [XPG3 || XPG4] (clock_settime): Likewise.
31190         [XPG3 || XPG4] (nanosleep): Likewise.
31191         [XPG3 || XPG4] (timer_create): Likewise.
31192         [XPG3 || XPG4] (timer_delete): Likewise.
31193         [XPG3 || XPG4] (timer_gettime): Likewise.
31194         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31195         [XPG3 || XPG4] (timer_settime): Likewise.
31196         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31197         [XPG3 || XPG4] (getlogin_r): Likewise.
31198         [XPG3 || XPG4] (pread): Likewise.
31199         [XPG3 || XPG4] (pthread_atfork): Likewise.
31200         [XPG3 || XPG4] (pwrite): Likewise.
31202         [BZ #14835]
31203         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31204         <bits/siginfo.h>.
31206 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31208         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31209         finalizing MALLSTREAM.
31211         * sysdeps/mach/hurd/syncfs.c: New file.
31213 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31215         [BZ #14719]
31216         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31217         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31218         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31219         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31220         (_nss_dns_gethostbyname4_r): Likewise.
31221         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31222         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31224 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31226         [BZ #13763]
31227         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31229 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31231         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31232         * elf/cache.c (print_entry): Print ",AArch64" for
31233         FLAG_AARCH64_LIB64
31235         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31236         * elf/cache.c (print_entry): Print ",hard-float" for
31237         FLAG_ARM_LIBHF.
31239 2012-11-18  David S. Miller  <davem@davemloft.net>
31241         With help from Joseph Myers.
31242         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31243         cutoff to 2**-13.
31244         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31245         cutoff to 2**-25.
31246         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31247         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31248         small.
31249         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31250         * math/libm-test.inc (y0_test): New tests.
31251         (y1_test): New tests.
31252         * sysdeps/i386/fpu/libm-test-ulps: Update.
31253         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31254         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31256 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31258         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31259         64-bit targets.
31260         * configure: Regenerated.
31262 2012-11-17  David S. Miller  <davem@davemloft.net>
31264         [BZ #14811]
31265         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31266         nonzero exponents with absolute value below 0x1p-128 to +/-
31267         0x1p-128.
31269 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31271         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31273         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31275         * posix/getconf-speclist.c: New file.
31276         * posix/posix-envs.def: Likewise.
31277         * posix/confstr.c (START_ENV_GROUP): New macro.
31278         (END_ENV_GROUP): Likewise.
31279         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31280         (KNOWN_PRESENT_ENV_STRING): Likewise.
31281         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31282         (UNKNOWN_ENVIRONMENT): Likewise.
31283         (confstr): Include posix-envs.def instead of handling
31284         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31285         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31286         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31287         (END_ENV_GROUP): Likewise.
31288         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31289         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31290         (UNKNOWN_ENVIRONMENT): Likewise.
31291         (__sysconf): Include posix-envs.def instead of handling associated
31292         cases directly here.
31293         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31294         preprocessing getconf-speclist.c rather than running getconf or
31295         generating empty file.
31297 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31299         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31301 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31303         [BZ #14672]
31304         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31306 2012-11-16  David S. Miller  <davem@davemloft.net>
31308         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31309         smaller than LDBL_EPSILON/2.0L, just return xm1.
31311 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31313         * elf/tst-array1.c (init): Set constructor priority to 1000.
31314         (fini): Set destructor priority to 1000.
31315         * elf/tst-array2dep.c: Likewise.
31317 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31319         [BZ #11741]
31320         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31321         (_IO_new_file_xsputn): Also return EOF if none of the input
31322         data was written when overflow failed.
31323         * libio/iopadn.c (_IO_padn): Likewise.
31324         * libio/iowpadn.c (_IO_wpadn): Likewise.
31325         * stdio-common/tst-put-error.c: Add copyright notice.
31326         (do_test): Add case for printing padded string.
31327         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31328         _IO_padn returned error.
31329         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31330         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31331         return EOF.
31333 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31335         * libio/libioP.h: Add comment note that the references to C++
31336         bits are now obsolete.
31338 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31340         * math/libm-test.inc (check_complex): Use asprintf.
31342 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31344         * debug/pcprofiledump.c (print_version): Update copyright year.
31345         * malloc/memusagestat.c (print_version): Likewise.
31347 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31349         [BZ #14831]
31350         * elf/Makefile (tests): Add tst-audit8.
31351         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31352         ($(objpfx)tst-audit8.out): New target.
31353         (tst-audit8-ENV): New variable.
31354         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31355         audit if l_reloc_result is NULL.
31356         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31357         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31358         * elf/tst-audit8.c: New file.
31360 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31362         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31363         * misc/Makefile (CFLAGS-select.c): Define.
31364         * posix/Makefile (CFLAGS-pause.c): Define.
31366 2012-11-13  David S. Miller  <davem@davemloft.net>
31368         * crypt/Makefile: Move test targets after toplevel Rules
31369         inclusion.  Grab any necessary sysdep routines when linking.
31370         * crypt/md5.c (md5_process_block): Remove define, we will always
31371         name it __md5_process_block.
31372         (md5_finish_ctx): Update md5_process_block call.
31373         (md5_stream): Likewise.
31374         (md5_process_bytes): Likewise.
31375         (md5_process_block): Rename to __md5_process_block and move to ...
31376         * crypt/md5-block.c: ... here.
31377         * crypt/sha256.c (sha256_process_block): Move to ...
31378         * crypt/sha256-block.c: ... here.
31379         * crypt/sha512.c (sha512_process_block): Move to ...
31380         * crypt/sha512-block.c: ... here.
31381         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31382         path.
31383         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31384         * sysdeps/sparc/sparc64/multiarch/Makefile
31385         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31386         crypt subdir.
31387         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31388         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31389         multiarch changes.
31390         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31391         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31392         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31393         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31394         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31395         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31396         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31397         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31398         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31399         file.
31400         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31401         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31402         file.
31403         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31405 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31407         * timezone/tzselect.ksh: Update from tzcode git revision
31408         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31409         * timezone/zdump.c: Likewise.
31410         * timezone/zic.c: Likewise.
31411         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31412         in TZVERSION setting, not $(PKGVERSION).
31413         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31414         REPORT_BUGS_TO settings.
31416         [BZ #14838]
31417         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31418         macro.
31420 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31422         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31423         detection to immediately after _FP_ROUND().
31424         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31425         bits are 0.
31427 2012-11-11  David S. Miller  <davem@davemloft.net>
31429         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31430         inttypes.h
31431         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31432         __close rather than their public counterparts.
31434 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31436         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31437         file.
31438         [UNIX98] (sem_timedwait): Do not expect.
31439         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31440         [XPG4 || UNIX98] (sockatmark): Do not expect.
31441         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31442         (clock_getcpuclockid): Do not expect.
31443         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31444         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31445         Do not expect.
31446         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31447         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31448         [UNIX98] (vwscanf): Likewise.
31449         [UNIX98] (vswscanf): Likewise.
31451 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31453         * timezone/version.h: Remove file.
31454         * timezone/README: Do not refer to version.h.
31455         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31456         $(objpfx)version.h.
31457         ($(objpfx)zdump.o): Likewise.
31458         ($(objpfx)version.h): New target.
31460         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31461         2012i.
31462         * timezone/README: Don't mention modification to tzselect.ksh.
31463         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31464         work on unmodified tzselect.ksh.  Substitute version numbers in
31465         tzselect.ksh.
31467         * Makefile (format-me): Remove.
31468         (INSTALL): Adjust indentation.  Use commands directly instead of
31469         using $(format-me).
31471         * aclocal.m4 (ACX_PKGVERSION): New macro.
31472         (ACX_BUGURL): Likewise.
31473         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31474         (PKGVERSION): New AC_DEFINE_UNQUOTED.
31475         (REPORT_BUGS_TO): Likewise.
31476         * configure: Regenerated.
31477         * config.h.in (PKGVERSION): New macro.
31478         (REPORT_BUGS_TO): Likewise.
31479         * config.make.in (PKGVERSION): New variable.
31480         (PKGVERSION_TEXI): Likewise.
31481         (REPORT_BUGS_TO): Likewise.
31482         (REPORT_BUGS_TEXI): Likewise.
31483         * Makefile (format-me): Use -I$(common-objpfx)manual.
31484         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
31485         ($(common-objpfx)manual/%): New target.
31486         (manual/%): Remove target.
31487         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
31488         (print_version): Use PKGVERSION.
31489         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
31490         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
31491         and REPORT_BUGS_TO.
31492         ($(objpfx)xtrace): Likewise.
31493         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
31494         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
31495         (print_version): Use PKGVERSION.
31496         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
31497         (do_version): Use PKGVERSION.
31498         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
31499         REPORT_BUGS_TO.
31500         (common-ldd-rewrite): Likewise.
31501         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
31502         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
31503         (print_version): Use PKGVERSION.
31504         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
31505         * elf/pldd.c (argp_program_bug_address): Remove variable.
31506         (more_help): New function.
31507         (argp): Use more_help.
31508         (print_version): Use PKGVERSION.
31509         * elf/sln.c (main): Use PKGVERSION.
31510         (usage): Use REPORT_BUGS_TO.
31511         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
31512         (top level): Use PKGVERSION.
31513         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
31514         (print_version): Use PKGVERSION.
31515         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
31516         (print_version): Use PKGVERSION.
31517         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
31518         (print_version): Use PKGVERSION.
31519         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
31520         (print_version): Use PKGVERSION.
31521         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
31522         (print_version): Use PKGVERSION.
31523         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
31524         (print_version): Use PKGVERSION.
31525         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
31526         and BUGURL.
31527         ($(objpfx)memusage): Likewise.
31528         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
31529         (do_version): Use PKGVERSION.
31530         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
31531         (print_version): Use PKGVERSION.
31532         * malloc/mtrace.pl ($PACKAGE): Remove variable.
31533         ($PKGVERSION): New variable.
31534         ($REPORT_BUGS_TO): Likewise.
31535         (usage): Use $REPORT_BUGS_TO.
31536         (top level): Use $PKGVERSION.
31537         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
31538         ($(objpfx)pkgvers.texi): New rule.
31539         ($(objpfx)stamp-pkgvers): Likewise.
31540         * manual/install.texi: Include pkgvers.texi.
31541         (--with-pkgversion): Document new configure option.
31542         (--with-bugurl): Likewise.
31543         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
31544         than necessarily for this particular distribution.  Use
31545         REPORT_BUGS_TO for where to report bugs.
31546         * INSTALL: Regenerated.
31547         * manual/libc.texinfo: Include pkgvers.texi.
31548         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
31549         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
31550         (print_version): Use PKGVERSION.
31551         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
31552         (print_version): Use PKGVERSION.
31553         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
31554         (print_version): Use PKGVERSION.
31555         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
31556         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
31557         macro.
31558         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
31559         (print_version): Use PKGVERSION.
31560         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
31561         (print_version): Use PKGVERSION.
31562         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
31563         and PKGVERSION.
31565         * timezone/checktab.awk: Update from tzcode 2012i.
31566         * timezone/ialloc.c: Likewise.
31567         * timezone/private.h: Likewise.
31568         * timezone/scheck.c: Likewise.
31569         * timezone/tzfile.h: Likewise.
31570         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
31571         (TZVERSION): Hardcode tzcode version number.
31572         * timezone/zdump.c: Update from tzcode 2012i.
31573         * timezone/zic.c: Likewise.
31574         * timezone/version.h: New file.
31575         * timezone/README: Describe version.h.  Update upstream location.
31577         [BZ #14824]
31578         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
31579         (mktemp): Enable declaration.
31580         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
31581         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
31582         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
31583         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
31584         Likewise.
31585         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
31586         Likewise.
31587         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
31588         Likewise.
31589         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
31590         Likewise.
31591         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
31592         Likewise.
31593         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
31594         Likewise.
31596         [BZ #14821]
31597         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
31598         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
31599         for copies of such integer values.
31600         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
31601         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
31603 2012-11-09  Andreas Jaeger  <aj@suse.de>
31605         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
31606         definitions and declarations that are provided by
31607         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
31609 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31611         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
31612         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
31613         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
31614         definition.
31616 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31618         * elf/elf.h: Update comment before AArch64 relocations.
31620 2012-11-07  David S. Miller  <davem@davemloft.net>
31622         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
31623         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
31624         (__start_context): Declare.
31625         (__makecontext_ret): Delete.
31626         (__makecontext): Hook up __start_context instead of
31627         __makecontext_ret.
31628         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
31629         (sysdep_routines): Add __start_context when in stdlib.
31631 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31633         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
31634         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
31635         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
31636         hardcoded "nm".
31637         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
31638         (READELF): New variable.  Use it instead of hardcoded "readelf".
31640 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
31642         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
31643         * sysdeps/x86/Makefile: Here.
31644         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
31645         * sysdeps/x86/tst-xmmymm.sh: This.
31647 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31649         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
31650         expectations.
31651         [UNIX98] (pthread_barrier_t): Do not expect.
31652         [UNIX98] (pthread_barrierattr_t): Likewise.
31653         [UNIX98] (pthread_spinlock_t): Likewise.
31654         [UNIX98] (pthread_barrier_destroy): Likewise.
31655         [UNIX98] (pthread_barrier_init): Likewise.
31656         [UNIX98] (pthread_barrier_wait): Likewise.
31657         [UNIX98] (pthread_barrierattr_destroy): Likewise.
31658         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
31659         [UNIX98] (pthread_barrierattr_init): Likewise.
31660         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
31661         [UNIX98] (pthread_getcpuclockid): Likewise.
31662         [UNIX98] (pthread_mutex_timedlock): Likewise.
31663         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
31664         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
31665         [UNIX98] (pthread_sigmask): Likewise.
31666         [UNIX98] (pthread_spin_destroy): Likewise.
31667         [UNIX98] (pthread_spin_init): Likewise.
31668         [UNIX98] (pthread_spin_lock): Likewise.
31669         [UNIX98] (pthread_spin_trylock): Likewise.
31670         [UNIX98] (pthread_spin_unlock): Likewise.
31671         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
31672         Do not expect.
31673         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
31674         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
31675         [XPG3 || XPG4] (pthread_cond_t): Likewise.
31676         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
31677         [XPG3 || XPG4] (pthread_key_t): Likewise.
31678         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
31679         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
31680         [XPG3 || XPG4] (pthread_once_t): Likewise.
31681         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
31682         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
31683         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
31684         [XPG3 || XPG4] (pthread_t): Likewise.
31686         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
31687         not expect.
31688         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
31690         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
31691         Change function return type to int.
31693         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
31694         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
31695         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
31696         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
31697         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
31698         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
31699         [!POSIX] (posix_madvise): Likewise.
31700         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
31701         && !UNIX98].
31702         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
31703         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
31704         (mode_t): Likewise.
31705         (posix_mem_offset): Likewise.
31706         (posix_typed_mem_get_info): Likewise.
31707         (posix_typed_mem_open): Likewise.
31709         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
31710         Change condition to [XOPEN2K8].
31712         * conform/conformtest.pl: Preprocess allow-header data with -x c
31713         instead of from stdin.
31714         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
31715         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
31716         [C99-based standards] (cerfc): Likewise.
31717         [C99-based standards] (cexp2): Likewise.
31718         [C99-based standards] (cexpm1): Likewise.
31719         [C99-based standards] (clog10): Likewise.
31720         [C99-based standards] (clog1p): Likewise.
31721         [C99-based standards] (clog2): Likewise.
31722         [C99-based standards] (clgamma): Likewise.
31723         [C99-based standards] (ctgamma): Likewise.
31724         [C99-based standards] (cerff): Likewise.
31725         [C99-based standards] (cerfcf): Likewise.
31726         [C99-based standards] (cexp2f): Likewise.
31727         [C99-based standards] (cexpm1f): Likewise.
31728         [C99-based standards] (clog10f): Likewise.
31729         [C99-based standards] (clog1pf): Likewise.
31730         [C99-based standards] (clog2f): Likewise.
31731         [C99-based standards] (clgammaf): Likewise.
31732         [C99-based standards] (ctgammaf): Likewise.
31733         [C99-based standards] (cerfl): Likewise.
31734         [C99-based standards] (cerfcl): Likewise.
31735         [C99-based standards] (cexp2l): Likewise.
31736         [C99-based standards] (cexpm1l): Likewise.
31737         [C99-based standards] (clog10l): Likewise.
31738         [C99-based standards] (clog1pl): Likewise.
31739         [C99-based standards] (clog2l): Likewise.
31740         [C99-based standards] (clgammal): Likewise.
31741         [C99-based standards] (ctgammal): Likewise.
31742         * conform/data/inttypes.h-data [C99-based standards]: Include
31743         stdint.h-data.  Remove all expectations for stdint.h contents.
31744         [C99-based standards] (PRI*): Do not allow.
31745         [C99-based standards] (SCN*): Likewise.
31746         [C99-based standards] (*_t): Likewise.
31747         [C99-based-standards] (PRId8): Expect macro.
31748         [C99-based-standards] (PRIi8): Likewise.
31749         [C99-based-standards] (PRIo8): Likewise.
31750         [C99-based-standards] (PRIu8): Likewise.
31751         [C99-based-standards] (PRIx8): Likewise.
31752         [C99-based-standards] (PRIX8): Likewise.
31753         [C99-based-standards] (SCNd8): Likewise.
31754         [C99-based-standards] (SCNi8): Likewise.
31755         [C99-based-standards] (SCNo8): Likewise.
31756         [C99-based-standards] (SCNu8): Likewise.
31757         [C99-based-standards] (SCNx8): Likewise.
31758         [C99-based-standards] (PRIdLEAST8): Likewise.
31759         [C99-based-standards] (PRIiLEAST8): Likewise.
31760         [C99-based-standards] (PRIoLEAST8): Likewise.
31761         [C99-based-standards] (PRIuLEAST8): Likewise.
31762         [C99-based-standards] (PRIxLEAST8): Likewise.
31763         [C99-based-standards] (PRIXLEAST8): Likewise.
31764         [C99-based-standards] (SCNdLEAST8): Likewise.
31765         [C99-based-standards] (SCNiLEAST8): Likewise.
31766         [C99-based-standards] (SCNoLEAST8): Likewise.
31767         [C99-based-standards] (SCNuLEAST8): Likewise.
31768         [C99-based-standards] (SCNxLEAST8): Likewise.
31769         [C99-based-standards] (PRIdFAST8): Likewise.
31770         [C99-based-standards] (PRIiFAST8): Likewise.
31771         [C99-based-standards] (PRIoFAST8): Likewise.
31772         [C99-based-standards] (PRIuFAST8): Likewise.
31773         [C99-based-standards] (PRIxFAST8): Likewise.
31774         [C99-based-standards] (PRIXFAST8): Likewise.
31775         [C99-based-standards] (SCNdFAST8): Likewise.
31776         [C99-based-standards] (SCNiFAST8): Likewise.
31777         [C99-based-standards] (SCNoFAST8): Likewise.
31778         [C99-based-standards] (SCNuFAST8): Likewise.
31779         [C99-based-standards] (SCNxFAST8): Likewise.
31780         [C99-based-standards] (PRId16): Likewise.
31781         [C99-based-standards] (PRIi16): Likewise.
31782         [C99-based-standards] (PRIo16): Likewise.
31783         [C99-based-standards] (PRIu16): Likewise.
31784         [C99-based-standards] (PRIx16): Likewise.
31785         [C99-based-standards] (PRIX16): Likewise.
31786         [C99-based-standards] (SCNd16): Likewise.
31787         [C99-based-standards] (SCNi16): Likewise.
31788         [C99-based-standards] (SCNo16): Likewise.
31789         [C99-based-standards] (SCNu16): Likewise.
31790         [C99-based-standards] (SCNx16): Likewise.
31791         [C99-based-standards] (PRIdLEAST16): Likewise.
31792         [C99-based-standards] (PRIiLEAST16): Likewise.
31793         [C99-based-standards] (PRIoLEAST16): Likewise.
31794         [C99-based-standards] (PRIuLEAST16): Likewise.
31795         [C99-based-standards] (PRIxLEAST16): Likewise.
31796         [C99-based-standards] (PRIXLEAST16): Likewise.
31797         [C99-based-standards] (SCNdLEAST16): Likewise.
31798         [C99-based-standards] (SCNiLEAST16): Likewise.
31799         [C99-based-standards] (SCNoLEAST16): Likewise.
31800         [C99-based-standards] (SCNuLEAST16): Likewise.
31801         [C99-based-standards] (SCNxLEAST16): Likewise.
31802         [C99-based-standards] (PRIdFAST16): Likewise.
31803         [C99-based-standards] (PRIiFAST16): Likewise.
31804         [C99-based-standards] (PRIoFAST16): Likewise.
31805         [C99-based-standards] (PRIuFAST16): Likewise.
31806         [C99-based-standards] (PRIxFAST16): Likewise.
31807         [C99-based-standards] (PRIXFAST16): Likewise.
31808         [C99-based-standards] (SCNdFAST16): Likewise.
31809         [C99-based-standards] (SCNiFAST16): Likewise.
31810         [C99-based-standards] (SCNoFAST16): Likewise.
31811         [C99-based-standards] (SCNuFAST16): Likewise.
31812         [C99-based-standards] (SCNxFAST16): Likewise.
31813         [C99-based-standards] (PRId32): Likewise.
31814         [C99-based-standards] (PRIi32): Likewise.
31815         [C99-based-standards] (PRIo32): Likewise.
31816         [C99-based-standards] (PRIu32): Likewise.
31817         [C99-based-standards] (PRIx32): Likewise.
31818         [C99-based-standards] (PRIX32): Likewise.
31819         [C99-based-standards] (SCNd32): Likewise.
31820         [C99-based-standards] (SCNi32): Likewise.
31821         [C99-based-standards] (SCNo32): Likewise.
31822         [C99-based-standards] (SCNu32): Likewise.
31823         [C99-based-standards] (SCNx32): Likewise.
31824         [C99-based-standards] (PRIdLEAST32): Likewise.
31825         [C99-based-standards] (PRIiLEAST32): Likewise.
31826         [C99-based-standards] (PRIoLEAST32): Likewise.
31827         [C99-based-standards] (PRIuLEAST32): Likewise.
31828         [C99-based-standards] (PRIxLEAST32): Likewise.
31829         [C99-based-standards] (PRIXLEAST32): Likewise.
31830         [C99-based-standards] (SCNdLEAST32): Likewise.
31831         [C99-based-standards] (SCNiLEAST32): Likewise.
31832         [C99-based-standards] (SCNoLEAST32): Likewise.
31833         [C99-based-standards] (SCNuLEAST32): Likewise.
31834         [C99-based-standards] (SCNxLEAST32): Likewise.
31835         [C99-based-standards] (PRIdFAST32): Likewise.
31836         [C99-based-standards] (PRIiFAST32): Likewise.
31837         [C99-based-standards] (PRIoFAST32): Likewise.
31838         [C99-based-standards] (PRIuFAST32): Likewise.
31839         [C99-based-standards] (PRIxFAST32): Likewise.
31840         [C99-based-standards] (PRIXFAST32): Likewise.
31841         [C99-based-standards] (SCNdFAST32): Likewise.
31842         [C99-based-standards] (SCNiFAST32): Likewise.
31843         [C99-based-standards] (SCNoFAST32): Likewise.
31844         [C99-based-standards] (SCNuFAST32): Likewise.
31845         [C99-based-standards] (SCNxFAST32): Likewise.
31846         [C99-based-standards] (PRId64): Likewise.
31847         [C99-based-standards] (PRIi64): Likewise.
31848         [C99-based-standards] (PRIo64): Likewise.
31849         [C99-based-standards] (PRIu64): Likewise.
31850         [C99-based-standards] (PRIx64): Likewise.
31851         [C99-based-standards] (PRIX64): Likewise.
31852         [C99-based-standards] (SCNd64): Likewise.
31853         [C99-based-standards] (SCNi64): Likewise.
31854         [C99-based-standards] (SCNo64): Likewise.
31855         [C99-based-standards] (SCNu64): Likewise.
31856         [C99-based-standards] (SCNx64): Likewise.
31857         [C99-based-standards] (PRIdLEAST64): Likewise.
31858         [C99-based-standards] (PRIiLEAST64): Likewise.
31859         [C99-based-standards] (PRIoLEAST64): Likewise.
31860         [C99-based-standards] (PRIuLEAST64): Likewise.
31861         [C99-based-standards] (PRIxLEAST64): Likewise.
31862         [C99-based-standards] (PRIXLEAST64): Likewise.
31863         [C99-based-standards] (SCNdLEAST64): Likewise.
31864         [C99-based-standards] (SCNiLEAST64): Likewise.
31865         [C99-based-standards] (SCNoLEAST64): Likewise.
31866         [C99-based-standards] (SCNuLEAST64): Likewise.
31867         [C99-based-standards] (SCNxLEAST64): Likewise.
31868         [C99-based-standards] (PRIdFAST64): Likewise.
31869         [C99-based-standards] (PRIiFAST64): Likewise.
31870         [C99-based-standards] (PRIoFAST64): Likewise.
31871         [C99-based-standards] (PRIuFAST64): Likewise.
31872         [C99-based-standards] (PRIxFAST64): Likewise.
31873         [C99-based-standards] (PRIXFAST64): Likewise.
31874         [C99-based-standards] (SCNdFAST64): Likewise.
31875         [C99-based-standards] (SCNiFAST64): Likewise.
31876         [C99-based-standards] (SCNoFAST64): Likewise.
31877         [C99-based-standards] (SCNuFAST64): Likewise.
31878         [C99-based-standards] (SCNxFAST64): Likewise.
31879         [C99-based-standards] (PRIdMAX): Likewise.
31880         [C99-based-standards] (PRIiMAX): Likewise.
31881         [C99-based-standards] (PRIoMAX): Likewise.
31882         [C99-based-standards] (PRIuMAX): Likewise.
31883         [C99-based-standards] (PRIxMAX): Likewise.
31884         [C99-based-standards] (PRIXMAX): Likewise.
31885         [C99-based-standards] (SCNdMAX): Likewise.
31886         [C99-based-standards] (SCNiMAX): Likewise.
31887         [C99-based-standards] (SCNoMAX): Likewise.
31888         [C99-based-standards] (SCNuMAX): Likewise.
31889         [C99-based-standards] (SCNxMAX): Likewise.
31890         [C99-based-standards] (PRIdPTR): Likewise.
31891         [C99-based-standards] (PRIiPTR): Likewise.
31892         [C99-based-standards] (PRIoPTR): Likewise.
31893         [C99-based-standards] (PRIuPTR): Likewise.
31894         [C99-based-standards] (PRIxPTR): Likewise.
31895         [C99-based-standards] (PRIXPTR): Likewise.
31896         [C99-based-standards] (SCNdPTR): Likewise.
31897         [C99-based-standards] (SCNiPTR): Likewise.
31898         [C99-based-standards] (SCNoPTR): Likewise.
31899         [C99-based-standards] (SCNuPTR): Likewise.
31900         [C99-based-standards] (SCNxPTR): Likewise.
31901         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
31902         allow.
31903         * conform/data/stdint.h-data: Update comments to clarify
31904         requirements.
31905         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
31906         type.
31907         [C99-based standards] (INT8_MAX): Likewise.
31908         [C99-based standards] (INT16_MIN): Likewise.
31909         [C99-based standards] (INT16_MAX): Likewise.
31910         [C99-based standards] (INT32_MIN): Likewise.
31911         [C99-based standards] (INT32_MAX): Likewise.
31912         [C99-based standards] (INT64_MIN): Likewise.
31913         [C99-based standards] (INT64_MAX): Likewise.
31914         [C99-based standards] (UINT8_MAX): Likewise.
31915         [C99-based standards] (UINT16_MAX): Likewise.
31916         [C99-based standards] (UINT32_MAX): Likewise.
31917         [C99-based standards] (UINT64_MAX): Likewise.
31918         [C99-based standards] (INT_LEAST8_MIN): Likewise.
31919         [C99-based standards] (INT_LEAST8_MAX): Likewise.
31920         [C99-based standards] (INT_LEAST16_MIN): Likewise.
31921         [C99-based standards] (INT_LEAST16_MAX): Likewise.
31922         [C99-based standards] (INT_LEAST32_MIN): Likewise.
31923         [C99-based standards] (INT_LEAST32_MAX): Likewise.
31924         [C99-based standards] (INT_LEAST64_MIN): Likewise.
31925         [C99-based standards] (INT_LEAST64_MAX): Likewise.
31926         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
31927         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
31928         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
31929         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
31930         [C99-based standards] (INT_FAST8_MIN): Likewise.
31931         [C99-based standards] (INT_FAST8_MAX): Likewise.
31932         [C99-based standards] (INT_FAST16_MIN): Likewise.
31933         [C99-based standards] (INT_FAST16_MAX): Likewise.
31934         [C99-based standards] (INT_FAST32_MIN): Likewise.
31935         [C99-based standards] (INT_FAST32_MAX): Likewise.
31936         [C99-based standards] (INT_FAST64_MIN): Likewise.
31937         [C99-based standards] (INT_FAST64_MAX): Likewise.
31938         [C99-based standards] (UINT_FAST8_MAX): Likewise.
31939         [C99-based standards] (UINT_FAST16_MAX): Likewise.
31940         [C99-based standards] (UINT_FAST32_MAX): Likewise.
31941         [C99-based standards] (UINT_FAST64_MAX): Likewise.
31942         [C99-based standards] (INTPTR_MIN): Likewise.
31943         [C99-based standards] (INTPTR_MAX): Likewise.
31944         [C99-based standards] (UINTPTR_MAX): Likewise.
31945         [C99-based standards] (INTMAX_MIN): Likewise.
31946         [C99-based standards] (INTMAX_MAX): Likewise.
31947         [C99-based standards] (UINTMAX_MAX): Likewise.
31948         [C99-based standards] (PTRDIFF_MIN): Likewise.
31949         [C99-based standards] (PTRDIFF_MAX): Likewise.
31950         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
31951         [C99-based standards] (SIZE_MAX): Likewise.
31952         [C99-based standards] (WCHAR_MAX): Likewise.
31953         [C99-based standards] (WINT_MAX): Likewise.
31954         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
31955         constraint on value.
31956         [C99-based standards] (WCHAR_MIN): Likewise.
31957         [C99-based standards] (WINT_MIN): Likewise.
31958         [C99-based standards] (*_t): Allow.
31959         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
31960         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
31961         Include math.h-data and complex.h-data.  Remove all expectations
31962         of math.h and complex.h contents.
31963         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
31964         at end of line.
31965         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
31966         (struct tm): Expect tag.
31967         [C99-based-standards] (wcstof): Expect function.
31968         [C99-based-standards] (wcstold): Likewise.
31969         [C99-based-standards] (wcstoll): Likewise.
31970         [C99-based-standards] (wcstoull): Likewise.
31971         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
31972         macro-int-constant.  Specify type.
31973         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
31974         constraint on value.
31975         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
31976         Specify type.
31977         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
31978         Specify value.
31979         [ISO C standards]: Do not allow headers.
31980         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
31981         wcs[abcdefghijklmnopqrstuvwxyz]*.
31982         [ISO C standards] (*_t): Do not allow.
31983         * conform/data/wctype.h-data [C99-based standards] (iswblank):
31984         Expect function.
31985         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
31986         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
31987         Specify type.
31988         [ISO C standards]: Do not allow headers.
31989         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
31990         is[abcdefghijklmnopqrstuvwxyz]*.
31991         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
31992         to[abcdefghijklmnopqrstuvwxyz]*.
31993         [ISO C standards] (*_t): Do not allow.
31994         * conform/data/stdalign.h-data: New file.
31995         * conform/data/stdbool.h-data: Likewise.
31996         * conform/data/stdnoreturn.h-data: Likewise.
31998 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32000         [BZ #14815]
32001         * manual/filesys.texi (Directory Entries): Typo fix.
32002         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32004 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32006         * elf/elf.h (EM_AARCH64): New macro.
32007         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32008         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32009         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32010         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32011         (R_AARCH64_TLSDESC): Likewise.
32012         (NT_ARM_TLS): Likewise.
32013         (NT_ARM_HW_BREAK): Likewise.
32014         (NT_ARM_HW_WATCH): Likewise.
32016 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32018         [BZ #14811]
32019         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32020         (__ieee754_powl): Saturate nonzero exponents with absolute value
32021         below 0x1p-79 to +/- 0x1p-79.
32022         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32023         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32024         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32025         nonzero exponents with absolute value below 0x1p-32 to +/-
32026         0x1p-32.
32027         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32028         (__ieee754_powl): Saturate nonzero exponents with absolute value
32029         below 0x1p-79 to +/- 0x1p-79.
32030         * math/libm-test.inc (pow_test): Add more tests.
32032 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32034         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32035         _dl_s390_cap_flags with kernel. Increase string length.
32036         (_dl_s390_platforms): Add z196 and zEC12.
32038 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32040         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32041         Change XOPEN21K to XOPEN2K.
32043 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32045         * string/memmove.c: Use memcpy when possible.
32047 2012-11-06  Andreas Jaeger  <aj@suse.de>
32049         * po/eo.po: Update from translation team.
32051 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32053         [BZ #14793]
32054         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32055         exponent and small x and y exponents, scale x or y up.  Increase
32056         by 2 the exponent used in scaling up.
32057         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32058         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32059         * math/libm-test.inc (fma_test): Add more tests.
32060         (fma_test_towardzero): Likewise.
32061         (fma_test_downward): Likewise.
32062         (fma_test_upward): Likewise.
32064 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32066         [BZ #14805]
32067         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32068         fenv_t *.
32070         [BZ #14801]
32071         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32072         namespace for names of struct fields.
32073         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32074         fenv_t fields.
32075         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32076         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32078 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32080         [BZ #3665]
32081         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32083 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32085         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32086         PTR_DEMANGLE.
32088         [BZ #5246]
32089         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32090         PTR_DEMANGLE.
32092 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32094         [BZ #14797]
32095         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32096         definitely overflow as x * y not x * y + z.
32097         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32098         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32099         * math/libm-test.inc (fma_test): Add more tests.
32100         (fma_test_towardzero): Likewise.
32101         (fma_test_downward): Likewise.
32102         (fma_test_upward): Likewise.
32104 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32106         [BZ #157]
32108         * include/stub-tag.h: Remove file.
32109         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32110         '#include' of it.
32111         * manual/maint.texi (Porting): Don't reference it.
32112         * Makerules ($(objpfx)stubs): Likewise.
32113         * dirent/closedir.c: Don't include <stub-tag.h>.
32114         * dirent/dirfd.c: Likewise.
32115         * dirent/fdopendir.c: Likewise.
32116         * dirent/getdents.c: Likewise.
32117         * dirent/getdents64.c: Likewise.
32118         * dirent/opendir.c: Likewise.
32119         * dirent/readdir.c: Likewise.
32120         * dirent/readdir64.c: Likewise.
32121         * dirent/readdir64_r.c: Likewise.
32122         * dirent/readdir_r.c: Likewise.
32123         * dirent/rewinddir.c: Likewise.
32124         * dirent/seekdir.c: Likewise.
32125         * dirent/telldir.c: Likewise.
32126         * gmon/profil.c: Likewise.
32127         * grp/setgroups.c: Likewise.
32128         * inet/if_index.c: Likewise.
32129         * io/access.c: Likewise.
32130         * io/chdir.c: Likewise.
32131         * io/chmod.c: Likewise.
32132         * io/chown.c: Likewise.
32133         * io/close.c: Likewise.
32134         * io/dup.c: Likewise.
32135         * io/dup2.c: Likewise.
32136         * io/dup3.c: Likewise.
32137         * io/euidaccess.c: Likewise.
32138         * io/faccessat.c: Likewise.
32139         * io/fchdir.c: Likewise.
32140         * io/fchmod.c: Likewise.
32141         * io/fchmodat.c: Likewise.
32142         * io/fchown.c: Likewise.
32143         * io/fchownat.c: Likewise.
32144         * io/fcntl.c: Likewise.
32145         * io/flock.c: Likewise.
32146         * io/fstatfs.c: Likewise.
32147         * io/fstatfs64.c: Likewise.
32148         * io/fstatvfs.c: Likewise.
32149         * io/fstatvfs64.c: Likewise.
32150         * io/futimens.c: Likewise.
32151         * io/fxstat.c: Likewise.
32152         * io/fxstat64.c: Likewise.
32153         * io/fxstatat.c: Likewise.
32154         * io/fxstatat64.c: Likewise.
32155         * io/getcwd.c: Likewise.
32156         * io/isatty.c: Likewise.
32157         * io/lchmod.c: Likewise.
32158         * io/lchown.c: Likewise.
32159         * io/link.c: Likewise.
32160         * io/linkat.c: Likewise.
32161         * io/lseek.c: Likewise.
32162         * io/lseek64.c: Likewise.
32163         * io/lxstat64.c: Likewise.
32164         * io/mkdir.c: Likewise.
32165         * io/mkdirat.c: Likewise.
32166         * io/mkfifo.c: Likewise.
32167         * io/mkfifoat.c: Likewise.
32168         * io/open.c: Likewise.
32169         * io/open64.c: Likewise.
32170         * io/openat.c: Likewise.
32171         * io/openat64.c: Likewise.
32172         * io/pipe.c: Likewise.
32173         * io/pipe2.c: Likewise.
32174         * io/poll.c: Likewise.
32175         * io/posix_fadvise.c: Likewise.
32176         * io/posix_fadvise64.c: Likewise.
32177         * io/posix_fallocate.c: Likewise.
32178         * io/posix_fallocate64.c: Likewise.
32179         * io/read.c: Likewise.
32180         * io/readlink.c: Likewise.
32181         * io/readlinkat.c: Likewise.
32182         * io/rmdir.c: Likewise.
32183         * io/sendfile.c: Likewise.
32184         * io/sendfile64.c: Likewise.
32185         * io/statfs.c: Likewise.
32186         * io/statfs64.c: Likewise.
32187         * io/statvfs.c: Likewise.
32188         * io/statvfs64.c: Likewise.
32189         * io/symlink.c: Likewise.
32190         * io/symlinkat.c: Likewise.
32191         * io/ttyname.c: Likewise.
32192         * io/ttyname_r.c: Likewise.
32193         * io/umask.c: Likewise.
32194         * io/unlink.c: Likewise.
32195         * io/unlinkat.c: Likewise.
32196         * io/utime.c: Likewise.
32197         * io/utimensat.c: Likewise.
32198         * io/write.c: Likewise.
32199         * io/xmknod.c: Likewise.
32200         * io/xmknodat.c: Likewise.
32201         * io/xstat.c: Likewise.
32202         * io/xstat64.c: Likewise.
32203         * login/getpt.c: Likewise.
32204         * login/grantpt.c: Likewise.
32205         * login/unlockpt.c: Likewise.
32206         * math/e_acoshl.c: Likewise.
32207         * math/e_acosl.c: Likewise.
32208         * math/e_asinl.c: Likewise.
32209         * math/e_atan2l.c: Likewise.
32210         * math/e_atanhl.c: Likewise.
32211         * math/e_coshl.c: Likewise.
32212         * math/e_expl.c: Likewise.
32213         * math/e_fmodl.c: Likewise.
32214         * math/e_gammal_r.c: Likewise.
32215         * math/e_hypotl.c: Likewise.
32216         * math/e_j0l.c: Likewise.
32217         * math/e_j1l.c: Likewise.
32218         * math/e_jnl.c: Likewise.
32219         * math/e_lgammal_r.c: Likewise.
32220         * math/e_log10l.c: Likewise.
32221         * math/e_log2l.c: Likewise.
32222         * math/e_logl.c: Likewise.
32223         * math/e_powl.c: Likewise.
32224         * math/e_rem_pio2l.c: Likewise.
32225         * math/e_sinhl.c: Likewise.
32226         * math/e_sqrtl.c: Likewise.
32227         * math/fclrexcpt.c: Likewise.
32228         * math/fedisblxcpt.c: Likewise.
32229         * math/feenablxcpt.c: Likewise.
32230         * math/fegetenv.c: Likewise.
32231         * math/fegetexcept.c: Likewise.
32232         * math/fegetround.c: Likewise.
32233         * math/feholdexcpt.c: Likewise.
32234         * math/fesetenv.c: Likewise.
32235         * math/fesetround.c: Likewise.
32236         * math/feupdateenv.c: Likewise.
32237         * math/fgetexcptflg.c: Likewise.
32238         * math/fraiseexcpt.c: Likewise.
32239         * math/fsetexcptflg.c: Likewise.
32240         * math/ftestexcept.c: Likewise.
32241         * math/k_cosl.c: Likewise.
32242         * math/k_rem_pio2l.c: Likewise.
32243         * math/k_sinl.c: Likewise.
32244         * math/k_tanl.c: Likewise.
32245         * math/s_asinhl.c: Likewise.
32246         * math/s_atanl.c: Likewise.
32247         * math/s_cbrtl.c: Likewise.
32248         * math/s_erfl.c: Likewise.
32249         * math/s_expm1l.c: Likewise.
32250         * math/s_log1pl.c: Likewise.
32251         * math/s_tanhl.c: Likewise.
32252         * misc/acct.c: Likewise.
32253         * misc/brk.c: Likewise.
32254         * misc/chflags.c: Likewise.
32255         * misc/chroot.c: Likewise.
32256         * misc/fchflags.c: Likewise.
32257         * misc/fgetxattr.c: Likewise.
32258         * misc/flistxattr.c: Likewise.
32259         * misc/fremovexattr.c: Likewise.
32260         * misc/fsetxattr.c: Likewise.
32261         * misc/fsync.c: Likewise.
32262         * misc/ftruncate.c: Likewise.
32263         * misc/futimes.c: Likewise.
32264         * misc/futimesat.c: Likewise.
32265         * misc/getdomain.c: Likewise.
32266         * misc/getdtsz.c: Likewise.
32267         * misc/gethostid.c: Likewise.
32268         * misc/gethostname.c: Likewise.
32269         * misc/getloadavg.c: Likewise.
32270         * misc/getpagesize.c: Likewise.
32271         * misc/getsysstats.c: Likewise.
32272         * misc/getxattr.c: Likewise.
32273         * misc/gtty.c: Likewise.
32274         * misc/ioctl.c: Likewise.
32275         * misc/lgetxattr.c: Likewise.
32276         * misc/listxattr.c: Likewise.
32277         * misc/llistxattr.c: Likewise.
32278         * misc/lremovexattr.c: Likewise.
32279         * misc/lsetxattr.c: Likewise.
32280         * misc/lutimes.c: Likewise.
32281         * misc/madvise.c: Likewise.
32282         * misc/mincore.c: Likewise.
32283         * misc/mlock.c: Likewise.
32284         * misc/mlockall.c: Likewise.
32285         * misc/mmap.c: Likewise.
32286         * misc/mprotect.c: Likewise.
32287         * misc/msync.c: Likewise.
32288         * misc/munlock.c: Likewise.
32289         * misc/munlockall.c: Likewise.
32290         * misc/munmap.c: Likewise.
32291         * misc/preadv.c: Likewise.
32292         * misc/preadv64.c: Likewise.
32293         * misc/ptrace.c: Likewise.
32294         * misc/pwritev.c: Likewise.
32295         * misc/pwritev64.c: Likewise.
32296         * misc/readv.c: Likewise.
32297         * misc/reboot.c: Likewise.
32298         * misc/remap_file_pages.c: Likewise.
32299         * misc/removexattr.c: Likewise.
32300         * misc/revoke.c: Likewise.
32301         * misc/select.c: Likewise.
32302         * misc/setdomain.c: Likewise.
32303         * misc/setegid.c: Likewise.
32304         * misc/seteuid.c: Likewise.
32305         * misc/sethostid.c: Likewise.
32306         * misc/sethostname.c: Likewise.
32307         * misc/setregid.c: Likewise.
32308         * misc/setreuid.c: Likewise.
32309         * misc/setxattr.c: Likewise.
32310         * misc/sstk.c: Likewise.
32311         * misc/stty.c: Likewise.
32312         * misc/swapoff.c: Likewise.
32313         * misc/swapon.c: Likewise.
32314         * misc/sync.c: Likewise.
32315         * misc/syncfs.c: Likewise.
32316         * misc/syscall.c: Likewise.
32317         * misc/truncate.c: Likewise.
32318         * misc/ualarm.c: Likewise.
32319         * misc/usleep.c: Likewise.
32320         * misc/ustat.c: Likewise.
32321         * misc/utimes.c: Likewise.
32322         * misc/vhangup.c: Likewise.
32323         * misc/writev.c: Likewise.
32324         * posix/_exit.c: Likewise.
32325         * posix/alarm.c: Likewise.
32326         * posix/execve.c: Likewise.
32327         * posix/fexecve.c: Likewise.
32328         * posix/fork.c: Likewise.
32329         * posix/fpathconf.c: Likewise.
32330         * posix/getaddrinfo.c: Likewise.
32331         * posix/getegid.c: Likewise.
32332         * posix/geteuid.c: Likewise.
32333         * posix/getgid.c: Likewise.
32334         * posix/getgroups.c: Likewise.
32335         * posix/getlogin.c: Likewise.
32336         * posix/getlogin_r.c: Likewise.
32337         * posix/getpgid.c: Likewise.
32338         * posix/getpid.c: Likewise.
32339         * posix/getppid.c: Likewise.
32340         * posix/getresgid.c: Likewise.
32341         * posix/getresuid.c: Likewise.
32342         * posix/getsid.c: Likewise.
32343         * posix/getuid.c: Likewise.
32344         * posix/glob64.c: Likewise.
32345         * posix/nanosleep.c: Likewise.
32346         * posix/pathconf.c: Likewise.
32347         * posix/pause.c: Likewise.
32348         * posix/posix_madvise.c: Likewise.
32349         * posix/pread.c: Likewise.
32350         * posix/pread64.c: Likewise.
32351         * posix/pwrite.c: Likewise.
32352         * posix/pwrite64.c: Likewise.
32353         * posix/sched_getaffinity.c: Likewise.
32354         * posix/sched_getp.c: Likewise.
32355         * posix/sched_gets.c: Likewise.
32356         * posix/sched_primax.c: Likewise.
32357         * posix/sched_primin.c: Likewise.
32358         * posix/sched_rr_gi.c: Likewise.
32359         * posix/sched_setaffinity.c: Likewise.
32360         * posix/sched_setp.c: Likewise.
32361         * posix/sched_sets.c: Likewise.
32362         * posix/sched_yield.c: Likewise.
32363         * posix/setgid.c: Likewise.
32364         * posix/setlogin.c: Likewise.
32365         * posix/setpgid.c: Likewise.
32366         * posix/setresgid.c: Likewise.
32367         * posix/setresuid.c: Likewise.
32368         * posix/setsid.c: Likewise.
32369         * posix/setuid.c: Likewise.
32370         * posix/sleep.c: Likewise.
32371         * posix/spawni.c: Likewise.
32372         * posix/sysconf.c: Likewise.
32373         * posix/times.c: Likewise.
32374         * posix/wait.c: Likewise.
32375         * posix/wait3.c: Likewise.
32376         * posix/wait4.c: Likewise.
32377         * posix/waitpid.c: Likewise.
32378         * resolv/gai_sigqueue.c: Likewise.
32379         * resource/getpriority.c: Likewise.
32380         * resource/getrlimit.c: Likewise.
32381         * resource/getrusage.c: Likewise.
32382         * resource/nice.c: Likewise.
32383         * resource/setpriority.c: Likewise.
32384         * resource/setrlimit.c: Likewise.
32385         * resource/ulimit.c: Likewise.
32386         * rt/aio_cancel.c: Likewise.
32387         * rt/aio_fsync.c: Likewise.
32388         * rt/aio_read.c: Likewise.
32389         * rt/aio_sigqueue.c: Likewise.
32390         * rt/aio_suspend.c: Likewise.
32391         * rt/aio_write.c: Likewise.
32392         * rt/clock_getres.c: Likewise.
32393         * rt/clock_gettime.c: Likewise.
32394         * rt/clock_nanosleep.c: Likewise.
32395         * rt/clock_settime.c: Likewise.
32396         * rt/lio_listio.c: Likewise.
32397         * rt/mq_close.c: Likewise.
32398         * rt/mq_getattr.c: Likewise.
32399         * rt/mq_notify.c: Likewise.
32400         * rt/mq_open.c: Likewise.
32401         * rt/mq_receive.c: Likewise.
32402         * rt/mq_send.c: Likewise.
32403         * rt/mq_setattr.c: Likewise.
32404         * rt/mq_timedreceive.c: Likewise.
32405         * rt/mq_timedsend.c: Likewise.
32406         * rt/mq_unlink.c: Likewise.
32407         * rt/shm_open.c: Likewise.
32408         * rt/shm_unlink.c: Likewise.
32409         * rt/timer_create.c: Likewise.
32410         * rt/timer_delete.c: Likewise.
32411         * rt/timer_getoverr.c: Likewise.
32412         * rt/timer_gettime.c: Likewise.
32413         * rt/timer_settime.c: Likewise.
32414         * setjmp/__longjmp.c: Likewise.
32415         * setjmp/setjmp.c: Likewise.
32416         * signal/kill.c: Likewise.
32417         * signal/killpg.c: Likewise.
32418         * signal/raise.c: Likewise.
32419         * signal/sigaction.c: Likewise.
32420         * signal/sigaltstack.c: Likewise.
32421         * signal/sigblock.c: Likewise.
32422         * signal/sigignore.c: Likewise.
32423         * signal/sigintr.c: Likewise.
32424         * signal/signal.c: Likewise.
32425         * signal/sigpause.c: Likewise.
32426         * signal/sigpending.c: Likewise.
32427         * signal/sigqueue.c: Likewise.
32428         * signal/sigreturn.c: Likewise.
32429         * signal/sigset.c: Likewise.
32430         * signal/sigsetmask.c: Likewise.
32431         * signal/sigstack.c: Likewise.
32432         * signal/sigsuspend.c: Likewise.
32433         * signal/sigtimedwait.c: Likewise.
32434         * signal/sigvec.c: Likewise.
32435         * signal/sigwait.c: Likewise.
32436         * signal/sigwaitinfo.c: Likewise.
32437         * signal/sysv_signal.c: Likewise.
32438         * socket/accept.c: Likewise.
32439         * socket/accept4.c: Likewise.
32440         * socket/bind.c: Likewise.
32441         * socket/connect.c: Likewise.
32442         * socket/getpeername.c: Likewise.
32443         * socket/getsockname.c: Likewise.
32444         * socket/getsockopt.c: Likewise.
32445         * socket/isfdtype.c: Likewise.
32446         * socket/listen.c: Likewise.
32447         * socket/recv.c: Likewise.
32448         * socket/recvfrom.c: Likewise.
32449         * socket/recvmsg.c: Likewise.
32450         * socket/send.c: Likewise.
32451         * socket/sendmsg.c: Likewise.
32452         * socket/sendto.c: Likewise.
32453         * socket/setsockopt.c: Likewise.
32454         * socket/shutdown.c: Likewise.
32455         * socket/sockatmark.c: Likewise.
32456         * socket/socket.c: Likewise.
32457         * socket/socketpair.c: Likewise.
32458         * stdio-common/ctermid.c: Likewise.
32459         * stdio-common/cuserid.c: Likewise.
32460         * stdio-common/remove.c: Likewise.
32461         * stdio-common/rename.c: Likewise.
32462         * stdio-common/renameat.c: Likewise.
32463         * stdio-common/tempname.c: Likewise.
32464         * stdlib/getcontext.c: Likewise.
32465         * stdlib/makecontext.c: Likewise.
32466         * stdlib/setcontext.c: Likewise.
32467         * stdlib/swapcontext.c: Likewise.
32468         * stdlib/system.c: Likewise.
32469         * streams/fattach.c: Likewise.
32470         * streams/fdetach.c: Likewise.
32471         * streams/getmsg.c: Likewise.
32472         * streams/getpmsg.c: Likewise.
32473         * streams/putmsg.c: Likewise.
32474         * streams/putpmsg.c: Likewise.
32475         * sysdeps/unix/bsd/getpt.c: Likewise.
32476         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32477         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32478         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
32480         Likewise.
32481         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
32482         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
32483         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
32484         * sysvipc/msgctl.c: Likewise.
32485         * sysvipc/msgget.c: Likewise.
32486         * sysvipc/msgrcv.c: Likewise.
32487         * sysvipc/msgsnd.c: Likewise.
32488         * sysvipc/semctl.c: Likewise.
32489         * sysvipc/semget.c: Likewise.
32490         * sysvipc/semop.c: Likewise.
32491         * sysvipc/semtimedop.c: Likewise.
32492         * sysvipc/shmat.c: Likewise.
32493         * sysvipc/shmctl.c: Likewise.
32494         * sysvipc/shmdt.c: Likewise.
32495         * sysvipc/shmget.c: Likewise.
32496         * termios/tcdrain.c: Likewise.
32497         * termios/tcflow.c: Likewise.
32498         * termios/tcflush.c: Likewise.
32499         * termios/tcgetattr.c: Likewise.
32500         * termios/tcgetpgrp.c: Likewise.
32501         * termios/tcsendbrk.c: Likewise.
32502         * termios/tcsetattr.c: Likewise.
32503         * termios/tcsetpgrp.c: Likewise.
32504         * time/adjtime.c: Likewise.
32505         * time/clock.c: Likewise.
32506         * time/getitimer.c: Likewise.
32507         * time/gettimeofday.c: Likewise.
32508         * time/setitimer.c: Likewise.
32509         * time/settimeofday.c: Likewise.
32510         * time/stime.c: Likewise.
32511         * time/time.c: Likewise.
32513 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
32515         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
32516         /usr/old/bin.
32518         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
32519         instead of spaces.
32520         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
32522 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
32524         [BZ #14796]
32525         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
32526         FE_TONEAREST before applying Dekker multiplication and Knuth
32527         addition.  Clear inexact exceptions and check for exact zero
32528         results afterwards.
32529         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32530         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32531         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32532         * math/libm-test.inc (fma_test): Add more tests.
32533         (fma_test_towardzero): Likewise.
32534         (fma_test_downward): Likewise.
32535         (fma_test_upward): Likewise.
32536         * sysdeps/generic/math_private.h (default_libc_fesetround): New
32537         function.
32538         (libc_fesetround): New macro.
32539         (libc_fesetroundf): Likewise.
32540         (libc_fesetroundl): Likewise.
32541         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
32542         function.
32543         (libc_fesetround_387): Likewise.
32544         (libc_fesetroundf): New macro.
32545         (libc_fesetround): Likewise.
32546         (libc_fesetroundl): Likewise.
32547         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
32548         function.
32549         (libc_fesetroundf): New macro.
32550         (libc_fesetround): Likewise.
32551         (libc_fesetroundl): Likewise.
32552         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
32553         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
32554         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
32555         libm_hidden_ver.
32556         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
32557         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
32558         libm_hidden_def.
32559         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
32560         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
32561         libm_hidden_ver.
32562         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
32563         libm_hidden_def.
32565         [BZ #3439]
32566         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
32567         integer constant usable in #if and use that to give value to enum
32568         constant.
32569         (FE_DIVBYZERO): Likewise.
32570         (FE_UNDERFLOW): Likewise.
32571         (FE_OVERFLOW): Likewise.
32572         (FE_INVALID): Likewise.
32573         (FE_INVALID_SNAN): Likewise.
32574         (FE_INVALID_ISI): Likewise.
32575         (FE_INVALID_IDI): Likewise.
32576         (FE_INVALID_ZDZ): Likewise.
32577         (FE_INVALID_IMZ): Likewise.
32578         (FE_INVALID_COMPARE): Likewise.
32579         (FE_INVALID_SOFTWARE): Likewise.
32580         (FE_INVALID_SQRT): Likewise.
32581         (FE_INVALID_INTEGER_CONVERSION): Likewise.
32582         (FE_TONEAREST): Likewise.
32583         (FE_TOWARDZERO): Likewise.
32584         (FE_UPWARD): Likewise.
32585         (FE_DOWNWARD): Likewise.
32586         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
32587         (FE_DIVBYZERO): Likewise.
32588         (FE_OVERFLOW): Likewise.
32589         (FE_UNDERFLOW): Likewise.
32590         (FE_INEXACT): Likewise.
32591         (FE_TONEAREST): Likewise.
32592         (FE_DOWNWARD): Likewise.
32593         (FE_UPWARD): Likewise.
32594         (FE_TOWARDZERO): Likewise.
32595         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
32596         (FE_UNDERFLOW): Likewise.
32597         (FE_OVERFLOW): Likewise.
32598         (FE_DIVBYZERO): Likewise.
32599         (FE_INVALID): Likewise.
32600         (FE_TONEAREST): Likewise.
32601         (FE_TOWARDZERO): Likewise.
32602         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
32603         (FE_OVERFLOW): Likewise.
32604         (FE_UNDERFLOW): Likewise.
32605         (FE_DIVBYZERO): Likewise.
32606         (FE_INEXACT): Likewise.
32607         (FE_TONEAREST): Likewise.
32608         (FE_TOWARDZERO): Likewise.
32609         (FE_UPWARD): Likewise.
32610         (FE_DOWNWARD): Likewise.
32611         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
32612         (FE_DIVBYZERO): Likewise.
32613         (FE_OVERFLOW): Likewise.
32614         (FE_UNDERFLOW): Likewise.
32615         (FE_INEXACT): Likewise.
32616         (FE_TONEAREST): Likewise.
32617         (FE_DOWNWARD): Likewise.
32618         (FE_UPWARD): Likewise.
32619         (FE_TOWARDZERO): Likewise.
32621 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
32623         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
32625 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
32627         * scripts/cross-test-ssh.sh (command): Use newlines to separate
32628         commands.  Quote $PWD.
32629         (blacklist_exports): Don't use remove_newlines.  Replace "declare
32630         -x" by "export".
32631         (remove_newlines): Remove.
32633 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
32635         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
32636         * stdlib/stdlib.h (atof): Moved to ...
32637         * include/bits/stdlib-float.h: Here.  New file.
32638         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
32639         * stdlib/bits/stdlib-float.h: New file.
32640         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
32641         -mno-sse -mno-mmx.
32642         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
32643         <xmmintrin.h>.
32645 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32647         * conform/conformtest.pl (@headers): Add fenv.h.
32648         * conform/data/fenv.h-data: New file.
32649         * include/fenv.h [_ISOMAC]: Disable all contents of file except
32650         include of <math/fenv.h>.
32652         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
32653         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
32654         && !UNIX98].  Enables tests for XOPEN2K8.
32655         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
32656         POSIX2008]: Likewise.
32658         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
32659         (struct rusage): Do not expect type or its members.
32661         [BZ #3439]
32662         * math/math.h (FP_NAN): Define macro to integer constant usable in
32663         #if and use that to give value to enum constant.
32664         (FP_INFINITE): Likewise.
32665         (FP_ZERO): Likewise.
32666         (FP_SUBNORMAL): Likewise.
32667         (FP_NORMAL): Likewise.
32669 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
32671         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
32672         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
32673         arguments.
32675 2012-11-02  Roland McGrath  <roland@hack.frob.com>
32677         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
32678         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
32679         autoconf-time if not.
32680         * configure.in: Remove AC_PREREQ.
32682 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32684         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
32685         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
32686         of the internal implementation.
32688 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32690         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
32691         except include of <misc/sys/syslog.h>.
32693 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
32696         function returns with a NULL context exit with zero.
32698 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32700         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
32702 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
32704         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
32705         (run_program_cmd): This.
32706         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
32707         (tst_langinfo): New variable.  Use it.
32709 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
32711         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
32712         floating point opcodes.
32714 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32716         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
32717         variable.
32719         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
32721         * sysdeps/mach/hurd/powerpc: Remove directory.
32722         * sysdeps/mach/powerpc: Likewise.
32724 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32726         * scripts/check-local-headers.sh: Ignore c++ headers.
32728 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32730         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
32731         __libc_cleanup_region_start argument.
32733 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
32735         [BZ #14784]
32736         [BZ #14785]
32737         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
32738         x * y using scaling, not as x * y + z.
32739         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32740         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32741         * math/libm-test.inc (fma_test): Add more tests.
32742         (fma_test_towardzero): Likewise.
32743         (fma_test_downward): Likewise.
32744         (fma_test_upward): Likewise.
32746 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32748         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
32750 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32752         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
32753         New variable.
32755 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
32757         * rt/tst-shm.c (worker): Correct checking for mmap failure.
32759 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32761         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32762         Fix sort order.
32763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32764         Likewise.
32766 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32769         Fix the order of the list for glibc 2.17.
32770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32771         Likewise.
32773 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32775         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32777 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32779         [BZ #14610]
32780         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
32781         for low part of x being zero before using __atanl (y).
32782         * math/libm-test.inc (atan2_test): Add another test.
32784         * manual/install.texi (Configuring and compiling): Document
32785         general use of test-wrapper and test-wrapper-env.
32786         * INSTALL: Regenerated.
32788         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
32789         (__fma): Do not extract and scale down low bits on after-rounding
32790         systems when result rounded to normal precision would have normal
32791         exponent.
32792         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
32793         (__fmal): Do not extract and scale down low bits on after-rounding
32794         systems when result rounded to normal precision would have normal
32795         exponent.
32796         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
32797         (__fmal): Do not extract and scale down low bits on after-rounding
32798         systems when result rounded to normal precision would have normal
32799         exponent.
32800         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
32801         macro.
32802         (fma_test): Add more tests.
32803         (fma_test_towardzero): Likewise.
32804         (fma_test_downward): Likewise.
32805         (fma_test_upward): Likewise.
32807 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
32809         * sysdeps/i386/tininess.h: Renamed to ...
32810         * sysdeps/x86/tininess.h: This.
32811         * sysdeps/x86_64/tininess.h: Removed.
32813 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
32815         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
32816         input.  Use $(build-program-cmd).
32817         ($(objpfx)tst-array1-static.out): Likewise.
32818         ($(objpfx)tst-array2.out): Likewise.
32819         ($(objpfx)tst-array3.out): Likewise.
32820         ($(objpfx)tst-array4.out): Likewise.
32821         ($(objpfx)tst-array5.out): Likewise.
32822         ($(objpfx)tst-array5-static.out): Likewise.
32824 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
32826         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
32827         if defined.
32829         * nss/nsswitch.h (nss_interface_function): Provide new
32830         macro for use with NSS functions.
32831         * grp/initgroups.c: Use new macro.
32832         * nss/getXXbyYY.c: Likewise.
32833         * nss/getXXbyYY_r.c: Likewise.
32834         * nss/getXXent.c: Likewise.
32835         * nss/getXXent_r.c: Likewise.
32836         * sysdeps/posix/getaddrinfo.c: Likewise.
32838 2012-10-30  Andreas Jaeger  <aj@suse.de>
32840         * po/ru.po: Update Russion translation from translation project.
32842 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
32844         [BZ #14152]
32845         [BZ #14783]
32846         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
32847         result and shift together with sticky bit instead of replicating
32848         round-to-nearest rounding.
32849         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32850         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32851         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
32852         missing underflow exceptions.
32853         (fma_test_towardzero): Add more tests.
32854         (fma_test_downward): Likewise.
32855         (fma_test_upward): Likewise.
32857         [BZ #14047]
32858         * sysdeps/generic/tininess.h: New file.
32859         * sysdeps/i386/tininess.h: Likewise.
32860         * sysdeps/sh/tininess.h: Likewise.
32861         * sysdeps/x86_64/tininess.h: Likewise.
32862         * stdlib/tst-strtod-underflow.c: Likewise.
32863         * stdlib/tst-tininess.c: Likewise.
32864         * stdlib/strtod_l.c: Include <tininess.h>.
32865         (round_and_return): Do not set errno for exact underflow cases.
32866         Force an underflow exception when setting errno for underflow.
32867         Determine underflow based on rounding to normal precision if
32868         TININESS_AFTER_ROUNDING.
32869         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
32870         ERANGE for exact underflow cases.
32871         * stdlib/Makefile (tests): Add tst-tininess and
32872         tst-strtod-underflow.
32873         ($(objpfx)tst-tininess): Use $(link-libm).
32874         ($(objpfx)tst-strtod-underflow): Likewise.
32876 2012-10-30  Andreas Jaeger  <aj@suse.de>
32878         [BZ#14767]
32879         * elf/Makefile (tests): Remove conditional for have-initfini-array
32880         since this is now always required and the variable does not exist
32881         anymore.
32882         (tests-static): Likewise.
32883         (modules-names): Likewise.
32885         * po/eo.po: Add Esperanto translation from translation project.
32887         * elf/tst-array1.c (fini_array): Make writeable so that it can be
32888         merged with constructor/destructor.
32889         (init_array): Likewise.
32890         * elf/tst-array2dep.c (fini_array): Likewise.
32891         (init_array): Likewise.
32893 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
32895         * manual/message.texi: Delete @cartouche tags.
32897 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
32899         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
32900         EOPNOTSUPP.
32901         * sysdeps/mach/hurd/fsync.c: Likewise.
32903         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
32904         [_POSIX_REALTIME_SIGNALS]: Change condition to
32905         [_POSIX_REALTIME_SIGNALS > 0].
32907 2012-10-27  Andreas Jaeger  <aj@suse.de>
32909         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
32910         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
32911         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
32912         [__WORDSIZE != 64]: Likewise.
32914 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
32916         *  iconvdata/tst-table.sh: Remove ${SHELL}.
32917         *  iconvdata/tst-tables.sh: Likewise.
32919 2012-10-25  David S. Miller  <davem@davemloft.net>
32921         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32922         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
32923         of strtoull.
32925         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
32926         ifunc-impl-list.c
32927         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
32928         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
32929         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
32930         file.
32932 2012-10-25  Roland McGrath  <roland@hack.frob.com>
32934         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32935         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
32936         __getdirentries.
32938 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
32939             Jim Blandy  <jimb@codesourcery.com>
32941         * scripts/cross-test-ssh.sh: New file.
32942         * manual/install.texi (Configuring and compiling): Document use of
32943         cross-test-ssh.sh.
32944         * INSTALL: Regenerated.
32946 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
32948         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
32949         EOPNOTSUPP.
32951 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
32953         * Makeconfig (run-program-prefix): Fix comment.
32955 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
32956             Jim Blandy  <jimb@codesourcery.com>
32958         * Makeconfig (test-wrapper): New variable,
32959         (test-wrapper-env): Likewise.
32960         [$(cross-compiling) = yes && $(test-wrapper) != ""]
32961         (run-built-tests): Define to yes.
32962         (run-program-prefix): Use $(test-wrapper).
32963         (built-program-cmd): Likewise.
32964         * Rules (make-test-out): Use $(test-wrapper-env) and
32965         $(host-built-program-cmd).
32966         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
32967         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
32968         tst-pathopt.sh.
32969         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
32970         $(test-wrapper-env) to tst-rtld-load-self.sh.
32971         ($(objpfx)order2.out): Use $(test-wrapper).
32972         ($(objpfx)tst-initorder.out): Likewise.
32973         ($(objpfx)tst-initorder2.out): Likewise.
32974         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
32975         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
32976         (test_wrapper_env): New variable.  Use it to run ld.so.
32977         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
32978         Use it to run ld.so.
32979         (test_wrapper_env): Likewise.
32980         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
32981         $(test-wrapper) to run-iconv-test.sh.
32982         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
32983         (ICONV): Use $test_wrapper.
32984         * posix/Makefile ($(objpfx)globtest.out): Pass
32985         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
32986         globtest.sh, not $(run-program-prefix).
32987         * posix/globtest.sh (run_via_rtld_prefix): New variable.
32988         (test_wrapper): Likewise.
32989         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
32990         set together with run_via_rtld_prefix.
32991         (run_program_prefix): Define in terms of test_wrapper and
32992         run_via_rtld_prefix.
32994 2012-10-24  Roland McGrath  <roland@hack.frob.com>
32996         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
32997         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
32998         Targets removed.
33000         [BZ #14743]
33001         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33002         Declare __clock_getres, __clock_gettime, __clock_settime,
33003         __clock_nanosleep, and __clock_getcpuclockid.
33004         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33005         Remove librt_hidden_def (clock_gettime).
33006         * sysdeps/unix/clock_gettime.c: Likewise.
33007         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33008         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33009         * rt/clock_getres.c: Define __clock_getres as an alias.
33010         * sysdeps/posix/clock_getres.c: Likewise.
33011         * rt/clock_settime.c: Define __clock_settime as an alias.
33012         * sysdeps/unix/clock_settime.c: Likewise.
33013         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33014         * sysdeps/unix/clock_nanosleep.c: Likewise.
33015         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33016         * rt/clock-compat.c: New file.
33017         * rt/Makefile (librt-routines): Add clock-compat and move
33018         $(clock-routines) to ...
33019         (routines): ... here, new variable.
33020         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33021         Don't add get_clockfreq here.
33022         * rt/Versions (libc: GLIBC_2.17): New version set.
33023         Add clock_* symbols here.
33024         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33025         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33026         (GLIBC_2.17): Add clock_* symbols.
33027         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33028         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33029         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33031         Likewise.
33032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33033         Likewise.
33034         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33035         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33036         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33037         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33038         * NEWS: Mention the move.
33040         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33041         Use __open, __read, __close rather than their public counterparts.
33042         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33043         (__get_clockfreq_via_cpuinfo): Likewise.
33044         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33045         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33047         * config.h.in (HAVE_IFUNC): New #undef.
33048         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33049         was successful.
33050         * configure: Regenerated.
33052 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33054         * configure.in: Move READELF check to start of file.
33055         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33056         libc_cv_asm_gnu_indirect_function in the process.
33057         * configure: Regenerated.
33059 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33061         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33062         send the output to /dev/null.
33063         (libc_cv_cc_with_libunwind): Likewise.
33064         (libc_cv_as_noexecstack): Likewise.
33065         * configure: Regenerate.
33067 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33069         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33071         * posix/globtest.sh (TMPDIR): Do not set.
33072         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33073         (testout): Likewise.
33075 2012-10-24  Andreas Jaeger  <aj@suse.de>
33077         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33078         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33079         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33080         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33081         posix_fadvise64, posix_fallocate64.
33083         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33084         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33085         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33086         Likewise.
33087         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33088         Likewise.
33089         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33091         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33092         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33093         <bits/fcntl-linux.h>.
33094         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33096         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33097         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33098         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33099         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33100         [__WORDSIZE != 64]: Likewise.
33102 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33104         * Makeconfig (run-built-tests): New variable.
33105         * Rules [$(cross-compiling) = yes]: Change condition to
33106         [$(run-built-tests) = no].
33107         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33108         to [$(run-built-tests) = yes].
33109         * elf/Makefile [$(cross-compiling) = no]: Likewise
33110         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33111         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33112         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33113         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33114         * io/Makefile [$(cross-compiling) = no]: Likewise.
33115         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33116         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33117         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33118         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33119         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33120         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33121         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33122         * string/Makefile [$(cross-compiling) = no]: Likewise.
33124         * posix/Makefile ($(objpfx)globtest.out): Pass
33125         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33126         $(rtld-installed-name).
33127         * posix/globtest.sh (elf_objpfx): Remove variable.
33128         (rtld_installed_name): Likewise.
33129         (library_path): Likewise.
33130         (run_program_prefix): New variable.  Use for running globtest
33131         binary.
33133 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33134             Joseph Myers  <joseph@codesourcery.com>
33136         * Makeconfig (host-built-program-cmd): New variable.
33137         * elf/Makefile (tst-stackguard1-ARGS): Use
33138         $(host-built-program-cmd).
33139         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33140         (tst-spawn-ARGS): Likewise.
33141         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33143 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33144             Jim Blandy  <jimb@codesourcery.com>
33146         * Makeconfig (run-via-rtld-prefix): New variable.
33147         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33148         (built-program-cmd): Likewise.
33150 2012-10-22  Andreas Jaeger  <aj@suse.de>
33152         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33153         __O_RSYNC if it exists, otherwise to O_SYNC.
33155 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33156             Joseph Myers  <joseph@codesourcery.com>
33158         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33159         /dev/null.
33160         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33161         from /dev/null
33162         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33163         /dev/null.
33165 2012-10-22  Andreas Jaeger  <aj@suse.de>
33167         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33168         Define always.
33169         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33171         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33172         bits/fcntl-linux.h.
33174         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33175         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33177         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33178         to __O_LARGEFILE.
33179         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33180         to __O_LARGEFILE.
33182 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33183             Joseph Myers  <joseph@codesourcery.com>
33185         * config.make.in (NM): New variable.
33187 2012-10-21  Andreas Jaeger  <aj@suse.de>
33189         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33190         definitions and declarations that are provided by
33191         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33193 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33195         [BZ #14683]
33196         * elf/Makefile (tests-static): Add tst-leaks1-static.
33197         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33198         ($(objpfx)tst-leaks1-static): New rule.
33199         ($(objpfx)tst-leaks1-static-mem): Likewise.
33200         (tst-leaks1-static-ENV): New macro.
33201         * elf/dl-open.c (dl_open_worker): Check the main application
33202         only if SHARED is defined.
33203         * elf/tst-leaks1-static.c: New file.
33205 2012-10-20  Andreas Jaeger  <aj@suse.de>
33207         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33208         generic values for Linux.
33209         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33210         and declarations that are provided by <bits/fcntl-linux.h> and
33211         include <bits/fcntl-linux.h>.
33212         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33213         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33215 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33217         * io/fcntl.h: Move include of <bits/types.h> to the top and
33218         include it unconditionally.
33220 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33222         * wcsmbs/Makefile (tests-ifunc): New variable.
33223         (tests): Add $(tests-ifunc).
33224         * wcsmbs/test-wcschr-ifunc.c: New file.
33225         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33226         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33227         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33228         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33229         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33231         * string/Makefile (tests-ifunc): New variable.
33232         (tests): Add $(tests-ifunc).
33233         * string/test-memccpy.c (TEST_NAME): New macro.
33234         * string/test-memchr.c (TEST_NAME): Likewise.
33235         * string/test-memcmp.c (TEST_NAME): Likewise.
33236         * string/test-memcpy.c (TEST_NAME): Likewise.
33237         * string/test-memmem.c (TEST_NAME): Likewise.
33238         * string/test-memmove.c (TEST_NAME): Likewise.
33239         * string/test-memset.c (TEST_NAME): Likewise.
33240         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33241         * string/test-stpcpy.c (TEST_NAME): Likewise.
33242         * string/test-stpncpy.c (TEST_NAME): Likewise.
33243         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33244         * string/test-strcasestr.c (TEST_NAME): Likewise.
33245         * string/test-strcat.c (TEST_NAME): Likewise.
33246         * string/test-strchr.c (TEST_NAME): Likewise.
33247         * string/test-strcmp.c(TEST_NAME): Likewise.
33248         * string/test-strcpy.c (TEST_NAME): Likewise.
33249         * string/test-strcspn.c (TEST_NAME): Likewise.
33250         * string/test-strlen.c (TEST_NAME): Likewise.
33251         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33252         * string/test-strncmp.c (TEST_NAME): Likewise.
33253         * string/test-strncpy.c (TEST_NAME): Likewise.
33254         * string/test-strnlen.c (TEST_NAME): Likewise.
33255         * string/test-strpbrk.c (TEST_NAME): Likewise.
33256         * string/test-strrchr.c (TEST_NAME): Likewise.
33257         * string/test-strspn.c (TEST_NAME): Likewise.
33258         * string/test-strstr.c (TEST_NAME): Likewise.
33259         * string/test-bcopy-ifunc.c: New file.
33260         * string/test-bzero-ifunc.c: Likewise.
33261         * string/test-memccpy-ifunc.c: Likewise.
33262         * string/test-memchr-ifunc.c: Likewise.
33263         * string/test-memcmp-ifunc.c: Likewise.
33264         * string/test-memcpy-ifunc.c: Likewise.
33265         * string/test-memmem-ifunc.c: Likewise.
33266         * string/test-memmove-ifunc.c: Likewise.
33267         * string/test-mempcpy-ifunc.c: Likewise.
33268         * string/test-memset-ifunc.c: Likewise.
33269         * string/test-rawmemchr-ifunc.c: Likewise.
33270         * string/test-stpcpy-ifunc.c: Likewise.
33271         * string/test-stpncpy-ifunc.c: Likewise.
33272         * string/test-strcasecmp-ifunc.c: Likewise.
33273         * string/test-strcasestr-ifunc.c: Likewise.
33274         * string/test-strcat-ifunc.c: Likewise.
33275         * string/test-strchr-ifunc.c: Likewise.
33276         * string/test-strchrnul-ifunc.c: Likewise.
33277         * string/test-strcmp-ifunc.c: Likewise.
33278         * string/test-strcpy-ifunc.c: Likewise.
33279         * string/test-strcspn-ifunc.c: Likewise.
33280         * string/test-strlen-ifunc.c: Likewise.
33281         * string/test-strncasecmp-ifunc.c: Likewise.
33282         * string/test-strncat-ifunc.c: Likewise.
33283         * string/test-strncmp-ifunc.c: Likewise.
33284         * string/test-strncpy-ifunc.c: Likewise.
33285         * string/test-strnlen-ifunc.c: Likewise.
33286         * string/test-strpbrk-ifunc.c: Likewise.
33287         * string/test-strrchr-ifunc.c: Likewise.
33288         * string/test-strspn-ifunc.c: Likewise.
33289         * string/test-strstr-ifunc.c: Likewise.
33291         * debug/Makefile (tests-ifunc): New variable.
33292         (tests): Add $(tests-ifunc).
33293         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33294         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33295         * debug/test-stpcpy_chk-ifunc.c: New file.
33296         * debug/test-strcpy_chk-ifunc.c: Likewise.
33298 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33300         [BZ #13601]
33301         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33302         header is not read in.
33304 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33306         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33307         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33308         directly.  Pass built executable to script as
33309         $(built-program-cmd).
33310         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33311         $testprogram without using LD_LIBRARY_PATH and $ldso.
33313         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33314         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33315         $(rtld-installed-name).
33316         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33317         (rtld_installed_name): Likewise.
33318         (library_path): Likewise.
33319         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33320         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33321         $(run-program-prefix) to tst-tables.sh.
33322         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33323         it to run tst-table-from and tst-table-to.
33324         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33325         Pass it to tst-table.sh.
33326         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33327         $(run-program-prefix) to tst-gettext.sh.
33328         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33329         tst-translit.sh.
33330         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33331         tst-gettext2.sh.
33332         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33333         to run tst-gettext.
33334         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33335         to run tst-gettext2.
33336         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33337         to run tst-translit.
33338         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33339         $(run-program-prefix) to tst-mtrace.sh.
33340         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33341         to run tst-mtrace.
33342         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33343         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33344         $(rtld-installed-name).
33345         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33346         (rtld_installed_name): Likewise.
33347         (run_program_prefix): New variable.  Use it to run wordexp-test.
33349         * Makeconfig (ARCH): Remove all definitions.
33350         (machine): Likewise.
33351         [ARCH]: Remove conditional code.
33352         [!objdir]: Give error.
33353         [!objdir] (objpfx): Remove.
33354         [!objdir] (common-objpfx): Likewise.
33355         [!objdir] (common-objdir): Likewise.
33356         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33357         AC_CONFIG_FILES call.
33358         * configure: Regenerated.
33360         [BZ #13888]
33361         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33362         or TMPDIR.
33363         (testout): Likewise.
33365         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33366         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33367         $(rtld-installed-name).
33368         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33369         (rtld_installed_name): Likwise.
33370         (runit): Remove function.
33371         (run_getconf): New variable,  Use it for running getconf binary.
33373 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33375         [BZ #14716]
33376         * string/test-memmem.c (check_result): New function.
33377         (do_one_test): Use it.
33378         (check1): New function.
33379         (test_main): Use it.
33381 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33383         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33385 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33387         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33388         (_G_LSEEK64): Likewise.
33389         (_G_MMAP64): Likewise.
33390         (_G_FSTAT64): Likewise.
33391         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33392         (_G_LSEEK64): Likewise.
33393         (_G_MMAP64): Likewise.
33394         (_G_FSTAT64): Likewise.
33395         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33396         unconditional.  Call __mmap64 directly.
33397         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33398         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33399         __lseek64 directly.
33400         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33401         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33402         __mmap64 directly.
33403         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33404         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33405         __lseek64 directly.
33406         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33407         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33408         __lseek64 directly.
33409         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33410         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33411         __lseek64 directly.
33412         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33413         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33414         __fxstat64 directly.
33415         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33416         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33417         unconditional.
33418         (freopen64) [!_G_OPEN64]: Remove conditional code.
33419         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33420         unconditional.
33421         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33422         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33423         unconditional.
33424         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33425         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33426         unconditional.
33427         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33428         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33429         unconditional.
33430         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33431         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33432         unconditional.
33433         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33434         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33435         unconditional.
33436         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33437         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33438         unconditional.
33439         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33441 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33443         [BZ #12140]
33444         * manual/memory.texi (Malloc Tunable Parameters): Add note
33445         about free list pointers overwriting some perturb bytes.
33446         Wording suggested by Roland McGrath.
33448 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33450         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33451         (lgamma_test): Likewise.
33452         (tgamma_test): Likewise.
33454 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33456         [BZ #14700]
33457         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33458         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33460 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33462         * NEWS: Mention BZ #14716.
33463         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33464         when removing AVAILABLE1_USES_J macro.
33466 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
33468         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33469         (__bswap_64): __uint64_t for unsigned 64-bit int.
33471 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
33473         * include/string.h (memmem): Declare libc hidden alias.
33474         * string/memmem.c (memmem): Define libc hidden alias.
33475         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33476         __read, __close instead of open, read, close.
33478 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
33480         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
33481         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
33482         global and hidden.
33483         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
33484         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
33485         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
33486         Likewise.
33487         (__rawmemchr_sse2): Likewise.
33488         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
33489         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
33490         (__strchr_sse2): Likewise.
33491         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
33492         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
33493         (__strcasecmp_sse2): Likewise.
33494         (__strncasecmp_sse2): Likewise.
33495         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
33496         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
33497         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
33498         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
33499         (__strrchr_sse2): Likewise.
33500         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
33501         ifunc-impl-list.c.
33502         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33503         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33504         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33505         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33506         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33507         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33508         * sysdeps/x86_64/multiarch/memset.S: Likewise.
33509         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33510         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
33511         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
33512         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
33513         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
33514         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
33515         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33516         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33517         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33518         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33519         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33520         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
33521         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
33522         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
33523         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
33524         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
33525         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
33526         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
33527         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
33528         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33529         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33530         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33531         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33533         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
33534         global and hidden.
33535         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
33536         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
33537         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
33538         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
33539         Likewise.
33540         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
33541         Likewise.
33542         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
33543         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
33544         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
33545         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
33546         ifunc-impl-list.c.
33547         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33548         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33549         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33550         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33551         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33552         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
33553         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
33554         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
33555         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
33556         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
33557         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
33558         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
33559         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
33560         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
33561         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
33562         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
33563         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
33564         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
33565         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
33566         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
33567         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
33568         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
33569         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
33570         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
33571         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
33572         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
33573         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
33574         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
33575         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
33576         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
33577         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
33578         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
33579         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
33580         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
33581         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
33582         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
33583         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
33584         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
33585         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
33586         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
33587         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
33589         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
33590         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
33591         * include/ifunc-impl-list.h: New file.
33592         * misc/ifunc-impl-list.c: Likewise.
33593         * misc/Makefile (routines): Add ifunc-impl-list.
33594         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
33595         * string/test-string.h: Include <ifunc-impl-list.h>.
33596         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
33597         TEST_NAME]: New variables.
33598         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
33599         are defined.
33600         (test_init): Call __libc_ifunc_impl_list to initialize
33601         func_list if TEST_IFUNC and TEST_NAME are defined.
33603         * string/Makefile (strop-tests): Add bcopy and bzero.
33604         * string/test-bcopy.c: New file.
33605         * string/test-bzero.c: Likewise.
33606         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
33607         defined.
33608         * string/test-memset.c: Support bzero test if TEST_BZERO is
33609         defined.
33610         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
33611         __libc_memmove.
33612         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
33613         __libc_memset.
33614         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
33615         of memset.
33617 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
33619         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
33620         * configure: Regenerated.
33622         * Makeconfig (+link-static-before-libc): Don't include
33623         $(link-static-libc).
33625         * libio/libio.h (_IO_pos_t): Remove.
33627 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33629         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
33630         McGrath.
33632 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33634         * crypt/crypt-entry.c: Include fips-private.h.
33635         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
33636         * crypt/md5c-test.c (main): Tolerate disabled MD5.
33637         * sysdeps/unix/sysv/linux/fips-private.h: New file.
33638         * sysdeps/generic/fips-private.h: New file, dummy fallback.
33640 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33642         * crypt/crypt-private.h: Include stdbool.h.
33643         (_ufc_setup_salt_r): Return bool.
33644         * crypt/crypt-entry.c: Include errno.h.
33645         (__crypt_r): Return NULL with EINVAL for bad salt.
33646         * crypt/crypt_util.c (bad_for_salt): New.
33647         (_ufc_setup_salt_r): Check that salt is long enough and within
33648         the specified alphabet.
33649         * crypt/badsalttest.c: New file.
33650         * crypt/Makefile (tests): Add it.
33651         ($(objpfx)badsalttest): New.
33653 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
33655         * NEWS: Add entry for BZ #14602.
33657 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33659         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
33660         type-generic.
33661         * math/libm-test.inc: Update comment listing what functions and
33662         macros are tested.
33663         (isgreater_test): New function.
33664         (isgreaterequal_test): Likewise.
33665         (isless_test): Likewise.
33666         (islessequal_test): Likewise.
33667         (islessgreater_test): Likewise.
33668         (isunordered_test): Likewise.
33669         (main): Call the new functions.
33671 2012-10-09  Roland McGrath  <roland@hack.frob.com>
33673         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
33674         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
33675         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
33676         * sysdeps/i386/configure: Regenerated.
33677         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
33678         * sysdeps/mach/configure: Regenerated.
33679         * sysdeps/mach/hurd/configure: Regenerated.
33680         * sysdeps/powerpc/configure: Regenerated.
33681         * sysdeps/powerpc/powerpc32/configure: Regenerated.
33682         * sysdeps/powerpc/powerpc64/configure: Regenerated.
33683         * sysdeps/s390/s390-32/configure: Regenerated.
33684         * sysdeps/s390/s390-64/configure: Regenerated.
33685         * sysdeps/sh/configure: Regenerated.
33686         * sysdeps/sparc/configure: Regenerated.
33687         * sysdeps/unix/sysv/linux/configure: Regenerated.
33688         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
33689         * sysdeps/x86_64/configure: Regenerated.
33691         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
33692         defined.  Don't check if MAP is NULL.
33694 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33696         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
33697         (_G_stat64): Likewise.
33698         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
33699         (_G_stat64): Likewise.
33700         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
33701         instead of struct _G_stat64.
33702         * libio/fileops.c (mmap_remap_check): Likewise.
33703         (decide_maybe_mmap): Likewise.
33704         (_IO_new_file_seekoff): Likewise.
33705         (_IO_file_stat): Likewise.
33706         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
33707         _G_off64_t.
33708         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
33709         instead of struct _G_stat64.
33710         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33712 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
33714         [BZ #14602]
33715         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33716         Replace with ...
33717         (CHECK_EOL): New macro.
33718         (two_way_short_needle): Check beginning of haystack for EOL.  Use
33719         CHECK_EOL.
33720         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33721         Replace with CHECK_EOL.
33722         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33723         Replace with CHECK_EOL.
33725 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
33727         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
33728         type-generic.
33729         * math/libm-test.inc: Update comment listing what functions and
33730         macros are tested.
33731         (finite_test): New function.
33732         (isinf_test): Likewise.
33733         (isnan_test): Likewise.
33734         (fpclassify_test): Test subnormal input.
33735         (isfinite_test): Likewise.
33736         (isnormal_test): Likewise.
33737         (main): Call the new functions.
33739 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
33741         [BZ #14660]
33742         * Makerules (%.dynsym): Force C locale when running
33743         $(OBJDUMP) --dynamic-syms.
33745 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
33747         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
33748         <stdint.h>.
33750 2012-10-06  David S. Miller  <davem@davemloft.net>
33752         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
33753         upper 32-bits of the length value in %o2 since we use branch-on-register
33754         tests which consider the entire 64-bit register.
33756 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
33758         * string/test-strstr.c (check2): Add a test for page boundary.
33760 2012-10-05  David S. Miller  <davem@davemloft.net>
33762         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
33763         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
33764         file.
33765         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33766         sysdep_routines.
33767         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33768         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
33769         and bzero when HWCAP_SPARC_CRYPTO is present.
33771 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
33773         [BZ #14602]
33774         * string/test-strstr.c (check2): New function.
33775         (test_main): Call check2.
33777         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
33778         and bug-strchr1.
33779         * string/bug-strcasestr1.c (do_test): Moved to ...
33780         * string/test-strcasestr.c (check1): Here.  New function.
33781         (do_one_test): Break out result checking code into ...
33782         (check_result): This.  New function.
33783         (do_one_test): Call check_result.
33784         (test_main): Call check1.
33785         * string/bug-strchr1.c (do_test): Moved to ...
33786         * string/test-strchr.c (check1): Here.  New function.
33787         (do_one_test): Break out result checking code into ...
33788         (check_result): This.  New function.
33789         (do_one_test): Call check_result.
33790         (test_main): Call check1.
33791         * string/bug-strstr1.c (main): Moved to ...
33792         * string/test-strstr.c (check1): Here.  New function.
33793         (do_one_test): Break out result checking code into ...
33794         (check_result): This.  New function.
33795         (do_one_test): Call check_result.
33796         (test_main): Call check1.
33797         * string/bug-strcasestr1.c: Removed.
33798         * string/bug-strchr1.c: Likewise.
33799         * string/bug-strstr1.c: Likewise.
33801         * elf/Makefile (dl-routines): Add hwcaps.
33802         * elf/dl-support.c (_dl_important_hwcaps): Removed.
33803         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
33804         (_dl_important_hwcaps): Moved to ...
33805         * elf/dl-hwcaps.c: Here.  New file.
33806         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
33808         [BZ #14557]
33809         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
33810         if IS_IN_rtld isn't defined.
33812         * elf/dl-support.c (_dl_sysinfo_map): New.
33813         Include "get-dynamic-info.h" and "setup-vdso.h".
33814         (_dl_non_dynamic_init): Call setup_vdso.
33815         * elf/dynamic-link.h: Don't include <assert.h>.
33816         (elf_get_dynamic_info): Moved to ...
33817         * elf/get-dynamic-info.h: Here.  New file.
33818         * elf/dynamic-link.h: Include "get-dynamic-info.h".
33819         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
33820         * elf/setup-vdso.h: Here.  New file.
33821         * elf/rtld.c: Include "setup-vdso.h".
33822         (dl_main): Call setup_vdso.
33824 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
33826         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
33827         creal in comment listing functions tested.  List finite, isinf,
33828         isnan, isless, islessequal, isgreater, isgreaterequal,
33829         islessgreater, isunordered, lgamma_r and pow10 as functions and
33830         macros not tested.  Mention which functions not tested are aliases
33831         for other functions.  Fix typo.  Note that signs of NaNs are not
33832         tested.
33834         * scripts/config.guess: Update from config.git.
33835         * scripts/config.sub: Likewise.
33837 2012-10-04  Roland McGrath  <roland@hack.frob.com>
33839         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
33840         * misc/madvise.c (madvise): Renamed to __madvise.
33841         Make madvise a weak alias.
33842         * include/sys/mman.h: Declare __madvise.
33843         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
33844         * sysdeps/unix/syscalls.list
33845         (madvise): Make __madvise the strong name, and madvise a weak alias.
33846         * sysdeps/unix/sysv/linux/syscalls.list
33847         (madvise, mmap): Remove redundant entries.
33848         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
33849         * malloc/malloc.c (mtrim): Likewise.
33850         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
33852 2012-10-03  Roland McGrath  <roland@hack.frob.com>
33854         * sysdeps/mach/hurd/dl-cache.c: File removed.
33855         * config.h.in (USE_LDCONFIG): New #undef.
33856         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
33857         * configure: Regenerated.
33858         * elf/Makefile (dl-routines): Add dl-cache only under
33859         [$(use-ldconfig) = yes].
33860         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
33861         cache on [USE_LDCONFIG].
33862         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
33863         [USE_LDCONFIG].
33864         * elf/rtld.c (dl_main): Likewise.
33866 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
33868         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
33869         _SC_LEVEL4_CACHE_LINESIZE.
33871 2012-10-03  Roland McGrath  <roland@hack.frob.com>
33873         * sysdeps/unix/bsd/confstr.h: File removed.
33875 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
33877         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
33878         sys/sdt-config.h.
33880 2012-10-02  Roland McGrath  <roland@hack.frob.com>
33882         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
33883         Make 'mapoff' field ElfW(Off) rather than off_t.
33885 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
33887         * nscd/Makefile: Remove nscd-cflags and all its users.
33888         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
33889         (CFLAGS-nonlib): Add compiler flags for nscd modules.
33891         [BZ #10631]
33892         * malloc.c (malloc_printerr): Clarify error message.
33894 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
33896         [BZ #14648]
33897         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33898         Set bit_FMA_Usable if FMA is supported.
33899         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
33900         macro.
33901         (bit_FMA4_Usable): Updated.
33902         (index_FMA_Usable): New macro.
33903         (CPUID_FMA): Likewise
33904         (HAS_FMA): Defined with bit_FMA_Usable.
33906 2012-10-01  Roland McGrath  <roland@hack.frob.com>
33908         * bits/types.h (__swblk_t): Type removed.
33909         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
33910         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
33911         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33912         (__SWBLK_T_TYPE): Likewise.
33913         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33914         (__SWBLK_T_TYPE): Likewise.
33915         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33916         (__SWBLK_T_TYPE): Likewise.
33917         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
33918         (__SWBLK_T_TYPE): Likewise.
33920 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
33921             Honza Horak <hhorak@redhat.com>
33923         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
33924         (xdr_mapname): Use YPMAXMAP as maxsize.
33925         (xdr_peername): Use YPMAXPEER as maxsize.
33926         (xdr_keydat): Use YPAXRECORD as maxsize.
33927         (xdr_valdat): Use YPMAXRECORD as maxsize.
33929 2012-10-01  Roland McGrath  <roland@hack.frob.com>
33931         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
33933         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
33934         * csu/init-first.c: ... here.
33935         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
33936         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
33937         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
33938         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
33939         * sysdeps/i386/init-first.c: File removed.
33940         * sysdeps/sh/init-first.c: File removed.
33942 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
33944         [BZ #14645]
33945         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
33946         if x * y might underflow to zero and z is zero.
33947         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33948         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33949         * math/libm-test.inc (min_subnorm_value): New variable.
33950         (fma_test): Add more tests.
33951         (fma_test_towardzero): Likewise.
33952         (fma_test_downward): Likewise
33953         (fma_test_upward): Likewise.
33954         (initialize): Set min_subnorm_value.
33956 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
33958         [BZ #14638]
33959         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
33960         0 + 0.
33961         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
33962         mode for addition resulting in exact zero.
33963         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
33964         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
33965         exact 0 + 0.
33966         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33967         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33968         * math/libm-test.inc (fma_test): Add more tests.
33969         (fma_test_towardzero): New function.
33970         (fma_test_downward): Likewise.
33971         (fma_test_upward): Likewise.
33972         (main): Call the new functions.
33974 2012-09-28  David S. Miller  <davem@davemloft.net>
33976         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
33978 2012-09-28  Roland McGrath  <roland@hack.frob.com>
33980         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
33981         instead of SIGALRM.
33983         * sysdeps/gnu/_G_config.h: Moved to ...
33984         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
33985         * sysdeps/mach/hurd/_G_config.h: Moved to ...
33986         * sysdeps/generic/_G_config.h: ... here.
33988         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
33990         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
33992         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
33993         Conditionalize target on [libnss_test1.so-version].
33995         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
33997         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
33998         (elfobjdir): Move out of conditionals.
34000         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34001         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34002         (__nss_lookup_function): Conditionalize label remove_from_tree on
34003         [!DO_STATIC_NSS || SHARED], matching its only use.
34005 2012-09-28  David S. Miller  <davem@davemloft.net>
34007         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34008         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34009         file.
34010         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34011         sysdep_routines.
34012         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34013         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34014         when HWCAP_SPARC_CRYPTO is present.
34016 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34018         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34020 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34022         [BZ #6530]
34023         * stdio-common/vfprintf.c (process_string_arg): Revert
34024         2000-07-22 change.
34026 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34028         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34029         for testcase.
34030         * stdio-common/tst-sprintf.c: Include <locale.h>
34031         (main): Test sprintf's handling of incomplete multibyte
34032         characters.
34034 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34036         * elf/dl-runtime.c (VERSYMIDX): Removed.
34037         * elf/dl-version.c (VERSYMIDX): Likewise.
34038         * elf/do-rel.h (VERSYMIDX): Likewise.
34039         (VALIDX): Likewise.
34040         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34041         * elf/rtld.c (VALIDX): Likewise.
34042         (ADDRIDX): Likewise.
34043         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34044         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34045         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34046         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34047         (VALIDX): Likewise.
34048         (ADDRIDX): Likewise.
34050 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34052         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34054 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34056         [BZ #11438]
34057         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34058         to global scope.
34059         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34060         addresses are in the same scope as 192.0.2/24.
34061         * posix/gai.conf: Document new scope table defaults.
34063 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34065         [BZ #5298]
34066         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34067         for ftell.  Compute offsets from write pointers instead.
34068         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34070 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34072         [BZ #14543]
34073         * libio/Makefile (tests): New test case tst-fseek.
34074         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34075         combination works in wide mode.
34076         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34077         state when the external buffer state changes.
34079 2012-09-27  David S. Miller  <davem@davemloft.net>
34081         [BZ #14376]
34082         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34083         pass reloc->r_addend in as the 'high' argument to
34084         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34086         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34088 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34090         * rt/tst-aio2.c: Include <pthread.h>.
34091         * rt/tst-aio3.c: Likewise.
34093 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34095         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34097 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34099         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34100         contents on [SHARED].
34102 2012-09-26  Marek Polacek  <polacek@redhat.com>
34104         [BZ #14530]
34105         [BZ #13741]
34106         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34107         for C++ and GCC <4.3 as well as for non GCC compilers.
34109 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34111         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34113 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34115         * Makefile.in (all, install): Declare with .PHONY.
34116         Reported by Michael Hope <michael.hope@linaro.org>.
34118 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34120         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34121         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34122         system header.
34123         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34124         Likewise.
34125         (sydep_routines): Add the new and the internal functions.
34126         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34127         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34129         (GLIBC_2.17): Add the new function.
34130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34131         (GLIBC_2.17): Likewise.
34132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34133         (GLIBC_2.17): Likewise.
34134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34135         (GLIBC_2.17): Likewise.
34136         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34138 2012-09-25  Alan Modra  <amodra@gmail.com>
34140         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34141         Add release barrier before setting once_control to say
34142         initialisation is done.  Add hints on lwarx.  Use macro in
34143         place of isync.
34144         (clear_once_control): Add release barrier.
34146 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34148         [BZ #13629]
34149         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34150         specially.
34151         * math/s_clog10.c (__clog10): Likewise.
34152         * math/s_clog10f.c (__clog10f): Likewise.
34153         * math/s_clog10l.c (__clog10l): Likewise.
34154         * math/s_clogf.c (__clogf): Likewise.
34155         * math/s_clogl.c (__clogl): Likewise.
34156         * math/Makefile (libm-calls): Add x2y2m1.
34157         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34158         (__x2y2m1): Likewise.
34159         (__x2y2m1l): Likewise.
34160         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34161         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34162         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34163         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34164         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34165         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34166         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34167         * sysdeps/i386/fpu/libm-test-ulps: Update.
34168         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34170         [BZ #14621]
34171         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34172         int as type of variable DEPTH.
34173         (glob): Use size_t instead of int as type of variables NEWCOUNT
34174         and OLD_PATHC.
34176 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34178         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34179         Add s_sincosf-sse2.
34180         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34181         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34182         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34183         macros for using routine as __sincosf_ia32.
34184         Use macro for function declaration and weak_alias.
34185         * sysdeps/i386/fpu/libm-test-ulps: Update.
34187         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34188         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34190         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34191         subnormal argument.
34192         * math/s_cexpf.c (__cexpf): Likewise.
34193         * math/s_csinf.c (__csinf): Likewise.
34194         * math/s_csinhf.c (__csinhf): Likewise.
34195         * math/s_ctanf.c (__ctanf): Likewise.
34196         * math/s_ctanhf.c (__ctanhf): Likewise.
34197         * math/s_ccosh.c (__ccoshf): Likewise.
34198         * math/s_cexp.c (__cexpl): Likewise.
34199         * math/s_csin.c (__csin): Likewise.
34200         * math/s_csinh.c (__csinh): Likewise.
34201         * math/s_ctan.c (__ctan): Likewise.
34202         * math/s_ctanh.c (ctanh): Likewise.
34203         * math/s_ccoshl.c (__ccoshl): Likewise.
34204         * math/s_cexpl.c (__cexpl): Likewise.
34205         * math/s_csinl.c (__csinl): Likewise.
34206         * math/s_csinhl.c (__csinhl): Likewise.
34207         * math/s_ctanl.c (__ctanl): Likewise.
34208         * math/s_ctanhl.c (__ctanhl): Likewise.
34210 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34212         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34213         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34214         (_IO_off_t): Define to __off_t, not _G_off_t.
34215         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34216         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34217         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34218         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34219         type of __dummy and __dummy2 fields.
34220         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34221         (_G_ssize_t): Likewise.
34222         (_G_off_t): Likewise.
34223         (_G_pid_t): Likewise.
34224         (_G_uid_t): Likewise.
34225         (_G_wchar_t): Likewise.
34226         (_G_wint_t): Likewise.
34227         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34228         (_G_ssize_t): Likewise.
34229         (_G_off_t): Likewise.
34230         (_G_pid_t): Likewise.
34231         (_G_uid_t): Likewise.
34232         (_G_wchar_t): Likewise.
34233         (_G_wint_t): Likewise.
34234         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34235         (_G_ssize_t): Likewise.
34236         (_G_off_t): Likewise.
34237         (_G_pid_t): Likewise.
34238         (_G_uid_t): Likewise.
34239         (_G_wchar_t): Likewise.
34240         (_G_wint_t): Likewise.
34242 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34244         * malloc/arena.c: Include malloc-sysdep.h.
34245         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34246         is sufficient to shrink the heap or an unmap is needed.
34247         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34248         new function check_may_shrink_heap.
34249         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34250         new function check_may_shrink_heap.
34252 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34254         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34255         comments.
34257 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34259         * catgets/test-gencat.sh: Add "set -e".
34260         * elf/tst-pathopt.sh: Likewise.
34261         * grp/tst_fgetgrent.sh: Likewise.
34262         * iconvdata/run-iconv-test.sh: Likewise.
34263         * intl/tst-gettext.sh: Likewise.
34264         * intl/tst-gettext2.sh: Likewise.
34265         * intl/tst-gettext4.sh: Likewise.
34266         * intl/tst-gettext6.sh: Likewise.
34267         * intl/tst-translit.sh: Likewise.
34268         * io/ftwtest-sh: Likewise.
34269         * libio/test-freopen.sh: Likewise.
34270         * malloc/tst-mtrace.sh: Likewise.
34271         * posix/globtest.sh: Likewise.
34272         * posix/tst-getconf.sh: Likewise.
34273         * posix/wordexp-tst.sh: Likewise.
34274         * stdio-common/tst-printf.sh: Likewise.
34275         * stdio-common/tst-unbputc.sh: Likewise.
34276         * stdlib/tst-fmtmsg.sh: Likewise.
34277         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34278         * catgets/Makefile: Do not specify -e option when running
34279         testsuite shell scripts.
34280         * elf/Makefile: Likewise.
34281         * grp/Makefile: Likewise.
34282         * iconvdata/Makefile: Likewise.
34283         * intl/Makefile: Likewise.
34284         * io/Makefile: Likewise.
34285         * libio/Makefile: Likewise.
34286         * malloc/Makefile: Likewise.
34287         * posix/Makefile: Likewise.
34288         * stdio-common/Makefile: Likewise.
34289         * stdlib/Makefile: Likewise.
34290         * sysdeps/x86_64/Makefile: Likewise.
34292         * io/ftwtest-sh: Add copyright header.
34293         * posix/globtest.sh: Likewise.
34294         * posix/tst-getconf.sh: Likewise.
34295         * posix/wordexp-tst.sh: Likewise.
34296         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34298 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34300         [BZ #13679]
34301         * Makeconfig (+link): Defined as $(+link-static) if
34302         $(build-shared) isn't yes.
34303         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34304         isn't yes.
34305         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34307         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34309         [BZ #14562]
34310         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34311         new chunk size with MALLOC_ALIGN_MASK.
34313 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34315         [BZ #5044]
34316         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34317         <rounding-mode.h>.
34318         (__printf_fphex): Determine rounding using get_rounding_mode and
34319         round_away.
34320         * stdio-common/tst-printf-round.c (struct hex_test): New
34321         structure.
34322         (hex_tests): New variable.
34323         (test_hex_in_one_mode): New function.
34324         (do_test): Also run tests for hex float output.
34326 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34328         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34329         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34330         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34331         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34332         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34333         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34334         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34335         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34337 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34339         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34340         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34341         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34342         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34344 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34346         [BZ #14579]
34347         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34348         mode only.
34349         * elf/tst-rtld-load-self.sh: New test.
34350         * elf/Makefile: Run it.
34352 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34354         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34355         (tst-writev-ENV): Remove.
34356         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34358 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34360         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34362 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34364         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34365         unconditional.
34366         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34367         Likewise.
34368         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34369         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34370         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34371         Likewise.
34373 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34375         [BZ #14587]
34376         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34377         * config.make.in (have-cpp-asm-debuginfo): Removed.
34378         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34379         * configure: Regenerated.
34381 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34383         [BZ #5044]
34384         * stdio-common/printf_fp.c: Include <stdbool.h> and
34385         <rounding-mode.h>.
34386         (___printf_fp): Determine rounding using get_rounding_mode and
34387         round_away.
34388         * stdio-common/tst-printf-round.c: New file.
34389         * stdio-common/Makefile (tests): Add tst-printf-round.
34390         (link-libm): New variable.
34391         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34393 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34395         [BZ #14576]
34396         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34397         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34398         Likewise.
34399         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34400         Likewise.
34402 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34404         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34405         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34406         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34407         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34409 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34411         [BZ #14518]
34412         * include/rounding-mode.h: New file.
34413         * sysdeps/generic/get-rounding-mode.h: Likewise.
34414         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34415         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34416         (MAX_VALUE): New macro.
34417         (MIN_VALUE): Likewise.
34418         (overflow_value): New function.
34419         (underflow_value): Likewise.
34420         (round_and_return): Use overflow_value and underflow_value to
34421         determine return values in overflow and underflow cases.  Use
34422         round_away to determine rounding depending on rounding mode.
34423         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34424         determine return values in overflow and underflow cases.
34425         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34426         (struct test_results): New structure.
34427         (struct test): Use struct test_results to store expected results
34428         for all rounding modes.
34429         (TEST): Include expected results for all rounding modes.
34430         (test_in_one_mode): New function.
34431         (do_test): Use test_in_one_mode to compute and check results.
34432         Check results for all rounding modes.
34433         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34434         $(link-libm).
34436 2012-12-09  Allan McRae  <allan@archlinux.org>
34438         * sysdeps/i386/fpu/libm-test-ulps: Update
34440 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34442         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34443         (_G_int32_t): Likewise.
34444         (_G_uint16_t): Likewise.
34445         (_G_uint32_t): Likewise.
34446         (_G_HAVE_BOOL): Likewise.
34447         (_G_HAVE_ATEXIT): Likewise.
34448         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34449         (_G_HAVE_IO_FILE_OPEN): Likewise.
34450         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34451         (_G_int32_t): Likewise.
34452         (_G_uint16_t): Likewise.
34453         (_G_uint32_t): Likewise.
34454         (_G_HAVE_BOOL): Likewise.
34455         (_G_HAVE_ATEXIT): Likewise.
34456         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34457         (_G_HAVE_IO_FILE_OPEN): Likewise.
34458         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34459         (_G_int32_t): Likewise.
34460         (_G_uint16_t): Likewise.
34461         (_G_uint32_t): Likewise.
34462         (_G_HAVE_BOOL): Likewise.
34463         (_G_HAVE_ATEXIT): Likewise.
34464         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34465         (_G_HAVE_IO_FILE_OPEN): Likewise.
34467 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
34469         * csu/libc-tls.c: Update copyright years.
34471 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
34473         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34474         [!_G_USING_THUNKS]: Remove conditional code.
34475         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34476         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34478         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
34479         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
34480         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34481         (_G_VTABLE_LABEL_PREFIX): Likewise.
34482         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34483         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34484         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34485         (_G_VTABLE_LABEL_PREFIX): Likewise.
34486         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34487         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34488         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34489         (_G_VTABLE_LABEL_PREFIX): Likewise.
34490         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34492 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
34494         * libio/Makefile: Include ../Makeconfig before tests.
34495         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
34496         only if $(build-shared) is yes.
34498         * iconv/gconv_db.c: Update copyright years.
34500 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34502         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
34503         unwind info if defined PIC. Fix special cases description.
34504         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
34506         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
34507         DP_HI_MASK entry.
34508         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
34510 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
34512         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
34514         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
34515         is NULL.
34517         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
34518         (LDLIBS-tst-chk4): This.
34519         (LDFLAGS-tst-chk5): Renamed to ...
34520         (LDLIBS-tst-chk5): This.
34521         (LDFLAGS-tst-chk6): Renamed to ...
34522         (LDLIBS-tst-chk6): This.
34523         (LDFLAGS-tst-lfschk4): Renamed to ...
34524         (LDLIBS-tst-lfschk4): This.
34525         (LDFLAGS-tst-lfschk5): Renamed to ...
34526         (LDLIBS-tst-lfschk5): This.
34527         (LDFLAGS-tst-lfschk6): Renamed to ...
34528         (LDLIBS-tst-lfschk6): This.
34530         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
34531         on $(common-objpfx)soversions.mk.
34533 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
34535         [BZ #10014]
34536         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
34537         example host name.
34539 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
34541         * malloc/arena.c (arena_get_retry): New function that gets
34542         another arena for the caller to try its request on.
34543         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
34544         current arena cannot fulfill the request.
34545         (__libc_memalign): Likewise.
34546         (__libc_memalign): Likewise.
34547         (__libc_pvalloc): Likewise.
34548         (__libc_calloc): Likewise.
34550 2012-09-05  John Tobey  <john.tobey@gmail.com>
34552         [BZ #13542]
34553         * manual/arith.texi (Operations on Complex): Fix description
34554         of carg branch cut.
34556 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34558         [BZ #10014]
34559         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
34560         host name.
34562         [BZ #10038]
34563         * manual/memory.texi (Memory): Make order of menu items match
34564         order of sections.
34566 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34568         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
34569         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
34570         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
34572 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34574         * csu/libc-tls.c (static_dtv): Renamed to ...
34575         (_dl_static_dtv): This.  Make it global.
34576         (_dl_initial_dtv): Removed.
34577         (__libc_setup_tls): Updated.
34578         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
34579         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
34580         DL_INITIAL_DTV.
34582 2012-09-06  Petr Machata  <pmachata@redhat.com>
34584         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
34585         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
34586         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
34587         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
34589 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34591         [BZ #14545]
34592         * csu/libc-tls.c (_dl_initial_dtv): New variable.
34593         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
34594         freeing dtv[-1].
34596 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34598         [BZ #14544]
34599         * Makeconfig (link-static-before-libc): Replace $(+prector)
34600         with $(+prectorT).
34601         (link-static-after-libc): Replace $(+postctor) with
34602         $(+postctorT).
34603         (link-bounded): Replace $(+prector)/$(+postctor) with
34604         $(+prectorT)/$(+postctorT).
34605         (+prectorT): New macro.
34606         (+postctorT): Likewise.
34608 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34610         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
34611         (round_str): Handle values above the maximum for IBM long double
34612         as inexact.
34613         * stdlib/tst-strtod-round.c (tests): Regenerated.
34615 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34617         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
34618         assembler flag.
34619         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
34620         zarch_nohighgprs around the zarch optimized routines.
34621         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
34622         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
34623         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
34624         for zarch.
34626 2012-09-05  David S. Miller  <davem@davemloft.net>
34628         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34630         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
34631         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
34632         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
34633         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
34634         entries.
34636 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34638         * malloc/arena.c: Fold copyright years.
34639         * malloc/mcheck.c, malloc/memusage.c: Likewise.
34641 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34643         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
34645 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34647         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
34649 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34651         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
34652         change internal state upon failure.
34654 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34656         * malloc/mcheck.c (mcheck_check_all): Fix typo.
34657         * malloc/memusage.c (mmap): Likewise.
34658         (mmap64, mremap): Likewise.  Adjust name in comment.
34660 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34662         * libio/fileops.c: Fix typos in comments.
34663         * libio/oldfileops.c: Likewise.
34664         * libio/wfileops.c: Likewise.
34666 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34668         [BZ #1349]
34669         * malloc/Makefile (tests): Add tst-malloc-usable test case.
34670         (tst-malloc-usable-ENV): Set environment for test case.
34671         * malloc/hooks.c (malloc_check_get_size): New function to get
34672         requested size.
34673         * malloc/malloc.c (musable): Use malloc_check_get_size.
34674         * malloc/tst-malloc-usable.c: New test case.
34676 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34678         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
34680 2012-09-05  Allan McRae  <allan@archlinux.org>
34682         [BZ #13966]
34683         * configure.in (CXX_SYSINCLUDES): Use compiler output to
34684         determine header location.
34685         * configure: Regenerated.
34687 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34689         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
34690         float format.
34691         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
34692         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
34693         format.
34694         (test): Regenerate.
34696 2012-09-04  David S. Miller  <davem@davemloft.net>
34698         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
34699         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
34700         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
34702 2012-09-04  Florian Weimer  <fweimer@redhat.com>
34704         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
34705         failures.
34707         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
34709 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
34711         [BZ #9914]
34712         * libio/iogetdelim.c: Include <limits.h>.
34713         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
34714         + len + 1 would overflow.
34716 2012-09-03  Andreas Jaeger  <aj@suse.de>
34718         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34719         * sysdeps/i386/fpu/libm-test-ulps: Update.
34721 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34723         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34724         Add s_sinf-sse2, s_conf-sse2.
34726         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
34727         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
34728         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
34729         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
34731         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
34732         for using routine as __sinf_ia32.
34733         Use macro for function declaration and weak_alias.
34734         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
34735         for using routine as __cosf_ia32.
34736         Use macro for function declaration and weak_alias.
34738         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
34739         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
34741         * sysdeps/x86_64/fpu/s_sinf.S: New file.
34742         * sysdeps/x86_64/fpu/s_cosf.S: New file.
34743         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34745         * math/libm-test.inc (cos_test): Add more test cases.
34746         (sin_test): Likewise.
34747         (sincos_test): Likewise.
34749 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34751         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
34752         (IFUNC_RESOLVE): Make pointers to the specialized implementations
34753         hidden.
34754         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
34756 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
34758         [BZ #14538]
34759         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
34760         first element of the GOT.
34761         (elf_machine_load_address): Return the difference between
34762         the runtime address of _DYNAMIC and elf_machine_dynamic ().
34764 2012-09-01  Allan McRae  <allan@archlinux.org>
34766         [BZ #13412]
34767         * configure.in (AWK): Require gawk version 3.0 or later.
34768         * configure: Regenerated.
34770 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
34772         * sysdeps/unix/sysv/linux/kernel-features.h
34773         (__ASSUME_POSIX_CPU_TIMERS): Remove.
34774         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
34775         [__NR_clock_getres]: Make code unconditional.
34776         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
34777         (clock_getcpuclockid): Remove code left unreachable by removal of
34778         conditionals.
34779         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
34780         code unconditional.
34781         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34782         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34783         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
34784         Make code unconditional.
34785         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34786         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34787         * sysdeps/unix/sysv/linux/clock_settime.c
34788         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
34789         conditional code.
34790         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
34791         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34793 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
34795         [BZ #14476]
34796         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
34797         scripts/test-installation.pl.
34799         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
34800         and $ld_so_version if it is set.
34802 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34804         [BZ #14516]
34805         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
34806         failure if reading from procfs failed.
34807         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
34809 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
34811         * sysdeps/unix/sysv/linux/kernel-features.h
34812         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
34813         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34814         Remove conditional code.
34815         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34816         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
34817         Remove conditional code.
34818         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34819         * sysdeps/unix/sysv/linux/i386/fxstat.c
34820         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34821         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34822         * sysdeps/unix/sysv/linux/i386/fxstatat.c
34823         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34824         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34825         * sysdeps/unix/sysv/linux/i386/lxstat.c
34826         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34827         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34828         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
34829         Remove conditional code.
34830         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34831         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34832         Remove conditional code.
34833         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34834         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
34835         <kernel-features.h>.
34836         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
34837         Remove.
34838         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
34839         Remove conditional code.
34840         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34841         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
34842         Remove conditional.
34844 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
34846         [BZ #5400]
34847         * NEWS: Add fixed bug number.
34849 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
34851         [BZ #14519]
34852         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
34853         underflowing exponent in case of negative sign.
34854         * stdlib/tst-strtod-round-data: Add more tests.
34855         * stdlib/tst-strtod-round.c (tests): Regenerated.
34857         [BZ #3479]
34858         * stdlib/strtod_l.c (NDIG): Remove.
34859         (HEXNDIG): Likewise.
34860         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
34861         smallest representable value.
34862         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
34863         lie within an exact representation of 1/2 ulp of the result.
34864         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
34865         unconditionally.
34866         (TENS_P9_IDX): Define unconditionally.
34867         (TENS_P9_SIZE): Likewise.
34868         (TENS_P10_IDX): Likewise.
34869         (TENS_P10_SIZE): Likewise.
34870         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
34871         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
34872         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
34873         entries for 10^2^13 and 10^2^14.
34874         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
34875         (TENS_P13_IDX): Define.
34876         (TENS_P13_SIZE): Likewise.
34877         (TENS_P14_IDX): Likewise.
34878         (TENS_P14_SIZE): Likewise.
34879         (_fpioconst_pow10): Change array size to
34880         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
34881         unconditional.
34882         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
34883         1024]: Add entries for 10^2^13 and 10^2^14.
34884         [LAST_POW10 > _LAST_POW10]: Remove #error.
34885         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
34886         (_fpioconst_pow10): Change array size to
34887         FPIOCONST_POW10_ARRAY_SIZE.
34888         * stdlib/gen-fpioconst.c: New file.
34889         * stdlib/gen-tst-strtod-round.c: Likewise.
34890         * stdlib/tst-strtod-round-data: Likewise.
34891         * stdlib/tst-strtod-round.c: Likewise.
34892         * stdlib/Makefile (tests): Add tst-strtod-round.
34894         [BZ #14459]
34895         * stdlib/strtod_l.c: Include <stdint.h>.
34896         (NDEBUG): Do not define.
34897         (round_and_return): Change EXPONENT parameter to type intmax_t.
34898         Rearrange calculations to avoid internal overflow possibilities.
34899         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
34900         Rearrange calculations to avoid internal overflow possibilities.
34901         Assert that number fits inside MPNSIZE limbs.
34902         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
34903         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
34904         calculations and add assertions to avoid internal overflow
34905         possibilities.  Add casts to avoid signed/unsigned operations.
34906         * stdlib/tst-strtod-overflow.c: New file.
34907         * stdlib/Makefile (tests): Add tst-strtod-overflow.
34909 2012-08-25  Marek Polacek  <polacek@redhat.com>
34911         * time/time.h: Fix some typos in comments.
34913 2012-08-23  Roland McGrath  <roland@hack.frob.com>
34915         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
34916         * posix/tst-rfc3484-2.c: Likewise.
34917         * posix/tst-rfc3484-3.c: Likewise.
34919 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
34921         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
34922         (EF_ARM_ABI_FLOAT_HARD): Likewise.
34924 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
34926         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
34927         #include of fxstatat64.c.
34929 2012-08-22  Roland McGrath  <roland@hack.frob.com>
34931         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
34932         * shadow/getspent_r.c: Likewise.
34933         * shadow/getspnam.c: Likewise.
34934         * shadow/getspnam_r.c: Likewise.
34935         * gshadow/getsgent.c: Likewise.
34936         * gshadow/getsgent_r.c: Likewise.
34937         * gshadow/getsgnam.c: Likewise.
34938         * gshadow/getsgnam_r.c: Likewise.
34939         * inet/getnetbyad.c: Likewise.
34940         * inet/getnetbyad_r.c: Likewise.
34941         * inet/getnetbynm.c: Likewise.
34942         * inet/getnetbynm_r.c: Likewise.
34943         * inet/getnetent.c: Likewise.
34944         * inet/getnetent_r.c: Likewise.
34945         * inet/getproto.c: Likewise.
34946         * inet/getproto_r.c: Likewise.
34947         * inet/getprtent.c: Likewise.
34948         * inet/getprtent_r.c: Likewise.
34949         * inet/getprtname.c: Likewise.
34950         * inet/getprtname_r.c: Likewise.
34951         * inet/getrpcbyname.c: Likewise.
34952         * inet/getrpcbyname_r.c: Likewise.
34953         * inet/getrpcbynumber.c: Likewise.
34954         * inet/getrpcbynumber_r.c: Likewise.
34955         * inet/getrpcent.c: Likewise.
34956         * inet/getrpcent_r.c: Likewise.
34957         * inet/getaliasent.c: Likewise.
34958         * inet/getaliasent_r.c: Likewise.
34959         * inet/getaliasname.c: Likewise.
34960         * inet/getaliasname_r.c: Likewise.
34961         * nscd/getgrgid_r.c: Likewise.
34962         * nscd/getgrnam_r.c: Likewise.
34963         * nscd/gethstbyad_r.c: Likewise.
34964         * nscd/gethstbynm3_r.c: Likewise.
34965         * nscd/getpwnam_r.c: Likewise.
34966         * nscd/getpwuid_r.c: Likewise.
34967         * nscd/getsrvbynm_r.c: Likewise.
34968         * nscd/getsrvbypt_r.c: Likewise.
34969         * nscd/gai.c: Likewise.
34971         * configure.in (build_nscd): New substituted variable, set
34972         by --disable-build-nscd and defaults to $use_nscd.
34973         * configure: Regenerated.
34974         * config.make.in (build-nscd): New substituted variable.
34975         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
34976         Change conditional to require [$(build-nscd) = yes] as well.
34977         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
34979         [BZ# 13696]
34980         * configure.in (use_nscd): New substituted variable, set by
34981         --disable-nscd.  If enabled, define USE_NSCD.
34982         * configure: Regenerated.
34983         * config.h.in: Add USE_NSCD.
34984         * config.make.in (use-nscd): New substituted variable.
34985         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
34986         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
34987         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
34988         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
34989         (CFLAGS-getgrnam_r.c): Likewise.
34990         (CFLAGS-initgroups.c): Likewise.
34991         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
34992         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
34993         Variables removed.
34994         * inet/getnetgrent_r.c
34995         (nscd_setnetgrent): New function, broken out of ...
34996         (setnetgrent): ... here.  Call it.
34997         (innetgr): Conditionalize nscd bits on [USE_NSCD].
34998         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
34999         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35000         * nscd/Makefile (routines, aux): Move definitions after include of
35001         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35002         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35003         Conditionalize on [USE_NSCD].
35004         (is_nscd, nscd_init_cb): Likewise.
35005         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35006         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35007         * nss/nss_db/db-init.c: Likewise.
35008         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35009         [USE_NSCD].
35010         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35011         (make_request): Use it.
35012         (cache_valid_p): New function.
35013         (__check_pf): Use it.
35014         * NEWS: Add item for --disable-nscd.
35016 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35018         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35019         to support sed >= 4.2.1-20-ga9bf076.
35020         * configure: Regenerated.
35022 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35024         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35025         Conditionalize whole body on [IREL].
35027 2012-08-22  Jeff Law <law@redhat.com>
35029         [BZ #14505]
35030         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35031         if the family is PF_UNSPEC.
35033 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35035         * Makerules (lib-version): Rename from V.
35036         (install-lib-nosubdir): Change V to lib-version.
35038 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35040         [BZ #14252]
35041         * powerpc32/power6/wcschr.c: New file.
35042         * powerpc32/power6/wcscpy.c: New file.
35043         * powerpc32/power6/wcsrchr.c: New file.
35044         * powerpc64/power6/wcschr.c: New file.
35045         * powerpc64/power6/wcscpy.c: New file.
35046         * powerpc64/power6/wcsrchr.c: New file.
35048 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35050         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35051         (two_way_short_needle): Use it.
35052         * string/strstr.c (AVAILABLE1_USES_J): Define.
35053         * string/strcasestr.c: Likewise.
35055         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35056         array references.
35057         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35059         [BZ #11607]
35060         * NEWS: Add an entry.
35061         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35062         define their defaults.
35063         (two_way_short_needle): Detect end-of-string on-the-fly.
35064         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35065         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35066         * string/bug-strcasestr1.c: New test.
35067         * string/Makefile: Run it.
35069 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35071         [BZ #11607]
35072         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35073         the first character.
35075 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35077         * csu/elf-init.c (__libc_csu_irel): Function removed.
35078         * csu/libc-start.c (apply_irel): New function.
35079         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35081 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35083         * sysdeps/unix/sysv/linux/kernel-features.h
35084         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35085         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35086         <kernel-features.h>.
35087         [__NR_fadvise64_64]: Make code unconditional.
35088         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35089         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35090         !__NR_fadvise64_64)]: Likewise.
35091         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35092         !__NR_fadvise64_64))]: Likewise.
35093         [__NR_fadvise64]: Make code unconditional.
35094         [!__NR_fadvise64]: Remove conditional code.
35095         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35096         <kernel-features.h>.
35097         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35098         unconditional.
35099         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35100         conditional code.
35101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35102         not include <kernel-features.h>.
35103         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35104         unconditional.
35105         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35106         conditional code.
35107         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35108         include <kernel-features.h>.
35109         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35110         unconditional.
35111         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35112         conditional code.
35114 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35116         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35117         slight instruction rearrangements per scrollpipe analysis.
35118         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35120 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35122         * manual/syslog.texi (syslog; vsyslog, closelog):
35123         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35124         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35126         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35127         DSOCAPS to match condition on defining it.
35129 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35131         * sysdeps/unix/sysv/linux/kernel-features.h
35132         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35134         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35135         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35137         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35138         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35140         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35141         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35143         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35144         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35146         * sysdeps/unix/sysv/linux/kernel-features.h
35147         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35148         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35149         unconditional.
35150         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35151         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35152         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35153         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35154         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35155         Make code unconditional.
35156         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35157         (__mmap64) [!__NR_mmap2]: Likewise.
35158         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35159         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35160         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35161         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35162         [__NR_mmap2]: Make code unconditional.
35163         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35164         (__mmap64) [!__NR_mmap2]: Likewise.
35166 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35168         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35170 2012-08-18  Andreas Jaeger  <aj@suse.de>
35172         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35174 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35176         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35177         * include/unistd.h (__have_sock_cloexec): Likewise.
35178         (__have_pipe2): Likewise.
35179         (__have_dup3): Likewise.
35181 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35183         [BZ #9685]
35184         * include/unistd.h (__have_pipe2): Change define into an extern int.
35185         (__have_dup3): Likewise.
35186         * socket/have_sock_cloexec.c: Include fcntl.h.
35187         (__have_pipe2): New variable.
35188         (__have_dup3): Likewise.
35190 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35192         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35194 2012-08-17  Marek Polacek  <polacek@redhat.com>
35196         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35197         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35199 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35201         * configure.in: Add AC_SUBST for sysheaders.
35202         * configure: Regenerated.
35203         * config.make.in (sysheaders): New substituted variable.
35205         * sysdeps/unix/mkfifo.c: Moved ...
35206         * sysdeps/posix/mkfifo.c: ... here.
35207         * sysdeps/unix/mkfifoat.c: Moved ...
35208         * sysdeps/posix/mkfifoat.c: ... here.
35210         * sysdeps/unix/utime.c: Moved ...
35211         * sysdeps/posix/utime.c: ... here.
35213         * sysdeps/unix/time.c: Moved ...
35214         * sysdeps/posix/time.c: ... here.
35215         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35216         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35218         * sysdeps/unix/nice.c: Moved ...
35219         * sysdeps/posix/nice.c: ... here.
35221         * sysdeps/unix/alarm.c: Moved ...
35222         * sysdeps/posix/alarm.c: ... here.
35224         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35226 2012-08-17  Jeff Law <law@redhat.com>
35228         * intl/Makefile (codeset_mo): New variable.
35229         ($(codeset_mo)): New target.
35230         (tst-codeset.out): Depend on that.  Remove explicit rule.
35231         (tst-gettext3.out, tst-gettext5.out): Likewise.
35232         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35233         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35234         * intl/tst-codeset.sh: Remove.
35235         * intl/tst-gettext3.sh: Likewise.
35236         * intl/tst-gettext5.sh: Likewise.
35238 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35240         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35241         * sysdeps/unix/syscalls.list: ... here.
35243         * sysdeps/posix/getaddrinfo.c
35244         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35245         (gaiconf_init, gaiconf_reload): Use them.
35246         [!_STATBUF_ST_NSEC]
35247         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35248         Define using time_t rather than struct timespec.
35250         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35251         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35252         Macros removed.
35253         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35254         [!NO_THREADS].
35255         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35256         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35257         Likewise.
35259         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35260         __libc_cleanup_push argument.
35262         * bits/param.h: New file.
35263         * misc/sys/param.h: New file.
35264         * include/sys/param.h: New file.
35265         * misc/Makefile (headers): Add bits/param.h.
35266         * sysdeps/generic/sys/param.h: File removed.
35267         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35268         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35269         * sysdeps/mach/hurd/bits/param.h: New file.
35270         * sysdeps/mach/hurd/sys/param.h: File removed.
35272         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35273         last change.
35275         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35276         [_IO_MTSAFE_IO].
35277         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35278         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35279         New macros.
35281         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35282         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35283         rather than -D_IO_MTSAFE_IO conditionally.
35284         * stdio-common/Makefile (CPPFLAGS): Likewise.
35285         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35286         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35287         Use $(libio-mtsafe).
35288         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35289         of -D_IO_MTSAFE_IO.
35290         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35291         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35292         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35293         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35294         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35295         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35296         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35297         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35298         (CFLAGS-fread_u_chk.c): Likewise.
35299         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35300         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35301         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35302         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35303         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35304         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35305         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35306         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35307         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35309         * libio/Makefile: Test [$(libc-reentrant) = yes]
35310         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35312         * Makeconfig
35313         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35314         * sysdeps/pthread/configure: File removed.
35315         * sysdeps/pthread/Makeconfig: New file.
35316         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35317         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35319 2012-08-16  Gary Benson  <gbenson@redhat.com>
35321         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35322         unmapping the first object in a namespace.
35324 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35326         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35327         (__internal_setnetgrent): ... this.  Add internal_function to
35328         definition.  Add libc_hidden_def.
35329         (setnetgrent): Update caller.
35330         (internal_endnetgrent): Renamed to ...
35331         (__internal_endnetgrent): ... this.  Add internal_function to
35332         definition.  Add libc_hidden_def.
35333         (endnetgrent): Update caller.
35334         (internal_getnetgrent_r): Renamed to ...
35335         (__internal_getnetgrent_r): ... this.  Add internal_function to
35336         definition.  Add libc_hidden_def.
35337         (__getnetgrent_r): Update caller.
35338         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35340 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35342         * stdlib/longlong.h: Update from GCC.
35344 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35346         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35347         on _QL, which is set by umul_ppmm but never used.
35348         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35349         variables, which are set by GMP macros but never used.
35350         * stdio-common/_itowa.c (_itowa): Likewise.
35351         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35352         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35354 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35356         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35357         struct La_sh_regs is not constant.
35358         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35359         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35360         and struct La_sparc64_regs are not constant.
35362 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35364         * sysdeps/unix/sysv/linux/kernel-features.h
35365         (__ASSUME_POSIX_TIMERS): Remove.
35366         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35367         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35368         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35369         Make code unconditional.
35370         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35371         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35372         Make code unconditional.
35373         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35374         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35375         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35376         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35377         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35378         Make code unconditional.
35379         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35380         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35381         (__libc_missing_posix_timers): Remove.
35383 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35385         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35386         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35388         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35390         * elf/dl-sym.c: Include <stdlib.h>.
35392         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35393         constants, which avoids warnings in 32-bit builds.
35395         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35396         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35398         * misc/lseek.c: File moved to ...
35399         * io/lseek.c: ... here.
35401         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35403         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35404         shifting LEN more than 31 bits at once.
35406 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35408         [BZ #14195]
35409         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35410         segmentation fault for a case of two empty input strings.
35411         * string/test-strncasecmp.c (check1): Renamed to...
35412         (bz12205): ...this.
35413         (bz14195): Add new testcase for two empty input strings and N > 0.
35414         (test_main): Call new testcase, adapt for renamed function.
35416 2012-08-15  Andreas Jaeger  <aj@suse.de>
35418         [BZ #14090]
35419         * crypt/md5test2.c: New test, based on test supplied by Serge
35420         Belyshev <belyshev@depni.sinp.msu.ru>.
35421         * crypt/Makefile (xtests): Add md5test-giant..
35422         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35424 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35426         [BZ #14090]
35427         * crypt/md5.c (md5_process_block): Don't assume the buffer
35428         length is less than 2**32.
35429         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35430         length is less than 2**64.
35432 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35434         * string/str-two-way.h: Include <sys/param.h>.
35435         (MAX): Macro removed.
35437         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35438         Move #define and #undef of memmove to just before and after
35439         including <string.h>.
35441         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35442         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35443         and after including <string.h>.  Move declarations of
35444         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35445         to before #include "string/memmove.c".
35447         * include/dirent.h: Declare __getdirentries.
35449         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35450         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35452 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35454         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35455         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35456         * sysdeps/i386/configure: Regenerated.
35457         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35458         STABS_CURRENT_FILE, and STABS_FUN.
35459         (END): Remove call to STABS_FUN_END.
35460         (STABS_CURRENT_FILE1): Delete.
35461         (STABS_CURRENT_FILE): Likewise.
35462         (STABS_FUN): Likewise.
35463         (STABS_FUN_END): Likewise.
35464         (STABS_FUN2): Likewise.
35465         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35466         * sysdeps/x86_64/configure: Regenerated.
35468 2012-08-14  Roland McGrath  <roland@hack.frob.com>
35470         * elf/dl-open.c: Include <atomic.h>.
35471         * elf/dl-lookup.c: Likewise.
35473 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
35475         * sysdeps/unix/sysv/linux/kernel-features.h
35476         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35477         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35478         unconditionally.
35479         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
35480         unconditionally.
35481         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
35482         condition on __ASSUME_CLONE_THREAD_FLAGS.
35484 2012-08-14  Andreas Jaeger  <aj@suse.de>
35486         * sysdeps/i386/fpu/libm-test-ulps: Update.
35488 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
35490         * include/atomic.h (atomic_exchange_and_add): Split into ...
35491         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
35492         New atomic macros.
35494 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
35496         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35498 2012-08-13  Jeff Law <law@redhat.com>
35500         * manual/stdio.texi (snprintf): Clarify handling of the trailing
35501         null byte in the output string.
35503 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
35505         * sysdeps/unix/sysv/linux/kernel-features.h
35506         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
35507         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
35508         (__ASSUME_ARG_MAX_STACK_BASED): Define.
35509         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
35510         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
35511         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
35512         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
35514 2012-08-09  Jeff Law <law@redhat.com>
35516         [BZ #13939]
35517         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
35518         When avoid_arena is set, don't retry in the that arena.  Pick the
35519         next one, whatever it might be.
35520         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
35521         (arena_lock): Pass in new parameter to arena_get2.
35522         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
35523         arena_get2.
35524         (__libc_malloc): Unify retrying after main arena failure with
35525         __libc_memalign version.
35526         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
35528 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
35530         [BZ #14166]
35531         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
35532         to __redirect_strstr.
35533         (__strstr_sse42): Use typeof __redirect_strstr.
35534         (__strstr_ia32): Likewise.
35535         (__libc_strstr): New prototype.
35536         (strstr): Renamed to ...
35537         (__libc_strstr): This.
35538         (strstr): New strong alias of __libc_strstr.
35539         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35540         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
35541         __redirect_time.
35542         Include <time.h>.
35543         (__libc_time): New prototype.
35544         (time_ifunc): Replace time with __libc_time.
35545         (time): New strong alias and hidden definition of __libc_time.
35546         (__GI_time): Remove strong alias.
35547         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
35548         Include <stddef.h>.
35549         (memmove): Redefined to __redirect_memmove.
35550         (__memmove_sse2): Use typeof __redirect_memmove.
35551         (__memmove_ssse3): Likewise.
35552         (__memmove_ssse3_back): Likewise.
35553         (__libc_memmove): New prototype.
35554         (memmove): Renamed to ...
35555         (__libc_memmove): This.
35556         (memmove): New strong alias of __libc_memmove.
35558 2012-08-08  Mark Salter  <msalter@redhat.com>
35560         * elf/elf.h
35561         (R_MN10300_TLS_GD): Define.
35562         (R_MN10300_TLS_LD): Likewise.
35563         (R_MN10300_TLS_LDO): Likewise.
35564         (R_MN10300_TLS_GOTIE): Likewise.
35565         (R_MN10300_TLS_IE): Likewise.
35566         (R_MN10300_TLS_LE): Likewise.
35567         (R_MN10300_TLS_DTPMOD): Likewise.
35568         (R_MN10300_TLS_DTPOFF): Likewise.
35569         (R_MN10300_TLS_TPOFF): Likewise.
35570         (R_MN10300_SYM_DIFF): Likewise.
35571         (R_MN10300_ALIGN): Likewise.
35572         (R_MN10300_NUM): Update.
35574 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
35576         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
35577         Remove.
35579 2012-08-08  Roland McGrath  <roland@hack.frob.com>
35581         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
35583         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
35584         sysdeps/unix -> sysdeps/posix move.
35585         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
35587 2012-08-07      Allan McRae     <allan@archlinux.org>
35589         [BZ #14303]
35590         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
35591         (SUNOS_CPP): Likewise.
35592         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
35593         not found.
35594         (open_input): Call CPP using execvp.
35596 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35598         * sysdeps/unix/sysv/linux/kernel-features.h
35599         (__ASSUME_PROT_GROWSUPDOWN): Remove.
35600         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35601         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35602         (__ASSUME_WAITID_SYSCALL): Likewise.
35603         * sysdeps/unix/sysv/linux/dl-execstack.c
35604         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
35605         code unconditional.
35606         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
35607         conditional code.
35608         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
35609         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
35610         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
35611         code.
35612         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
35613         unconditional.
35614         [__ASSUME_WAITID_SYSCALL]: Likewise.
35615         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
35617 2012-08-07  Roland McGrath  <roland@hack.frob.com>
35619         * sysdeps/unix/closedir.c: Renamed to ...
35620         * sysdeps/posix/closedir.c: ... here.
35621         * sysdeps/unix/dirfd.c: Renamed to ...
35622         * sysdeps/posix/dirfd.c: ... here.
35623         * sysdeps/unix/dirstream.h: Renamed to ...
35624         * sysdeps/posix/dirstream.h: ... here.
35625         * sysdeps/unix/fdopendir.c: Renamed to ...
35626         * sysdeps/posix/fdopendir.c: ... here.
35627         * sysdeps/unix/opendir.c: Renamed to ...
35628         * sysdeps/posix/opendir.c: ... here.
35629         * sysdeps/unix/readdir.c: Renamed to ...
35630         * sysdeps/posix/readdir.c: ... here.
35631         * sysdeps/unix/readdir_r.c: Renamed to ...
35632         * sysdeps/posix/readdir_r.c: ... here.
35633         * sysdeps/unix/rewinddir.c: Renamed to ...
35634         * sysdeps/posix/rewinddir.c: ... here.
35635         * sysdeps/unix/seekdir.c: Renamed to ...
35636         * sysdeps/posix/seekdir.c: ... here.
35637         * sysdeps/unix/telldir.c: Renamed to ...
35638         * sysdeps/posix/telldir.c: ... here.
35639         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
35640         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
35641         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
35642         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
35644         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
35645         * bits/fcntl.h: ... here.
35647         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
35648         not 0.
35649         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
35650         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
35651         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
35652         (struct flock): Move l_start, l_len to the beginning.
35653         Use __pid_t for l_pid.
35654         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
35655         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
35656         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
35657         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
35658         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
35659         [__USE_LARGEFILE64] (struct flock64): New type.
35660         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
35662         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
35663         * bits/dirent.h: ... here.
35665         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
35666         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
35668 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35670         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35671         Change from 2.6.0 to 2.6.16.
35672         * sysdeps/unix/sysv/linux/configure: Regenerated.
35673         * sysdeps/unix/sysv/linux/kernel-features.h
35674         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
35675         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
35676         version.
35677         (__ASSUME_UTIMES): Likewise.
35678         (__ASSUME_CLONE_STOPPED): Remove.
35679         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
35680         architectures, not kernel version.
35681         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
35682         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35683         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35684         (__ASSUME_WAITID_SYSCALL): Likewise.
35685         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
35686         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
35687         * README: State 2.6.16 as minimum Linux kernel version.  Do not
35688         refer to older versions.
35690 2012-08-06  Roland McGrath  <roland@hack.frob.com>
35692         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
35693         Define alphasort64 as an alias.
35694         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
35695         Define versionsort64 as an alias.
35696         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
35697         Define scandir64 as an alias.
35698         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
35699         Define scandirat64 as an alias.
35700         * dirent/alphasort64.c (alphasort64):
35701         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
35702         * dirent/versionsort64.c: Likewise.
35703         * dirent/scandir64.c: Likewise.
35704         * dirent/scandirat64.c: Likewise.
35705         * sysdeps/wordsize-64/alphasort.c: File removed.
35706         * sysdeps/wordsize-64/alphasort64.c: File removed.
35707         * sysdeps/wordsize-64/scandir.c: File removed.
35708         * sysdeps/wordsize-64/scandir64.c: File removed.
35709         * sysdeps/wordsize-64/scandirat.c: File removed.
35710         * sysdeps/wordsize-64/scandirat64.c: File removed.
35711         * sysdeps/wordsize-64/versionsort.c: File removed.
35712         * sysdeps/wordsize-64/versionsort64.c: File removed.
35713         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
35714         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
35715         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
35716         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
35717         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
35718         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
35719         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
35720         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
35722         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
35723         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35724         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
35725         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35726         [defined __arch64__ || defined __sparcv9]
35727         (__INO_T_MATCHES_INO64_T): New macro.
35728         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35729         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
35730         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
35731         * sysdeps/unix/sysv/linux/bits/dirent.h
35732         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
35733         (_DIRENT_MATCHES_DIRENT64): New macro.
35735         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
35736         Define lockf64 as an alias.
35737         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
35738         Define fseeko64 as an alias.
35739         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
35740         Define ftello64 as an alias.
35741         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
35742         Define _IO_fgetpos64 and fgetpos64 as aliases.
35743         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
35744         Define _IO_fsetpos64 and fsetpos64 as aliases.
35745         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
35746         Conditionalize body on this.
35747         * libio/fseeko64.c: Likewise.
35748         * libio/ftello64.c: Likewise.
35749         * libio/iofgetpos64.c: Likewise.
35750         * libio/iofsetpos64.c: Likewise.
35751         * sysdeps/wordsize-64/lockf.c: File removed.
35752         * sysdeps/wordsize-64/lockf64.c: File removed.
35753         * sysdeps/wordsize-64/fseeko.c: File removed.
35754         * sysdeps/wordsize-64/fseeko64.c: File removed.
35755         * sysdeps/wordsize-64/ftello.c: File removed.
35756         * sysdeps/wordsize-64/ftello64.c: File removed.
35757         * sysdeps/wordsize-64/iofgetpos.c: File removed.
35758         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
35759         * sysdeps/wordsize-64/iofsetpos.c: File removed.
35760         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
35761         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
35762         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
35763         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
35764         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
35765         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
35766         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
35767         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
35768         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
35769         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
35770         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
35772         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35773         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35774         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
35775         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35776         [defined __arch64__ || defined __sparcv9]
35777         (__OFF_T_MATCHES_OFF64_T): New macro.
35778         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35779         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35780         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35781         (__OFF_T_MATCHES_OFF64_T): New macro.
35783 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35785         * stdlib/secure-getenv.c (__secure_getenv): Replace
35786         GLIBC_2_16 with GLIBC_2_17.
35788 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35790         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
35791         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35793 2012-08-03  David S. Miller  <davem@davemloft.net>
35795         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35797 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35799         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
35800         Remove.
35801         (__ASSUME_CORRECT_SI_PID): Likewise.
35802         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
35803         (__ASSUME_TMPFS_NAME): Likewise.
35804         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
35805         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
35806         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
35807         (HAVE_AUX_SECURE): Make definition unconditional.
35808         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
35809         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
35811 2012-08-03  Roland McGrath  <roland@hack.frob.com>
35813         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
35814         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
35815         * sysdeps/mach/hurd/eloop-threshold.h: New file.
35816         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
35817         __eloop_threshold instead of SYMLOOP_MAX.
35819         * sysdeps/generic/eloop-threshold.h: New file.
35820         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
35821         of MAXSYMLINKS.
35822         * elf/chroot_canon.c (chroot_canon): Likewise.
35824 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35826         [BZ #13717]
35827         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35828         Change to 2.6.0 everywhere.
35829         * sysdeps/unix/sysv/linux/configure: Regenerated.
35830         * sysdeps/unix/sysv/linux/kernel-features.h
35831         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
35832         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
35833         kernel versions.
35834         (__ASSUME_POSIX_TIMERS): Define unconditionally.
35835         (__ASSUME_FUTEX_REQUEUE): Remove.
35836         (__ASSUME_STATFS64): Define unconditionally.
35837         (__ASSUME_AT_SECURE): Likewise.
35838         (__ASSUME_CORRECT_SI_PID): Likewise.
35839         (__ASSUME_TGKILL): Define without depending on kernel version for
35840         i386.
35841         (__ASSUME_UTIMES): Likewise.
35842         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
35843         kernel version.
35844         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
35845         (__ASSUME_TMPFS_NAME): Likewise.
35846         * README: Update reference to Linux kernel versions.
35848 2012-08-02  Marek Polacek  <polacek@redhat.com>
35850         [BZ# 14150]
35851         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
35852         libc_cv_asm_type_prefix with %.
35853         * configure: Regenerated.
35854         * include/libc-symbols.h: Remove comment about
35855         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
35856         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
35857         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
35858         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
35859         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
35860         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
35861         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
35862         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
35863         * elf/tst-unique2mod1.c: Likewise.
35864         * elf/tst-unique1mod2.c: Likewise.
35865         * elf/tst-unique1mod1.c: Likewise.
35866         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
35867         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
35868         Replace ASM_TYPE_DIRECTIVE with .type.
35869         * sysdeps/s390/s390-64/sysdep.h: Likewise.
35870         * sysdeps/i386/sysdep.h: Likewise.
35871         * sysdeps/x86_64/sysdep.h: Likewise.
35872         * sysdeps/sh/sysdep.h: Likewise.
35873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
35874         Do not define ASM_TYPE_DIRECTIVE.
35875         * sysdeps/powerpc/sysdep.h: Likewise.
35876         * sysdeps/powerpc/powerpc32/sysdep.h:
35877         Replace ASM_TYPE_DIRECTIVE with .type.
35878         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
35879         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
35880         * sysdeps/i386/fpu/e_powf.S: Likewise.
35881         * sysdeps/i386/fpu/e_expl.S: Likewise.
35882         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
35883         * sysdeps/i386/fpu/e_acosh.S: Likewise.
35884         * sysdeps/i386/fpu/e_pow.S: Likewise.
35885         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
35886         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
35887         * sysdeps/i386/fpu/s_expm1.S: Likewise.
35888         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
35889         * sysdeps/i386/fpu/e_log2.S: Likewise.
35890         * sysdeps/i386/fpu/e_log2l.S: Likewise.
35891         * sysdeps/i386/fpu/e_scalb.S: Likewise.
35892         * sysdeps/i386/fpu/e_powl.S: Likewise.
35893         * sysdeps/i386/fpu/e_log10f.S: Likewise.
35894         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
35895         * sysdeps/i386/fpu/e_logl.S: Likewise.
35896         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
35897         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
35898         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
35899         * sysdeps/i386/fpu/e_log2f.S: Likewise.
35900         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
35901         * sysdeps/i386/fpu/e_log.S: Likewise.
35902         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
35903         * sysdeps/i386/fpu/e_logf.S: Likewise.
35904         * sysdeps/i386/fpu/e_log10l.S: Likewise.
35905         * sysdeps/i386/fpu/e_atanh.S: Likewise.
35906         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
35907         * sysdeps/i386/fpu/e_log10.S: Likewise.
35908         * sysdeps/i386/fpu/s_frexp.S: Likewise.
35909         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
35910         * sysdeps/i386/fpu/s_asinh.S: Likewise.
35911         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
35912         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
35913         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
35914         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
35915         * sysdeps/i386/i686/strtok.S: Likewise.
35916         * sysdeps/i386/i386-mcount.S: Likewise.
35917         * sysdeps/i386/strtok.S: Likewise.
35918         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
35919         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
35920         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
35921         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
35922         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
35923         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
35924         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
35925         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
35926         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
35927         * sysdeps/x86_64/_mcount.S: Likewise.
35928         * sysdeps/x86_64/strtok.S: Likewise.
35929         * sysdeps/sh/_mcount.S: Likewise.
35931 2012-08-01  Roland McGrath  <roland@hack.frob.com>
35933         * libio/iofopen.c: Include <fcntl.h>.
35934         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
35935         (_IO_fopen64, fopen64): Define as aliases.
35936         * libio/iofopen64.c: Include <fcntl.h>.
35937         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
35938         Conditionalize body on this.
35939         * sysdeps/wordsize-64/iofopen.c: File removed.
35940         * sysdeps/wordsize-64/iofopen64.c: File removed.
35942 2012-08-01  Marek Polacek  <polacek@redhat.com>
35944         * libc/Makeconfig: Use elf in place of binfmt-subdir.
35945         Use dlfcn directly instead of a variable.
35946         (binfmt-subdir): Do not define.
35947         (dlfcn): Likewise.
35949 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
35951         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
35952         Remove all definitions.
35953         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
35954         <kernel-features.h>.
35955         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
35956         (miss_F_GETOWN_EX): Remove all definitions.
35957         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
35958         macro definition.
35959         [!__ASSUME_FCNTL64]: Remove conditional code.
35960         [__ASSUME_FCNTL64]: Make code unconditional.
35961         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
35962         <kernel-features.h>.
35963         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
35964         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
35965         (lockf64) [__NR_fcntl64]: Make code unconditional.
35966         (lockf64) [__ASSUME_FCNTL64]: Likewise.
35968         * sysdeps/unix/sysv/linux/kernel-features.h
35969         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
35970         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
35971         Make code unconditional.
35972         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35973         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
35975         [__NR_vfork]: Make code unconditional.
35976         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35977         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
35979         [__NR_vfork]: Make code unconditional.
35980         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35981         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35983 2012-08-01  Roland McGrath  <roland@hack.frob.com>
35985         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
35986         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
35988         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35989         Define mkstemp64 as an alias.
35990         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35991         Define mkstemps64 as an alias.
35992         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35993         Define mkostemp64 as an alias.
35994         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35995         Define mkostemps64 as an alias.
35996         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
35997         Conditionalize body on this.
35998         * misc/mkostemp64.c: Likewise.
35999         * misc/mkostemps64.c: Likewise.
36000         * misc/mkstemps64.c: Likewise.
36001         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36002         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36003         * sysdeps/wordsize-64/mkostemp.c: File removed.
36004         * sysdeps/wordsize-64/mkstemp.c: File removed.
36005         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36006         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36007         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36008         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36010         [BZ #14138]
36011         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36012         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36013         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36014         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36016         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36017         compat_symbol macros from <shlib-compat.h> rather than the underlying
36018         default_symbol_version and symbol_version macros, so that DEFAULT
36019         lines in shlib-versions are respected.
36020         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36022 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36024         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36025         Declare with warn_unused_result.
36026         (setgid, setregid, setegid, setresgid): Likewise.
36027         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36028         Likewise.
36029         * WUR-REPORT: Remove set*id functions.
36031 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36033         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36035 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36037         [BZ #10191]
36038         * include/sys/socket.h (__libc_accept, __libc_accept4):
36039         Add attribute_hidden.
36040         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36042         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36043         use of PTR_MANGLE.
36044         * inet/getnetgrent_r.c (setup): Likewise.
36046         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36048 2012-07-31  David S. Miller  <davem@davemloft.net>
36050         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36052 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36054         [BZ #13629]
36055         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36056         value between 1.0 and 2.0 and smaller part has absolute value less
36057         than 1.0.
36058         * math/s_clog10.c (__clog10): Likewise.
36059         * math/s_clog10f.c (__clog10f): Likewise.
36060         * math/s_clog10l.c (__clog10l): Likewise.
36061         * math/s_clogf.c (__clogf): Likewise.
36062         * math/s_clogl.c (__clogl): Likewise.
36063         * math/libm-test.inc (clog_test): Add more tests.
36064         (clog10_test): Likewise.
36065         * sysdeps/i386/fpu/libm-test-ulps: Update.
36066         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36068 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36070         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36071         Exit with zero in case no suitable GID is found, and write a
36072         message to standard error.
36074 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36076         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36077         rather than to 1.
36078         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36079         (MAXPATHLEN): Removed.
36080         (NOGROUP, NODEV): New macros.
36081         (setbit, clrbit, isset, isclr): New macros.
36082         (howmany, roundup, powerof2): New macros.
36083         (DEV_BSIZE): New macro.
36085         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36086         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36088         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36089         definition on [!__NO_LONG_DOUBLE_MATH].
36091         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36092         PTR_MANGLE and PTR_DEMANGLE.
36094         * socket/accept4.c (accept4): Rename to __libc_accept4.
36095         Define accept4 as a weak alias.
36097         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36098         on [_DIRENT_HAVE_D_TYPE].
36099         * io/ftw.c (ftw_dir): Likewise.
36101         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36103         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36105         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36106         Use the BSD numbers rather than the arbitrary ones we had.
36107         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36108         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36109         (SIGXCPU, SIGXFSZ): New macros.
36110         (_NSIG): Now 32.
36112         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36113         initializer on [_LIBC_REENTRANT].
36115         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36116         definitions inside [_POSIX_MAPPED_FILES].
36118         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36120         * dirent/opendir.c: Include <fcntl.h>.
36122         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36123         (__libc_getspecific): Likewise.
36124         (__libc_key_create): Likewise.
36126         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36127         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36128         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36129         (tmpfile64): Define as alias.
36130         * sysdeps/wordsize-64/tmpfile.c: File removed.
36131         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36132         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36133         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36135         * stdio-common/vfscanf.c: Include <stdbool.h>.
36136         * nss/makedb.c: Likewise.
36137         * stdio-common/_i18n_number.h: Likewise.
36138         * argp/argp-help.c: Likewise.
36139         * posix/wordexp.c: Likewise.
36140         * sysdeps/posix/spawni.c: Likewise.
36141         * nss/nss_files/files-initgroups.c: Likewise.
36142         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36143         * nss/nss_files/files-initgroups.c: Likewise.
36144         * nss/nss_db/db-netgrp.c: Likewise.
36145         * nss/nss_db/db-initgroups.c: Likewise.
36146         * io/fchmodat.c: Include <sys/stat.h>.
36148         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36149         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36151         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36152         [HAVE_MMAP].
36154         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36155         Add multiple inclusion protection.
36157 2012-07-27  David S. Miller  <davem@davemloft.net>
36159         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36161 2012-07-27  Gary Benson  <gbenson@redhat.com>
36163         [BZ #14298]
36164         * elf/rtld.c: Include <stap-probe.h>.
36165         (dl_main): Added static probes "init_start" and "init_complete".
36166         * elf/dl-load.c: Include <stap-probe.h>.
36167         (lose): Take new parameter "nsid".
36168         Added static probe "map_failed".
36169         (_dl_map_object_from_fd): Pass namespace id to lose.
36170         Added static probe "map_start".
36171         (open_verify): Pass namespace id to lose.
36172         * elf/dl-open.c: Include <stap-probe.h>.
36173         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36174         and "reloc_complete".
36175         * elf/dl-close.c: Include <stap-probe.h>.
36176         (_dl_close_worker): Added static probes "unmap_start" and
36177         "unmap_complete".
36178         * elf/rtld-debugger-interface.txt: New file documenting the above.
36180 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36182         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36183         rather than a string variable.
36184         * sunrpc/rpc_main.c (h_output): Likewise.
36185         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36187 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36189         * inet/check_native.c: New file.
36191 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36193         [BZ #13629]
36194         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36195         if larger part has absolute value 1.0.
36196         * math/s_clog10.c (__clog10): Likewise.
36197         * math/s_clog10f.c (__clog10f): Likewise.
36198         * math/s_clog10l.c (__clog10l): Likewise.
36199         * math/s_clogf.c (__clogf): Likewise.
36200         * math/s_clogl.c (__clogl): Likewise.
36201         * math/libm-test.inc (clog_test): Add more tests.
36202         (clog10_test): Likewise.
36203         * sysdeps/i386/fpu/libm-test-ulps: Update.
36204         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36206         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36207         (pltexit): Likewise.
36208         (La_regs): Likewise.
36209         (La_retval): Likewise.
36210         (int_retval): Likewise.
36211         Update #error for removed macros to refer only to definitions in
36212         tst-audit.h.
36213         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36214         macro.
36215         (pltexit): Likewise.
36216         (La_regs): Likewise.
36217         (La_retval): Likewise.
36218         (int_retval): Likewise.
36219         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36220         macro.
36221         (pltexit): Likewise.
36222         (La_regs): Likewise.
36223         (La_retval): Likewise.
36224         (int_retval): Likewise.
36225         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36226         macro.
36227         (pltexit): Likewise.
36228         (La_regs): Likewise.
36229         (La_retval): Likewise.
36230         (int_retval): Likewise.
36231         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36232         macro.
36233         (pltexit): Likewise.
36234         (La_regs): Likewise.
36235         (La_retval): Likewise.
36236         (int_retval): Likewise.
36237         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36238         macro.
36239         (pltexit): Likewise.
36240         (La_regs): Likewise.
36241         (La_retval): Likewise.
36242         (int_retval): Likewise.
36243         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36244         macro.
36245         (pltexit): Likewise.
36246         (La_regs): Likewise.
36247         (La_retval): Likewise.
36248         (int_retval): Likewise.
36249         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36250         macro definitions in tst-audit.h.
36251         * sysdeps/i386/tst-audit.h: New file.
36252         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36253         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36254         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36255         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36256         * sysdeps/sh/tst-audit.h: Likewise.
36257         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36258         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36259         * sysdeps/x86_64/tst-audit.h: Likewise.
36261 2012-07-26  Andreas Jaeger  <aj@suse.de>
36263         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36264         ptrace.
36266         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36267         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36268         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36269         PTRACE_O_MASK.
36270         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36271         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36272         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36274         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36275         value.
36277         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36278         _sigsys.
36279         (si_call_addr, si_syscall, si_arch): Define new macro.
36280         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36281         _sigsys.
36282         (si_call_addr, si_syscall, si_arch): Define new marcro.
36283         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36284         _sigsys.
36285         (si_call_addr, si_syscall, si_arch): Define new macro.
36286         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36287         _sigsys.
36288         (si_call_addr, si_syscall, si_arch): Define new macro.
36290 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36292         [BZ #13717]
36293         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36294         Change to 2.4.21 where previously 2.4.1.
36295         * sysdeps/unix/sysv/linux/configure: Regenerated.
36296         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36297         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36298         Linux kernel version.
36299         (__ASSUME_STD_AUXV): Remove.
36300         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36301         kernel version.
36302         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36303         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36304         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36305         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36306         (__ASSUME_NETLINK_SUPPORT): Likewise.
36307         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36308         (__no_netlink_support): Remove conditional definition.
36309         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36310         Remove.
36311         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36312         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36313         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36314         (if_nameindex_ioctl): Remove.
36315         (if_nameindex_netlink): Do not handle __no_netlink_support.
36316         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36317         code.
36318         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36319         Remove conditional code.
36320         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36321         code.
36322         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36323         unconditional.
36324         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36325         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36326         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36327         Remove.
36328         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36329         [!__ASSUME_STD_AUXV]: Remove conditional code.
36330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36331         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36332         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36334         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36335         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36336         code.
36337         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36339         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36340         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36341         conditional code.
36342         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36344         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36345         code.
36346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36347         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36348         conditional code.
36349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36350         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36351         code unconditional.
36352         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36353         conditional code.
36354         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36355         unconditional.
36356         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36357         conditional code.
36358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36359         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36360         unconditional.
36361         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36362         conditional code.
36363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36364         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36365         code unconditional.
36366         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36367         conditional code.
36368         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36369         unconditional.
36370         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36371         conditional code.
36372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36373         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36374         code unconditional.
36375         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36376         conditional code.
36377         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36378         unconditional.
36379         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36380         conditional code.
36382 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36384         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36385         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36386         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36387         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36388         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36389         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36390         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36391         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36392         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36393         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36394         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36395         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36396         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36397         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36398         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36399         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36400         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36401         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36402         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36403         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36404         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36405         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36406         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36408 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36410         * Versions.def: Add GLIBC_2.17.
36411         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36412         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36413         Introduce __libc_secure_getenv.
36414         * stdlib/Versions (2.17): Add secure_getenv
36415         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36416         * stdlib/secure-getenv.c: Rename __secure_getenv to
36417         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36418         symbol __secure_getenv for GLIBC_2.0.
36419         * stdlib/tst-secure-getenv.c: New.
36420         * stdlib/Makefile (tests): Add testcase.
36421         * manual/startup.texi (Environment Access): Document
36422         secure_getenv.
36423         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36424         __libc_secure_getenv.
36425         * inet/ruserpass.c (ruserpass): Likewise.
36426         * malloc/mtrace.c (mtrace): Likewise.
36427         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36428         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36429         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36430         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36431         HAVE_SECURE_GETENV.
36432         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36433         __secure_getenv to __libc_secure_getenv.
36434         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36436         Likewise.
36437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36438         Likewise.
36439         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36440         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36441         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36442         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36443         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36444         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36445         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36447 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36449         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36450         (struct La_i86_retval): Likewise.
36451         (struct La_x86_64_regs): Likewise.
36452         (struct La_x86_64_retval): Likewise.
36453         (struct La_x32_regs): Likewise.
36454         (struct La_x32_retval): Likewise.
36455         (struct La_ppc32_regs): Likewise.
36456         (struct La_ppc32_retval): Likewise.
36457         (struct La_ppc64_regs): Likewise.
36458         (struct La_ppc64_retval): Likewise.
36459         (struct La_sh_regs): Likewise.
36460         (struct La_sh_retval): Likewise.
36461         (struct La_s390_32_regs): Likewise.
36462         (struct La_s390_32_retval): Likewise.
36463         (struct La_s390_64_regs): Likewise.
36464         (struct La_s390_64_retval): Likewise.
36465         (struct La_sparc32_regs): Likewise.
36466         (struct La_sparc32_retval): Likewise.
36467         (struct La_sparc64_regs): Likewise.
36468         (struct La_sparc64_retval): Likewise.
36469         (struct audit_ifaces): Remove architecture-specific pltenter and
36470         pltexit members.
36471         * sysdeps/i386/ldsodefs.h: New file.
36472         * sysdeps/powerpc/ldsodefs.h: Likewise.
36473         * sysdeps/s390/ldsodefs.h: Likewise.
36474         * sysdeps/sh/ldsodefs.h: Likewise.
36475         * sysdeps/sparc/ldsodefs.h: Likewise.
36476         * sysdeps/x86_64/ldsodefs.h: Likewise.
36478 2012-07-25  Marek Polacek  <polacek@redhat.com>
36480         [BZ #6808]
36481         * math/libm-test.inc (yn_test): Add another test.
36482         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
36483         to ERANGE when the result is +-Inf.
36484         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36485         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
36486         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
36487         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
36489 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
36491         * conform/data/time.h-data (NULL): Use macro-constant.  Require
36492         equal to 0.
36493         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
36494         clock_t.
36495         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
36497 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
36499         * configure.in <sysdeps resolving>: Correct printing
36500         Implies_before.
36501         * configure: Regenerate.
36503 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
36505         * math/w_ilogb.c: Include <limits.h>.
36506         * math/w_ilogbl.c: Likewise.
36508 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36510         * manual/lang.texi (__va_copy): Document primarily as ISO C99
36511         va_copy.  Document allowing for unavailable va_copy only as
36512         pre-C99 compatibility.
36513         * manual/string.texi (Copying and Concatenation): Use va_copy
36514         instead of __va_copy in concat example.
36516 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
36518         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
36519         (__sendto): Use create_address_port.  Initialize APORT and deallocate
36520         it if not null.
36522         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
36523         with O_NOLINK passed to __file_name_lookup.
36525         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
36526         with O_NOLINK passed to __file_name_lookup.
36528         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
36529         negative N or less than NGIDS.
36531         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
36532         type to string_t.  Set ERANGE as errno and return it if NAME is not big
36533         enough.  Use memcpy instead of strncpy.
36535 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36537         * elf/Makefile (check-data): Remove.
36538         (localplt.data): New vpath directive.
36539         ($(objpfx)check-localplt.out): Use localplt.data from vpath
36540         instead of $(check-data).
36541         * scripts/data/localplt-generic.data: Move to ...
36542         * sysdeps/generic/localplt.data: ... here.
36543         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
36544         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
36545         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
36546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
36547         ... here.
36548         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
36549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
36550         ... here.
36551         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
36552         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
36553         ... here.
36554         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
36555         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
36556         ... here.
36557         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
36558         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
36559         ... here.
36560         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
36561         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
36562         ... here.
36564 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36566         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
36567         PPC32 and PPC64 files.
36568         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
36569         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
36571 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36573         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
36574         __makecontext_ret to ...
36575         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
36576         ... here and call exit if uc_link is NULL.  New file.
36577         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
36578         __makecontext_ret.S.
36579         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
36580         __makecontext_ret to ...
36581         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
36582         ... here and call exit if uc_link is NULL.  New file.
36583         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
36584         __makecontext_ret.S.
36586 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36588         * elf/elf.h (R_390_IRELATIVE): New definition.
36589         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
36590         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
36591         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
36592         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
36593         (elf_machine_lazy_rel): Likewise.
36594         * sysdeps/s390/dl-irel.h: New file.
36595         * sysdeps/s390/s390-64/memcpy.S: New asm code.
36596         * sysdeps/s390/s390-64/memset.S: New asm code.
36597         * sysdeps/s390/s390-64/memcmp.S: New asm code.
36598         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
36599         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
36600         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
36601         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
36602         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
36603         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
36604         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
36605         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
36606         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
36607         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
36608         * sysdeps/s390/s390-32/memcpy.S: New asm code.
36609         * sysdeps/s390/s390-32/memset.S: New asm code.
36610         * sysdeps/s390/s390-32/memcmp.S: New asm code.
36612 2012-07-17  Marek Polacek  <polacek@redhat.com>
36614         [BZ #14349]
36615         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
36616         * sysdeps/s390/s390-64/configure.in: Likewise.
36617         * sysdeps/sparc/configure.in: Likewise.
36618         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
36619         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
36620         * sysdeps/i386/configure.in: Likewise.
36621         * sysdeps/x86_64/configure.in: Likewise.
36622         * sysdeps/sh/configure.in: Likewise.
36623         * sysdeps/s390/s390-32/configure: Regenerated.
36624         * sysdeps/s390/s390-64/configure: Likewise.
36625         * sysdeps/x86_64/configure: Likewise.
36626         * sysdeps/sh/configure: Likewise.
36627         * sysdeps/powerpc/powerpc64/configure: Likewise.
36628         * sysdeps/powerpc/powerpc32/configure: Likewise.
36629         * sysdeps/sparc/configure: Likwise.
36630         * sysdeps/i386/configure: Likewise.
36632         * elf/dl-open.c: Comment fixes.
36634 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
36636         * Makefile [CXX] (check-data): Remove.
36637         [CXX] (c++-types.data): New vpath directive.
36638         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
36639         vpath.  Do not allow for C++ type data being missing.
36640         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
36641         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
36642         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
36643         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
36644         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
36645         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
36646         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
36647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
36648         ... here.
36649         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
36650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
36651         ... here.
36652         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
36653         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
36654         ... here.
36655         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
36656         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
36657         ... here.
36658         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
36659         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
36660         ... here.
36661         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
36662         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
36663         ... here.
36664         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
36665         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
36666         ... here.
36667         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
36668         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
36670         * elf/tls-macros.h (TLS_LE): Move architecture-specific
36671         definitions to architecture-specific files.
36672         (TLS_IE): Likewise.
36673         (TLS_LD): Likewise.
36674         (TLS_GD): Likewise.
36675         * sysdeps/i386/tls-macros.h: New file.
36676         * sysdeps/powerpc/tls-macros.h: Likewise.
36677         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
36678         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
36679         * sysdeps/sh/tls-macros.h: Likewise.
36680         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
36681         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
36682         * sysdeps/x86_64/tls-macros.h: Likewise.
36684 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36686         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
36687         zero value for regular exit case.
36689         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
36690         (__start_context): Preserve zero value for regular exit case.
36692 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36693             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36695         * manual/setjmp.texi (setcontext): Clarify normal process
36696         termination when uc_link is the null pointer.
36697         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
36698         exit call.
36700 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
36702         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
36703         preprocessor.  Test for each exception mask separately.
36705 2012-07-16  Andreas Jaeger  <aj@suse.de>
36707         * po/ru.po: Update from translation team.
36709 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
36711         * conform/data/string.h-data (NULL): Use macro-constant.  Require
36712         equal to 0.
36713         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
36714         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
36715         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
36716         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
36717         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36719 2012-07-13  Andreas Jaeger  <aj@suse.de>
36721         * po/fr.po: Update from translation team.
36723 2012-07-12  Marek Polacek  <polacek@redhat.com>
36725         [BZ #14173]
36726         * math/libm-test.inc (yn_test): Add test for BZ #14173.
36727         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
36728         loop condition.
36730 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
36732         [BZ #13717]
36733         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36734         Change to 2.4.1 where previously 2.4.0.
36735         * sysdeps/unix/sysv/linux/configure: Regenerated.
36736         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
36737         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
36738         version.
36739         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
36740         (__ASSUME_AT_CLKTCK): Remove.
36741         (__ASSUME_AT_PAGESIZE): Likewise.
36742         (__ASSUME_AT_XID): Likewise.
36743         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
36744         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
36745         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
36746         unconditionally.
36747         (HAVE_AUX_PAGESIZE): Likewise.
36748         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
36749         [__ASSUME_AT_CLKTCK]: Make code unconditional.
36750         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
36752 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
36754         [BZ #14307]
36755         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
36756         the temporary buffer used to invoke __gethostbyname2_r,
36757         __gethostbyaddr_r and gethostbyname4_r to make room for struct
36758         host_data / struct gaih_addrtuple.
36759         * resolv/nss_dns/dns-host.c (global scope): Move definition of
36760         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
36761         header file nss/nsswitch.h.
36762         * nss/nsswitch.h (global scope): Add definition of implementation
36763         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
36764         resolv/nss_dns/dns-host.c).
36766 2012-07-11  Andreas Jaeger  <aj@suse.de>
36768         * po/fr.po: Update from translation team.
36770         * po/sv.po: Update from translation team
36771         * po/fr.po: Another update from translation team.
36773 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36775         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
36776         for subnormals or multiply small sinh result by itself.
36777         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
36778         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36780 2012-07-11  David S. Miller  <davem@davemloft.net>
36782         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36784 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
36786         [BZ #14347]
36787         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
36788         (INTERNAL_MARK): Shift it here.
36790 2012-07-10  Marek Polacek  <polacek@redhat.com>
36792         [BZ #14151]
36793         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
36794         libc_cv_asm_global_directive with .globl.
36795         * configure: Regenerated.
36796         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
36797         with .globl.
36798         * sysdeps/i386/configure: Regenerated.
36799         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
36800         with .globl.
36801         * sysdeps/x86_64/configure: Regenerated.
36802         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
36803         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
36804         * elf/tst-unique2mod2.c: Likewise.
36805         * elf/tst-unique2mod1.c: Likewise.
36806         * elf/tst-unique1mod2.c: Likewise.
36807         * elf/tst-unique1mod1.c: Likewise.
36808         * sysdeps/s390/s390-32/sysdep.h: Likewise.
36809         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36810         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36811         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36812         * sysdeps/mach/sysdep.h: Likewise.
36813         * sysdeps/i386/sysdep.h: Likewise.
36814         * sysdeps/i386/i386-mcount.S: Likewise.
36815         * sysdeps/x86_64/_mcount.S: Likewise.
36816         * sysdeps/x86_64/sysdep.h: Likewise.
36817         * sysdeps/sh/_mcount.S: Likewise.
36818         * sysdeps/sh/sysdep.h: Likewise.
36819         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
36820         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
36821         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
36822         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
36823         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
36824         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
36825         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
36826         * locale/localeinfo.h: Likewise.
36827         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
36828         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
36830 2012-07-09  Roland McGrath  <roland@hack.frob.com>
36832         [BZ #14336]
36833         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
36834         system".
36835         * manual/message.texi (The Uniforum approach): Likewise.
36836         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
36837         (glibc iconv Implementation): Likewise.
36839 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
36841         [BZ #14337]
36842         * math/s_clog.c (__clog): Avoid scaling a value down where that
36843         could result in underflow.
36844         * math/s_clog10.c (__clog10): Likewise.
36845         * math/s_clog10f.c (__clog10f): Likewise.
36846         * math/s_clog10l.c (__clog10l): Likewise.
36847         * math/s_clogf.c (__clogf): Likewise.
36848         * math/s_clogl.c (__clogl): Likewise.
36849         * math/libm-test.inc (clog_test): Add more tests.
36850         (clog10_test): Likewise.
36851         * sysdeps/i386/fpu/libm-test-ulps: Update.
36852         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36854 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
36856         [BZ #14283]
36857         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
36858         by 7 not 8 to examine high bit of fractional part.
36860         [BZ #14042]
36861         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
36862         for call to __mcount_internal.
36863         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
36864         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
36865         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
36867 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
36869         [BZ #14154]
36870         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
36871         approximation for values within 0x1p-13f of an odd multiple of
36872         pi/4.
36873         * math/libm-test.inc (tan_test): Do not allow spurious underflow
36874         exception.  Add more tests.
36875         * sysdeps/i386/fpu/libm-test-ulps: Update.
36877         [BZ #6778]
36878         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
36879         inputs and return -1 for them.  Do not check for +Inf in case not
36880         reachable for +Inf.
36881         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
36882         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
36883         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
36884         and return -1 for them.  Do not check for +Inf in case not
36885         reachable for +Inf.
36886         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
36887         define.
36888         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
36889         and return -1 for them.  Do not check for +Inf in case not
36890         reachable for +Inf.
36891         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
36892         spurious underflow.
36893         * sysdeps/i386/fpu/libm-test-ulps: Update.
36894         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36896 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
36898         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
36900 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
36902         [BZ #14157]
36903         [BZ #14331]
36904         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
36905         could result in spurious underflow.  Scale down values above
36906         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
36907         * math/s_csqrtf.c (__csqrtf): Likewise.
36908         * math/s_csqrtl.c (__csqrtl): Likewise.
36909         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
36910         spurious underflow.
36911         * sysdeps/i386/fpu/libm-test-ulps: Update.
36912         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36914 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
36916         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
36917         xopen-msg.sed.
36918         * catgets/xopen-msg.awk: New file.
36919         * catgets/xopen-msg.sed: Removed.
36921         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
36922         po2text.sed.
36923         * intl/po2test.awk: New file.
36924         * intl/po2test.sed: Removed.
36926 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
36928         [BZ #14328]
36929         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
36930         or multiply small sinh result by itself.
36931         * math/s_ctanf.c (__ctanf): Likewise.
36932         * math/s_ctanh.c (__ctanh): Likewise.
36933         * math/s_ctanhf.c (__ctanhf): Likewise.
36934         * math/s_ctanhl.c (__ctanhl): Likewise.
36935         * math/s_ctanl.c (__ctanl): Likewise.
36936         * math/libm-test.inc (ctan_test_tonearest): New function.
36937         (ctan_test_towardzero): Likewise.
36938         (ctan_test_downward): Likewise.
36939         (ctan_test_upward): Likewise.
36940         (ctanh_test_tonearest): Likewise.
36941         (ctanh_test_towardzero): Likewise.
36942         (ctanh_test_downward): Likewise.
36943         (ctanh_test_upward): Likewise.
36944         (main): Call these new functions.
36945         * sysdeps/i386/fpu/libm-test-ulps: Update.
36946         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36948 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
36950         * .gitignore: Delete /ports entry.
36952 2012-07-03  Andreas Jaeger  <aj@suse.de>
36954         * po/bg.po: Update from translation team.
36955         * po/cs.po: Likewise.
36956         * po/de.po: Likewise.
36957         * po/hr.po: Likewise.
36958         * po/nl.pl: Likewise.
36959         * po/pl.po: Likewise.
36960         * po/vi.po: Likewise.
36962 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
36964         * Makeconfig [!+link] (+link-before-libc): New variable.
36965         [!+link] (+link-after-libc): Likewise.
36966         [!+link] (+link-tests): Likewise.
36967         [!+link] (+link): Define in terms of $(+link-before-libc) and
36968         $(+link-after-libc).
36969         [!+link-static] (+link-static-before-libc): New variable.
36970         [!+link-static] (+link-static-after-libc): Likewise.
36971         [!+link-static] (+link-static-tests): Likewise.
36972         [!+link-static] (+link-static): Define in terms of
36973         $(+link-static-before-libc) and $(+link-static-after-libc).
36974         [build-shared] (link-libc-before-gnulib): New variable.
36975         [build-shared] (link-libc-tests): Likewise.
36976         [build-shared] (link-libc): Define in terms of
36977         $(link-libc-before-gnulib).
36978         [!build-shared] (link-libc-tests): New variable.
36979         (link-libc-static-tests): New variable.
36980         [!gnulib] (gnulib-arch): New variable.
36981         [!gnulib] (gnulib-tests): Likewise.
36982         [!gnulib] (static-gnulib-arch): Likewise.
36983         [!gnulib] (static-gnulib-tests): Likewise.
36984         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
36985         Define with "=" instead of ":=".
36986         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
36987         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
36988         * Rules (binaries-all-notests): New variable.
36989         (binaries-all-tests): Likewise.
36990         (binaries-static-notests): Likewise.
36991         (binaries-static-tests): Likewise.
36992         (binaries-all): Define using $(binaries-all-notests) and
36993         $(binaries-all-tests).
36994         (binaries-static): Define using $(binaries-static-notests) and
36995         $(binaries-static-tests).
36996         (binaries-shared-tests): New variable.
36997         (binaries-shared-notests): Likewise.
36998         (binaries-shared): Remove variable.
36999         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37000         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37001         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37002         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37003         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37004         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37005         * elf/Makefile (sln-modules): New variable.
37006         (extra-objs): Add $(sln-modules:=.o).
37007         (ldconfig-modules): Add static-stubs.
37008         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37009         * elf/static-stubs.c: New file.
37011         [BZ #14283]
37012         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37013         by 7 not 8 to examine high bit of fractional part.  Use volatile
37014         variables when splitting into final array of floats if
37015         __FLT_EVAL_METHOD__ != 0.
37016         * math/libm-test.inc (cos_test): Add another test.
37017         (sin_test): Likewise.
37018         * sysdeps/i386/fpu/libm-test-ulps: Update.
37020         [BZ #14273]
37021         * math/libm-test.inc (cosh_test): Add more tests.
37023         * version.h (RELEASE): Set to "development".
37024         (VERSION): Set to "2.16.90".
37026 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37028         * NEWS: Update copyright. Remove last-updated date.
37029         Mention math library bug fixes and timezone data changes.
37030         * README: Mention GNU/Hurd, x32, and HPPA support status.
37032 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37034         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37036 2012-06-27  Andreas Jaeger  <aj@suse.de>
37038         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37040 2012-06-25  Andreas Jaeger  <aj@suse.de>
37042         * sysdeps/s390/fpu/libm-test-ulps: Update.
37044 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37045             Thomas Schwinge  <thomas@codesourcery.com>
37047         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37048         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37049         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37050         fanotify_mark.
37052 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37054         * sysdeps/mach/start.c: Remove file.
37055         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37056         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37057         * sysdeps/sh/init-first.c: Likewise.
37059         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37060         registers for frame unwinding purposes, add CFI directives.
37061         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37062         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37063         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37064         Likewise.
37066         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37067         __fortify_fail returning.
37068         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37070         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37071         sysdeps/sh/____longjmp_chk.S.
37072         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37073         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37074         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37075         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37077         * sysdeps/sh/abort-instr.h: New file.
37078         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37079         process in case exit returns.
37081         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37082         initialize the GOT register before use.
37084         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37085         calculation of ARGC > 4.
37087         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37088         meaningful names to some local labels.
37090 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37091             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37093         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37094         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37095         (__arch_compare_and_exchange_val_16_acq): Likewise.
37096         (__arch_compare_and_exchange_val_32_acq): Likewise.
37097         (atomic_exchange_and_add): Fix gUSA sequence.
37098         (atomic_add): Likewise.
37099         (atomic_add_negative): Likewise.
37100         (atomic_add_zero): Likewise.
37101         (atomic_bit_test_set): Likewise.
37103 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37105         [BZ #13579]
37106         * include/link.h (struct link_map): Add l_free_initfini.
37107         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37108         l_initfini.
37109         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37110         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37111         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37112         set.
37114 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37116         * configure.in: Use AC_LANG_SOURCE.
37117         * configure: Regenerate.
37119 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37121         * configure.in (libc_cv_localstatedir): New substituted variable.
37122         * configure: Regenerated.
37123         * config.make.in (localstatedir): New variable, substituted from
37124         libc_cv_localstatedir.
37125         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37126         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37127         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37128         * sysdeps/gnu/configure: Regenerated.
37130 2012-06-21  Jeff Law  <law@redhat.com>
37132         [BZ #14277]
37133         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37134         free.  Simplify list management for _LIBC case.
37136 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37138         [BZ #14273]
37139         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37140         Clear sign bit of 64-bit integer value before comparing against
37141         overflow value.
37143         * sysdeps/mach/configure: Regenerated.
37145 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37147         [BZ #14278]
37148         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37150 2012-06-21  Jeff Law  <law@redhat.com>
37152         [BZ #13882]
37153         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37154         uint16_t for elements in the "seen" array to avoid char overflows.
37155         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37156         * elf/dl-open.c (dl_open_worker): Likewise.
37158 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37160         * scripts/list-sources.sh: Scan PORTS for translations.
37161         * po/libc.pot: Regenerated.
37163 2012-06-21  Andreas Jaeger  <aj@suse.de>
37165         [BZ #12194]
37166         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37167         warning.
37168         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37169         * bits/byteswap-16.h (__bswap_16): Likewise.
37170         * bits/byteswap.h (__bswap_constant_16): Likewise.
37172 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37174         [BZ #14117]
37175         * sysdeps/i386/fpu_control.h: Removed.
37176         * sysdeps/x86_64/fpu_control.h: Moved to ...
37177         * sysdeps/x86/fpu_control.h: Here.
37179         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37180         (_FPU_SETCW): Likewise.
37182 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37184         [BZ #14117]
37185         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37186         * sysdeps/x86/fpu/bits/mathinline.h: This.
37187         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37189         [BZ #14050]
37190         [BZ #14117]
37191         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37192         functions if __x86_64__ is defined.
37194 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37196         * string/endian.h: Add !__ASSEMBLER__ condition for including
37197         conversion interfaces.
37199 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37201         [BZ #14241]
37202         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37203         of ABS(x) in calculating zero to negative powers other than odd
37204         integers.
37205         * math/libm-test.inc (pow_test): Add more tests.
37207 2012-06-15  Andreas Jaeger  <aj@suse.de>
37209         * manual/contrib.texi (Contributors): Update entry of Liubov
37210         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37211         Machado Filho.
37213 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37215         * string/string.h: Add __wur to GNU version of strerror_r.
37217 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37219         [BZ #14229]
37220         * string/Makefile (tests): Add tst-strtok_r.
37221         * string/tst-strtok_r.c: New file.
37222         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37223         RAX_LP/RDX_LP on SAVE_PTR.
37225 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37227         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37229 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37231         * libm_test.inc (csqrt_test): Allow more spurious underflow
37232         exceptions.
37233         (j0_test): Likewise.
37234         (j1_test): Likewise.
37235         (y0_test): Likewise.
37236         (y1_test): Likewise.
37238 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37240         * po/Makefile (libc.pot): Use UTF-8 charset.
37242 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37244         [BZ #14210]
37245         Suppress sign-conversion warning from FD_SET.
37246         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37247         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37248         not unsigned long int.
37249         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37251 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37253         [BZ #14050]
37254         [BZ #14117]
37255         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37256         __extern_always_inline instead of __extern_inline.
37257         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37258         (__signbit): Likewise.
37259         (__signbitl): Support C++ namespace.
37260         (lrintf): New inline function.
37261         (lrint): Likewise.
37262         (llrintf): Likewise.
37263         (llrint): Likewise.
37264         (fmaxf): Likewise.
37265         (fmax): Likewise.
37266         (fminf): Likewise.
37267         (fmin): Likewise.
37268         (rint): Likewise.
37269         (rintf): Likewise.
37270         (ceil): Likewise.
37271         (ceilf): Likewise.
37272         (floor): Likewise.
37273         (floorf): Likewise.
37274         (nearbyint): Likewise.
37275         (nearbyintf): Likewise.
37277 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37279         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37280         non-default versions.
37282 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37284         [BZ #14218]
37285         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37287 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37289         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37290         (FE_UPWARD, FE_DOWNWARD): Don't define.
37291         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37292         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37294         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37295         reading it.
37296         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37297         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37299 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37301         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37302         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37303         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37304         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37306 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37308         [BZ #14117]
37309         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37310         * sysdeps/i386/fpu/Implies: New file.
37311         * sysdeps/x86_64/fpu/Implies: Likewise.
37312         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37313         * sysdeps/x86/fpu/bits/fenv.h: This.
37315         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37316         __SSE_MATH__.
37318 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37320         [BZ #14134]
37321         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37322         character 0xffff that matches the last element of the
37323         conversion table.
37325 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37327         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37328         fmodl commit.
37330 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37332         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37333         values higher than 25.6283.
37335 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37337         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37338         subnormal exponent extraction and add some __builtin_expect.
37339         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37340         Fix for subnormal mantissa calculation.
37342 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37344         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37345         cpu2 is -1 and errno is not ENOSYS.
37347 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37349         [BZ #14117]
37350         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37351         * sysdeps/x86/bits/string.h: This.
37352         * sysdeps/x86_64/bits/string.h: Removed.
37354         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37355         if not compiling for x86-64, but compiling for >= i486.
37357         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37358         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37360         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37361         New macro from Linux kernel 3.4.0.
37362         (FP_XSTATE_MAGIC2): Likewise.
37363         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37364         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37365         (struct _fpx_sw_bytes): New struct.
37366         (struct _xsave_hdr): Likewise.
37367         (struct _ymmh_state): Likewise.
37368         (struct _xstate): Likewise.
37370         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37371         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37372         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37373         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37374         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37375         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37377         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37378         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37379         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37380         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37381         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37382         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37384 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37386         [BZ #13743]
37387         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37388         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37389         (sysdep_headers): Include sys/platform/ppc.h.
37390         * sysdeps/powerpc/test-gettimebase.c: Test for
37391         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37392         * manual/Makefile (appendices): Include platform.texi.
37393         * manual/contrib.texi (Contributors): Update @node pointers.
37394         * manual/maint.texi (Maintenance): Likewise.
37395         (Platform): New node.
37396         * manual/platform.texi: New file.  Document the new features.
37398 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37399             Jakub Jelinek  <jakub@redhat.com>
37401         [BZ #14188]
37402         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37403         where __builtin_expect is unavailable.
37405 2012-06-03  David S. Miller  <davem@davemloft.net>
37407         * stdlib/longlong.h: Updated from GCC.
37409 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37411         [BZ #14042]
37412         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37413         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37414         __mcount_internal.
37415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37416         (GLIBC_2.16): Likewise.
37418 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37420         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37422 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37425         (default-abi): New variable.
37426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37427         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37428         variable.
37429         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37430         Likewise.
37431         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37432         Likewise.
37433         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37434         Likewise.
37436         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37437         definition.  Document in comment.
37439 2012-06-01  David S. Miller  <davem@davemloft.net>
37441         * stdlib/longlong.h: Updated from GCC.
37443 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37445         [BZ #14117]
37446         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37447         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37448         sys/debugreg.h sys/io.h here.
37449         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37450         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37451         sys/io.h.
37452         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37453         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37454         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37455         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37456         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37457         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37459         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37460         Define only if __x86_64__ is defined.
37462 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37464         [BZ #14048]
37465         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37466         Use int64_t for variable i.
37467         * math/libm-test.inc (fmod_test): Add more tests.
37469         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37470         z computation is not scheduled after fetestexcept.
37471         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37472         Use math_force_eval instead of asm to ensure calculation scheduled
37473         before exception test.
37474         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37475         Ensure a1 + u.d computation is not scheduled after fetestexcept.
37477 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
37479         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
37480         computation is not scheduled after fetestexcept.
37482 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37484         [BZ #14117]
37485         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
37486         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
37488 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37490         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
37491         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37493 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37495         [BZ #14117]
37496         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
37497         <bits/wordsize.h>.
37498         (__WCHAR_MIN): Support __WORDSIZE == 64.
37499         (__WCHAR_MAX): Likewise.
37501         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
37502         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
37504         [BZ #14183]
37505         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
37506         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
37508         [BZ #14117]
37509         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
37510         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
37512         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
37513         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
37515         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
37516         Defined to 1 if __x86_64__ isn't defined.
37517         (_STAT_VER_LINUX_OLD): New.
37518         (st_atime): Remove duplicate.
37519         (st_mtime): Likewise.
37520         (st_ctime): Likewise.
37522 2012-05-31  David S. Miller  <davem@davemloft.net>
37524         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
37525         entries.
37527 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
37529         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
37530         gen-libm-test.pl.
37532         [BZ #14132]
37533         * elf/dl-reloc.c: Include <_itoa.h>.
37534         (_dl_reloc_bad_type): Remove use of INTUSE.
37535         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
37536         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
37537         * stdio-common/psiginfo.c (psiginfo): Likewise.
37538         * stdio-common/psignal.c (psignal): Likewise.
37539         * string/strsignal.c (strsignal): Likewise.
37540         * include/signal.h (_sys_siglist): Declare hidden proto.
37541         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
37542         INTVARDEF with libc_hidden_data_def.
37543         * stdio-common/itoa-udigits.c: Likewise.
37544         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
37545         (_itoa_lower_digits_internal): Remove declaration.
37546         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
37547         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
37548         (_sys_sigabbrev_internal): Remove aliases.
37549         (_sys_siglist): Define hidden alias.
37551 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
37553         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37554         bits/sysctl.h.
37556 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37558         [BZ #14117]
37559         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
37560         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
37562         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
37563         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
37564         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
37565         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
37566         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
37567         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
37569         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
37570         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
37571         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
37573         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
37574         with __addr.
37575         (insw): Likewise.
37576         (insl): Likewise.
37577         (outsb): Likewise.
37578         (outsw): Likewise.
37579         (outsl): Likewise.
37581         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
37582         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
37583         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
37585         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
37586         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
37587         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
37588         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
37589         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
37590         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
37592         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
37593         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
37595         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
37596         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
37598         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
37599         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
37600         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
37602         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
37603         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
37604         to ...
37605         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
37607         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
37608         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
37609         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
37611         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
37612         for x86-64.
37613         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
37615 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
37617         * math/math.h (M_El): Use two more decimal places.
37618         (M_LOG2El): Likewise.
37619         (M_LOG10El): Likewise.
37620         (M_LN2l): Likewise.
37621         (M_LN10l): Likewise.
37622         (M_PIl): Likewise.
37623         (M_PI_2l): Likewise.
37624         (M_PI_4l): Likewise.
37625         (M_1_PIl): Likewise.
37626         (M_2_PIl): Likewise.
37627         (M_2_SQRTPIl): Likewise.
37628         (M_SQRT2l): Likewise.
37629         (M_SQRT1_2l): Likewise.
37631 2012-05-31  David S. Miller  <davem@davemloft.net>
37633         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
37634         values between float registers.
37635         * sysdeps/sparc/sparc64/memset.S: Likewise.
37636         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37638 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
37640         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
37641         -D_FORTIFY_SOURCE=1.
37642         (CPPFLAGS-tst-longjmp_chk.c): Define.
37643         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
37644         (CPPFLAGS-tst-longjmp_chk2.c): Define.
37645         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
37646         CFLAGS-tst-wchar-h.c.
37648 2012-05-31  Marek Polacek  <polacek@redhat.com>
37650         [BZ #14132]
37651         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
37652         __endmntent_internal): Remove declaration.
37653         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
37654         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
37655         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
37657 2012-05-30  David S. Miller  <davem@davemloft.net>
37659         * sysdeps/sparc/sparc32/soft-fp/q_util.c
37660         (___Q_simulate_exceptions): Use real FP ops rather than writing
37661         into the %fsr.
37662         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
37663         Likewise.
37665 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37667         [BZ #14117]
37668         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
37669         * sysdeps/x86/bits/xtitypes.h: This.
37671         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
37672         * sysdeps/x86/bits/wordsize.h: This.
37674         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
37675         * sysdeps/x86/bits/huge_vall.h: This.
37677         * sysdeps/i386/bits/select.h: Removed.
37678         * sysdeps/x86_64/bits/select.h: Renamed to ...
37679         * sysdeps/x86/bits/select.h: This.
37681         * sysdeps/i386/bits/setjmp.h: Removed.
37682         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
37683         * sysdeps/x86/bits/setjmp.h: This.
37685         * sysdeps/i386/bits/mathdef.h: Removed.
37686         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
37687         * sysdeps/x86/bits/mathdef.h: This.
37689 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
37691         [BZ #14132]
37692         * include/sys/socket.h (__connect_internal)
37693         (__libc_sa_len_internal): Remove declaration.
37694         (__connect, __libc_sa_len): Declare hidden_proto.
37695         (SA_LEN): Remove use of INTUSE.
37696         * socket/connect.c: Add libc_hidden_def.
37697         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
37698         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
37699         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
37700         alias.
37701         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
37702         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
37703         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
37704         of adding _internal alias.
37706 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37708         [BZ #14117]
37709         * sysdeps/i386/bits/link.h: Removed.
37710         * sysdeps/i386/bits/linkmap.h: Likewise.
37711         * sysdeps/x86_64/bits/link.h: Renamed to ...
37712         * sysdeps/x86/bits/link.h: This.
37713         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
37714         * sysdeps/x86/bits/linkmap.h: This.
37716         * sysdeps/i386/bits/endian.h: Removed.
37717         * sysdeps/x86_64/bits/endian.h: Renamed to ...
37718         * sysdeps/x86/bits/endian.h: This.
37720         * sysdeps/i386/bits/byteswap.h: Removed.
37721         * sysdeps/i386/bits/byteswap-16.h: Likewise.
37722         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
37723         * sysdeps/x86/bits/byteswap.h: This.
37724         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
37725         * sysdeps/x86/bits/byteswap-16.h: This.
37726         * sysdeps/i386/Implies: Add x86.
37727         * sysdeps/x86_64/Implies: Likewise.
37729 2012-05-30  David S. Miller  <davem@davemloft.net>
37731         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
37732         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
37733         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
37734         (FP_TRAPPING_EXCEPTIONS): Define.
37735         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
37736         (FP_TRAPPING_EXCEPTIONS): Define.
37737         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
37738         subnormals only when inexact has been signalled or underflow
37739         exceptions are enabled.
37740         (_FP_PACK_CANONICAL): Likewise.
37742 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37744         [BZ #14183]
37745         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
37746         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
37748 2012-05-30  Richard Henderson  <rth@twiddle.net>
37750         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
37751         with #ifndef NOT_IN_libc.
37753         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
37754         marked to avoid plt entry.
37756 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37758         [BZ #14112]
37759         * Makeconfig (default-abi): New macro.
37760         (abi-includes): Likewise.
37761         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
37762         $(abi-$(default-abi)-lib-soname) for soname if defined.
37763         ($(common-objpfx)gnu/lib-names.stmp): Generate from
37764         abi-variants.
37765         * Makefile (installed-stubs): Likewise.
37766         * include/stubs-biarch.h: Removed.
37767         * scripts/lib-names.awk: Only handle one library at a time.
37768         * scripts/soversions.awk: Remove WORDSIZE support.
37769         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
37770         entries.
37771         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
37772         Removed.
37773         (syscall-list-default-condition): Likewise.
37774         (syscall-list-default-condition): Likewise.
37775         (syscall-list-includes): Likewise.
37776         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
37777         syscall-list-* with abi-*.  Handle undefined abi-variants.
37778         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
37779         * sysdeps/unix/sysv/linux/i386/Implies: New file.
37780         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
37781         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
37782         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
37783         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
37784         Removed.
37785         (syscall-list-32-options): Likewise.
37786         (syscall-list-32-condition): Likewise.
37787         (syscall-list-64-options): Likewise.
37788         (syscall-list-64-condition): Likewise.
37789         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
37790         macro.
37791         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
37792         Renamed to ...
37793         (abi-*): This.
37794         (abi-64-ld-soname): New macro.
37795         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
37796         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
37797         Renamed to ...
37798         (abi-*): This.
37799         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
37800         * sysdeps/x86_64/x32/shlib-versions: Likewise.
37802 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
37804         * sysdeps/unix/sysv/linux/kernel-features.h
37805         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
37806         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
37807         include <kernel-features.h>.
37808         [!__NR_ftruncate64]: Remove conditional code.
37809         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37810         [__NR_ftruncate64]: Make code unconditional.
37811         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37812         * sysdeps/unix/sysv/linux/truncate64.c: Do not
37813         include <kernel-features.h>.
37814         [!__NR_ftruncate64]: Remove conditional code.
37815         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37816         [__NR_ftruncate64]: Make code unconditional.
37817         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
37819         include <kernel-features.h>.
37820         [!__NR_ftruncate64]: Remove conditional code.
37821         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37822         [__NR_ftruncate64]: Make code unconditional.
37823         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
37825         include <kernel-features.h>.
37826         [!__NR_ftruncate64]: Remove conditional code.
37827         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37828         [__NR_ftruncate64]: Make code unconditional.
37829         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37831         * configure.in (libc_cv_fpie): Weaken to a compile test using
37832         LIBC_TRY_CC_OPTION.
37833         * configure: Regenerated.
37835 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37837         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
37838         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
37839         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
37840         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
37841         Refreshed.
37842         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
37843         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
37844         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
37845         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
37846         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
37847         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
37848         Refreshed.
37850 2012-05-27  David S. Miller  <davem@davemloft.net>
37852         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
37853         (___Q_zero): New.
37854         (__Q_simulate_exceptions): Return void.  Change to simulate
37855         exceptions by writing into the %fsr.
37856         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
37857         (__Qp_handle_exceptions): Likewise.
37858         (numbers): Delete.
37859         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
37860         __Qp_handle_exceptions.
37861         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
37862         __Qp_handle_exceptions.
37863         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
37864         as unused and give dummy FP_RND_NEAREST initializer.
37865         (FP_INHIBIT_RESULTS): Define.
37866         (___Q_simulate_exceptions): Update declaration.
37867         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
37868         formatting.
37869         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
37870         as unused and give dummy FP_RND_NEAREST initializer.
37871         (__Qp_handle_exceptions): Update declaration.
37872         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
37873         formatting.
37875 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
37877         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
37878         the temporary FPU control word.
37879         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
37880         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
37881         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
37882         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37883         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
37884         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
37885         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
37886         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37887         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
37888         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
37889         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37891 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37893         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
37894         fields.
37896 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
37898         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
37899         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
37900         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
37901         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
37902         Likewise.
37903         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
37904         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
37905         Likewise.
37907 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
37909         * po/h.po: Update from translation team.
37911 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
37913         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
37915         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
37916         handling of denormals.
37917         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37918         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
37919         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37920         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37921         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37922         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
37923         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
37924         Likewise.
37926 2012-05-26  Marek Polacek  <polacek@redhat.com>
37928         [BZ #14152]
37929         * math/libm-test.inc (fma_test): Don't always expect underflow
37930         exception.
37932 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
37934         [BZ #12416]
37935         * elf/tst-execstack.c: Include stackinfo.h.
37936         (do_test): Adjust test case to ensure that pthread_getattr_np
37937         behaviour remains the same after marking stack executable.
37939 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
37941         * sysdeps/unix/sysv/linux/kernel-features.h
37942         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
37943         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
37944         kernel-features.h.
37945         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
37946         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
37947         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
37948         kernel-features.h.
37949         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
37950         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
37952 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
37954         * configure.in: Define the default includes to being none.
37955         * configure: Regenerated.
37957 2012-05-25  Roland McGrath  <roland@hack.frob.com>
37959         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
37960         * sysdeps/x86_64/setjmp.S: Likewise.
37961         * sysdeps/i386/bsd-setjmp.S: Likewise.
37962         * sysdeps/i386/bsd-_setjmp.S: Likewise.
37963         * sysdeps/i386/setjmp.S: Likewise.
37964         * sysdeps/i386/__longjmp.S: Likewise.
37965         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
37966         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
37968         * include/stap-probe.h: New file.
37969         * configure.in: Handle --enable-systemtap.
37970         * configure: Regenerated.
37971         * config.h.in (USE_STAP_PROBE): New #undef.
37972         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
37973         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
37974         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
37976 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
37978         [BZ #13717]
37979         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
37980         to 2.4.0 where earlier.
37981         * sysdeps/unix/sysv/linux/configure: Regenerated.
37982         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
37983         <kernel-features.h>.
37984         [__ASSUME_32BITUIDS]: Make code unconditional.
37985         [!__ASSUME_32BITUIDS]: Remove conditional code.
37986         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
37987         <kernel-features.h>.
37988         [__ASSUME_32BITUIDS]: Make code unconditional.
37989         [!__ASSUME_32BITUIDS]: Remove conditional code.
37990         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
37991         [__ASSUME_32BITUIDS]: Make code unconditional.
37992         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
37993         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
37994         <kernel-features.h>.
37995         [__ASSUME_32BITUIDS]: Make code unconditional.
37996         [!__ASSUME_32BITUIDS]: Remove conditional code.
37997         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
37998         <kernel-features.h>.
37999         [__ASSUME_32BITUIDS]: Make code unconditional.
38000         [!__ASSUME_32BITUIDS]: Remove conditional code.
38001         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38002         <kernel-features.h>.
38003         [__ASSUME_32BITUIDS]: Make code unconditional.
38004         [!__ASSUME_32BITUIDS]: Remove conditional code.
38005         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38006         <kernel-features.h>.
38007         [__ASSUME_32BITUIDS]: Make code unconditional.
38008         [!__ASSUME_32BITUIDS]: Remove conditional code.
38009         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38010         <kernel-features.h>.
38011         [__ASSUME_32BITUIDS]: Make code unconditional.
38012         [!__ASSUME_32BITUIDS]: Remove conditional code.
38013         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38014         <kernel-features.h>.
38015         [__ASSUME_32BITUIDS]: Make code unconditional.
38016         [!__ASSUME_32BITUIDS]: Remove conditional code.
38017         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38018         <kernel-features.h>.
38019         [__ASSUME_32BITUIDS]: Make code unconditional.
38020         [!__ASSUME_32BITUIDS]: Remove conditional code.
38021         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38022         <kernel-features.h>.
38023         [__ASSUME_32BITUIDS]: Make code unconditional.
38024         [!__ASSUME_32BITUIDS]: Remove conditional code.
38025         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38026         <kernel-features.h>.
38027         [__ASSUME_32BITUIDS]: Make code unconditional.
38028         [!__ASSUME_32BITUIDS]: Remove conditional code.
38029         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38030         <kernel-features.h>.
38031         [__ASSUME_32BITUIDS]: Make code unconditional.
38032         [!__ASSUME_32BITUIDS]: Remove conditional code.
38033         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38034         <kernel-features.h>.
38035         [__NR_setresgid] (__setresgid): Do not declare.
38036         [__ASSUME_32BITUIDS]: Make code unconditional.
38037         [!__ASSUME_32BITUIDS]: Remove conditional code.
38038         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38039         <kernel-features.h>.
38040         [__NR_setresuid] (__setresuid): Do not declare.
38041         [__ASSUME_32BITUIDS]: Make code unconditional.
38042         [!__ASSUME_32BITUIDS]: Remove conditional code.
38043         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38044         <kernel-features.h>.
38045         [__ASSUME_32BITUIDS]: Make code unconditional.
38046         [!__ASSUME_32BITUIDS]: Remove conditional code.
38047         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38048         <kernel-features.h>.
38049         [__ASSUME_32BITUIDS]: Make code unconditional.
38050         [!__ASSUME_32BITUIDS]: Remove conditional code.
38051         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38052         <kernel-features.h>.
38053         [__ASSUME_32BITUIDS]: Make code unconditional.
38054         [!__ASSUME_32BITUIDS]: Remove conditional code.
38055         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38056         <kernel-features.h>.
38057         [__ASSUME_32BITUIDS]: Make code unconditional.
38058         [!__ASSUME_32BITUIDS]: Remove conditional code.
38059         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38060         <kernel-features.h>.
38061         [__ASSUME_32BITUIDS]: Make code unconditional.
38062         [!__ASSUME_32BITUIDS]: Remove conditional code.
38063         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38064         <kernel-features.h>.
38065         [__ASSUME_32BITUIDS]: Make code unconditional.
38066         [!__ASSUME_32BITUIDS]: Remove conditional code.
38067         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38068         <kernel-features.h>.
38069         [__ASSUME_32BITUIDS]: Make code unconditional.
38070         [!__ASSUME_32BITUIDS]: Remove conditional code.
38071         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38072         <kernel-features.h>.
38073         [__ASSUME_32BITUIDS]: Make code unconditional.
38074         [!__ASSUME_32BITUIDS]: Remove conditional code.
38075         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38076         <kernel-features.h>.
38077         [__ASSUME_32BITUIDS]: Make code unconditional.
38078         [!__ASSUME_32BITUIDS]: Remove conditional code.
38079         * sysdeps/unix/sysv/linux/i386/shmctl.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/kernel-features.h
38084         (__ASSUME_SETRESUID_SYSCALL): Remove.
38085         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38086         (__ASSUME_32BITUIDS): Likewise.
38087         (__ASSUME_LDT_WORKS): Likewise.
38088         (__ASSUME_O_DIRECTORY): Likewise.
38089         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38090         architecture but not kernel version.
38091         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38092         (__ASSUME_MMAP2_SYSCALL): Likewise.
38093         (__ASSUME_STAT64_SYSCALL): Likewise.
38094         (__ASSUME_IPC64): Likewise.
38095         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38096         <kernel-features.h>.
38097         [__ASSUME_32BITUIDS]: Make code unconditional.
38098         [!__ASSUME_32BITUIDS]: Remove conditional code.
38099         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38100         <kernel-features.h>.
38101         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38102         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38103         132096]: Remove conditional code.
38104         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38105         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38106         <kernel-features.h>.
38107         [__ASSUME_32BITUIDS]: Make code unconditional.
38108         [!__ASSUME_32BITUIDS]: Remove conditional code.
38109         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38110         <kernel-features.h>.
38111         [__ASSUME_32BITUIDS]: Make code unconditional.
38112         [!__ASSUME_32BITUIDS]: Remove conditional code.
38113         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38114         <kernel-features.h>.
38115         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38116         unconditional.
38117         (__setresgid): Do not declare.
38118         [__ASSUME_32BITUIDS]: Make code unconditional.
38119         [!__ASSUME_32BITUIDS]: Remove conditional code.
38120         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38121         <kernel-features.h>.
38122         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38123         unconditional.
38124         (__setresuid): Do not declare.
38125         [__ASSUME_32BITUIDS]: Make code unconditional.
38126         [!__ASSUME_32BITUIDS]: Remove conditional code.
38127         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38128         <kernel-features.h>.
38129         [__ASSUME_32BITUIDS]: Make code unconditional.
38130         [!__ASSUME_32BITUIDS]: Remove conditional code.
38131         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38132         <kernel-features.h>.
38133         [__ASSUME_32BITUIDS]: Make code unconditional.
38134         [!__ASSUME_32BITUIDS]: Remove conditional code.
38136 2012-05-25  Richard Henderson  <rth@twiddle.net>
38138         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38139         dl_hwcap to ifunc resolver.
38140         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38141         elf_ifunc_invoke.
38142         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38143         dl_hwcap to ifunc resolver.
38144         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38146 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38148         [BZ #14153]
38149         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38150         for |x| <= 2**-26, not 2**-57.
38151         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38152         exception.
38154 2012-05-24  Jeff Law  <law@redhat.com>
38156         * stdio-common/Makefile (tests): Add bug25.
38157         * stdio-common/bug25.c: New test.
38159 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38161         [BZ #13576]
38162         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38163         multiple of MALLOC_ALIGNMENT in size.
38164         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38166 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38168         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38169         Require >= 256.
38170         (FILENAME_MAX): Use macro-int-constant.
38171         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38172         (_IOFBF): Use macro-int-constant.
38173         (_IOLBF): Likewise.
38174         (_IONBF): Likewise.
38175         (SEEK_CUR): Likewise.
38176         (SEEK_END): Likewise.
38177         (SEEK_SET): Likewise.
38178         (TMP_MAX): Likewise.
38179         (EOF): Use macro-int-constant.  Require < 0.
38180         (NULL): Use macro-constant.  Require == 0.
38181         (stdin): Require type to be FILE *.
38182         (stdout): Likewise.
38183         (stderr): Likewise.
38184         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38185         macro-int-constant.
38186         (EXIT_SUCCESS): Likewise.
38187         (NULL): Use macro-constant.  Require == 0.
38188         (RAND_MAX): Use macro-int-constant.
38189         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38190         [C99-based standards] (strtof): Require function.
38191         [C99-based standards] (strtold): Likewise.
38192         [C99-based standards] (strtoll): Likewise.
38193         [C99-based standards] (strtoull): Likewise.
38194         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38195         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38196         [ISO || ISO99 || ISO11] (math.h): Likewise.
38197         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38198         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38199         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38201 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38203         [BZ #14132]
38204         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38205         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38206         * intl/dgettext.c (DCGETTEXT): Likewise.
38207         * intl/gettext.c (DCGETTEXT): Likewise.
38208         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38209         * posix/regex_internal.h (gettext): Likewise.
38210         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38211         Remove declaration.
38212         * include/argz.h (__argz_count_internal)
38213         (__argz_stringify_internal): Remove declaration.
38214         (__argz_count, __argz_stringify): Declare hidden proto.
38215         * intl/dcgettext.c: Remove use of INTDEF.
38216         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38217         * string/argz-stringify.c: Likewise.
38218         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38219         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38220         Declare hidden proto.
38221         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38222         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38223         Declare hidden proto.
38224         * include/stdio.h (__asprintf_internal): Don't declare.
38225         (__asprintf): Don't define as macro.  Declare hidden proto.
38226         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38227         (__fsetlocking): Declare hidden proto.
38228         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38229         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38230         hidden proto.
38231         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38232         (_IO_setlinebuf): Remove use of INTUSE.
38233         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38234         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38235         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38236         Remove declaration.
38237         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38238         (_IO_do_flush): Remove use of INTUSE.
38239         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38240         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38241         (_IO_adjust_column, _IO_least_wmarker)
38242         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38243         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38244         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38245         (_IO_default_doallocate, _IO_wdefault_doallocate)
38246         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38247         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38248         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38249         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38250         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38251         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38252         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38253         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38254         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38255         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38256         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38257         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38258         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38259         proto.
38260         (_IO_flush_all_internal, _IO_adjust_column_internal)
38261         (_IO_default_uflow_internal, _IO_default_finish_internal)
38262         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38263         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38264         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38265         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38266         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38267         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38268         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38269         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38270         (_IO_file_close_internal, _IO_file_close_it_internal)
38271         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38272         (_IO_file_init_internal, _IO_file_attach_internal)
38273         (_IO_file_fopen_internal, _IO_file_read_internal)
38274         (_IO_file_sync_internal, _IO_file_seek_internal)
38275         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38276         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38277         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38278         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38279         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38280         (_IO_list_all_internal, _IO_link_in_internal)
38281         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38282         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38283         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38284         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38285         (_IO_do_write_internal, _IO_padn_internal)
38286         (_IO_getline_info_internal, _IO_getline_internal)
38287         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38288         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38289         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38290         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38291         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38292         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38293         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38294         with libc_hidden_ver, remove use of INTUSE.
38295         * libio/genops.c: Likewise.
38296         * libio/freopen.c: Likewise.
38297         * libio/freopen64.c: Likewise.
38298         * libio/iofclose.c: Likewise.
38299         * libio/iofdopen.c: Likewise.
38300         * libio/iofflush.c: Likewise.
38301         * libio/iofflush_u.c: Likewise.
38302         * libio/iofgets.c: Likewise.
38303         * libio/iofgets_u.c: Likewise.
38304         * libio/iofopen.c: Likewise.
38305         * libio/iofopncook.c: Likewise.
38306         * libio/iofread.c: Likewise.
38307         * libio/iofread_u.c: Likewise.
38308         * libio/ioftell.c: Likewise.
38309         * libio/iofwrite.c: Likewise.
38310         * libio/iogetline.c: Likewise.
38311         * libio/iogets.c: Likewise.
38312         * libio/iogetwline.c: Likewise.
38313         * libio/iopadn.c: Likewise.
38314         * libio/iopopen.c: Likewise.
38315         * libio/ioseekoff.c: Likewise.
38316         * libio/ioseekpos.c: Likewise.
38317         * libio/iosetbuffer.c: Likewise.
38318         * libio/iosetvbuf.c: Likewise.
38319         * libio/ioungetc.c: Likewise.
38320         * libio/ioungetwc.c: Likewise.
38321         * libio/iovdprintf.c: Likewise.
38322         * libio/iovsprintf.c: Likewise.
38323         * libio/iovsscanf.c: Likewise.
38324         * libio/memstream.c: Likewise.
38325         * libio/obprintf.c: Likewise.
38326         * libio/oldfileops.c: Likewise.
38327         * libio/oldiofclose.c: Likewise.
38328         * libio/oldiofdopen.c: Likewise.
38329         * libio/oldiofopen.c: Likewise.
38330         * libio/oldiopopen.c: Likewise.
38331         * libio/oldstdfiles.c: Likewise.
38332         * libio/putc.c: Likewise.
38333         * libio/setbuf.c: Likewise.
38334         * libio/setlinebuf.c: Likewise.
38335         * libio/stdfiles.c: Likewise.
38336         * libio/strops.c: Likewise.
38337         * libio/vasprintf.c: Likewise.
38338         * libio/vscanf.c: Likewise.
38339         * libio/vsnprintf.c: Likewise.
38340         * libio/vswprintf.c: Likewise.
38341         * libio/wfiledoalloc.c: Likewise.
38342         * libio/wfileops.c: Likewise.
38343         * libio/wgenops.c: Likewise.
38344         * libio/wmemstream.c: Likewise.
38345         * libio/wstrops.c: Likewise.
38346         * libio/__fpurge.c: Likewise.
38347         * libio/__fsetlocking.c: Likewise.
38348         * assert/assert.c: Likewise.
38349         * debug/fgets_chk.c: Likewise.
38350         * debug/fgets_u_chk.c: Likewise.
38351         * debug/fread_chk.c: Likewise.
38352         * debug/fread_u_chk.c: Likewise.
38353         * debug/gets_chk.c: Likewise.
38354         * debug/obprintf_chk.c: Likewise.
38355         * debug/vasprintf_chk.c: Likewise.
38356         * debug/vdprintf_chk.c: Likewise.
38357         * debug/vsnprintf_chk.c: Likewise.
38358         * debug/vsprintf_chk.c: Likewise.
38359         * malloc/mtrace.c: Likewise.
38360         * misc/error.c: Likewise.
38361         * misc/syslog.c: Likewise.
38362         * stdio-common/asprintf.c: Likewise.
38363         * stdio-common/fxprintf.c: Likewise.
38364         * stdio-common/getw.c: Likewise.
38365         * stdio-common/isoc99_fscanf.c: Likewise.
38366         * stdio-common/isoc99_scanf.c: Likewise.
38367         * stdio-common/isoc99_vfscanf.c: Likewise.
38368         * stdio-common/isoc99_vscanf.c: Likewise.
38369         * stdio-common/isoc99_vsscanf.c: Likewise.
38370         * stdio-common/printf-prs.c: Likewise.
38371         * stdio-common/printf_fp.c: Likewise.
38372         * stdio-common/printf_fphex.c: Likewise.
38373         * stdio-common/printf_size.c: Likewise.
38374         * stdio-common/putw.c: Likewise.
38375         * stdio-common/scanf.c: Likewise.
38376         * stdio-common/sprintf.c: Likewise.
38377         * stdio-common/tmpfile.c: Likewise.
38378         * stdio-common/vfprintf.c: Likewise.
38379         * stdio-common/vfscanf.c: Likewise.
38380         * stdlib/strfmon_l.c: Likewise.
38381         * sunrpc/openchild.c: Likewise.
38382         * sunrpc/xdr_stdio.c: Likewise.
38383         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38384         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38386 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38388         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38390         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38391         in the third column, to generate for the shared library an IFUNC
38392         that uses _dl_vdso_vsym.
38393         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38394         * Makeconfig (object-suffixes-noshared): New variable.
38396         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38397         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38398         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38399         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38401         [BZ #14132]
38402         * include/sys/time.h (__gettimeofday): Remove macro.
38403         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38404         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38405         Remove INTDEF.
38406         (__gettimeofday): Add libc_hidden_def.
38407         (gettimeofday): Add libc_hidden_weak.
38408         * sysdeps/mach/gettimeofday.c: Likewise.
38409         * sysdeps/posix/gettimeofday.c: Likewise.
38410         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38411         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38412         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38413         (__gettimeofday_internal): Remove strong_alias.
38414         (__gettimeofday): Add libc_hidden_def.
38415         (gettimeofday): Add libc_hidden_weak.
38416         * sysdeps/unix/syscalls.list (gettimeofday):
38417         Remove __gettimeofday_internal alias.
38419 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38420             H.J. Lu  <hongjiu.lu@intel.com>
38422         [BZ #12495]
38423         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38424         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38425         (largebin_index_32_big): New.
38426         (largebin_index): Use it for 16-byte alignment.
38427         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38428         correction with front_misalign.
38430 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38432         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38433         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38434         Likewise.
38435         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38436         Likewise.
38437         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38438         Likewise.
38439         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38440         Likewise.
38441         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38442         Likewise.
38443         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38444         Likewise.
38445         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38446         Likewise.
38447         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38448         Likewise.
38449         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38450         Likewise.
38451         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38452         Likewise.
38453         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38454         Likewise.
38455         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38456         Likewise.
38458         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38459         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38461 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38463         [BZ #10846]
38464         [BZ #14036]
38465         * math/libm-test.inc (exp_test): Add test from bug 14036.
38466         (pow_test): Add test from bug 10846.
38468         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38469         and other flags.
38470         (special_function): Do not include flags in test name.
38471         (parse_args): Likewise.
38472         * sysdeps/i386/fpu/libm-test-ulps: Update.
38473         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38474         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38475         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38476         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38478         * math/gen-libm-test.pl (%beautify): Add entries for underflow
38479         exceptions.
38480         * math/libm-test.inc ("Philosophy"): Update comment about
38481         exception testing.
38482         (UNDERFLOW_EXCEPTION): New macro.
38483         (UNDERFLOW_EXCEPTION_OK): Likewise.
38484         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
38485         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
38486         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
38487         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
38488         (INVALID_EXCEPTION_OK): Update value.
38489         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38490         (OVERFLOW_EXCEPTION_OK): Likewise.
38491         (IGNORE_ZERO_INF_SIGN): Likewise.
38492         (test_exceptions): Handle underflow exceptions.
38493         (acos_test): Update for underflow exception expectations.
38494         (cexp_test): Likewise.
38495         (clog_test): Likewise.
38496         (clog10_test): Likewise.
38497         (csqrt_test): Likewise.
38498         (ctan_test): Likewise.
38499         (ctanh_test): Likewise.
38500         (exp_test): Likewise.
38501         (exp10_test): Likewise.
38502         (exp2_test): Likewise.
38503         (expm1_test): Likewise.
38504         (fma_test): Likewise.
38505         (j0_test): Likewise.
38506         (jn_test): Likewise.
38507         (nexttoward_test): Likewise.
38508         (pow_test): Likewise.
38509         (scalbn_test): Likewise.
38510         (scalbln_test): Likewise.
38511         (tan_test): Likewise.
38512         (y1_test): Likewise.
38513         * sysdeps/i386/fpu/libm-test-ulps: Update.
38514         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38516 2012-05-23  David S. Miller  <davem@davemloft.net>
38518         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38519         (__libc_sigaction): Remove unused local variables.
38521 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38523         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
38525 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
38527         mktime: avoid signed integer overflow
38528         * time/mktime.c (__mktime_internal): Do not mishandle the case
38529         where diff == INT_MIN.
38531         mktime: simplify computation of average
38532         * time/mktime.c (ranged_convert): Use new time_t_avg function
38533         instead of rolling our own (probably-slower) code.
38535         mktime: do not assume signed right shift propagates sign bit
38536         * time/mktime.c (isdst_differ): New static function.
38537         (__mktime_internal): No need to normalize tm_isdst now.
38538         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
38539         tm_isdst values.
38541         mktime: merge another wrapv change from gnulib
38542         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
38543         from some compilers.
38545         mktime: remove incorrect attempt at unusual arithmetics
38546         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
38547         The code didn't really work on such machines anyway.
38548         (TYPE_MINIMUM): Assume two's complement.
38549         (twos_complement_arithmetic): Verify that long_int and time_t
38550         are two's complement (or unsigned, in the latter case).
38552         mktime: check signed shifts on long_int and time_t, too
38553         * time/mktime.c (SHR): Check that shifts work as desired
38554         on the types long_int and time_t too, as SHR is used on
38555         such types.
38557         mktime: do not assume 'long' is wide enough
38558         * time/mktime.c (verify): Move decl up.
38559         (long_int): New type.
38560         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
38561         to remove assumption in the code that 'long' is wide enough to
38562         store year values.  This assumption is not true on x32 and on
38563         some non-glibc platforms.
38565         mktime: merge wrapv change from gnulib
38566         * time/mktime.c (WRAPV): New macro.
38567         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
38568         (guess_time_tm, __mktime_internal): Do not assume that signed
38569         integer overflow wraps around; modern compilers generate code
38570         where this assumption is no longer valid.
38572 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38574         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38575         Replace "jmp L(pseudo_end)" with "ret".
38576         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
38577         Likewise.
38579 2012-05-23  Andreas Jaeger  <aj@suse.de>
38581         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
38582         * sysdeps/unix/sysv/linux/poll.c: Remove file.
38584 2012-05-23  Andreas Jaeger  <aj@suse.de>
38585             Maximilian Attems  <max@stro.at>
38587         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
38588         New macros.
38590 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38592         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
38593         code so that pseudo_end is just ret and the stack pointer is
38594         correct also for static library in error case.
38596 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
38598         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
38599         move to syscalls.list.
38600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
38601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
38602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
38603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
38605         * manual/install.texi (Running make install): Do not mention Linux
38606         kernel version for which pt_chown is not needed.
38607         (Linux): Do not mention problems with nscd with 2.0 kernels.
38608         * INSTALL: Regenerated.
38610 2012-05-23  Andreas Jaeger  <aj@suse.de>
38612         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
38613         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
38614         macro.
38615         * sysdeps/unix/sysv/linux/s390/bits/mman.h
38616         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38617         * sysdeps/unix/sysv/linux/sh/bits/mman.h
38618         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38619         * sysdeps/unix/sysv/linux/i386/bits/mman.h
38620         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38621         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
38622         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38623         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
38624         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38625         * sysdeps/unix/sysv/linux/bits/in.h
38626         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
38628 2012-05-22  Roland McGrath  <roland@hack.frob.com>
38630         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
38631         (PREPARE_VERSION): Just use assert instead, it will be elided
38632         under [NDEBUG] anyway.
38634 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38636         * sysdeps/unix/sysv/linux/Makefile: Include
38637         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
38638         (sysdep_routines): Remove sysctl.
38639         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
38640         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
38641         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
38642         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
38643         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
38645 2012-05-22  Andreas Jaeger  <aj@suse.de>
38647         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
38648         that pseudo_end is just ret and the stack pointer is correct also
38649         for static library in error case.
38651 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
38653         [BZ #14122]
38654         * nss/nsswitch.c (defconfig_entries): New variable.
38655         (__nss_database_lookup): Don't leak defconfig entries.
38656         (nss_parse_service_list): Don't leak on error paths.
38657         (free_database_entries): New function.
38658         (free_defconfig): New function.
38659         (free_mem): Move common code to free_database_entries.
38661 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38663         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
38664         Add arch_prctl.
38665         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
38667         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
38668         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
38669         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
38670         New macro.
38671         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
38672         (INTERNAL_SYSCALL_TYPES): Likewise.
38673         (LOAD_ARGS_TYPES_[1-6]): Likewise.
38674         (LOAD_REGS_TYPES_[1-6]): Likewise.
38675         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
38676         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
38678 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38680         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
38681         copysignl for GLIBC_2_0.
38682         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
38683         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
38684         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
38685         logbl for GLIBC_2_0.
38686         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
38687         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
38689 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38691         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
38692         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
38694         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38695         Use "neg %eax".
38697         * time/mktime.c: Update copyright years.
38699 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
38701         mktime: merge comment-quoting-style change from gnulib
38702         * time/mktime.c: Quote 'like this' in comments.
38703         The GNU coding standards suggest that we no longer quote `like this',
38704         as "`" and "'" are typically rendered asymmetrically nowadays.
38705         The typical gnulib style is to quote 'like this' when quoting
38706         code, and "like this" when quoting English.
38708         * time/mktime.c (compile-command): Add "-I.".
38710         mktime: merge mktime-internal.h change from gnulib
38711         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
38713         mktime: merge time_r change from gnulib
38714         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
38716         mktime: merge DEBUG change from gnulib
38717         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
38718         case system <time.h> has a #define.
38720         mktime: merge <sys/types.h> change from gnulib
38721         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
38722         since <time.t> is now guaranteed to define time_t.
38724         mktime: merge HAVE_CONFIG_H change from gnulib
38725         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
38727 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38729         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38730         Use "neg %eax".
38732         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
38733         __rlim_t cast.
38734         (struct rusage): Use anonymous union to pad each field to
38735         __syscall_slong_t.
38737 2012-05-21  David S. Miller  <davem@davemloft.net>
38739         * Makefules (o-iterator): Remove .s cases.
38740         (compile-command.s): Delete.
38741         (COMPILE.s): Delete.
38742         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
38744 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
38746         * configure.in (libc_cv_predef_stack_protector): Only consider
38747         "foobar" and "__stack_chk_fail" lines in libc_undefs.
38748         * configure: Regenerated.
38750 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38752         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38753         New macro.  Use R*LP on int and pointer.
38754         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
38755         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
38756         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
38757         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
38759         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
38760         [__WORDSIZE_TIME64_COMPAT32] instead of
38761         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
38762         (struct utmp): Likewise.
38763         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
38764         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
38765         Renamed to ...
38766         (__WORDSIZE_TIME64_COMPAT32): This.
38767         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
38768         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
38769         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
38770         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
38771         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
38772         (__WORDSIZE_TIME64_COMPAT32): New macro.
38774 2012-05-21  Andreas Jaeger  <aj@suse.de>
38776         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
38777         only if [SHARED]. Add prototype for __wcschr_ia32.
38779 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38781         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
38782         of %rbp unmolested in the jmp_buf while mangling the low bits.
38783         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
38784         unmolested high bits of %rbp while demangling the low bits.
38785         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38787 2012-05-21  Andreas Jaeger  <aj@suse.de>
38789         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
38790         * sunrpc/svc_simple.c: Use it for registerrpc.
38791         * sunrpc/xcrypt.c: Use it for passwd2des.
38793         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
38795 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38797         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
38798         Don't define if [__SYSCALL_WORDSIZE != 32].
38799         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
38800         New macro.
38802 2012-05-21  Bruno Haible  <bruno@clisp.org>
38803             Andreas Jaeger  <aj@suse.de>
38805         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
38806         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
38807         inptr and inend for must_buffer_ch.
38808         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
38809         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
38810         * stdio-common/Makefile (tests): Remove bug15.
38811         (bug15-ENV): Remove macro.
38812         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
38813         anymore.
38815 2012-05-19  Andreas Jaeger  <aj@suse.de>
38816             Roland McGrath  <roland@hack.frob.com>
38818         * manual/contrib.texi: Completely rewritten. It contains now an
38819         alphabetical list of contributors and their contributions.
38821 2012-05-21  Richard Henderson  <rth@twiddle.net>
38823         * misc/getauxval.c (__getauxval): Use unsigned long int.
38824         * misc/sys/auxv.h: Include <sys/cdefs.h>.
38825         (getauxval): Use unsigned long int.
38827 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38829         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38831 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38833         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
38834         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
38835         __alignof__ (long double).
38837 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38839         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38841 2012-05-20  Richard Henderson  <rth@twiddle.net>
38843         * misc/getauxval.c: New file.
38844         * misc/sys/auxv.h: New file.
38845         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
38846         (routines): Add getauxval.
38847         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
38848         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
38849         * elf/dl-sysdep.c (_dl_auxv): Remove.
38850         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
38851         * elf/dl-support.c (_dl_auxv): New variable.
38852         (_dl_aux_init): Initialize it.
38853         * manual/startup.texi (Auxiliary Vector): New node.
38854         * sysdeps/generic/bits/hwcap.h: New file.
38855         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
38856         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
38857         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
38858         * sysdeps/sparc/sysdep.h: ... here.  Include it.
38859         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
38860         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
38861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38862         Update.
38863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
38864         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
38865         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
38866         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
38867         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
38868         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
38869         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
38870         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
38872 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38874         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38876 2012-05-19  David S. Miller  <davem@davemloft.net>
38878         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38880 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
38882         [BZ #14123]
38883         * math/s_ccosh.c: Include <float.h>
38884         (__ccosh): Avoid internal overflow calculating sinh and cosh
38885         values before multiplying by sin and cos values.
38886         * math/s_ccoshf.c: Likewise.
38887         * math/s_ccoshl.c: Likewise.
38888         * math/s_csin.c: Likewise.
38889         * math/s_csinf.c: Likewise.
38890         * math/s_csinl.c: Likewise.
38891         * math/s_csinh.c: Likewise.
38892         * math/s_csinhf.c: Likewise.
38893         * math/s_csinhl.c: Likewise.
38894         * math/libm-test.inc (ccos_test): Add more tests.
38895         (ccosh_test): Likewise.
38896         (csin_test): Likewise.
38897         (csinh_test): Likewise.
38898         * sysdeps/i386/fpu/libm-test-ulps: Update.
38899         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38901 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
38903         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
38904         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
38906         * sysdeps/x86_64/x32/_itoa.h: Add comment.
38908 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
38910         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
38911         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
38912         * sysdeps/powerpc/soft-fp/Versions: Likewise.
38913         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
38914         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
38915         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
38916         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
38917         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
38918         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
38919         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
38920         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
38921         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
38922         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
38923         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
38924         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
38925         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
38926         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
38927         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
38928         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
38929         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
38930         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
38931         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
38932         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
38933         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
38934         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
38935         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
38936         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
38937         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
38938         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
38939         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
38940         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
38942 2012-05-18  Andreas Jaeger  <aj@suse.de>
38944         * csu/.gitignore: Delete.
38946 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
38948         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
38949         (timex): Use __syscall_slong_t.
38951 2012-05-18  Andreas Jaeger  <aj@suse.de>
38952             Carlos O'Donell  <carlos_odonell@mentor.com>
38954         * manual/install.texi (Configuring and compiling): Update
38955         description about files modified in the source directory.
38956         * INSTALL: Regenerated.
38958 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
38960         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
38961         value.  Use "or" to set return value to -1.
38962         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
38963         negate return value.
38965 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38967         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
38968         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
38969         failure if the compiler has Graphite support disabled.
38970         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
38971         Likewise.
38972         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
38973         (CFLAGS-memmove.c): Likewise.
38974         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
38975         Likewise.
38977 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
38979         * sysdeps/x86_64/x32/_itoa.h: New file.
38981         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
38982         getdents system call only if kernel and user dirents have the
38983         same d_ino and d_off.
38985         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
38986         LLONG_MAX != LONG_MAX.
38987         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38988         (_fitoa_word): Likewise.
38990         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
38991         years.
38992         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
38993         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
38994         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
38996         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
38997         include <bits/wordsize.h>.  Check __x86_64__ instead of
38998         __WORDSIZE.
38999         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39000         if __x86_64__ is defined.  Use anonymous union on fpstate.
39002         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39003         anonymous union.
39005 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39007         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39008         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39009         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39010         Refer to _rtld_local_ro instead of _rtld_global_ro.
39011         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39012         Likewise.
39013         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39014         Likewise.
39015         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39016         Likewise.
39017         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39018         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39019         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39021         * sysdeps/powerpc/powerpc32/dl-machine.c
39022         (__elf_machine_runtime_setup) [PROF]: Don't reference
39023         _dl_prof_resolve.
39025 2012-05-18  Andreas Jaeger  <aj@suse.de>
39027         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39028         function only available for GCCs before 3.4 since GCC 3.4
39029         introduced a builtin.
39030         (lrint): Likewise.
39031         (llrintf): Likewise.
39032         (llrint): Likewise.
39033         (fmaxf): Likewise.
39034         (fmax): Likewise.
39035         (fminf): Likewise.
39036         (fmin): Likewise.
39037         (rint): Likewise.
39038         (rintf): Likewise.
39039         (nearbyint): Likewise.
39040         (nearbyintf): Likewise.
39041         (ceil): Likewise.
39042         (ceilf): Likewise.
39043         (floor): Likewise.
39044         (floorf): Likewise.
39046 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39048         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39049         on both fields and cast pointer to __syscall_ulong_t.
39051         * bits/types.h (__fsword_t): New type.
39052         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39053         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39054         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39055         (__FSWORD_T_TYPE): Likewise.
39056         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39057         (__FSWORD_T_TYPE): Likewise.
39058         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39059         (__FSWORD_T_TYPE): Likewise.
39060         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39061         (__FSWORD_T_TYPE): Likewise.
39062         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39063         __SWORD_TYPE with __fsword_t.
39064         (statfs64): Likewise.
39066 2012-05-17  David S. Miller  <davem@davemloft.net>
39068         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39070 2012-05-17  Andreas Jaeger  <aj@suse.de>
39072         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39073         warning.
39075 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39077         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39079 2012-05-17  Andreas Jaeger  <aj@suse.de>
39081         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39082         when it is used.
39084 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39086         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39088 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39090         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39091         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39093 2012-05-17  Andreas Jaeger  <aj@suse.de>
39094             Carlos O'Donell  <carlos_odonell@mentor.com>
39096         [BZ #14059]
39097         * sysdeps/x86_64/multiarch/init-arch.h
39098         (bit_YMM_Usable): Rename to...
39099         (bit_AVX_Usable): ... this.
39100         (bit_FMA4_Usable): New macro.
39101         (bit_XMM_state): New macro.
39102         (bit_YMM_state): New macro.
39103         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39104         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39105         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39106         (CPUID_OSXSAVE): New macro.
39107         (CPUID_AVX): New macro.
39108         (CPUID_FMA4): New macro.
39109         (index_YMM_Usable): Rename to...
39110         (index_AVX_Usable): ... this.
39111         (HAS_AVX): Use HAS_ARCH_FEATURE.
39112         (HAS_FMA4): Likewise.
39113         (HAS_YMM_USABLE): Remove.
39114         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39115         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39116         are present.
39117         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39118         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39119         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39120         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39121         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39123 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39125         * math/libm-test.c: Support platforms without multiple rounding modes.
39126         * math/bug-nextafter.c: Support platforms without FP exceptions.
39127         * math/bug-nexttoward.c: Likewise.
39128         * math/test-fenv.c: Likewise.
39129         * math/test-misc.c: Likewise.
39130         * stdlib/bug-getcontext.c: Likewise.
39132 2012-05-17  Andreas Jaeger  <aj@suse.de>
39134         * manual/examples/search.c (critter_cmp): Change signature to
39135         avoid warnings.
39136         * manual/string.texi (Collation Functions): Likewise.
39138 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39140         * bits/types.h: Fold copyright years.
39141         * bits/typesizes.h: Likewise.
39142         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39143         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39144         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39145         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39146         * time/time.h: Likewise.
39148 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39150         [BZ #208]
39151         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39152         in instead of returning them.  Return void.
39153         (__libc_mallinfo): Accumulate over all arenas.
39154         (__malloc_stats): Adjust for change in int_mallinfo interface.
39156 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39158         [BZ #10375]
39159         * configure.in (NM): Add AC_CHECK_TOOL for it.
39160         (libc_extra_cflags): New substituted variable.
39161         Check for -fstack-protector being used implicitly.
39162         * configure: Regenerated.
39163         * config.make.in (config-extra-cflags): New variable,
39164         gets @libc_extra_cflags@.
39165         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39167         [BZ #10375]
39168         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39169         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39170         * configure: Regenerated.
39171         * config.make.in (CPPUNDEFS): New substituted variable.
39172         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39173         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39174         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39176 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39178         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39179         (mq_attr): Use __syscall_slong_t.
39181 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39183         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39184         Check __x86_64__ instead of __WORDSIZE.
39185         (_STAT_VER_LINUX): Likewise.
39186         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39187         __syscall_ulong_t and __syscall_slong_t.
39188         (stat64): Likewise.
39190 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39192         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39194 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39196         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39198 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39200         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39201         __syscall_ulong_t.
39203         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39204         include <bits/wordsize.h>.  Check __x86_64__ instead of
39205         __WORDSIZE.
39206         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39207         defined.
39208         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39210         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39211         include <bits/wordsize.h>.  Check __x86_64__ instead of
39212         __WORDSIZE.
39213         (user_regs_struct): Use "__extension__ unsigned long long"
39214         instead of "unsigned long" if __x86_64__ is defined.
39215         (user): Likewise.  Pad after pointer field if __ILP32__ is
39216         defined.
39218 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39220         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39221         versions 5 to 9.
39222         * configure: Regenerated.
39223         * manual/install.texi (texinfo): Increase version requirement to
39224         4.5 or later.
39225         * INSTALL: Regenerated.
39227         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39229 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39231         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39233         * sysdeps/x86_64/x32/ffs.c: New file.
39235         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39236         __syscall_ulong_t.
39237         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39238         defined.  Use __syscall_ulong_t.
39239         (shminfo): Use __syscall_ulong_t.
39240         (shm_info): Likewise.
39242         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39243         __syscall_ulong_t.
39245         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39246         <bits/wordsize.h>.
39247         (msgqnum_t): Use __syscall_ulong_t.
39248         (msglen_t): Likewise.
39249         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39250         __syscall_ulong_t.
39252         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39253         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39255         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39257         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39258         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39260         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39261         __syscall_slong_t.
39263         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39264         include <bits/wordsize.h>.  Check __x86_64__ instead of
39265         __WORDSIZE.
39267         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39268         "unsigned long long int" if __x86_64__ is defined.
39269         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39271         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39272         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39273         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39275         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39276         <stdint.h>.
39277         (GET_PC): Cast to uintptr_t first.
39278         (GET_FRAME): Likewise.
39279         (GET_STACK): Likewise.
39281         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39282         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39283         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39284         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39285         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39286         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39287         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39288         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39289         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39290         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39291         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39292         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39293         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39294         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39295         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39296         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39297         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39298         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39299         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39300         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39301         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39302         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39303         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39304         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39305         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39306         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39307         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39308         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39309         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39311 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39313         * Makerules (+depfiles): Also collect depfiles from .oS in
39314         $(extra-objs).
39315         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39316         .oS, $(libnldbl-routines)).
39318         * Makerules (native-compile-mkdep-flags): Define.
39319         * sunrpc/Makefile (extra-objs): Add $(addprefix
39320         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39321         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39322         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39323         calling $(make-target-directory).
39325 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39327         * bits/types.h (__snseconds_t): Removed.
39328         * time/time.h (struct timespec): Replace __snseconds_t with
39329         __syscall_slong_t.
39330         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39331         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39332         Likewise.
39333         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39334         (__SNSECONDS_T_TYPE): Likewise.
39335         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39336         (__SNSECONDS_T_TYPE): Likewise.
39337         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39338         (__SNSECONDS_T_TYPE): Likewise.
39340 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39342         * sysdeps/mach/hurd/bits/typesizes.h
39343         (__SYSCALL_SLONG_TYPE): New macro.
39344         (__SYSCALL_ULONG_TYPE): Likewise.
39346 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39348         * bits/types.h (__syscall_slong_t): New type.
39349         (__syscall_ulong_t): Likewise.
39351         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39352         (__SYSCALL_ULONG_TYPE): Likewise.
39353         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39354         (__SYSCALL_SLONG_TYPE): Likewise.
39355         (__SYSCALL_ULONG_TYPE): Likewise.
39356         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39357         (__SYSCALL_SLONG_TYPE): Likewise.
39358         (__SYSCALL_ULONG_TYPE): Likewise.
39359         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39360         (__SYSCALL_SLONG_TYPE): Likewise.
39361         (__SYSCALL_ULONG_TYPE): Likewise.
39363 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39365         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39366         Add sigaltstack-offsets.sym.
39367         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39368         <sigaltstack-offsets.h>.
39369         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39370         longjmp_msg pointer.
39371         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39372         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39373         signal stack.
39374         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39376 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39378         * elf/stackguard-macros.h: Remove file.
39379         * sysdeps/generic/stackguard-macros.h: New file.
39380         * sysdeps/i386/stackguard-macros.h: Likewise.
39381         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39382         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39383         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39384         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39385         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39386         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39387         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39388         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39389         <elf/stackguard-macros.h>.
39391         [BZ #14109]
39392         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39393         __aligned__ in attribute.
39394         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39395         (gregset_t): Likewise.
39397 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39399         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39400         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39401         * sysdeps/x86_64/x32/Implies-after: New file.
39403 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39405         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39406         and access return value for _dl_profile_fixup.  Use R10_LP to
39407         load frame size.
39409 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39411         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39413 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39415         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39416         * sysdeps/x86_64/x32/sysdep.h: New file.
39418 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39420         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39421         * sysdeps/x86_64/setjmp.S: Likewise.
39423 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39425         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39426         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39427         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39428         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39429         remove unused global constant.
39431 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39433         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39434         include of <not-cancel.h>.
39436 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39438         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39440 2012-05-15  Jeff Law  <law@redhat.com>
39441             Andreas Jaeger  <aj@suse.de>
39443         [BZ #13594]
39444         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39445         out from...
39446         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39447         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39448         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39449         code changing __hst_map_handle.map.
39451 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39453         * configure.in (sysnames): Look for Implies-before and Implies-after
39454         files.
39455         * configure: Regenerated.
39457 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39459         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39460         8-byte data alignment with LP_SIZE alignment.
39462 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39464         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39465         into R10_LP.
39467 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39469         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39471 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39473         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39474         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39475         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39476         Likewise.
39477         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39479 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39481         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
39482         (stackinfo_sub_sp): Likewise.
39484 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39486         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
39487         RAX_LP.
39489 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39491         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
39492         into R*_LP.
39494 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39496         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
39497         sizes into R*_LP.
39499 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39501         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
39503 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39505         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
39506         into R11_LP and load __x86_64_shared_cache_size_half into
39507         R8_LP.
39509 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39511         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
39512         R8_LP.
39514 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39516         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
39517         logb for POWER7.
39518         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
39519         logbf for POWER7.
39520         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
39521         logbl for POWER7.
39522         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
39523         powerpc32/power7/fpu/s_logb.c via #include.
39524         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
39525         powerpc32/power7/fpu/s_logbf.c via #include.
39526         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
39527         powerpc32/power7/fpu/s_logbl.c via #include.
39529 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39531         * README.libm: Remove file.
39533 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39535         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
39536         count for x32.  Use R*_LP and omit operand-size suffix.
39538 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39540         * shlib-versions: Move x86_64-.*-linux.* entries to ...
39541         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
39542         * sysdeps/x86_64/x32/shlib-versions: New file.
39544 2012-05-14  Roland McGrath  <roland@hack.frob.com>
39546         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
39547         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
39548         Use _dl_fatal_printf instead.
39550 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39552         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
39553         set if not set by the user.  Do not allow for being unset.
39554         * sysdeps/unix/sysv/linux/configure: Regenerated.
39556 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39558         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
39559         the `q' suffix from lea and replace .quad with ASM_ADDR.
39561 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39563         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
39564         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
39565         instead of $17.
39566         (PTR_DEMANGLE): Likewise.
39568 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39570         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
39571         (LP_OP): Likewise.
39572         (ASM_ADDR): Likewise.
39573         (RAX_LP): Likewise.
39574         (RBP_LP): Likewise.
39575         (RBX_LP): Likewise.
39576         (RCX_LP): Likewise.
39577         (RDI_LP): Likewise.
39578         (RSI_LP): Likewise.
39579         (RSP_LP): Likewise.
39580         (R8_LP): Likewise.
39581         (R9_LP): Likewise.
39582         (R10_LP): Likewise.
39583         (R10_LP): Likewise.
39584         (R11_LP): Likewise.
39585         (R12_LP): Likewise.
39586         (R13_LP): Likewise.
39587         (R14_LP): Likewise.
39588         (R15_LP): Likewise.
39590 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39592         * sysdeps/x86_64/x32/dl-machine.h: New file.
39594 2012-05-14  Andreas Jaeger  <aj@suse.de>
39596         * manual/Makefile (subdir): Remove export of subdir.
39597         (all): Remove target.
39598         (.PHONY): Remove all from list.
39599         (mkinstalldirs): Remove.
39600         (.PHONY): Remove installdirs from list.
39601         ($(inst_infodir)/libc.info): Use make-target-directory.
39602         (installdirs): Remove.
39603         (subdir_%): Remove.
39604         (glibc-targets): Remove.
39605         (lib): Remove.
39606         (stubs): Remove.
39607         ($(objpfx)stubs ../po/manual.pot): Remove.
39608         ($(objpfx)stamp%): Remove.
39609         (make-target-directory): Remove.
39610         (subdir_install): Remove.
39611         (routines): Remove.
39612         (aux): Remove.
39613         (sources): Remove.
39614         (objects): Remove.
39615         (headers): Remove.
39617         [BZ #13750]
39618         * manual/.gitignore: Remove, it's not needed anymore.
39619         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
39620         all files in it.
39621         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
39622         directory.
39623         (texis): Renamed to $(objpfx)texis.
39624         (texis-path): New, contains path to generated files.
39625         (chapters.%): Use texis-path for complete path, add extra argument
39626         libc-texinfo.sh.
39627         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
39628         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
39629         (summary,texi, stamp-summary): Use complete path of
39630         files. Generate files in build dir.
39631         (dir-add.texi): Build in build dir.
39632         (libm-err.texi,stamp-libm-err): Likewise.
39633         (version.texi, stamp-version): Likewise.
39634         (.%c.texi): Likewise.
39635         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
39636         (mostlyclean): Remove target.
39637         (realclean): Remove target.
39638         (generated): Add new variable with contents from mostlyclean and
39639         realclean, remove entries duplicated in common-mostlyclean, add
39640         stamp-libm-err and stamp-version.
39641         (generated-dirs): Add libc directory.
39642         ($(inst_infodir)/libc.info): Install files from build dir.
39644         * manual/install.texi (Configuring and compiling): Adjust since
39645         the info files are not part of the tar ball anymore.
39647 2012-05-14  Andreas Jaeger  <aj@suse.de>
39649         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
39650         variable.
39652 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39654         [BZ #13717]
39655         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39656         to 2.2.0 where earlier.
39657         * sysdeps/unix/sysv/linux/configure: Regenerated.
39658         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
39659         Remove conditional code.
39660         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
39661         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
39662         Remove conditional code.
39663         [!__NR_lchown]: Likewise.
39664         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39665         [__NR_lchown]: Likewise.
39666         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
39667         comment referencing __ASSUME_LCHOWN_SYSCALL.
39668         * sysdeps/unix/sysv/linux/i386/sigaction.c
39669         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39670         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39671         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
39672         Remove conditional code.
39673         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
39674         (__protocol_available): Remove #if 0 code.
39675         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
39676         conditional code.
39677         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
39678         * sysdeps/unix/sysv/linux/kernel-features.h
39679         (__ASSUME_GETCWD_SYSCALL): Don't define.
39680         (__ASSUME_REALTIME_SIGNALS): Likewise.
39681         (__ASSUME_PREAD_SYSCALL): Likewise.
39682         (__ASSUME_PWRITE_SYSCALL): Likewise.
39683         (__ASSUME_POLL_SYSCALL): Likewise.
39684         (__ASSUME_LCHOWN_SYSCALL): Likewise.
39685         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
39686         non-SPARC.
39687         (__ASSUME_SIOCGIFNAME): Don't define.
39688         (__ASSUME_MSG_NOSIGNAL): Likewise.
39689         (__ASSUME_SENDFILE): Define unconditionally.
39690         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
39691         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
39692         conditional code.
39693         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
39694         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
39695         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39696         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39697         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
39698         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39699         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
39701         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39702         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
39704         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39705         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
39707         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39708         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
39710         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39711         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
39713         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39714         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
39716         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39717         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
39719         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39720         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
39722         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39723         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39724         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
39725         Remove conditional code.
39726         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39727         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39728         Remove conditional code.
39729         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39730         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
39731         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
39732         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39733         Remove conditional code.
39734         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39735         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
39736         Remove conditional code.
39737         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39738         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
39739         Remove conditional code.
39740         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39741         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39742         Remove conditional code.
39743         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39744         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39745         Remove conditional code.
39746         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39747         * sysdeps/unix/sysv/linux/sh/pwrite64.c
39748         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39749         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39750         * sysdeps/unix/sysv/linux/sigaction.c
39751         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39752         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39753         * sysdeps/unix/sysv/linux/sigpending.c
39754         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39755         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39756         * sysdeps/unix/sysv/linux/sigprocmask.c
39757         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39758         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39759         * sysdeps/unix/sysv/linux/sigsuspend.c
39760         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39761         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39762         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39763         (__libc_missing_rt_sigs): Remove.
39764         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
39765         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
39766         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
39767         Remove conditional code.
39768         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
39769         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
39770         return 1.
39771         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
39772         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
39773         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
39774         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
39776 2012-05-14  Andreas Jaeger  <aj@suse.de>
39778         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
39779         it's not used in glibc.
39780         (__coshm1): Likewise.
39781         (__acosh1p): Likewise.
39782         (__sgn): Likewise.
39784         * manual/string.texi (Copying and Concatenation): Add missing
39785         variable in concat example.
39786         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
39788 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39790         [BZ #14103]
39791         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
39792         __builtin_clzl with __builtin_clzll.
39794 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39796         [BZ #14104]
39797         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
39798         libc_freeres_ptr.
39800 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39802         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
39803         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
39804         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
39805         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
39807 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
39809         * NEWS: Update ia64 info.
39811 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
39813         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
39814         used as bcopy.
39816 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
39818         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
39819         * sysdeps/unix/syscalls.list (dup3): Likewise.
39820         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
39821         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
39823 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
39825         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
39826         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
39828 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
39830         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
39831         thread pointer.
39832         (TLS_IE): Use mov/add instead of movq/addq to load thread
39833         pointer.
39834         (TLS_GD_PREFIX): New.
39835         (TLS_GD): Use it.
39837 2012-05-11  David S. Miller  <davem@davemloft.net>
39839         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
39840         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
39841         (_FPU_SETCW): Likewise.
39843 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39845         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
39846         is 32-byte aligned.
39848 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
39850         [BZ #11837]
39851         * iconvdata/gb18030.c: Update tables.
39852         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
39853         characters specially.
39854         (BODY for TO_LOOP): Add encoding of missing ranges.
39856 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
39858         [BZ #13673]
39859         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
39860         * sysdeps/mach/hurd/dup3.c: Likewise.
39861         * sysdeps/mach/hurd/readlinkat.c: Likewise.
39862         * sysdeps/powerpc/memmove.c:: Likewise.
39864 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39866         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
39867         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
39869 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39871         * elf/elf.h (R_X86_64_RELATIVE64): New.
39872         (R_X86_64_NUM): Updated.
39873         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
39874         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
39875         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
39876         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
39877         tst-quad1pie tst-quad2pie
39878         (modules-names): Add tst-quadmod1 tst-quadmod2.
39879         ($(objpfx)tst-quad1): New dependency.
39880         ($(objpfx)tst-quad2): Likewise.
39881         ($(objpfx)tst-quad1pie): Likewise.
39882         ($(objpfx)tst-quad2pie): Likewise.
39883         * sysdeps/x86_64/tst-quad1.c: New file.
39884         * sysdeps/x86_64/tst-quad1pie.c: New file.
39885         * sysdeps/x86_64/tst-quad2.c: Likewise.
39886         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
39887         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
39888         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
39889         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
39890         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
39892 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39894         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
39895         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
39896         * streams/stropts.h (t_scalar_t): Define type.
39898         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
39899         (_PATH_PRESERVE): Set to "/var/lib".
39900         (_PATH_RWHODIR): Set to "/var/spool/rwho".
39902         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
39903         instead of int.
39905         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
39906         if __dir_mkfile succeeded.
39908         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
39909         checking for _hurd_dtablesize.  Unlock it right after having
39910         finished _hurd_dtable allocation.
39912 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39914         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
39915         * sysdeps/mach/hurd/configure: Regenerated.
39916         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
39917         special-casing to...
39918         * sysdeps/gnu/configure.in: ... this new file.
39919         * sysdeps/unix/sysv/linux/configure: Regenerated.
39920         * sysdeps/gnu/configure: New generated file.
39922         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
39923         for Linux: use nsec instead of usec, as well as:
39924         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
39925         members of type struct timespec.
39926         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
39927         New macros.
39928         (struct stat64): Likewise.
39929         (_STATBUF_ST_NSEC): New macro.
39930         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
39932         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39933         __strtoul_internal rather than strtoul.
39935 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39937         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
39938         and reject them.
39940 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39942         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
39943         which preserves existing values.
39944         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
39946 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39948         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
39949         TIMEOUT values.  Return EINVAL for NFDS values either negative or
39950         greater than FD_SETSIZE.
39952 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39954         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
39955         allocated, call __vm_protect to finish enabling the existing space, and
39956         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
39957         allocate the remainder.
39959 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39961         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
39962         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
39964 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39966         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
39967         sysdeps/mach/hurd/readlink.c.
39969         * posix/tst-sysconf.c (posix_options): Only use
39970         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
39971         _POSIX_SYNCHRONIZED_IO when they are defined
39972         * sysdeps/mach/hurd/bits/posix_opt.h:
39973         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
39974         (_XOPEN_REALTIME): Undefine macro.
39975         (_XOPEN_REALTIME_THREADS): Undefine macro.
39976         (_XOPEN_SHM): Undefine macro.
39977         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
39978         macro to -1.
39979         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
39980         macro to -1.
39981         (_POSIX_ASYNC_IO): Undefine macro.
39982         (_POSIX_PRIORITIZED_IO): Undefine macro.
39983         (_POSIX_SPIN_LOCKS): Define macro to -1.
39985         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
39986         SA_NODEFER, SA_RESETHAND.
39987         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
39988         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
39989         F_DUPFD_CLOEXEC.
39991 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39993         * elf/Makefile (pldd-modules): Define unconditionally.
39995 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39997         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
39999 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40001         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40002         Return ENOENT when name is empty.
40003         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40005 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40007         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40009         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40011 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40013         Fix mlock in all cases except non-readable pages.
40014         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40015         instead of VM_PROT_ALL as parameter to __vm_wire function.
40017         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40018         (__mkdir): When path is `/', just fail with EEXIST.
40019         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40021 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40023         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40024         <sys/uio.h> (for writev).
40025         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40026         and <sys/param.h> (for MIN).
40028 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40030         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40031         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40032         if interrupted.
40034 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40036         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40037         Depend on against $(link-rpcuserlibs).
40039 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40041         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40042         (__libc_stack_end): Do not use attribute_relro.
40043         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40044         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40045         to libthread-provided value.
40046         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40047         attribute_relro.
40049 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40051         [BZ #3748]
40052         * bits/libc-lock.h (__libc_once_get): New macro.
40053         * sysdeps/mach/bits/libc-lock.h: Likewise.
40054         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40055         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40056         instead of using implementation details.
40058         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40059         * libio/freopen.c: Likewise.
40060         * libio/freopen64.c: Likewise.
40061         * misc/syslog.c: Likewise.
40062         * nscd/connections.c: Likewise.
40063         * nscd/netgroupcache.c: Likewise.
40064         * sysdeps/posix/getcwd.c: Likewise.
40066 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40068         * math/w_ilogbf.c: Add #include <limits.h>.
40070 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40072         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40073         path instead of returning without unlocking.
40075         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40076         immediate-write ioctls.
40077         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40079 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40081         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40082         __builtin_frame_address instead of making assumptions about the
40083         location of the return address relative to DATA.  Force early load of
40084         the return address.
40085         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40086         __builtin_frame_address.
40088         dup3 for GNU Hurd.
40089         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40090         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40091         implement dup3 and do some further code clean-ups.
40092         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40093         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40095 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40097         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40099         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40100         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40101         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40102         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40103         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40104         d->port.lock.
40106         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40107         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40108         when handler == SIG_ERR, not when handler != SIG_ERR.
40110 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40112         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40113         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40114         definitions.
40116         accept4 for GNU Hurd.
40117         * include/sys/socket.h (__libc_accept4): New prototype.
40118         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40119         to implement __libc_accept4.
40120         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40121         __libc_accept4.
40122         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40124         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40125         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40126         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40127         signal-defines.sym.
40129 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40131         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40133 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40135         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40136         assertion on O_CLOEXEC flag.
40137         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40138         * hurd/intern-fd.c: Likewise.
40139         * hurd/port2fd.c: Likewise.
40141 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40143         [BZ #3906]
40144         * bits/in.h (IPV6_PKTINFO): Define new macro.
40145         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40147 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40149         [BZ #13954]
40150         [BZ #13955]
40151         [BZ #13956]
40152         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40153         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40154         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40155         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40156         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40157         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40158         * math/libm-test.inc (logb_test) : Additional logb tests.
40160 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40161             Andreas Jaeger  <aj@suse.de>
40163         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40164         * configure: Regenerated.
40165         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40166         * config.make.in (link-obsolete-rpc): New substituted variable.
40167         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40168         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40169         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40170         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40171         so that libc.a contains the symbols.
40172         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40173         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40174         * sunrpc/auth_none.c: Likewise.
40175         * sunrpc/auth_unix.c: Likewise.
40176         * sunrpc/authdes_prot.c: Likewise.
40177         * sunrpc/authuxprot.c: Likewise.
40178         * sunrpc/clnt_gen.c: Likewise.
40179         * sunrpc/clnt_perr.c: Likewise.
40180         * sunrpc/clnt_raw.c: Likewise.
40181         * sunrpc/clnt_simp.c: Likewise.
40182         * sunrpc/clnt_tcp.c: Likewise.
40183         * sunrpc/clnt_udp.c: Likewise.
40184         * sunrpc/clnt_unix.c: Likewise.
40185         * sunrpc/des_crypt.c: Likewise.
40186         * sunrpc/des_soft.c: Likewise.
40187         * sunrpc/get_myaddr.c: Likewise.
40188         * sunrpc/key_call.c: Likewise.
40189         * sunrpc/key_prot.c: Likewise.
40190         * sunrpc/netname.c: Likewise.
40191         * sunrpc/pm_getmaps.c: Likewise.
40192         * sunrpc/pm_getport.c: Likewise.
40193         * sunrpc/pmap_clnt.c: Likewise.
40194         * sunrpc/pmap_prot.c: Likewise.
40195         * sunrpc/pmap_prot2.c: Likewise.
40196         * sunrpc/pmap_rmt.c: Likewise.
40197         * sunrpc/publickey.c: Likewise.
40198         * sunrpc/rpc_cmsg.c: Likewise.
40199         * sunrpc/rpc_common.c: Likewise.
40200         * sunrpc/rpc_dtable.c: Likewise.
40201         * sunrpc/rpc_prot.c: Likewise.
40202         * sunrpc/rpc_thread.c: Likewise.
40203         * sunrpc/rtime.c: Likewise.
40204         * sunrpc/svc.c: Likewise.
40205         * sunrpc/svc_auth.c: Likewise.
40206         * sunrpc/svc_raw.c: Likewise.
40207         * sunrpc/svc_run.c: Likewise.
40208         * sunrpc/svc_tcp.c: Likewise.
40209         * sunrpc/svc_udp.c: Likewise.
40210         * sunrpc/svc_unix.c: Likewise.
40211         * sunrpc/svcauth_des.c: Likewise.
40212         * sunrpc/xcrypt.c: Likewise.
40213         * sunrpc/xdr.c: Likewise.
40214         * sunrpc/xdr_array.c: Likewise.
40215         * sunrpc/xdr_float.c: Likewise.
40216         * sunrpc/xdr_intXX_t.c: Likewise.
40217         * sunrpc/xdr_mem.c: Likewise.
40218         * sunrpc/xdr_rec.c: Likewise.
40219         * sunrpc/xdr_ref.c: Likewise.
40220         * sunrpc/xdr_sizeof.c: Likewise.
40221         * sunrpc/xdr_stdio.c: Likewise.
40223 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40225         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40226         change.  Update copyright years.
40228 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40230         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40232 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40233             Joseph Myers  <joseph@codesourcery.com>
40234             Paul Pluzhnikov  <ppluzhnikov@google.com>
40236         [BZ #14012]
40237         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40238         requiring rpcgen.
40239         [cross-compiling] (extra-libs): Likewise.
40240         [cross-compiling] (extra-libs-others): Likewise.
40241         [cross-compiling] (librpcsvc-routines): Likewise.
40242         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40243         [cross-compiling] (omit-deps): Likewise.
40244         (sunrpc-CPPFLAGS): New variable.
40245         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40246         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40247         (cross-rpcgen-objs): New variable.
40248         (extra-objs): Append $(cross-rpcgen-objs).
40249         ($(cross-rpcgen-objs)): New rule.
40250         ($(objpfx)cross-rpcgen): Likewise.
40251         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40252         comment.
40253         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40254         ($(objpfx)x%.stmp): Likewise.
40255         * sunrpc/proto.h [IS_IN_build] (_): Define.
40256         [IS_IN_build] (_libc_intl_domainname): Likewise.
40258 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40260         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40261         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40262         and R_X86_64_TPOFF64.
40264 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40266         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40267         sysdeps/unix/sysv/syscalls.list.
40268         (stime): Likewise.
40269         (utime): Likewise.
40270         * sysdeps/unix/sysv/syscalls.list: Remove file.
40272 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40274         [BZ #3440]
40275         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40276         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40277         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40278         (__LC_IDENTIFICATION): Make these macros useful in #if
40279         expressions, as required by C99.
40281 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40283         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40284         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40285         after this.
40287 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40289         * stdlib/longlong.h: Updated from GCC.
40291 2012-05-09  Andreas Jaeger  <aj@suse.de>
40293         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40294         default is first entry.
40295         (run_mode): Set type.
40296         (main): Remove informal message about syslog.
40297         (options): Fix typo.
40299         [BZ #14053]
40300         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40301         to asm.
40302         (lrint): Likewise.
40303         (llrintf): Likewise.
40304         (llrint): Likewise.
40305         (rint): Likewise.
40306         (rintf): Likewise.
40307         (nearbyint): Likewise.
40308         (nearbyintf): Likewise.
40310 2012-05-09  Andreas Jaeger  <aj@suse.de>
40311             Pedro Alves  <palves@redhat.com>
40313         * nscd/nscd.c (run_mode): Use enum.
40314         (main): Cleanup coding style issue.
40316 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40317             Andreas Jaeger  <aj@suse.de>
40319         * nscd/nscd.c (go_background): Replaced with...
40320         (run_mode): ... this.
40321         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40322         (options): Add -F --foreground.
40323         (main): Implement it.
40324         (parse_opt): Parse it.
40326 2012-05-09  Andreas Jaeger  <aj@suse.de>
40328         [BZ #14083]
40329         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40330         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40331         -Wconversion warning.
40332         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40333         Likewise.
40335 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40337         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40338         == 0.
40339         (LC_ALL): Use macro-int-constant.
40340         (LC_COLLATE): Likewise.
40341         (LC_CTYPE): Likewise.
40342         (LC_MESSAGES): Likewise.
40343         (LC_MONETARY): Likewise.
40344         (LC_NUMERIC): Likewise.
40345         (LC_TIME): Likewise.
40346         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40347         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40348         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40349         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40350         Specify type.
40351         [C99-based standards] (float_t): Expect type.
40352         [C99-based standards] (double_t): Expect type.
40353         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40354         type.
40355         [C99-based standards] (HUGE_VALL): Likewise.
40356         [C99-based standards] (INFINITY): Likewise.
40357         [C99-based standards] (NAN): Likewise.
40358         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40359         [C99-based standards] (FP_NAN): Likewise.
40360         [C99-based standards] (FP_NORMAL): Likewise.
40361         [C99-based standards] (FP_SUBNORMAL): Likewise.
40362         [C99-based standards] (FP_ZERO): Likewise.
40363         [C99-based standards] (FP_FAST_FMA): Use
40364         optional-macro-int-constant.  Specify type.  Require == 1.
40365         [C99-based standards] (FP_FAST_FMAF): Likewise.
40366         [C99-based standards] (FP_FAST_FMAL): Likewise.
40367         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40368         [C99-based standards] (FP_ILOGBNAN): Likewise.
40369         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40370         Specify type.
40371         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40372         [C99-based standards] (math_errhandling): Specify type.
40373         [ISO99 || ISO11] (signgam): Do not allow.
40374         [non-C99-based standards] (copysignf): Do not allow.
40375         [non-C99-based standards] (exp2f): Likewise.
40376         [non-C99-based standards] (log2f): Likewise.
40377         [non-C99-based standards] (modff): Allow.
40378         [non-C99-based standards] (erff): Do not allow.
40379         [non-C99-based standards] (erfcf): Likewise.
40380         [non-C99-based standards] (gammaf): Likewise.
40381         [non-C99-based standards] (hypotf): Likewise.
40382         [non-C99-based standards] (j0f): Likewise.
40383         [non-C99-based standards] (j1f): Likewise.
40384         [non-C99-based standards] (jnf): Likewise.
40385         [non-C99-based standards] (lgammaf): Likewise.
40386         [non-C99-based standards] (tgammaf): Likewise.
40387         [non-C99-based standards] (y0f): Likewise.
40388         [non-C99-based standards] (y1f): Likewise.
40389         [non-C99-based standards] (ynf): Likewise.
40390         [non-C99-based standards] (isnanf): Likewise.
40391         [non-C99-based standards] (acoshf): Likewise.
40392         [non-C99-based standards] (asinhf): Likewise.
40393         [non-C99-based standards] (atanhf): Likewise.
40394         [non-C99-based standards] (cbrtf): Likewise.
40395         [non-C99-based standards] (expm1f): Likewise.
40396         [non-C99-based standards] (ilogbf): Likewise.
40397         [non-C99-based standards] (log1pf): Likewise.
40398         [non-C99-based standards] (logbf): Likewise.
40399         [non-C99-based standards] (nextafterf): Likewise.
40400         [non-C99-based standards] (remainderf): Likewise.
40401         [non-C99-based standards] (rintf): Likewise.
40402         [non-C99-based standards] (scalbf): Likewise.
40403         [non-C99-based standards] (copysignl): Likewise.
40404         [non-C99-based standards] (exp2l): Likewise.
40405         [non-C99-based standards] (log2l): Likewise.
40406         [non-C99-based standards] (modfl): Allow.
40407         [non-C99-based standards] (erfl): Do not allow.
40408         [non-C99-based standards] (erfcl): Likewise.
40409         [non-C99-based standards] (gammal): Likewise.
40410         [non-C99-based standards] (hypotl): Likewise.
40411         [non-C99-based standards] (j0l): Likewise.
40412         [non-C99-based standards] (j1l): Likewise.
40413         [non-C99-based standards] (jnl): Likewise.
40414         [non-C99-based standards] (lgammal): Likewise.
40415         [non-C99-based standards] (tgammal): Likewise.
40416         [non-C99-based standards] (y0l): Likewise.
40417         [non-C99-based standards] (y1l): Likewise.
40418         [non-C99-based standards] (ynl): Likewise.
40419         [non-C99-based standards] (isnanl): Likewise.
40420         [non-C99-based standards] (acoshl): Likewise.
40421         [non-C99-based standards] (asinhl): Likewise.
40422         [non-C99-based standards] (atanhl): Likewise.
40423         [non-C99-based standards] (cbrtl): Likewise.
40424         [non-C99-based standards] (expm1l): Likewise.
40425         [non-C99-based standards] (ilogbl): Likewise.
40426         [non-C99-based standards] (log1pl): Likewise.
40427         [non-C99-based standards] (logbl): Likewise.
40428         [non-C99-based standards] (nextafterl): Likewise.
40429         [non-C99-based standards] (remainderl): Likewise.
40430         [non-C99-based standards] (rintl): Likewise.
40431         [non-C99-based standards] (scalbl): Likewise.
40432         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40433         [non-C99-based standards] (FP_*): Do not allow.
40434         [C99-based standards] (FP_*): Change to
40435         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40436         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40437         allow.
40438         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40439         (SIG_ERR): Likewise.
40440         [X/Open-based standards] (SIG_HOLD): Likewise.
40441         (SIG_IGN): Likewise.
40442         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40443         positive value.
40444         (SIGFPE): Likewise.
40445         (SIGILL): Likewise.
40446         (SIGINT): Likewise.
40447         (SIGSEGV): Likewise.
40448         (SIGTER): Likewise.
40449         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40450         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40451         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40452         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40453         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40454         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40455         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40456         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40457         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40458         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40459         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40460         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40461         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40462         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40463         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40464         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40465         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40466         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40467         [X/Open-based standards] (SIGTRAP): Likewise.
40468         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40469         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40470         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40471         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40472         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40473         allow.
40475 2012-05-08  Ian Wienand  <ianw@vmware.com>
40477         [BZ #14080]
40478         * time/tzset.c (__tzset_parse_tz): Update default rules for
40479         daylight time changes in the Energy Policy Act of 2005.
40481 2012-05-09  Andreas Jaeger  <aj@suse.de>
40483         [BZ #13983]
40484         * elf/ldconfig.c (parse_conf): Change string to make clear that
40485         ldconfig only issued a warning if ld.so.conf does not exist.
40487 2012-05-08  David S. Miller  <davem@davemloft.net>
40489         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
40490         movxtod instead of popping the value on the stack.
40492         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40494 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
40496         * config.h.in: Add HAVE_ARM_PCS_VFP.
40498 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
40500         [BZ #13979]
40501         * include/features.h: Warn if user requests __FORTIFY_SOURCE
40502         checking but the checks are disabled for any reason.
40504 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
40506         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
40507         and ELF64_R_TYPE with ELFW(R_TYPE).
40509 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
40511         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
40512         (ulimit): Likewise.
40514         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
40515         (settimeofday): Likewise.
40517 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
40519         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
40520         a struct th_u2 inside the union, and move tu_block/tu_code into
40521         a new th_u3 union of tu_block/tu_code inside of that.  Move
40522         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
40523         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
40524         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
40525         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
40526         (th_stuff): Change to th_u1.tu_stuff.
40527         (th_data): Define.
40528         (th_msg): Change to th_u1.th_u2.tu_data.
40530 2012-05-07  David S. Miller  <davem@davemloft.net>
40532         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40534         [BZ #14074]
40535         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
40536         (SETUP_PIC_REG): Use it.
40537         (SETUP_PIC_REG_LEAF): Use it.
40539 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
40541         [BZ #13885]
40542         [BZ #13923]
40543         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40544         USE_AS_EXPM1L.
40545         (EXPL_FINITE): Likewise.
40546         (FLDLOG): Likewise.
40547         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40548         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40549         e_expl.S.
40550         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40551         USE_AS_EXPM1L.
40552         (EXPL_FINITE): Likewise.
40553         (FLDLOG): Likewise.
40554         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40555         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40556         e_expl.S.
40557         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
40558         test of -max_value argument for long double.
40559         * sysdeps/i386/fpu/libm-test-ulps: Update.
40560         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40562 2012-05-06  David S. Miller  <davem@davemloft.net>
40564         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
40565         quad soft-float symbols whose references which are compiler
40566         generated.
40567         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
40569 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
40571         [BZ #13884]
40572         [BZ #13914]
40573         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40574         USE_AS_EXP10L.
40575         (EXPL_FINITE): Likewise.
40576         (FLDLOG): Likewise.
40577         (c0): Likewise.
40578         (c1): Likewise.
40579         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40580         Adjust comments for base varying.
40581         (__expl_finite): Change alias to EXPL_FINITE.
40582         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
40583         e_expl.S.
40584         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
40585         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
40586         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
40587         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
40588         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40589         USE_AS_EXP10L.
40590         (EXPL_FINITE): Likewise.
40591         (FLDLOG): Likewise.
40592         (c0): Likewise.
40593         (c1): Likewise.
40594         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40595         Adjust comments for base varying.
40596         (__expl_finite): Change alias to EXPL_FINITE.
40597         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
40598         tests for bugs.
40599         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40601         [BZ #14064]
40602         * math/libm-test.inc (check_float_internal): Correct ulp
40603         calculation for subnormal expected results.
40605 2012-05-06  Andreas Jaeger  <aj@suse.de>
40607         * Makeconfig (+math-flags): New, set to -frounding-math.
40608         (+cflags): Add +math-flags so that all of glibc gets compiled with
40609         it.
40611         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
40613 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
40615         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
40616         Disable one test.
40618         [BZ #13787]
40619         [BZ #13922]
40620         [BZ #14036]
40621         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
40622         (__ieee754_expl): Allow for and saturate large arguments.
40623         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
40624         (u_threshold): Likewise.
40625         (__exp): Call __ieee754_exp before checking for overflow and
40626         underflow.
40627         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
40628         (u_threshold): Likewise.
40629         (__expf): Call __ieee754_expf before checking for overflow and
40630         underflow.
40631         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
40632         (u_threshold): Likewise.
40633         (__expl): Call __ieee754_expl before checking for overflow and
40634         underflow.
40635         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
40636         (__ieee754_expl): Allow for and saturate large arguments.
40637         * math/libm-test.inc (exp_test): Add another test.  Do not allow
40638         missing overflow exception on overflow.
40639         (expm1_test): Do not allow missing overflow exception on overflow.
40641         * sysdeps/i386/fpu/e_expl.c: Move to ...
40642         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
40643         rather than using inline asm.
40644         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
40645         * sysdeps/x86_64/fpu/e_expl.S: Copy from
40646         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
40648         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
40649         (nice): Likewise.
40650         (poll): Likewise.
40651         (signal): Likewise.
40652         (time): Likewise.
40653         (times): Likewise.
40655 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40657         * sysdeps/unix/syscalls.list (adjtime): Add entry from
40658         sysdeps/unix/common/syscalls.list.
40659         (fchmod): Likewise.
40660         (fchown): Likewise.
40661         (ftruncate): Likewise.
40662         (getrusage): Likewise.
40663         (gettimeofday): Likewise.
40664         (setpgid): Likewise.
40665         (setregid): Likewise.
40666         (setreuid): Likewise.
40667         (sigaction): Likewise.
40668         (truncate): Likewise.
40669         (vhangup): Likewise.
40670         * sysdeps/unix/common/syscalls.list: Remove file.
40671         * sysdeps/unix/bsd/Implies: Don't include unix/common.
40672         * sysdeps/unix/sysv/linux/Implies: Likewise.
40674 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
40676         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
40677         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
40678         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
40679         Moved to ...
40680         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
40681         Here.
40682         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
40683         to ...
40684         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
40685         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
40686         to ...
40687         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
40688         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
40689         to ...
40690         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
40691         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
40692         to ...
40693         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
40694         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
40695         to ...
40696         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
40697         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
40698         to ...
40699         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
40700         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
40701         to ...
40702         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
40703         Here.
40704         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
40705         to ...
40706         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
40707         Here.
40708         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
40709         to ...
40710         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
40711         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
40712         Moved to ...
40713         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
40714         Here.
40715         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
40716         to ...
40717         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
40719 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40721         * sysdeps/unix/common/bits/dirent.h: Remove file.
40722         * sysdeps/unix/common/bits/fcntl.h: Likewise.
40724         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
40725         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
40726         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
40727         * sysdeps/unix/bsd/isatty.c: Likewise.
40728         * sysdeps/unix/bsd/tcdrain.c: Likewise.
40729         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
40730         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
40732 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40734         [BZ #13563]
40735         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
40736         long double comparison inaccuracies.
40737         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
40738         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40740 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
40742         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
40743         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
40745 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40747         [BZ #14049]
40748         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
40749         nonzero digits before rounding a hex value.
40750         * stdlib/tst-strtod.c (tests): Add another test.
40752 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40754         * sysdeps/s390/fpu/libm-test-ulps: Update.
40756 2012-05-03  Andreas Jaeger  <aj@suse.de>
40758         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
40759         does not get optimized out.
40760         (malloc_opt_barrier): New.
40762 2012-05-03  Andreas Jaeger  <aj@suse.de>
40763             Roland McGrath  <roland@hack.frob.com>
40765         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
40766         intermediate file deletion.
40767         (generated): Add .symlist files.
40769 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
40771         [BZ #13775]
40772         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
40773         Redirect under this condition.
40774         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40775         [__USE_GNU] (__dprintf_chk): Not under this condition.
40776         [__USE_GNU] (__vdprintf_chk): Likewise.
40777         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
40778         under this condition.
40779         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40780         [__USE_XOPEN2K8] (dprintf): Define under this condition.
40781         [__USE_XOPEN2K8] (vdprintf): Likewise.
40782         [__USE_GNU] (__dprintf_chk): Not under this condition.
40783         [__USE_GNU] (__vdprintf_chk): Likewise.
40784         [__USE_GNU] (dprintf): Likewise.
40785         [__USE_GNU] (vdprintf): Likewise.
40787 2012-05-03  Roland McGrath  <roland@hack.frob.com>
40789         * elf/Makefile (common-generated): Set this instead of generated for
40790         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
40791         $(all-built-dso)-derived lists.
40793 2012-05-03  Andreas Jaeger  <aj@suse.de>
40795         * sysdeps/i386/fpu/libm-test-ulps: Update.
40797         * FAQ: Removed.
40798         * FAQ.in: Likewise.
40799         * scripts/gen-FAQ.pl: Likewise.
40800         * manual/install.texi (Installation): Point to online location of
40801         FAQ.
40802         * Makefile (files-for-dist): Remove FAQ.
40803         (FAQ): Remove.
40805 2012-05-02  Allan McRae  <allan@archlinux.org>
40807         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
40808         (LDFLAGS-reldepmod5.so): Likewise.
40809         (LDFLAGS-reldep6mod1.so): Likewise.
40810         (LDFLAGS-reldep6mod4.so): Likewise.
40811         (LDFLAGS-reldep8mod3.so): Likewise.
40812         (LDFLAGS-unload4mod1.so): Likewise.
40813         (LDFLAGS-unload4mod2.so): Likewise.
40814         (LDFLAGS-tst-initorder): Likewise.
40815         (LDFLAGS-tst-initordera2.so): Likewise.
40816         (LDFLAGS-tst-initordera3.so): Likewise.
40817         (LDFLAGS-tst-initordera4.so): Likewise.
40818         (LDFLAGS-tst-initorderb2.so): Likewise.
40819         (LDFLAGS-noload): Likewise.
40820         (LDFLAGS-next): Likewise.
40821         (LDFLAGS-order2mod1.so): Likewise.
40822         (LDFLAGS-order2mod2.so): Likewise.
40823         (LDFLAGS-tst-initorder2): Likewise.
40824         (LDFLAGS-tst-initorder2a.so): Likewise.
40825         (LDFLAGS-tst-initorder2b.so): Likewise.
40826         (LDFLAGS-tst-initorder2c.so): Likewise.
40827         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
40829 2012-05-02  David S. Miller  <davem@davemloft.net>
40831         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40833 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
40835         [BZ #14055]
40836         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
40838 2012-05-02  Andreas Jaeger  <aj@suse.de>
40840         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
40841         since we manipulate rounding mode.
40842         (CPPFLAGS-test-idouble.c): Likewise.
40843         (CPPFLAGS-test-ifloat.c): Likewise.
40844         (CFLAGS-test-ldouble.c): Likewise.
40845         (CFLAGS-test-double.c): Likewise.
40846         (CFLAGS-test-float.c): Likewise.
40847         (CFLAGS-test-misc.c): Likewise.
40848         (CFLAGS-test-test-fenv.c): Likewise.
40850 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40852         [BZ #2550]
40853         [BZ #2570]
40854         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
40855         comparisons to determine direction to adjust input.
40857 2012-05-01  Roland McGrath  <roland@hack.frob.com>
40859         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
40860         output to the target.
40862         * scripts/localplt.awk: New file.
40863         * elf/Makefile ($(objpfx)check-localplt): Target removed.
40864         (check-localplt-CFLAGS): Variable removed.
40865         ($(all-built-dso:=.jmprel)): New static pattern rule.
40866         (generated): Add those targets.
40867         (localplt-built-dso): New variable.
40868         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
40870         * elf/check-localplt.c: File removed.
40872         * scripts/check-execstack.awk: New file.
40873         * elf/Makefile ($(objpfx)check-execstack): Target removed.
40874         (check-execstack-CFLAGS): Variable removed.
40875         ($(objpfx)check-execstack.h): Target removed.
40876         ($(objpfx)execstack-default): New target.
40877         (generated): Add that instead of check-execstack.h.
40878         ($(all-built-dso:=.phdr)): New static pattern rule.
40879         (generated): Add those targets.
40880         * elf/check-execstack.c: File removed.
40882         * scripts/check-textrel.awk: New file.
40883         * elf/Makefile ($(objpfx)check-textrel): Target removed.
40884         (check-textrel-CFLAGS): Variable removed.
40885         (all-built-dso): Use := to define.o
40886         ($(all-built-dso:=.dyn)): New static pattern rule.
40887         (generated): Add those targets.
40888         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
40889         * config.make.in (READELF): New substituted variable.
40890         * elf/check-textrel.c: File removed.
40892 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
40894         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40895         allow.
40896         * conform/data/ctype.h-data [C99-based standards] (isblank):
40897         Expect function.
40898         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
40899         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
40900         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40901         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
40902         Specify type.  Require positive value.
40903         (EILSEQ): Likewise.
40904         (ERANGE): Likewise.
40905         [ISO || POSIX] (EILSEQ): Do not expect.
40906         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
40907         Specify type.  Require positive value.
40908         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
40909         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
40910         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
40911         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
40912         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
40913         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
40914         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
40915         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
40916         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
40917         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
40918         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
40919         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
40920         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
40921         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
40922         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
40923         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
40924         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
40925         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
40926         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
40927         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
40928         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
40929         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
40930         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
40931         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
40932         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
40933         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
40934         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
40935         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
40936         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
40937         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
40938         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
40939         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
40940         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
40941         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
40942         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
40943         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
40944         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
40945         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
40946         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
40947         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
40948         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
40949         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
40950         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
40951         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
40952         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
40953         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
40954         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
40955         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
40956         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
40957         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
40958         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
40959         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
40960         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
40961         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
40962         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
40963         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
40964         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
40965         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
40966         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
40967         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
40968         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
40969         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
40970         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
40971         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
40972         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
40973         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
40974         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
40975         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
40976         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
40977         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
40978         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
40979         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
40980         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
40981         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
40982         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
40983         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
40984         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
40985         Require >= 2.
40986         (FLT_ROUNDS): Expect as macro, not constant.
40987         (FLT_MANT_DIG): Use macro-int-constant.
40988         (DBL_MANT_DIG): Likewise.
40989         (LDBL_MANT_DIG): Likewise.
40990         (FLT_DIG): Likewise.
40991         (DBL_DIG): Likewise.
40992         (LDBL_DIG): Likewise.
40993         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
40994         (DBL_MIN_EXP): Likewise.
40995         (LDBL_MIN_EXP): Likewise.
40996         (FLT_MAX_EXP): Use macro-int-constant.
40997         (DBL_MAX_EXP): Likewise.
40998         (LDBL_MAX_EXP): Likewise.
40999         (FLT_MAX_10_EXP): Likewise.
41000         (DBL_MAX_10_EXP): Likewise.
41001         (LDBL_MAX_10_EXP): Likewise.
41002         (FLT_MAX): Use macro-constant.
41003         (DBL_MAX): Likewise.
41004         (LDBL_MAX): Likewise.
41005         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41006         (DBL_EPSILON): Likewise.
41007         (LDBL_EPSILON): Likewise.
41008         (FLT_MIN): Likewise.
41009         (DBL_MIN): Likewise.
41010         (LDBL_MIN): Likewise.
41011         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41012         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41013         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41014         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41015         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41016         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41017         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41018         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41019         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41020         [ISO11] (FLT_TRUE_MIN): Likewise.
41021         [ISO11] (LDBL_TRUE_MIN): Likewise.
41022         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41023         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41024         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41025         (SCHAR_MAX): Likewise.
41026         (UCHAR_MAX): Likewise.
41027         (CHAR_MIN): Likewise.
41028         (CHAR_MAX): Likewise.
41029         (MB_LEN_MAX): Use macro-int-constant.
41030         (SHRT_MIN): Use macro-int-constant.  Specify type.
41031         (SHRT_MAX): Likewise.
41032         (USHRT_MAX): Likewise.
41033         (INT_MAX): Likewise.
41034         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41035         bound negative.
41036         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41037         bound with "U".
41038         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41039         bound with "L".
41040         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41041         bound negative.  Suffix upper bound with "L".
41042         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41043         bound with "UL".
41044         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41045         Specify type.
41046         [C99-based standards] (LLONG_MAX): Likewise.
41047         [C99-based standards] (ULLONG_MAX): Likewise.
41048         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41049         == 0.
41050         [ISO11] (max_align_t): Require type.
41051         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41053         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41054         from $CFLAGS, without defining away __attribute__ calls.
41055         (checknamespace): Use $CFLAGS_namespace.
41057         * conform/conformtest.pl (@keywords): Only include C99 keywords
41058         for standards based on C99 or C11.
41060         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41061         Disable tests.
41062         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41063         UNIX98]: Likewise.
41065         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41066         usability of symbols in #if.
41068         * conform/conformtest.pl: If macro or constant types start
41069         "promoted:", expect the symbol to be of the following type
41070         promoted by the integer promotions.
41072         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41073         in one place.  Also handle "macro-constant".
41075         * conform/conformtest.pl: Only accept expected macro values with
41076         "==".  Parse all "macro" lines in one place.
41077         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41079         * conform/conformtest.pl: Handle braced types on "constant" lines
41080         instead of handling "typed-constant".
41081         * conform/data/signal.h-data: Use "constant" instead of
41082         "typed-constant".
41084         * conform/conformtest.pl: Handle "optional-" at start of lines in
41085         one place rather than duplicating several cases.  Handle each
41086         format of "macro" line with initial "optional-".
41088         * conform/conformtest.pl: Only accept expected constant or
41089         optional-constant values with "==".  Parse all "constant" lines in
41090         one place.  Parse all "optional-constant" lines in one place.
41091         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41092         * conform/data/fmtmsg.h-data: Likewise.
41093         * conform/data/netinet/in.h-data: Likewise.
41094         * conform/data/tar.h-data: Likewise.
41095         * conform/data/limits.h-data: Use "==" form on "constant" and
41096         "optional-constant" lines.
41098         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41099         Use -std=c99 for XOPEN2K.
41100         (@knownproblems): Remove.
41101         (newtoken): Don't check %isknown.
41103         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41104         Do not expect macro.
41105         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41106         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41107         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41108         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41109         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41110         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41111         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41112         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41113         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41114         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41115         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41116         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41117         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41118         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41119         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41120         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41121         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41122         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41123         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41124         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41125         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41126         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41127         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41128         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41129         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41130         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41131         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41132         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41133         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41134         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41135         [XPG3] (acosh): Likewise.
41136         [XPG3] (asinh): Likewise.
41137         [XPG3] (atanh): Likewise.
41138         [XPG3] (cbrt): Likewise.
41139         [XPG3] (expm1): Likewise.
41140         [XPG3] (ilogb): Likewise.
41141         [XPG3] (log1p): Likewise.
41142         [XPG3] (logb): Likewise.
41143         [XPG3] (nextafter): Likewise.
41144         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41145         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41146         [XPG3] (remainder): Likewise.
41147         [XPG3] (rint): Likewise.
41148         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41149         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41150         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41151         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41152         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41153         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41154         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41155         [UNIX98 || XOPEN2K] (scalb): Expect.
41156         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41157         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41158         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41159         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41160         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41161         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41162         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41163         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41164         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41165         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41166         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41167         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41168         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41169         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41170         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41171         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41172         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41173         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41174         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41175         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41176         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41177         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41178         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41179         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41180         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41181         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41182         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41183         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41184         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41185         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41186         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41187         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41188         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41189         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41190         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41191         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41192         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41193         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41194         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41195         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41196         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41197         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41198         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41199         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41200         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41201         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41202         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41203         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41204         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41205         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41206         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41207         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41208         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41209         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41210         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41211         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41212         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41213         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41214         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41215         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41216         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41217         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41218         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41219         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41220         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41221         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41222         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41223         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41224         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41225         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41226         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41227         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41228         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41229         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41230         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41231         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41232         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41233         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41234         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41235         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41236         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41237         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41238         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41239         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41240         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41241         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41242         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41243         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41244         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41245         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41246         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41247         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41248         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41249         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41250         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41251         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41252         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41253         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41254         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41255         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41256         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41257         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41258         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41259         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41260         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41261         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41262         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41263         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41264         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41265         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41266         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41267         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41268         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41269         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41270         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41271         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41272         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41273         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41274         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41275         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41276         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41277         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41278         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41279         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41280         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41281         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41282         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41283         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41284         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41285         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41286         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41287         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41288         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41289         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41290         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41291         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41292         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41294         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41295         _XOPEN_SOURCE_EXTENDED for XPG4.
41297         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41299         * Makeconfig (localtime): Remove variable.
41300         (inst_localtime-file): Likewise.
41302 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41305         Update.
41306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41307         Update.
41308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41309         Update.
41310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41311         Update.
41312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41313         Update.
41314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41315         Update.
41316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41317         Update.
41318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41319         Update.
41320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41321         Update.
41323 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41325         [BZ #2550]
41326         [BZ #2570]
41327         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41328         comparisons to determine direction to adjust input.
41329         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41330         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41331         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41332         Likewise.
41333         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41334         Likewise.
41335         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41336         Likewise.
41337         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41338         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41339         Likewise.
41340         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41341         Likewise.
41342         * math/libm-test.inc (nexttoward_test): Add more tests.
41344 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41346         [BZ #14040]
41347         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41348         in version GLIBC_2.1, not GLIBC_2.0.
41349         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41350         Likewise.
41352 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41354         [BZ #13942]
41355         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41356         (1 - x) * (1 + x).
41357         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41358         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41359         * math/libm-test.inc (acos_test): Add more tests.
41360         (asin_test): Likewise.
41361         * sysdeps/i386/fpu/libm-test-ulps: Update.
41362         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41364         [BZ #14034]
41365         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41366         of square root.
41367         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41368         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41369         * math/libm-test.inc (acos_test_tonearest): New function.
41370         (acos_test_towardzero): Likewise.
41371         (acos_test_downward): Likewise.
41372         (acos_test_upward): Likewise.
41373         (asin_test_tonearest): Likewise.
41374         (asin_test_towardzero): Likewise.
41375         (asin_test_downward): Likewise.
41376         (asin_test_upward): Likewise.
41377         (main): Call the new functions.
41378         * sysdeps/i386/fpu/libm-test-ulps: Update.
41379         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41381         [BZ #13884]
41382         [BZ #13924]
41383         * math/e_exp10.c: Include <float.h>.
41384         (__ieee754_exp10): Handle underflow here rather than multiplying
41385         large negative argument by M_LN10.
41386         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41387         of __ieee754_expf.
41388         * math/e_exp10l.c: Include <float.h>.
41389         (__ieee754_exp10l): Handle underflow here rather than multiplying
41390         large negative argument by M_LN10l.
41391         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41392         spurious overflow exception on underflow.
41394 2012-04-29  Marek Polacek  <polacek@redhat.com>
41396         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41397         (__fortify_function): New macro.
41398         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41399         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41400         __extern_always_inline.
41401         * libio/bits/stdio2.h: Likewise.
41402         * libio/bits/stdio.h: Likewise.
41403         * string/string.h: Likewise.
41404         * string/bits/string3.h: Likewise.
41405         * include/stdio.h: Likewise.
41406         * stdlib/bits/stdlib.h: Likewise.
41407         * stdlib/stdlib.h: Likewise.
41408         * rt/bits/mqueue2.h: Likewise.
41409         * rt/mqueue.h: Likewise.
41410         * posix/bits/unistd.h: Likewise.
41411         * posix/unistd.h: Likewise.
41412         * io/bits/poll2.h: Likewise.
41413         * io/bits/fcntl2.h: Likewise.
41414         * io/fcntl.h: Likewise.
41415         * io/sys/poll.h: Likewise.
41416         * misc/bits/syslog.h: Likewise.
41417         * misc/bits/syslog-ldbl.h: Likewise.
41418         * misc/sys/syslog.h: Likewise.
41419         * socket/bits/socket2.h: Likewise.
41420         * socket/sys/socket.h: Likewise.
41421         * debug/tst-chk1.c: Likewise.
41422         * wcsmbs/bits/wchar2.h: Likewise.
41423         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41424         * wcsmbs/wchar.h: Likewise.
41426 2012-04-29  Andreas Jaeger  <aj@suse.de>
41428         * Makerules (tests): Remove enable-check-abi protection.
41429         (check-abi-warn): Remove.
41430         (check-abi-%): Remove check-abi-warn usage.
41432         * configure.in: Remove check-abi configure option.
41433         * configure: Regenerated.
41434         * config.make.in (enable-check-abi): Remove.
41436 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41438         [BZ #14033]
41439         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41440         double functions to double *_finite functions.
41442         [BZ #13941]
41443         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41444         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41445         LDBL_MIN_EXP.
41446         * stdio-common/Makefile (tests): Add tst-sprintf3.
41447         * stdio-common/tst-sprintf3.c: New file.
41449         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41450         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41452 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41454         * conform/conformtest.pl: Remove duplicate typed-constant
41455         handling.
41457 2012-04-28  David S. Miller  <davem@davemloft.net>
41459         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41460         (check-abi-%): Remove AWK script prerequisite and explicit
41461         abilist directory.
41462         (check-abi): Rewrite to just diff the symlist with the abilist.
41463         (config-tls, config-abi-config): Delete, no longer used.
41464         (update-abi-%): Remove AWK script and explicit abilist directory.
41465         (update-abi): Rewrite to simply compare and conditionally copy the
41466         symlist and the sysdep abilist file.  Remove update-abi-config
41467         checks.
41468         * abilist/ld.abilist: Remove.
41469         * abilist/libBrokenLocale.abilist: Remove.
41470         * abilist/libanl.abilist: Remove.
41471         * abilist/libcrypt.abilist: Remove.
41472         * abilist/libdl.abilist: Remove.
41473         * abilist/librt.abilist: Remove.
41474         * abilist/libthread_db.abilist: Remove.
41475         * abilist/libutil.abilist: Remove.
41476         * scripts/extract-abilist.awk: Remove.
41477         * scripts/merge-abilist.awk: Remove.
41478         * sysdeps/generic/libcidn.abilist: New file.
41479         * sysdeps/generic/libnss_compat.abilist: New file.
41480         * sysdeps/generic/libnss_db.abilist: New file.
41481         * sysdeps/generic/libnss_dns.abilist: New file.
41482         * sysdeps/generic/libnss_files.abilist: New file.
41483         * sysdeps/generic/libnss_hesiod.abilist: New file.
41484         * sysdeps/generic/libnss_nis.abilist: New file.
41485         * sysdeps/generic/libnss_nisplus.abilist: New file.
41486         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
41487         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
41488         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
41489         file.
41490         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
41491         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
41492         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
41493         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
41494         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
41495         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
41496         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
41497         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
41498         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
41499         file.
41500         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
41501         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
41502         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
41503         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
41504         file.
41505         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
41506         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
41507         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
41508         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
41509         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
41510         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
41511         file.
41512         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
41513         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
41514         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
41515         file.
41516         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
41517         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
41518         New file.
41519         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
41520         New file.
41521         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
41522         New file.
41523         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
41524         New file.
41525         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
41526         New file.
41527         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
41528         New file.
41529         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
41530         New file.
41531         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
41532         New file.
41533         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
41534         New file.
41535         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
41536         New file.
41537         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
41538         New file.
41539         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
41540         New file.
41541         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
41542         New file.
41543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
41544         file.
41545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
41546         New file.
41547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
41548         New file.
41549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
41550         file.
41551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
41552         New file.
41553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
41554         New file.
41555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
41556         file.
41557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
41558         New file.
41559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41560         New file.
41561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
41562         New file.
41563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
41564         New file.
41565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
41566         New file.
41567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
41568         New file.
41569         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
41570         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
41571         file.
41572         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
41573         New file.
41574         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
41575         file.
41576         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
41577         file.
41578         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
41579         file.
41580         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
41581         file.
41582         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
41583         file.
41584         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41585         New file.
41586         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
41587         file.
41588         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
41589         file.
41590         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
41591         New file.
41592         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
41593         file.
41594         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
41595         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
41596         file.
41597         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
41598         New file.
41599         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
41600         file.
41601         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
41602         file.
41603         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
41604         file.
41605         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
41606         file.
41607         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
41608         file.
41609         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41610         New file.
41611         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
41612         file.
41613         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
41614         file.
41615         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
41616         New file.
41617         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
41618         file.
41619         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41620         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
41621         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
41622         file.
41623         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
41624         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
41625         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
41626         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
41627         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
41628         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
41629         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
41630         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
41631         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
41632         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
41633         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
41634         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
41635         file.
41636         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
41637         New file.
41638         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
41639         file.
41640         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
41641         file.
41642         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
41643         file.
41644         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
41645         file.
41646         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
41647         file.
41648         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
41649         New file.
41650         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
41651         New file.
41652         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
41653         file.
41654         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
41655         New file.
41656         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
41657         file.
41658         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
41659         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
41660         file.
41661         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
41662         New file.
41663         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
41664         file.
41665         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
41666         file.
41667         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
41668         file.
41669         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
41670         file.
41671         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
41672         file.
41673         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
41674         New file.
41675         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
41676         New file.
41677         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
41678         file.
41679         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
41680         New file.
41681         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
41682         file.
41684 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41686         * conform/conformtest.pl: Fix typo in handling typed-constant from
41687         allow-header.
41689 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41691         * README: Cut down references to pre-2.6 Linux kernels and
41692         Linuxthreads.  Update lists of configurations in libc and ports
41693         and sort alphabetically.  Say "or newer" with Linux kernel version
41694         requirements.
41696         * config.h.in [IS_IN_build]: Allow compiling without optimization.
41698 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
41700         [BZ #887]
41701         * math/libm-test.inc (logb_test_downward): New test to expose
41702         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
41703         rounding mode.
41705 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41707         [BZ #14027]
41708         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
41709         to be done.
41710         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
41711         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
41713 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
41715         * sysdeps/unix/i386/brk.S: Remove file.
41716         * sysdeps/unix/i386/dl-brk.S: Likewise.
41717         * sysdeps/unix/i386/pipe.S: Likewise.
41718         * sysdeps/unix/i386/sigreturn.S: Likewise.
41719         * sysdeps/unix/i386/syscall.S: Likewise.
41720         * sysdeps/unix/i386/vfork.S: Likewise.
41721         * sysdeps/unix/i386/wait.S: Likewise.
41723         * sysdeps/unix/common/tcsendbrk.c: Move to ...
41724         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
41726         * configure.in (arm*-none*): Do not allow without
41727         --enable-hacker-mode.
41728         (netbsd*): Remove case setting base_os.
41729         (386bsd*): Likewise.
41730         (freebsd*): Likewise.
41731         (bsdi*): Likewise.
41732         (osf*): Likewise.
41733         (sunos*): Likewise.
41734         (ultrix*): Likewise.
41735         (newsos*): Likewise.
41736         (dynix*): Likewise.
41737         (*bsd*): Likewise.
41738         (sysv*): Likewise.
41739         (isc*): Likewise.
41740         (esix*): Likewise.
41741         (sco*): Likewise.
41742         (minix*): Likewise.
41743         (irix4*): Likewise.
41744         (irix6*): Likewise.
41745         (solaris[2-9]*): Likewise.
41746         (none): Likewise.
41747         * configure: Regenerated.
41749 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41751         [BZ #11521]
41752         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
41753         overflow or cancellation in calculating denominator.
41754         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
41755         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
41756         down expression to avoid unexpected rounding in newer GCCs.
41757         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
41759 2012-04-26  David S. Miller  <davem@davemloft.net>
41761         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
41762         long-double compat symbols.
41763         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
41764         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41765         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41766         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
41767         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41768         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
41769         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
41770         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
41771         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
41772         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
41773         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
41774         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
41775         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41777 2012-04-25  David S. Miller  <davem@davemloft.net>
41779         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
41780         HWCAP_* values only after the memory barriers have been defined.
41781         (atomic_full_barrier): Define.
41782         (atomic_read_barrier): Define.
41783         (atomic_write_barrier): Define.
41785 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41787         * shlib-versions: Add libgcc_s version information.
41788         * sysdeps/generic/libgcc_s.h: Remove.
41789         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
41790         libgcc_s.h.
41791         * sysdeps/gnu/unwind-resume.c: Likewise.
41792         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
41794 2012-04-25  David S. Miller  <davem@davemloft.net>
41796         * sysdeps/unix/sparc/brk.S: Delete.
41797         * sysdeps/unix/sparc/dl-brk.S: Delete.
41798         * sysdeps/unix/sparc/pipe.S: Delete.
41799         * sysdeps/unix/sparc/sysdep.S: Delete.
41800         * sysdeps/unix/sparc/sysdep.h: Delete.
41801         * sysdeps/unix/sparc/vfork.S: Delete.
41802         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
41803         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
41804         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
41805         (ret_ERRVAL, r0, r1, MOVE): Define.
41806         (JUMPTARGET): Remove.
41807         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
41808         sysdeps/unix/sparc/sysdep.h
41809         (ENTRY, END): Remove.
41810         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41812 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
41814         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
41815         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
41816         -DIS_IN_build.
41818         * timezone/README: Update upstream location and email address for
41819         tzcode and tzdata.
41820         * timezone/zdump.c: Update from tzcode 2012b.
41821         * timezone/zic.c: Likewise.
41823         * configure.in (libc_cv_as_needed): Remove test.
41824         * configure: Regenerated.
41825         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
41826         conditional definition.
41827         [$(have-as-needed) != yes] (no-as-needed): Likewise.
41828         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
41829         * config.make.in (have-as-needed): Remove variable.
41831 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
41832             Paul Pluzhnikov  <ppluzhnikov@google.com>
41834         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
41835         strings correctly.
41837 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
41839         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
41840         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
41841         * sysdeps/sh/strlen.S: Likewise.
41843 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41845         * sysdeps/unix/fork.S: Remove file.
41846         * sysdeps/unix/i386/fork.S: Likewise.
41847         * sysdeps/unix/sparc/fork.S: Likewise.
41849         * sysdeps/unix/system.c: Remove file.
41850         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
41852         * sysdeps/unix/getegid.S: Remove file.
41853         * sysdeps/unix/geteuid.S: Likewise.
41855 2012-04-24  Roland McGrath  <roland@hack.frob.com>
41857         * scripts/check-localplt.awk: New file.
41858         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
41859         of diff.
41860         * scripts/data/localplt-generic.data: Add a comment.
41862         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
41863         NODE when __dir_mkfile failed.
41864         * sysdeps/mach/hurd/symlinkat.c: Likewise.
41865         Reported by Ludovic Courtès <ludo@gnu.org>.
41867 2012-04-24  Andreas Jaeger  <aj@suse.de>
41869         * Makerules (common-clean): Also remove gen-as-const-headers
41870         files.
41872 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41874         * Makerules (native-compile): Do not change working directory for
41875         build.  Use $(OUTPUT_OPTION) in command.
41876         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
41878 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41880         [BZ #13886]
41881         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
41882         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
41883         * math/libm-test.inc (floor_test): Add more tests.
41884         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
41886 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41888         * sysdeps/unix/getdents.c: Remove file.
41889         * sysdeps/unix/sysv/getdents.c: Likewise.
41890         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
41892         * sysdeps/unix/syscalls.list (madvise): Add syscall from
41893         sysdeps/unix/mman/syscalls.list.
41894         (mmap): Likewise.
41895         (mprotect): Likewise.
41896         (msync): Likewise.
41897         (munmap): Likewise.
41898         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
41899         * sysdeps/unix/mman/syscalls.list: Remove.
41900         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
41902         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
41903         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
41904         * configure: Regenerated.
41905         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
41906         $(libgcc_s_suffix).
41907         * config.make.in (libgcc_s_suffix): Remove variable.
41909 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
41911         * sysdeps/unix/sysv/gethostname.c: Move to ...
41912         * sysdeps/posix/gethostname.c: ... here.
41914         * sysdeps/unix/execve.S: Remove file.
41916         * sysdeps/unix/_exit.S: Remove file.
41918 2012-04-23  Andreas Jaeger  <aj@suse.de>
41920         [BZ #13739]
41921         * manual/Makefile: Remove make dist support, there's no
41922         need for a stand-alone documentation tar ball.
41923         (TEXI2DVI): Define always, it's not in Makeconfig.
41924         (dist): Removed.
41925         (tar-it): Removed.
41926         (edition): Removed.
41927         (glibc-doc-$(edition).tar): Removed
41928         (%.Z): Removed.
41929         (%.gz): Removed.
41930         (%.uu): Removed.
41931         (ETAGS): Remove, it's in Makeconfig.
41932         (move-if-change): Remove, it's in Makeconfig.
41934 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
41936         [BZ #13970]
41937         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
41938         (strtod, strtof, strtold, strtol, strtoul, strtoq)
41939         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
41940         (strtod_l, strtof_l, strtold_l): Remove __wur.
41941         It is not necessarily an error to ignore strtol's return value.
41942         One can reliably look at the stored endptr to decide whether
41943         the number had valid syntax.
41945 2012-04-21  Andreas Jaeger  <aj@suse.de>
41947         [BZ #13739]
41948         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
41950 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
41952         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
41953         * sysdeps/unix/sysv/Versions: Remove file.
41955 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
41957         [BZ #13927]
41958         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41960 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
41962         [BZ #7064]
41963         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
41964         version from __vm86.
41966 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
41968         * sysdeps/unix/common/lxstat.c: Remove file.
41969         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
41971         * sysdeps/unix/sysv/Makefile: Remove file.
41973         * sysdeps/unix/sysv/direct.h: Remove file.
41975         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
41976         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
41977         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
41978         * sysdeps/unix/sysv/bits/signum.h: Likewise.
41979         * sysdeps/unix/sysv/bits/stat.h: Likewise.
41980         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
41981         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
41983         * sysdeps/unix/sysv/setrlimit.c: Remove file.
41985         * sysdeps/unix/xmknod.c: Remove file.
41986         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
41988         * sysdeps/unix/sysv/settimeofday.c: Remove file.
41990         * sysdeps/unix/sysv/i386/time.S: Remove file.
41992         * sysdeps/unix/fxstat.c: Remove file.
41993         * sysdeps/unix/xstat.c: Likewise.
41994         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
41996         * sysdeps/unix/sysv/sigaction.c: Remove file.
41998         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
41999         (sysdep_headers): Remove variable.
42000         [termio.h not in sysdep_headers] (generated): Likewise.
42001         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42002         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42003         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42004         * sysdeps/unix/sysv/tcflow.c: Likewise.
42005         * sysdeps/unix/sysv/tcflush.c: Likewise.
42006         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42007         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42008         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42009         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42010         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42012         * sysdeps/unix/siglist.c: Remove file.
42014         * sysdeps/unix/getppid.S: Remove file.
42016         * sysdeps/unix/mkdir.c: Remove file.
42017         * sysdeps/unix/rmdir.c: Likewise.
42019 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42021         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42022         ERR_MAX value.
42023         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42024         errlist-compat value.
42026 2012-04-18  David S. Miller  <davem@davemloft.net>
42028         * sysdeps/generic/memcopy.h (reg_char): Delete.
42029         * debug/strcat_chk.c: Use char, not reg_char.
42030         * debug/strcpy_chk.c: Likewise.
42031         * debug/strncat_chk.c: Likewise.
42032         * debug/strncpy_chk.c: Likewise.
42033         * string/memchr.c: Likewise.
42034         * string/memrchr.c: Likewise.
42035         * string/rawmemchr.c: Likewise.
42036         * string/strcat.c: Likewise.
42037         * string/strchr.c: Likewise.
42038         * string/strchrnul.c: Likewise.
42039         * string/strcmp.c: Likewise.
42040         * string/strcpy.c: Likewise.
42041         * string/strncat.c: Likewise.
42042         * string/strncmp.c: Likewise.
42043         * string/strncpy.c: Likewise.
42045 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42047         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42048         __builtin_memcopy is called when src and dest ranges are known to not
42049         overlap.
42051 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42053         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42054         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42055         fwd_align_merge macro call.
42056         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42057         bwd_align_merge macro call.
42058         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42060 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42062         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42063         bwd_align_merge macros.
42064         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42065         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42066         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42068 2012-04-18  David S. Miller  <davem@davemloft.net>
42070         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42072 2012-04-18  Andreas Jaeger  <aj@suse.de>
42074         [BZ# 6794]
42075         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42076         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42077         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42079         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42080         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42081         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42083         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42084         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42085         Adjust for changed ldbl-128 files.
42087         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42088         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42089         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42091 2012-04-17  David S. Miller  <davem@davemloft.net>
42093         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42095 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42097         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42098         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42099         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42100         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42101         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42102         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42104 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42106         [BZ #6794]
42107         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42108         * math/libm-test.inc: Add ilogb errno and exception tests.
42109         * math/w_ilogb.c: New file: ilogb wrapper.
42110         * math/w_ilogbf.c: New file: ilogbf wrapper.
42111         * math/w_ilogbl.c: New file: ilogbl wrapper.
42112         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42113         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42114         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42115         exception being thrown with 0.0 as argument.
42116         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42117         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42118         exception being thrown with 0.0 as argument.
42119         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42120         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42121         exception being thrown with 0.0 as argument.
42122         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42123         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42124         exception being thrown with 0.0 as argument.
42125         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42126         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42127         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42128         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42129         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42130         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42131         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42132         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42133         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42135 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42137         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42138         with altivec.
42140 2012-04-16  Marek Polacek  <polacek@redhat.com>
42142         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42144 2012-04-16  Marek Polacek  <polacek@redhat.com>
42146         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42147         operands of fdivp instruction.
42149 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42151         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42152         * elf/tst-auditmod3b.c: Likewise.
42153         * elf/tst-auditmod4b.c: Likewise.
42154         * elf/tst-auditmod5b.c: Likewise.
42155         * elf/tst-auditmod6b.c: Likewise.
42156         * elf/tst-auditmod6c.c: Likewise.
42157         * elf/tst-auditmod7b.c: Likewise.
42158         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42159         * sysdeps/x86_64/preconfigure.in: Likewise.
42160         * sysdeps/x86_64/preconfigure: Regenerated.
42162 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42164         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42165         __ILP32__.
42167 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42169         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42170         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42172 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42174         [BZ #13973]
42175         * locale/iso-639.def: Fix gl language name. Spotted by
42176         Yaron Shahrabani.
42178 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42180         [BZ #2074]
42181         * libio/libio.h (__io_write_fn): Update comment.
42183 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42185         [BZ #2074]
42186         * stdio.texi (Hook Functions): The user provided writer function
42187         is not allowed to return -1.
42189 2012-04-11  David S. Miller  <davem@davemloft.net>
42191         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42193 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42195         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42196         Add a leading slash to rtkaio.
42198 2012-04-11  Jim Meyering  <meyering@redhat.com>
42200         [BZ #11959]
42201         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42202         It is not necessarily an error to ignore fwrite's return
42203         value.  One can reliably use ferror to test for errors after
42204         the fact.
42206 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42208         * bits/types.h (__snseconds_t): New type.
42209         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42211         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42212         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42213         (__SNSECONDS_T_TYPE): Likewise.
42214         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42215         (__SNSECONDS_T_TYPE): Likewise.
42216         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42217         (__SNSECONDS_T_TYPE): Likewise.
42219 2012-04-10  Andreas Jaeger  <aj@suse.de>
42221         [BZ #2636]
42222         * manual/time.texi (Processor Time): Return type of times is
42223         elapsed real time since an arbitrary point in the past.
42224         (CPU Time): Move CLK_TCK from here...
42225         (Processor Time): ...to here.  Correct description.
42226         * manual/conf.texi (Constants for Sysconf): Correct description of
42227         _SC_CLK_TCK.
42229 2012-04-10  David S. Miller  <davem@davemloft.net>
42231         [BZ #13967]
42232         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42233         where the is a gap between DT_REL(A) and DT_JMPREL.
42235 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42237         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42238         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42239         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42241 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42243         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42244         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42245         (dl_main): Handle --inhibit-cache.
42246         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42247         _dl_inhibit_cache.
42248         * elf/dl-load.c (_dl_map_object): Use it.
42249         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42251 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42253         [BZ #13872]
42254         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42255         (__ieee754_powl): Saturate large exponents rather than testing for
42256         overflow of y*log2(x).
42257         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42258         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42259         exceptions.
42261         [BZ #11521]
42262         * math/s_ctan.c: Include <float.h>.
42263         (__ctan): Avoid internal overflow or cancellation in calculating
42264         denominator.
42265         * math/s_ctanf.c: Likewise.
42266         * math/s_ctanl.c: Likewise.
42267         * math/s_ctanh.c: Likewise.
42268         * math/s_ctanhf.c: Likewise.
42269         * math/s_ctanhl.c: Likewise.
42270         * math/libm-test.inc (ctan_test): Add more tests.
42271         (ctanh_test): Likewise.
42272         * sysdeps/i386/fpu/libm-test-ulps: Update.
42273         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42275 2012-04-09  Andreas Jaeger  <aj@suse.de>
42277         [BZ #6894]
42278         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42279         is an optional BSD extension.
42281         [BZ #10254]
42282         * manual/stdio.texi (Opening Streams): Document additional fopen
42283         parameters.
42285 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42287         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42288         %eax without telling the compiler.
42290 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42292         [BZ # 13963]
42293         * manual/install.texi: Use sourceware.org.
42295 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42297         [BZ #13873]
42298         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42299         (__ieee754_pow): Generate overflow and underflow using huge*huge
42300         and tiny*tiny rather than just returning constant infinity or zero
42301         for large exponents.
42302         * math/libm-test.inc (pow_test): Require overflow exceptions for
42303         applicable cases of large exponents.
42305         [BZ #706]
42306         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42307         (__ieee754_pow): Use iterative multiplication algorithm only for
42308         integer exponents with absolute value below 1024.  Check for odd
42309         integer exponents when using algorithm for real exponents.
42310         * math/libm-test.inc (pow_test): Add more tests.
42311         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42313 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42315         [BZ #13705]
42316         * math/libm-test.inc (exp_test): Do not allow overflow exception
42317         on underflow test.
42319 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42321         [BZ #13705]
42322         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42323         instead of __kernel_standard_f.
42325 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42327         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42328         * sysdeps/x86_64/memset_chk.S: Likewise.
42330 2012-04-08  Andreas Jaeger  <aj@suse.de>
42332         [BZ #10153]
42333         * manual/startup.texi (Environment Access): Describe return value
42334         for putenv and setenv.
42336         [BZ #6895]
42337         * manual/filesys.texi (Directory Entries): Add description for
42338         DT_LNK.
42340         [BZ #6890]
42341         * manual/filesys.texi (Directory Entries): Clarify that it's file
42342         system not operating system in the description of DT_UNKNOWN.
42344         [BZ #6578]
42345         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42347 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42349         [BZ #6649]
42350         * manual/llio.texi (Opening and Closing Files): Add cross
42351         reference to explain mode argument.
42353 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42355         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42356         * sysdeps/x86_64/memset_chk.S: Likewise.
42358 2012-04-07  David S. Miller  <davem@davemloft.net>
42360         * elf/elf.h (R_SPARC_WDISP10): Define.
42361         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42362         R_SPARC_SIZE32.
42363         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42364         R_SPARC_SIZE64 and R_SPARC_H34.
42366 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42368         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42369         conditions and remove no longer applicable assertion.
42371 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42373         * bits/byteswap.h: Include <features.h>.
42374         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42375         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42377 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42379         * bits/byteswap.h (__bswap_16): Removed.
42380         Include <bits/byteswap-16.h> to get __bswap_16.
42381         * sysdeps/i386/bits/byteswap.h: Likewise.
42382         * sysdeps/s390/bits/byteswap.h: Likewise.
42383         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42384         * bits/byteswap-16.h: New file.
42385         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42386         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42387         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42388         * string/Makefile (headers): Add bits/byteswap-16.h.
42390 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42392         [BZ #13895]
42393         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42394         extra indirection.
42395         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42396         * nss/tst-nss-static.c: New.
42398 2012-04-06  Robert Millan  <rmh@gnu.org>
42400         [BZ #6486]
42401         * manual/llio.texi (File Position Primitive): lseek
42402         refers to WHENCE when it really means OFFSET.
42404 2012-04-06  Andreas Jaeger  <aj@suse.de>
42406         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42407         strncmp declarations.
42409         * abilist/libc.abilist: Add __poll and __ppoll.
42411 2012-04-05  David S. Miller  <davem@davemloft.net>
42413         * scripts/check-local-headers.sh: Accept a host triplet in the
42414         path matched by the exclude regexp.
42416         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42417         definition.
42418         * sysdeps/powerpc/powerpc32/dl-machine.h
42419         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42420         * sysdeps/s390/s390-32/dl-machine.h
42421         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42422         * sysdeps/sparc/sparc32/dl-machine.h
42423         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42424         * sysdeps/sparc/sparc64/dl-machine.h
42425         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42427         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42428         lazy binding.
42429         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42430         undefined symbol errors.
42432         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42433         DT_NEEDED entries.
42435 2012-04-05  Michael Matz  <matz@suse.de>
42437         [BZ #13592]
42438         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42440 2012-04-05  Andreas Jaeger  <aj@suse.de>
42442         [BZ #13908]
42443         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42444         comment.
42446 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42448         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42449         which ROUND is no valid rounding mode.
42451 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42453         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42454         read again.
42455         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42457 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42459         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42460         an exception using FPU order intentionally.
42462 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42464         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42465         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42466         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42467         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42469 2012-04-05  Simon Josefsson  <simon@josefsson.org>
42471         [BZ #12340]
42472         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42473         EINVAL when BUFLEN is too smal.
42475 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
42477         [BZ #13553]
42478         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
42479         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
42481 2012-04-03  Andreas Jaeger  <aj@suse.de>
42483         [BZ #13938]
42484         * manual/setjmp.texi (System V contexts): Fix sentence.
42486         [BZ #13926]
42487         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
42488         New macro for this case.
42489         [!__GNUC__] (__bswap_64): New inline function for this case.
42490         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42491         * bits/byteswap.h: Likewise.
42492         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
42493         ull, guard with __GLIBC_HAVE_LONG_LONG.
42495         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
42496         __GLIBC_HAVE_LONG_LONG.
42498         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
42499         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
42501 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42503         [BZ #13691]
42504         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
42505         inptr and inend, rather than using last_ch.
42507 2012-04-02  David S. Miller  <davem@davemloft.net>
42509         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
42510         * stdio-common/printf-parse.h (read_int): Change return type to
42511         'int', return -1 on INT_MAX overflow.
42512         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
42513         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
42514         overflows INT_MAX.  Check for overflow of in-format-string precision
42515         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
42516         SIZE_MAX not INT_MAX for integer overflow test.
42517         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
42518         skip the construct in the format string but do not record anything.
42519         * stdio-common/bug22.c: Adjust to test both width/prevision
42520         INT_MAX overflow as well as total length INT_MAX overflow.  Check
42521         explicitly for proper errno values.
42523 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
42525         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
42526         CHAR_MAX.
42527         * string/test-strcmp.c [! WIDE]: Likewise.
42528         * time/tst-mktime2.c: Likewise for INT_MAX.
42529         * string/test-string.h: #include <sys/param.h> for MIN.
42531         * csu/init-first.c (__libc_init_first): Call __ctype_init.
42532         * sysdeps/i386/init-first.c (init): Likewise.
42533         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
42534         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
42535         * sysdeps/sh/init-first.c (init): Likewise.
42537 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
42539         * po/ru.po: Update from translation team.
42540         * po/vi.po: Likewise.
42542 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
42544         * resolv/nss_dns/dns-host.c: Merge copyright years.
42546 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42548         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
42549         Optimize memcpy with prefetch if
42550         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
42551         src, dst pointers have unequal 16 byte alignments.
42553 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
42555         [BZ #13928]
42556         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
42557         from a CNAME entry and return the minimum ttl for the query.
42558         (gaih_getanswer_slice): Likewise.
42560 2012-03-30  Jeff Law  <law@redhat.com>
42562         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
42563         due to long keys.
42564         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
42565         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
42567         * resolv/nss_dns/dns-host.c: Update copyright year.
42569 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
42571         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
42572         requests to save a system call.  Fix check that all bytes are sent.
42574         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
42575         comments for sendmmsg.
42577 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42579         [BZ #13691]
42580         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
42581         with only 1 character between 0x0041 and 0x01b0.
42582         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
42583         * wcsmbs/tst-mbsnrtowcs.c: New file.
42585 2012-03-29  David S. Miller  <davem@davemloft.net>
42587         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
42588         small copies by hand.
42590 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
42592         [BZ #13761]
42593         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
42594         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
42595         group memberships.
42597 2012-03-28  David S. Miller  <davem@davemloft.net>
42599         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
42600         that branches into memcpy.
42601         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
42602         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
42603         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42604         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
42605         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
42606         bits.
42607         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
42608         implementation too.
42609         * sysdeps/sparc/mempcpy.S: New file.
42611         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
42612         the IFUNC routine in the libc case.
42613         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42615         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
42616         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
42617         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
42618         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
42619         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
42620         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
42621         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
42622         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
42624         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
42625         loop to 256 bytes instead of 64 bytes and fix test signedness.
42627         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
42628         * sysdeps/sparc/sparc32/Makefile: rather than here...
42629         * sysdeps/sparc/sparc64/Makefile: and here.
42631 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
42633         * malloc/mallocbug.c: Avoid warnings about unused variables.
42635 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
42637         [BZ #13760]
42638         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
42639         in the right place. Discard and retry query if response is
42640         larger than input buffer size.
42642 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
42644         [BZ #369]
42645         [BZ #2678]
42646         [BZ #3866]
42647         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
42648         x for large integer exponent.
42649         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
42650         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
42651         sign of result as needed afterwards.
42652         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
42653         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
42654         result for underflowing pow the same as for overflow.
42655         (__kernel_standard_l): Handle powl overflow and underflow here
42656         rather than calling __kernel_standard.
42657         * math/libm-test.inc (pow_test): Add more tests.
42659         [BZ #3868]
42660         [BZ #13879]
42661         [BZ #13910]
42662         [BZ #13911]
42663         [BZ #13912]
42664         [BZ #13913]
42665         [BZ #13915]
42666         [BZ #13916]
42667         [BZ #13917]
42668         [BZ #13918]
42669         [BZ #13919]
42670         [BZ #13920]
42671         [BZ #13921]
42672         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
42673         * sysdeps/ieee754/k_standard.c: Include <float.h>.
42674         (__kernel_standard_l): New function.
42675         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
42676         __kernel_standard.
42677         * math/w_acosl.c (__acosl): Likewise.
42678         * math/w_asinl.c (__asinl): Likewise.
42679         * math/w_atan2l.c (__atan2l): Likewise.
42680         * math/w_atanhl.c (__atanhl): Likewise.
42681         * math/w_coshl.c (__coshl): Likewise.
42682         * math/w_exp10l.c (__exp10l): Likewise.
42683         * math/w_exp2l.c (__exp2l): Likewise.
42684         * math/w_fmodl.c (__fmodl): Likewise.
42685         * math/w_hypotl.c (__hypotl): Likewise.
42686         * math/w_j0l.c (__j0l, __y0l): Likewise.
42687         * math/w_j1l.c (__j1l, __y1l): Likewise.
42688         * math/w_jnl.c (__jnl, __ynl): Likewise.
42689         * math/w_lgammal.c (__lgammal): Likewise.
42690         * math/w_log10l.c (__log10l): Likewise.
42691         * math/w_log2l.c (__log2l): Likewise.
42692         * math/w_logl.c (__logl): Likewise.
42693         * math/w_powl.c (__powl): Likewise.
42694         * math/w_remainderl.c (__remainderl): Likewise.
42695         * math/w_scalbl.c (sysv_scalbl): Likewise.
42696         * math/w_sinhl.c (__sinhl): Likewise.
42697         * math/w_sqrtl.c (__sqrtl): Likewise.
42698         * math/w_tgammal.c (__tgammal): Likewise.
42699         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
42700         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
42701         * math/libm-test.inc (acos_test): Add more tests.
42702         (acosh_test): Likewise.
42703         (asin_test): Likewise.
42704         (atanh_test): Likewise.
42705         (exp_test): Likewise.
42706         (exp10_test): Likewise.
42707         (exp2_test): Likewise.
42708         (expm1_test): Likewise.
42709         (lgamma_test): Likewise.
42710         (log_test): Likewise.
42711         (log10_test): Likewise.
42712         (log1p_test): Likewise.
42713         (log2_test): Likewise.
42714         (pow_test): Do not allow some spurious overflow exceptions.
42715         (sqrt_test): Add more tests.
42716         (tgamma_test): Likewise.
42717         (y0_test): Likewise.
42718         (y1_test): Likewise.
42719         (yn_test): Likewise.
42721 2012-03-27  Anton Blanchard  <anton@samba.org>
42723         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
42724         MAP_HUGETLB.
42725         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
42726         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
42727         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
42729 2012-03-27  David S. Miller  <davem@davemloft.net>
42731         * conform/Makefile: Run run-conformtest.sh using $(BASH).
42733         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
42734         have-as-vis3 check.
42736 2012-03-27  Andreas Jaeger  <aj@suse.de>
42738         * sysdeps/x86_64/elf/configure.in: Moved to ...
42739         * sysdeps/x86_64/configure.in: ... here.
42740         * sysdeps/x86_64/elf/start.S: Moved to ...
42741         * sysdeps/x86_64/start.S: ... here.
42742         * sysdeps/x86_64/elf/configure: Delete.
42744         * sysdeps/x86_64/configure.in: Merge contents from
42745         sysdeps/i386/configure.in (without i686 check).
42747         * sysdeps/i386/elf/Versions: Merge into ...
42748         * sysdeps/i386/Versions: ... this.
42749         * sysdeps/i386/elf/Versions: Delete file.
42750         * sysdeps/i386/elf/start.S: Moved to ...
42751         * sysdeps/i386/start.S: ...here.
42752         * sysdeps/i386/elf/configure.in: Merge into...
42753         * sysdeps/i386/configure.in: ...here.
42754         * sysdeps/i386/elf/configure.in: Delete file.
42755         * sysdeps/i386/elf/configure: Delete file.
42757         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
42758         * debug/backtracesyms.c: ... here.
42759         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
42760         * debug/backtracesymsfd.c: ... here.
42761         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
42762         * sysdeps/generic/ifunc-sel.h: ... here.
42764         * sysdeps/unix/i386/start.c: Delete file.
42765         * sysdeps/unix/sparc/start.c: Delete file.
42766         * sysdeps/unix/start.c: Delete file.
42768         * sysdeps/sh/elf/configure.in: Moved to ...
42769         * sysdeps/sh/configure.in: ... here.
42770         * sysdeps/sh/elf/start.S: Moved to ...
42771         * sysdeps/sh/start.S: ... here.
42772         * sysdeps/sh/elf/configure: Delete file.
42774         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
42775         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
42776         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
42777         * sysdeps/powerpc/powerpc64/entry.h: ... here.
42778         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
42779         * sysdeps/powerpc/powerpc64/start.S: here.
42780         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
42781         * sysdeps/powerpc/powerpc64/Makefile: ... this.
42782         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
42783         * sysdeps/powerpc/powerpc64/configure.in: ... this.
42784         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
42786         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
42787         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
42788         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
42789         * sysdeps/powerpc/powerpc32/start.S: ... here.
42790         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
42791         * sysdeps/powerpc/powerpc32/configure.in: ... this.
42792         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
42794         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
42795         * sysdeps/powerpc/ifunc-sel.h: ... here.
42796         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
42797         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
42799         * sysdeps/sparc/elf/configure.in: Moved to ...
42800         * sysdeps/sparc/configure.in: ... here.
42801         * sysdeps/sparc/elf/configure: Delete file.
42802         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
42803         * sysdeps/sparc/sparc32/start.S: ... here.
42804         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
42805         * sysdeps/sparc/sparc64/start.S: ... here.
42806         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
42807         * sysdeps/sparc/sparc32/Makefile: ... this.
42808         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
42809         * sysdeps/sparc/sparc64/Makefile: ... this.
42811         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
42812         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
42813         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
42814         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
42815         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
42816         * sysdeps/s390/s390-32/setjmp.S: ... here.
42817         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
42818         * sysdeps/s390/s390-32/configure.in: ... here.
42819         * sysdeps/s390/s390-32/elf/configure: Delete file.
42820         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
42821         * sysdeps/s390/s390-32/start.S: ... here.
42823         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
42824         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
42825         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
42826         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
42827         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
42828         * sysdeps/s390/s390-64/setjmp.S: ... here.
42829         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
42830         * sysdeps/s390/s390-64/configure.in: ... here
42831         * sysdeps/s390/s390-64/elf/configure: Delete file.
42832         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
42833         * sysdeps/s390/s390-64/start.S: ... here.
42834         * sysdeps/s390/s390-64/elf/configure: Delete.
42836         * configure.in: Remove support for elf directories in sysdeps.
42838         * configure: Regenerated.
42839         * sysdeps/i386/configure: Regenerated.
42840         * sysdeps/powerpc/powerpc32/configure: Regenerated.
42841         * sysdeps/powerpc/powerpc64/configure: Regenerated.
42842         * sysdeps/s390/s390-32/configure: Regenerated.
42843         * sysdeps/s390/s390-64/configure: Regenerated.
42844         * sysdeps/sh/configure: Regenerated.
42845         * sysdeps/sparc/configure: Regenerated.
42846         * sysdeps/x86_64/configure: Regenerated.
42848 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
42850         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42852         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
42853         denormal result into account.
42855 2012-03-25  Roland McGrath  <roland@hack.frob.com>
42857         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
42858         Reported by Allan McRae <allan@archlinux.org>.
42860 2012-03-23  Jeff Law  <law@redhat.com>
42862         * nss/getnssent.c (__nss_getent): Fix typo.
42864 2012-03-23  David S. Miller  <davem@davemloft.net>
42866         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42868 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
42870         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
42871         to pad to uint64_t for each field.
42872         (dl_tls_index): Replace unsigned long with uint64_t.
42874 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
42875         Paul Pluzhnikov  <ppluzhnikov@google.com>
42877         [BZ #6528]
42878         * grp/Makefile (otherlibs): Don't set it.
42879         * inet/Makefile (otherlibs): Likewise.
42880         * login/Makefile (otherlibs): Likewise.
42881         * nscd/Makefile (otherlibs): Likewise.
42882         * posix/Makefile (otherlibs): Likewise.
42883         * pwd/Makefile (otherlibs): Likewise.
42884         * rt/Makefile (otherlibs): Likewise.
42885         * sunrpc/Makefile (otherlibs): Likewise.
42886         * nss/Makefile (otherlibs): Likewise.
42887         Add libnss_files to routines and static-only-routines.
42888         ($(objpfx)getent): Remove rule.
42889         * resolv/Makefile: Add libnss_dns and libresolv to routines and
42890         static-only-routines.
42892 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
42894         [BZ #13892]
42895         * math/s_cexp.c: Include <float.h>.
42896         (__cexp): Handle exp result overflowing not necessarily
42897         overflowing both real and imaginary parts of result.
42898         * math/s_cexpf.c: Likewise.
42899         * math/s_cexpl.c: Likewise.
42900         * math/libm-test.inc (cexp_test): Add more tests.
42901         * sysdeps/i386/fpu/libm-test-ulps: Update.
42902         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42904 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42906         * include/link.h (ELFW): New macro.
42907         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
42908         Replace ELF64_R_TYPE with ELFW(R_TYPE).
42910 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42912         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
42913         with uint64_t.
42915 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42917         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
42918         declaration.
42919         (struct La_x32_retval): Likewise.
42921 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42923         * sysdeps/x86_64/preconfigure.in: New file.
42924         * sysdeps/x86_64/preconfigure: New generated file.
42926 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
42928         [BZ #13824]
42929         * math/e_exp2l.c: Include <float.h>.
42930         (__ieee754_exp2l): Handle overflow and underflow cases
42931         separately.  Only pass fractional part of argument to
42932         __ieee754_expl.
42933         * math/libm-test.inc (exp2_test): Add more tests.
42935         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
42936         negating x to take absolute value.
42937         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
42938         Likewise.
42939         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
42940         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
42941         Likewise.
42942         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
42943         computing low part if x was negated.
42944         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
42946 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
42948         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
42949         la_x32_gnu_pltexit.
42950         (pltexit): Cast int_retval to ptrdiff_t.
42951         * elf/tst-auditmod3b.c: Likewise.
42952         * elf/tst-auditmod4b.c: Likewise.
42953         * elf/tst-auditmod5b.c: Likewise.
42954         * elf/tst-auditmod6b.c: Likewise.
42955         * elf/tst-auditmod6c.c: Likewise.
42956         * elf/tst-auditmod7b.c: Likewise.
42958         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
42959         and x32_gnu_pltexit.
42961         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
42962         __ELF_NATIVE_CLASS.
42963         (La_x32_regs): New macro.
42964         (La_x32_retval): Likewise.
42965         (la_x32_gnu_pltenter): New function prototype.
42966         (la_x32_gnu_pltexit): Likewise.
42968 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
42970         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
42971         exponent.
42973         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42975         * configure.in (libc_cv_cc_nofma): Check for option to disable
42976         generation of FMA instructions.
42977         * configure: Regenerate.
42978         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
42979         * sysdeps/ieee754/dbl-64/Makefile: New file.
42980         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
42981         Remove brandred-fma4.
42982         (CFLAGS-brandred-fma4.c): Remove.
42983         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
42984         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
42985         define.
42986         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
42987         define.
42989 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
42991         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42992         LLONG_MAX != LONG_MAX.
42993         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42994         (_fitoa_word): Likewise.
42995         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
42996         LLONG_MAX != LONG_MAX.
42997         * stdio-common/_itowa.h: Include <_itoa.h>.
42998         (_itowa_word): Use _ITOA_WORD_TYPE on value.
42999         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43000         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43001         only if not defined.
43002         (_ITOA_WORD_TYPE): Likewise.
43003         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43004         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43006 2012-03-21  David S. Miller  <davem@davemloft.net>
43008         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43010 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43012         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43013         of x86_64 when setting libc_cv_slibdir, libdir and
43014         libc_cv_localedir.
43015         * sysdeps/unix/sysv/linux/configure: Regenerated.
43017 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43019         * manual/lang.texi (Old Varargs): Remove section.
43020         (How Variadic): Update menu.
43021         (va_start): Do not mention varargs.h.
43023 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43024             Joseph Myers  <joseph@codesourcery.com>
43026         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43027         link test.
43028         * configure: Regenerated.
43030 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43032         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43033         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43034         conformtest.pl
43036 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43038         * NOTES: Remove.
43039         * Makefile (files-for-dist): Remove NOTES.
43040         (NOTES): Remove rule.
43041         * README: Don't refer to NOTES.
43042         * manual/creature.texi: Don't include macros.texi.
43043         * manual/intro.texi (creature.texi): Remove comment referring to
43044         NOTES.
43046         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43047         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43048         * configure: Regenerated.
43049         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43050         LIBC_TRY_CC_OPTION.
43051         (libc_cv_as_i686): Likewise.
43052         (libc_cv_cc_avx): Likewise.
43053         (libc_cv_cc_sse2avx): Likewise.
43054         (libc_cv_cc_fma4): Likewise.
43055         (libc_cv_cc_novzeroupper): Likewise.
43056         * sysdeps/i386/configure: Regenerated.
43058         [BZ #13883]
43059         * sysdeps/i386/fpu/s_cexp.S: Remove.
43060         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43061         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43062         * math/libm-test.inc (cexp_test): Add more tests.
43063         * sysdeps/i386/fpu/libm-test-ulps: Update.
43064         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43066 2012-03-21  Allan McRae  <allan@archlinux.org>
43068         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43070 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43072         [BZ #13871]
43073         * math/w_exp2.c: Do not include <float.h>.
43074         (o_threshold, u_threshold): Remove.
43075         (__exp2): Calculate result before checking finiteness and calling
43076         __kernel_standard.
43077         * math/w_exp2f.c: Likewise.
43078         * math/w_exp2l.c: Likewise.
43079         * math/libm-test.inc (exp2_test): Require overflow exception for
43080         1e6 input.
43082         [BZ #3866]
43083         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43084         range of signed 64-bit integers before using fistpll.  Remove
43085         checks for whether integers fit in mantissa bits.
43086         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43087         the range of signed 32-bit integers before using fistpl.  Remove
43088         checks for whether integers fit in mantissa bits.
43089         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43090         (__ieee754_powl): Test for y outside the range of signed 64-bit
43091         integers before using fistpll.  Reduce 64-bit values to 63-bit
43092         ones as needed.
43093         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43094         divide-by-zero is raised for zero to large negative powers.
43095         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43096         (__ieee754_powl): Test for y outside the range of signed 64-bit
43097         integers before using fistpll.  Reduce 64-bit values to 63-bit
43098         ones as needed.
43099         * math/libm-test.inc (pow_test): Add more tests.
43101 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43103         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43104         <stdio-common/_itoa.h>.
43105         * debug/segfault.c: Likewise.
43106         * elf/dl-cache.c: Likewise.
43107         * elf/dl-minimal.c: Likewise.
43108         * elf/dl-misc.c: Likewise.
43109         * elf/dl-sysdep.c: Likewise.
43110         * elf/dl-version.c: Likewise.
43111         * elf/rtld.c: Likewise.
43112         * hurd/hurdsock.c: Likewise.
43113         * hurd/lookup-retry.c: Likewise.
43114         * malloc/malloc.c: Likewise.
43115         * malloc/mtrace.c: Likewise.
43116         * nscd/nscd_getgr_r.c: Likewise.
43117         * nscd/nscd_getpw_r.c: Likewise.
43118         * nscd/nscd_getserv_r.c: Likewise.
43119         * posix/getopt_init.c: Likewise.
43120         * posix/wordexp.c: Likewise.
43121         * stdio-common/_itoa.c: Likewise.
43122         * stdio-common/printf_fphex.c: Likewise.
43123         * stdio-common/vfprintf.c: Likewise.
43124         * string/_strerror.c: Likewise.
43125         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43126         * sysdeps/i386/i686/hp-timing.h: Likewise.
43127         * sysdeps/mach/_strerror.c: Likewise.
43128         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43129         * sysdeps/mach/hurd/sethostid.c: Likewise.
43130         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43131         * sysdeps/mach/xpg-strerror.c: Likewise.
43132         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43133         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43134         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43135         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43136         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43137         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43138         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43139         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43140         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43141         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43142         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43143         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43144         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43145         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43146         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43147         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43148         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43149         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43150         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43151         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43152         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43154         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43156         * stdio-common/_itoa.h: Moved to ...
43157         * sysdeps/generic/_itoa.h: Here.
43159         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43161         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43162         instead of "_itoa.h" and "_itowa.h".
43163         * stdio-common/vfprintf.: Likewise.
43165 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43167         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43168         <bits/wordsize.h>.
43169         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43170         (__signbit): Likwise.
43171         (llrintf): Likwise.
43172         (llrint): Likwise.
43174 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43176         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43177         __WORDSIZE != 64.
43179 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43181         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43182         OVERFLOW_EXCEPTION_OK.
43183         * math/libm-test.inc ("Philosophy"): Update comment about
43184         exception testing.
43185         (OVERFLOW_EXCEPTION): Define.
43186         (OVERFLOW_EXCEPTION_OK): Likewise.
43187         (INVALID_EXCEPTION_OK): Renumber.
43188         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43189         (IGNORE_ZERO_INF_SIGN): Likewise.
43190         (test_exceptions): Handle FE_OVERFLOW.
43191         (exp10_test): Expect overflow exceptions.
43192         (exp2_test): Likewise.
43193         (expm1_test): Likewise.
43194         (nextafter_test): Likewise.
43195         (pow_test): Likewise.
43196         (scalbn_test): Likewise.
43197         (scalbln_test): Likewise.
43199 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43201         * sysdeps/x86_64/bits/atomic.h
43202         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43203         64bit integer.
43204         (atomic_exchange_acq): Likewise.
43205         (__arch_exchange_and_add_body): Likewise.
43206         (__arch_add_body): Likewise.
43207         (atomic_add_negative): Likewise.
43208         (atomic_add_zero): Likewise.
43210 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43212         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43213         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43215 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43217         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43218         Check __x86_64__ instead of __WORDSIZE.
43220 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43222         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43224 2012-03-19  David S. Miller  <davem@davemloft.net>
43226         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43228         * sysdeps/sparc/fpu/fenv_private.h: New file.
43229         * sysdeps/sparc/fpu/math_private.h: Use it.
43230         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43231         Remove.
43232         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43233         (libc_feholdexcept_setroundl): Remove.
43234         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43235         Remove.
43236         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43237         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43239 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43241         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43242         int64_t instead of long int.
43243         (INSERT_WORDS64): Likwise.
43245 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43247         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43248         _Unwind_GetCFA return to _Unwind_Ptr first.
43250 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43252         [BZ #13629]
43253         * math/s_clog.c: Include <float.h>.
43254         (__clog): Scale large or subnormal inputs.
43255         * math/s_clogf.c: Likewise.
43256         * math/s_clogl.c: Likewise.
43257         * math/s_clog10.c: Include <float.h>.
43258         (M_LOG10_2): Define.
43259         (__clog10): Scale large or subnormal inputs.
43260         * math/s_clog10f.c: Likewise.
43261         * math/s_clog10l.c: Likewise.
43262         * math/libm-test.inc (clog_test): Add more tests.
43263         (clog10_test): Likewise.
43264         * sysdeps/i386/fpu/libm-test-ulps: Update.
43265         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43267         [BZ #11451]
43268         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43269         x and y.
43270         * math/libm-test.inc (atan2_test): Add another test.
43272         * Makerules (common-objdir-compile): Remove.
43273         * sysdeps/unix/Makefile (config-generated): Do not add
43274         $(unix-generated) to variable.
43275         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43276         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43277         Remove rule.
43278         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43279         Likewise.
43280         [generic bits/local_lim.h] (before-compile): Do not append to
43281         variable.
43282         [generic bits/local_lim.h] (common-generated): Likewise.
43283         [generic sys/param.h] (before-compile): Do not append to variable.
43284         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43285         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43286         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43287         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43288         include.
43289         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43290         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43291         [generic sys/param.h] ($(addprefix
43292         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43293         [generic sys/param.h] (common-generated): Do not append to
43294         variable.
43295         [generic sys/param.h] (sysdep_headers): Likewise.
43296         [generic bits/errno.h] (before-compile): Do not append to
43297         variable.
43298         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43299         rule.
43300         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43301         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43302         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43303         [generic bits/errno.h] (common-generated): Do not append to
43304         variable.
43305         [generic bits/ioctls.h] (before-compile): Do not append to
43306         variable.
43307         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43308         rule.
43309         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43310         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43311         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43312         rule.
43313         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43314         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43315         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43316         [generic bits/ioctls.h] (common-generated): Do not append to
43317         variable.
43318         [generic sys/syscall.h] (syscall.h): Remove variable.
43319         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43320         rule.
43321         [generic sys/syscall.h] (before-compile): Do not append to
43322         variable.
43323         [generic sys/syscall.h] (common-generated): Likewise.
43324         * sysdeps/unix/errnos-tmpl.c: Remove file.
43325         * sysdeps/unix/errnos.awk: Likewise.
43326         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43327         * sysdeps/unix/ioctls.awk: Likewise.
43328         * sysdeps/unix/mk-local_lim.c: Likewise.
43329         * sysdeps/unix/snarf-ioctls: Likewise.
43331 2012-03-19  Richard Henderson  <rth@twiddle.net>
43333         * sysdeps/i386/fpu/fenv_private.h: New file.
43334         * sysdeps/i386/fpu/math_private.h: Use it.
43335         (math_opt_barrier, math_force_eval): Remove.
43336         (libc_feholdexcept_setround_53bit): Remove.
43337         (libc_feupdateenv_53bit): Remove.
43338         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43339         (math_opt_barrier, math_force_eval): Remove.
43340         (libc_feholdexcept): Remove.
43341         (libc_feholdexcept_setround): Remove.
43342         (libc_fetestexcept, libc_fesetenv): Remove.
43343         (libc_feupdateenv_test): Remove.
43344         (libc_feupdateenv, libc_feholdsetround): Remove.
43345         (libc_feresetround): Remove.
43347         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43348         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43350         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43351         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43352         (libc_feupdateenv_testl): New.
43353         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43354         (libc_feupdateenv_testf): New.
43355         (libc_feupdateenv): Use libc_feupdateenv_test.
43356         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43357         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43359         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43360         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43361         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43362         (libc_feresetround_noex): New.
43363         (libc_feresetround_noexf): New.
43364         (libc_feresetround_noexl): New.
43365         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43366         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43367         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43368         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43369         SET_RESTORE_ROUND.
43370         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43371         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43372         (__cos): Likewise.
43373         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43374         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43375         SET_RESTORE_ROUND_NOEX.
43376         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43377         SET_RESTORE_ROUND_NOEXF.
43378         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43379         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43380         (libc_feholdsetroundf): New.
43381         (libc_feresetround, libc_feresetroundf): New.
43383         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43384         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43385         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43387         * sysdeps/generic/math_private.h: Include <fenv.h>.
43388         (default_libc_feholdexcept): New.
43389         (default_libc_feholdexcept_setround): New.
43390         (default_libc_fesetenv, default_libc_feupdateenv): New.
43391         (libc_feholdexcept): Only define if undefined.
43392         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43393         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43394         (libc_feholdexcept_setroundl): Likewise.
43395         (libc_feholdexcept_setround_53bit): Likewise.
43396         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43397         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43398         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43399         (libc_feupdateenv_53bit): Likewise.
43400         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43401         (libc_feholdexcept): Convert from macro to inline function.
43402         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43403         (libc_fesetenv, libc_feupdateenv): Likewise.
43405         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43406         not previously defined.
43407         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43408         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43409         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43410         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43411         * sysdeps/ieee754/flt-32/math_private.h: New file.
43412         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43413         math_private.h below SET_FLOAT_WORD.
43414         (__isnan, __isinf_ns, __finite): Remove.
43415         (__isnanf, __isinf_nsf, __finitef): Remove.
43417 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43419         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43421 2012-03-17  David S. Miller  <davem@davemloft.net>
43423         [BZ #6471]
43424         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43425         for 2.16.
43427 2012-03-16  David S. Miller  <davem@davemloft.net>
43429         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43430         warnings.
43432         [BZ #6471]
43433         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43434         properly.
43435         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43436         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43437         sysdep_routines when subdir is sysvipc.
43438         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43439         __getshmlba helper.
43441         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43443 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43445         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43446         [__LP64__].
43448 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43450         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43451         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43452         (__lround): Renamed to ...
43453         (__llround): This.  Replace long int with long long int.
43454         Define lround functions as aliases of llround functions.
43455         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43457 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43459         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43460         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43461         adresses to uintptr_t.  Replace "long int" and "unsigned long
43462         int" with "greg_t" on va_arg.
43464 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43466         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43467         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43469         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43470         Move e_machine check before EI_CLASS check.  Handle x32
43471         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43472         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43473         SKIP_EM_IA_64 and include
43474         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43476         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43477         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43478         (add_system_dir): New macro.
43480         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
43481         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
43483 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43485         [BZ #2551]
43486         [BZ #2552]
43487         [BZ #2553]
43488         [BZ #2554]
43489         [BZ #2562]
43490         [BZ #2563]
43491         [BZ #2565]
43492         [BZ #2566]
43493         [BZ #2576]
43494         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
43495         (y0): Likewise.
43496         * math/w_j0f.c (j0f): Likewise.
43497         (y0f): Likewise.
43498         * math/w_j0l.c (__j0l): Likewise.
43499         (__y0l): Likewise.
43500         * math/w_j1.c (j1): Likewise.
43501         (y1): Likewise.
43502         * math/w_j1f.c (j1f): Likewise.
43503         (y1f): Likewise.
43504         * math/w_j1l.c (__j1l): Likewise.
43505         (__y1l): Likewise.
43506         * math/w_jn.c (jn): Likewise.
43507         (yn): Likewise.
43508         * math/w_jnf.c (jnf): Likewise.
43509         (ynf): Likewise.
43510         * math/w_jnl.c (__jnl): Likewise.
43511         (__ynl): Likewise.
43512         * math/libm-test.inc (j0_test): Add more tests.
43513         (j1_test): Likewise.
43514         (jn_test): Likewise.  Add trailing semicolon to existing test.
43515         (y0_test): Likewise.
43516         (y1_test): Likewise.
43517         * sysdeps/i386/fpu/libm-test-ulps: Update.
43518         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43520         [BZ #13851]
43521         [BZ #13854]
43522         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
43523         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
43524         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
43525         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
43526         (__tanl): Set errno for infinite argument.
43527         * sysdeps/i386/fpu/mptan.c: Remove.
43528         * sysdeps/i386/fpu/s_tan.S: Likewise.
43529         * sysdeps/i386/fpu/s_tanl.S: Likewise.
43530         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
43531         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
43532         * math/libm-test.inc (tan_test): Add more tests and enable more
43533         tests for double and long double.
43534         * sysdeps/i386/fpu/libm-test-ulps: Update.
43535         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43537 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
43539         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
43540         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
43542 2012-03-16  Roland McGrath  <roland@hack.frob.com>
43544         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
43545         * configure.in: Use it for both main tree and add-ons.
43546         * configure: Regenerated.
43548 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43550         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
43552 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43554         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
43555         in comment.
43557         [BZ #13851]
43558         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
43559         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
43560         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
43561         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
43562         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
43563         infinite argument.
43564         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
43565         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
43566         != 0 for prec == 2.
43567         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
43568         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
43569         * sysdeps/i386/fpu/s_cosl.S: Likewise.
43570         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
43571         * sysdeps/i386/fpu/s_sinl.S: Likewise.
43572         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
43573         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
43574         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
43575         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
43576         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
43577         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
43578         * math/libm-test.inc (cos_test): Add more tests and enable more
43579         tests for long double.
43580         (sin_test): Likewise.
43581         (sincos_test): Likewise.
43582         * sysdeps/i386/fpu/libm-test-ulps: Update.
43583         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43585 2012-03-16  David S. Miller  <davem@davemloft.net>
43587         * sysdeps/sparc/fpu/math_private.h: New file.
43589 2012-03-15  David S. Miller  <davem@davemloft.net>
43591         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
43592         file.
43593         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
43594         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
43595         file.
43596         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
43597         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
43598         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
43599         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
43600         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
43601         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
43602         sysdep routines.
43603         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43605         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
43606         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
43608         * sysdeps/sparc/sparc-ifunc.h: New file.
43609         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
43610         sparc-ifunc.h
43611         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
43612         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
43613         Likewise.
43614         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
43615         Likewise.
43616         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
43617         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
43618         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
43619         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
43620         Likewise.
43621         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
43622         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
43623         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
43624         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
43625         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
43626         Likewise.
43627         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
43628         Likewise.
43629         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
43630         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
43631         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
43632         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
43633         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
43634         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
43635         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
43636         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
43637         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
43638         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
43639         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
43640         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
43641         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
43642         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
43643         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
43644         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
43645         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
43646         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
43647         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
43648         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
43649         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
43650         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
43651         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
43652         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
43654 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43656         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
43657         scaling.
43658         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43660 2012-03-15  Andreas Jaeger  <aj@suse.de>
43662         [BZ #13852]
43663         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
43664         ieee754/flt-32 implementation for sin, cos and sincos.
43665         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
43666         * sysdeps/i386/fpu/s_cosf.S: Likewise.
43667         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
43668         * sysdeps/i386/fpu/s_sinf.S: Likewise.
43669         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
43670         ieee754/flt-32 implementation for tan.
43672         * math/libm-test.inc (cos_test): Enable some large input tests for
43673         float as well
43674         (sin_test): Likewise.
43675         (sincos_test): Likewise.
43676         (tan_test): Add tests for large input.
43678         * sysdeps/i386/fpu/libm-test-ulps: Update.
43680 2012-03-15  Andreas Jaeger  <aj@suse.de>
43682         [BZ #13658]
43683         * math/libm-test.inc (cos_test): Add more test cases.
43684         (sin_test): Likewise.
43685         (sincos_test): Likewise.
43687 2012-03-15  Andreas Jaeger  <aj@suse.de>
43689         [BZ #13837]
43690         * math/libm-test.inc (cos_test): Add a test case for large input
43691         value.
43692         (sin_test): Likewise.
43693         (sincos_test): Likewise.
43695 2012-03-15  Andreas Jaeger  <aj@suse.de>
43696             Joseph Myers  <joseph@codesourcery.com>
43698         [BZ #13658]
43699         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
43700         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
43701         * sysdeps/i386/fpu/branred.c: Likewise.
43702         * sysdeps/i386/fpu/dosincos.c: Likewise.
43703         * sysdeps/i386/fpu/mpa.c: Likewise.
43704         * sysdeps/i386/fpu/s_cos.S: Likewise.
43705         * sysdeps/i386/fpu/s_sin.S: Likewise.
43706         * sysdeps/i386/fpu/s_sincos.S: Likewise.
43707         * sysdeps/i386/fpu/sincos32.c: Likewise.
43709         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
43710         Define.
43711         (libc_feupdateenv_53bit): Define.
43712         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
43713         Define.
43714         (libc_feupdateenv_53bit): Define.
43716         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
43717         53 bit (without extend i386 double precision).
43719         * math/libm-test.inc (sincos_test): Add tests for large input.
43720         (sin): Likewise.
43721         (cos): Likewise.
43723         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
43725 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43727         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43729 2012-03-15  David S. Miller  <davem@davemloft.net>
43731         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
43732         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
43733         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
43734         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
43735         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
43736         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
43737         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
43738         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
43739         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
43740         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
43741         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
43742         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
43743         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
43744         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
43745         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
43746         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
43747         file.
43748         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
43749         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
43750         file.
43751         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
43752         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
43753         file.
43754         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
43755         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
43756         file.
43757         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
43758         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
43759         fmin/fmax sysdep routines.
43760         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43762 2012-03-14  David S. Miller  <davem@davemloft.net>
43764         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
43765         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
43766         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
43767         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
43768         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
43769         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
43770         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
43771         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
43772         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
43773         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
43774         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
43775         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
43776         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
43777         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
43778         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
43779         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
43780         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
43781         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
43782         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
43783         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
43784         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
43785         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
43786         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
43787         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
43788         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
43789         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
43790         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
43791         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
43792         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
43793         routines.
43794         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
43795         file.
43796         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
43797         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
43798         file.
43799         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
43800         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
43801         file.
43802         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
43803         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
43804         file.
43805         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
43806         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
43807         file.
43808         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
43809         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
43810         file.
43811         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
43812         file.
43813         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
43814         file.
43815         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
43816         file.
43817         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
43818         New file.
43819         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
43820         file.
43821         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
43822         file.
43823         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
43824         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
43825         file.
43826         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
43827         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
43828         file.
43829         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
43830         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
43831         file.
43832         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
43833         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
43834         VIS3 routines.
43836         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
43837         New file.
43839         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43841         * sysdeps/sparc/configure.in: New file.
43842         * sysdeps/sparc/configure: Generate.
43843         * configure.in (libc_cv_sparc_as_vis3): Substitute.
43844         * configure: Regenerate.
43845         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
43846         * config.make.in (have-as-vis3): New.
43847         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
43848         available use -Av9d instead of -Av9a.
43849         * sysdeps/sparc/sparc64/Makefile: Likewise.
43850         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
43851         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
43852         New file.
43853         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
43854         file.
43855         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
43856         New file.
43857         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
43858         file.
43859         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
43860         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
43861         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
43862         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
43863         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
43865         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
43866         fzeros/fnegs to load 0x80000000 into a float register instead of
43867         using the stack.
43868         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
43870 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
43872         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43873         bits/syscall.h.
43874         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
43875         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
43876         ($(inst_includedir)/bits/syscall.h): Remove rule.
43877         ($(objpfx)bits/syscall.d): Include instead of
43878         $(objpfx)syscall-list.d.
43879         (generated): Change syscall-list.h and syscall-list.d to
43880         bits/syscall.h and bits/syscall.d.
43882 2012-03-14  Roland McGrath  <roland@hack.frob.com>
43884         [BZ #13846]
43885         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
43887 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
43889         [BZ #13841]
43890         * math/s_csqrt.c: Include <float.h>.
43891         (__csqrt): Scale large or subnormal inputs.
43892         * math/s_csqrtf.c: Likewise.
43893         * math/s_csqrtl.c: Likewise.
43894         * math/libm-test.inc (csqrt_test): Add more tests.
43895         * sysdeps/i386/fpu/libm-test-ulps: Update.
43896         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43898         [BZ #13840]
43899         * math/libm-test.inc (hypot_test): Add more tests.
43901 2012-03-13  David S. Miller  <davem@davemloft.net>
43903         [BZ #13840]
43904         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
43905         double-precision for the calculation instead of scaling.
43907 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
43909         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
43910         manipulate bits before adding and subtracting TWO52[sx].
43911         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
43912         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
43913         Likewise.
43914         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
43916 2012-03-13  David S. Miller  <davem@davemloft.net>
43918         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
43919         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
43920         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
43921         rtld-global-offsets.h
43922         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
43924         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
43925         large parameters.
43927         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
43929         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
43930         'err' in the ifdef scope in which it is actually used.
43932         * nss/nss_db/db-init.c: Include string.h
43934 2012-03-12  David S. Miller  <davem@davemloft.net>
43936         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
43937         masking out of the most significant byte of random value used.
43938         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
43939         Fix coding style in previous change.
43941         * sysdeps/unix/sysv/linux/kernel-features.h
43942         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
43943         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
43944         expression.
43945         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
43946         later.
43948 2012-03-11  David S. Miller  <davem@davemloft.net>
43950         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
43951         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
43952         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
43953         for 'resultvar' otherwise things get truncated on 64-bit.
43955         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
43956         Fix masking out of the most significant byte of random value used.
43958         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43960 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
43962         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43964 2012-03-09  David S. Miller  <davem@davemloft.net>
43966         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
43967         variables with appropriate CPP guards.
43968         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
43969         from the frame pointer, not the stack pointer.  Correct layout
43970         comments.  Fix test on resulting framesize and the management of
43971         the outregs buffer for pltexit.  Preserve floating point return
43972         values across _dl_call_pltexit call.
43973         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
43974         framesize and the management of the outregs buffer for pltexit.
43975         Preserve floating point return values across _dl_call_pltexit
43976         call.
43977         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
43978         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
43979         (la_sparc64_gnu_pltexit): New functions.
43980         (print_exit): Fix format string for return register value.
43982 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
43984         * sunrpc/Makefile (others): Add rpcgen.
43985         ($(objpfx)rpcgen): Remove special build rule and dependency on
43986         libc.
43987         * sunrpc/rpcgen.c: New file.
43989 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
43991         [BZ #13673]
43992         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
43993         * stdio-common/bug-vfprintf-nargs.c: Likewise.
43994         * sysdeps/i386/crti.S: Likewise.
43995         * sysdeps/i386/crtn.S: Likewise.
43996         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
43997         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
43998         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
43999         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44000         * sysdeps/sh/crti.S: Likewise.
44001         * sysdeps/sh/crtn.S: Likewise.
44002         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44004         [BZ #13673]
44005         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44006         with URL.
44007         * locale/programs/locfile-kw.gperf: Likewise.
44008         * locale/programs/charmap-kw.h: Regenerated.
44009         * locale/programs/locfile-kw.h: Likewise.
44011         [BZ #13673]
44012         * intl/plural.y: Replace FSF snail mail address with URL.
44013         * intl/plural.c: Regenerated.
44015 2012-03-09  Richard Henderson  <rth@twiddle.net>
44017         * include/math_private.h: Remove file.
44018         * math/math_private.h: Move file ...
44019         * sysdeps/generic/math_private.h: ... here.
44021         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44022         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44023         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44025         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44026         and <math_private.h>.
44027         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44028         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44029         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44030         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44031         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44032         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44033         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44034         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44035         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44036         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44037         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44038         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44039         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44040         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44041         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44042         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44043         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44044         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44045         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44046         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44047         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44048         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44049         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44050         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44051         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44052         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44053         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44054         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44055         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44056         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44057         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44058         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44059         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44060         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44061         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44062         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44063         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44064         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44065         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44066         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44067         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44068         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44069         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44070         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44071         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44072         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44073         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44074         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44075         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44076         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44077         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44078         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44079         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44080         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44081         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44082         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44083         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44084         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44085         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44086         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44087         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44088         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44089         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44090         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44091         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44092         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44093         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44094         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44095         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44096         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44097         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44098         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44099         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44100         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44101         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44102         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44103         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44104         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44105         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44106         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44107         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44108         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44109         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44110         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44111         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44112         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44113         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44114         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44115         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44116         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44117         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44118         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44119         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44120         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44121         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44122         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44123         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44124         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44125         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44126         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44127         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44128         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44129         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44130         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44131         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44132         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44133         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44134         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44135         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44136         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44137         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44138         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44139         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44140         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44141         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44142         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44143         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44144         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44145         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44146         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44147         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44148         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44149         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44150         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44151         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44152         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44153         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44154         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44155         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44156         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44157         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44158         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44159         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44160         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44161         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44162         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44163         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44164         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44165         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44166         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44167         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44168         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44169         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44170         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44171         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44172         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44173         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44174         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44175         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44176         * sysdeps/ieee754/k_standard.c: Likewise.
44177         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44178         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44179         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44180         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44181         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44182         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44183         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44184         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44185         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44186         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44187         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44188         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44189         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44190         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44191         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44192         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44193         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44194         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44195         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44196         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44197         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44198         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44199         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44200         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44201         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44202         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44203         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44204         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44205         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44206         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44207         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44208         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44209         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44210         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44211         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44212         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44213         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44214         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44215         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44216         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44217         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44218         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44219         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44220         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44221         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44222         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44223         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44224         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44225         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44226         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44227         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44228         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44229         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44230         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44231         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44232         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44233         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44234         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44235         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44236         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44237         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44238         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44239         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44240         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44241         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44242         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44243         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44244         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44245         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44246         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44247         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44248         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44249         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44250         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44251         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44252         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44253         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44254         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44255         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44256         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44257         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44258         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44259         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44260         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44261         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44262         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44263         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44264         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44265         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44266         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44267         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44268         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44269         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44270         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44271         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44272         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44273         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44274         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44275         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44276         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44277         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44278         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44279         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44280         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44281         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44282         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44283         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44284         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44285         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44286         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44287         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44288         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44289         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44290         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44291         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44292         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44293         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44294         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44295         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44296         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44297         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44298         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44299         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44300         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44301         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44302         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44303         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44304         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44305         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44306         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44307         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44308         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44309         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44310         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44311         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44312         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44313         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44314         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44315         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44316         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44317         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44318         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44319         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44320         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44321         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44322         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44323         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44324         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44325         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44326         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44327         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44328         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44329         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44330         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44331         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44332         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44333         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44334         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44335         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44336         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44337         * sysdeps/ieee754/s_lib_version.c: Likewise.
44338         * sysdeps/ieee754/s_matherr.c: Likewise.
44339         * sysdeps/ieee754/s_signgam.c: Likewise.
44340         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44341         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44342         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44343         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44344         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44345         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44346         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44347         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44348         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44349         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44350         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44351         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44352         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44353         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44354         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44355         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44356         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44357         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44358         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44359         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44360         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44362 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44364         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44365         * sunrpc/rpc_main.c: Likewise.
44366         * sunrpc/rpc_svcout.c: Likewise.
44368 2012-03-09  David S. Miller  <davem@davemloft.net>
44370         * include/math_private.h: New file.
44372 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44374         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44375         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44376         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44377         from <bits/socket_type.h>.
44378         (enum __socket_type): Don't define here.
44379         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44380         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44381         bits/socket_type.h.
44383         [BZ #13566]
44384         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44385         checking __USE_GNU.
44387         * Makerules ($(inst_includedir)/%.h): New rule.
44388         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44389         (install-others): Remove variable setting.
44390         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44392 2012-03-08  Richard Henderson  <rth@twiddle.net>
44394         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44395         from macro to inline function; merge with the
44396         !__LIBC_INTERNAL_MATH_INLINES version.
44397         (__ieee754_sqrtf): Likewise.
44399         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44400         to inline function.
44401         (__rintf, __floor, __floorf): Likewise.
44403         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44404         macro to inline function.
44405         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44407         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44408         not <math/math_private.h>.
44410 2012-03-08  David S. Miller  <davem@davemloft.net>
44412         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44413         copyright year.
44414         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44416 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44418         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44419         normalization.
44420         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44421         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44423 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44425         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44426         be defined individually, they must be defined as a block.  Define
44427         S for printing a string instead of hidint the different by using a
44428         macro for adding the 'l'.
44429         * stdio-common/tst-fphex-wide.c: Adjust.
44431 2012-03-07  Marek Polacek  <polacek@redhat.com>
44433         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44435 2012-03-08  Marek Polacek  <polacek@redhat.com>
44437         [BZ #13806]
44438         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44439         * stdio-common/tst-fphex.c: Define a few macros to make the
44440         test reusable.  Use them.
44441         * stdio-common/tst-fphex-wide.c: New file.
44443 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44445         [BZ #6911]
44446         * manual/macros.texi (gnusystems): New macro.
44447         (nongnusystems): Likewise.
44448         (gnulinuxhurdsystems): Likewise.
44449         (gnuhurdsystems): Likewise..
44450         (gnulinuxsystems): Likewise.
44451         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44452         variants of the GNU system, not "GNU system".
44453         * manual/conf.texi: Likewise.
44454         * manual/errno.texi: Likewise.  Update example of errno macro
44455         expansion.
44456         * manual/filesys.texi: Likewise.
44457         (getumask): Document as specific to GNU/Hurd.
44458         * manual/install.texi: Likewise.  Reword some references to
44459         GNU/Linux.
44460         * manual/intro.texi: Likewise.
44461         * manual/io.texi: Likewise.
44462         (File Name Portability): Detail which constraints are inapplicable
44463         to all GNU systems and which are only inapplicable to GNU/Hurd.
44464         * manual/job.texi: Likewise.
44465         * manual/llio.texi: Likewise.
44466         (O_NOCTTY): Document as present on GNU/Linux.
44467         * manual/maint.texi: Likewise.
44468         * manual/memory.texi: Likewise.
44469         * manual/pattern.texi: Likewise.
44470         * manual/pipe.texi: Likewise.
44471         * manual/process.texi: Likewise.
44472         * manual/resource.texi: Likewise.
44473         (RUSAGE_CHILDREN): Remove statement about specifying a particular
44474         child on GNU/Hurd.
44475         * manual/setjmp.texi: Likewise.
44476         * manual/signal.texi: Likewise.
44477         * manual/startup.texi: Likewise.
44478         * manual/stdio.texi: Likewise.
44479         * manual/terminal.texi: Likewise.
44480         (ONLCR): Document as POSIX.
44481         (OXTABS): Document availability on GNU/Linux as XTABS.
44482         (ONOEOT): Document availability separately from other bits.
44483         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
44484         * manual/time.texi: Likewise.
44485         * manual/users.texi: Likewise.
44486         * INSTALL: Regenerated.
44487         * sysdeps/gnu/errlist.c: Regenerated.
44489         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
44490         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
44491         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
44492         puts.
44493         * configure: Regenerated.
44495 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
44497         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
44498         default includes instead of AC_HEADER_CHECK.
44499         * sysdeps/i386/configure: Regenerated.
44501         [BZ #10716]
44502         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
44503         * math/s_cacoshf.c (__cacoshf): Likewise.
44504         * math/s_cacoshl.c (__cacoshl): Likewise.
44505         * math/s_casinh.c (__casinh): Set signs of result from argument.
44506         * math/s_casinhf.c (__casinhf): Likewise.
44507         * math/s_casinhl.c (__casinhl): Likewise.
44508         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
44509         (casinh_test): Add more tests.
44510         * sysdeps/i386/fpu/libm-test-ulps: Update.
44511         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44513 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
44515         * po/zh_TW.po: Update from translation team.
44517         * login/Makefile (distribute): Remove variable.
44518         * catgets/Makefile: Likewise.
44519         * mach/Makefile: Likewise.
44520         * malloc/Makefile: Likewise.
44521         * misc/Makefile: Likewise.
44522         * iconv/Makefile: Likewise.
44523         * nscd/Makefile: Likewise.
44524         * hurd/Makefile: Likewise.
44525         * manual/Makefile: Likewise.
44526         * locale/Makefile: Likewise.
44527         * intl/Makefile: Likewise.
44528         * conform/Makefile: Likewise.
44529         * nss/Makefile: Likewise.
44530         * time/Makefile: Likewise.
44531         * soft-fp/Makefile: Likewise.
44532         * dirent/Makefile: Likewise.
44533         * gmon/Makefile: Likewise.
44534         * po/Makefile: Likewise.
44535         * rt/Makefile: Likewise.
44536         * socket/Makefile: Likewise.
44537         * math/Makefile: Likewise.
44538         * signal/Makefile: Likewise.
44539         * debug/Makefile: Likewise.
44540         * elf/Makefile: Likewise.
44541         * timezone/Makefile: Likewise.
44542         * stdlib/Makefile: Likewise.
44543         * iconvdata/Makefile: Likewise.
44544         * sunrpc/Makefile: Likewise.
44545         * io/Makefile: Likewise.
44546         * argp/Makefile: Likewise.
44547         * inet/Makefile: Likewise.
44548         * hesiod/Makefile: Likewise.
44549         * grp/Makefile: Likewise.
44550         * csu/Makefile: Likewise.
44551         * wctype/Makefile: Likewise.
44552         * crypt/Makefile: Likewise.
44553         * libio/Makefile: Likewise.
44554         * string/Makefile: Likewise.
44555         * nis/Makefile: Likewise.
44556         * resolv/Makefile: Likewise.
44557         * stdio-common/Makefile: Likewise.
44558         * wcsmbs/Makefile: Likewise.
44559         * dlfcn/Makefile: Likewise.
44560         * posix/Makefile: Likewise.
44562         [BZ #6959]
44563         * timezone/Makefile: Don't install timezone files, just the programs
44564         and scripts.
44566 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
44568         * nss/databases.def: Add missing gshadow entry.
44570         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
44572 2012-03-06  Marek Polacek  <polacek@redhat.com>
44574         [BZ #13726]
44575         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
44576         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
44577         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
44578         * stdio-common/tst-long-dbl-fphex.c: New file.
44580 2012-03-06  David S. Miller  <davem@davemloft.net>
44582         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44583         (set_obp_int): New function.
44584         (get_obp_int): New function.
44585         (__get_clockfreq_via_dev_openprom): Likewise.
44586         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
44587         Avoid unused variable warnings on 'val' and use builtin_expect.
44588         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
44589         __builtin_expect.
44590         (INLINE_CLONE_SYSCALL): Likewise.
44592 2012-03-05  David S. Miller  <davem@davemloft.net>
44594         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44596 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
44598         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44600         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
44601         only for |x| >= 40.
44602         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44604 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
44606         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
44607         Replace gettimeofday with __vdso_gettimeofday.
44609         * sysdeps/unix/sysv/linux/x86_64/init-first.c
44610         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
44611         __vdso_clock_gettime and __vdso_getcpu.
44613         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
44614         time with __vdso_time.
44616 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44618         * manual/lang.texi (size_t): Note types to which size_t may be
44619         equivalent with the GNU C Library, but do not describe when
44620         differences between them are significant.
44622 2012-03-05  Andreas Jaeger  <aj@suse.de>
44624         * sysdeps/i386/fpu/libm-test-ulps: Update.
44626 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44628         [BZ #3976]
44629         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
44630         (__ieee754_pow): Save and restore rounding mode and use
44631         round-to-nearest for main computations.
44632         * math/libm-test.inc (pow_test_tonearest): New function.
44633         (pow_test_towardzero): Likewise.
44634         (pow_test_downward): Likewise.
44635         (pow_test_upward): Likewise.
44636         (main): Call the new functions.
44637         * sysdeps/i386/fpu/libm-test-ulps: Update.
44638         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44640         [BZ #3976]
44641         * math/libm-test.inc (cosh_test_tonearest): New function.
44642         (cosh_test_towardzero): Likewise.
44643         (cosh_test_downward): Likewise.
44644         (cosh_test_upward): Likewise.
44645         (sinh_test_tonearest): Likewise.
44646         (sinh_test_towardzero): Likewise.
44647         (sinh_test_downward): Likewise.
44648         (sinh_test_upward): Likewise.
44649         (main): Call the new functions.
44650         * sysdeps/i386/fpu/libm-test-ulps: Update.
44651         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44653 2012-03-05  Tom de Vries  <tom@codesourcery.com>
44655         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
44656         default stack guard is set in last bytes.
44657         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
44659 2012-03-05  Kees Cook  <keescook@chromium.org>
44661         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
44663         [BZ #13656]
44664         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
44665         possibly allocate from heap instead of stack.
44666         * stdio-common/bug-vfprintf-nargs.c: New file.
44667         * stdio-common/Makefile (tests): Add nargs overflow test.
44669 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
44671         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44673 2012-03-03  Marek Polacek  <polacek@redhat.com>
44675         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
44676         * math/math_private.h: Likewise.
44677         * stdlib/tst-strtod.c: Likewise.
44678         * sysdeps/i386/i486/bits/atomic.h: Likewise.
44679         * sysdeps/x86_64/bits/atomic.h: Likewise.
44681 2012-03-02  David S. Miller  <davem@davemloft.net>
44683         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
44684         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
44685         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
44686         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
44687         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
44688         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
44689         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
44690         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
44692 2012-03-02  Roland McGrath  <roland@hack.frob.com>
44694         [BZ #13792]
44695         * manual/examples/README: New file, says the example source files
44696         can be used under GPL>=2.
44697         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
44698         line containing just "*/".
44699         * manual/examples/add.c: Add copyright header (GPL>=2).
44700         * manual/examples/argp-ex1.c: Likewise.
44701         * manual/examples/argp-ex2.c: Likewise.
44702         * manual/examples/argp-ex3.c: Likewise.
44703         * manual/examples/argp-ex4.c: Likewise.
44704         * manual/examples/atexit.c: Likewise.
44705         * manual/examples/db.c: Likewise.
44706         * manual/examples/dir.c: Likewise.
44707         * manual/examples/dir2.c: Likewise.
44708         * manual/examples/execinfo.c: Likewise.
44709         * manual/examples/filecli.c: Likewise.
44710         * manual/examples/filesrv.c: Likewise.
44711         * manual/examples/fmtmsgexpl.c: Likewise.
44712         * manual/examples/genpass.c: Likewise.
44713         * manual/examples/inetcli.c: Likewise.
44714         * manual/examples/inetsrv.c: Likewise.
44715         * manual/examples/isockad.c: Likewise.
44716         * manual/examples/longopt.c: Likewise.
44717         * manual/examples/memopen.c: Likewise.
44718         * manual/examples/memstrm.c: Likewise.
44719         * manual/examples/mkfsock.c: Likewise.
44720         * manual/examples/mkisock.c: Likewise.
44721         * manual/examples/mygetpass.c: Likewise.
44722         * manual/examples/pipe.c: Likewise.
44723         * manual/examples/popen.c: Likewise.
44724         * manual/examples/rprintf.c: Likewise.
44725         * manual/examples/search.c: Likewise.
44726         * manual/examples/select.c: Likewise.
44727         * manual/examples/setjmp.c: Likewise.
44728         * manual/examples/sigh1.c: Likewise.
44729         * manual/examples/sigusr.c: Likewise.
44730         * manual/examples/stpcpy.c: Likewise.
44731         * manual/examples/strdupa.c: Likewise.
44732         * manual/examples/strftim.c: Likewise.
44733         * manual/examples/strncat.c: Likewise.
44734         * manual/examples/subopt.c: Likewise.
44735         * manual/examples/swapcontext.c: Likewise.
44736         * manual/examples/termios.c: Likewise.
44737         * manual/examples/testopt.c: Likewise.
44738         * manual/examples/testpass.c: Likewise.
44739         * manual/examples/timeval_subtract.c: Likewise.
44741         [BZ #13792]
44742         * manual/time.texi (Elapsed Time): Move timeval_subtract example
44743         function to ...
44744         * manual/timeval_subtract.c.texi: ... here, new file.
44746 2012-03-02  David S. Miller  <davem@davemloft.net>
44748         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
44750 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
44752         [BZ #3976]
44753         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
44754         (__sin): Save and restore rounding mode and use round-to-nearest
44755         for all computations.
44756         (__cos): Save and restore rounding mode and use round-to-nearest
44757         for all computations.
44758         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
44759         <fenv.h>.
44760         (tan): Save and restore rounding mode and use round-to-nearest for
44761         all computations.
44762         * math/libm-test.inc (cos_test_tonearest): New function.
44763         (cos_test_towardzero): Likewise.
44764         (cos_test_downward): Likewise.
44765         (cos_test_upward): Likewise.
44766         (sin_test_tonearest): Likewise.
44767         (sin_test_towardzero): Likewise.
44768         (sin_test_downward): Likewise.
44769         (sin_test_upward): Likewise.
44770         (tan_test_tonearest): Likewise.
44771         (tan_test_towardzero): Likewise.
44772         (tan_test_downward): Likewise.
44773         (tan_test_upward): Likewise.
44774         (main): Call the new functions.
44775         * sysdeps/i386/fpu/libm-test-ulps: Update.
44776         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44778         [BZ #10135]
44779         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
44780         small n, then large n, before computing and testing k+n.
44781         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
44782         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
44783         Likewise.
44784         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
44785         Likewise.
44786         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
44787         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
44788         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
44789         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
44790         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
44791         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
44792         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
44793         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
44794         * math/libm-test.inc (scalbn_test): Add more tests.
44795         (scalbln_test): Likewise.
44797         * manual/filesys.texi (mode_t): Describe constraints on size and
44798         signedness, not exact equivalence to a particular type.
44799         (ino_t): Likewise.
44800         (ino64_t): Likewise.
44801         (dev_t): Likewise.
44802         (nlink_t): Likewise.
44803         (blkcnt_t): Likewise.
44804         (blkcnt64_t): Likewise.
44805         * manual/llio.texi (off_t): Likewise.
44807         [BZ #3976]
44808         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
44809         (__ieee754_exp): Save and restore rounding mode and use
44810         round-to-nearest for all computations.
44811         * math/libm-test.inc (exp_test_tonearest): New function.
44812         (exp_test_towardzero): Likewise.
44813         (exp_test_downward): Likewise.
44814         (exp_test_upward): Likewise.
44815         (main): Call the new functions.
44816         * sysdeps/i386/fpu/libm-test-ulps: Update.
44817         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44819 2012-03-01  Chris Demetriou  <cgd@google.com>
44821         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
44822         have predictable order.
44824 2012-03-01  David S. Miller  <davem@davemloft.net>
44826         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
44828         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
44829         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
44830         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
44831         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
44833         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
44834         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
44835         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
44836         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
44837         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
44838         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
44839         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
44840         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
44841         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
44843         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44845         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
44846         * sysdeps/sparc/fpu/libm-test-ulps: to here.
44847         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
44849         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
44850         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
44851         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
44852         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
44853         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
44854         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
44855         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
44856         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
44857         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
44858         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
44859         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
44860         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
44861         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
44862         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
44863         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
44864         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44865         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
44866         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
44867         * sysdeps/sparc/elf/configure: Regenerated.
44869 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
44871         * configure.in (AS, LD): Require binutils 2.20 or later.
44872         * configure: Regenerated.
44873         * manual/install.texi (Tools for Compilation): Give binutils 2.20
44874         as required minimum version.
44875         * INSTALL: Regenerated.
44877         [BZ #2541]
44878         [BZ #4108]
44879         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
44880         before squaring exponent.
44881         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
44882         bottom long double and 27 bits of top long double before squaring
44883         exponent.
44884         * math/libm-test.inc (erfc_test): Add more tests.
44885         * sysdeps/i386/fpu/libm-test-ulps: Update.
44886         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
44887         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44889 2012-03-01  Kai Tietz  <ktietz@redhat.com>
44891         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
44892         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
44893         containing bit-fields.
44894         * soft-fp/extended.h (_FP_UNION_E): Likewise.
44895         * soft-fp/single.h (_FP_UNION_S): Likewise.
44896         * soft-fp/double.h (_FP_UNION_D): Likewise.
44898 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
44900         [BZ #13786]
44901         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
44902         not include ../strcmp.S.
44903         [USE_AS_STRNCASECMP_L]: Likewise.
44904         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
44905         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
44906         * sysdeps/i386/i686/multiarch/strncase_l-c.c
44907         (__strncasecmp_l_ia32): Define as alias to
44908         __strncasecmp_l_nonascii.
44910         [BZ #5794]
44911         * math/libm-test.inc (expm1_test): Add test for bug 5794.
44912         * sysdeps/i386/fpu/libm-test-ulps: Update.
44913         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44915         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
44916         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44918 2012-02-29  Jeff Law  <law@redhat.com>
44920         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
44921         out of bounds read.
44923 2012-02-29  Marek Polacek  <polacek@redhat.com>
44925         [BZ #13706]
44926         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
44927         * elf/Makefile: Add rules to run tst-unused-dep.out.
44929 2012-02-28  David S. Miller  <davem@davemloft.net>
44931         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
44932         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
44933         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
44934         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
44935         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
44936         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
44938 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
44940         * math/libm-test.inc (llround_test): Move one test from
44941         lround_test.  Use TEST_f_L in moved test.
44942         (lround_test): Move misplaced test to llround_test.  Add testcase
44943         from bug 2561.
44945 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
44947         * sysdeps/x86_64/fpu/e_expf.S: New file.
44948         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
44950 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
44952         [BZ #13637]
44953         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
44954         of remain_len that may cause incomplete multi-byte character and
44955         false match.
44956         * posix/bug-regex33.c: New file.
44957         * posix/Makefile (tests): Add bug-regex33.
44959 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
44961         * manual/macros.texi: New file.
44962         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
44963         * manual/libc.texinfo: Include macros.texi.
44964         * manual/creatute.texi: Likewise.
44965         * manual/install.texi: Likewise.
44966         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
44967         @glibcadj{} in references to the GNU C Library.
44968         * manual/charset.texi: Likewise.
44969         * manual/conf.texi: Likewise.
44970         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
44971         when not using those macros.
44972         * manual/creature.texi: Likewise.
44973         * manual/crypt.texi: Likewise.
44974         * manual/errno.texi: Likewise.
44975         * manual/filesys.texi: Likewise.
44976         * manual/header.texi: Likewise.
44977         * manual/install.texi: Likewise.
44978         * manual/intro.texi: Likewise.
44979         * manual/io.texi: Likewise.
44980         * manual/job.texi: Likewise.
44981         * manual/lang.texi: Likewise.
44982         * manual/libc.texiinfo: Likewise.
44983         * manual/llio.texi: Likewise.
44984         * manual/locale.texi: Likewise.
44985         * manual/maint.texi: Likewise.
44986         * manual/math.texi: Likewise.
44987         * manual/memory.texi: Likewise.
44988         * manual/message.texi: Likewise.
44989         * manual/nss.texi: Likewise.
44990         * manual/pattern.texi: Likewise.
44991         * manual/process.texi: Likewise.
44992         * manual/resource.texi: Likewise.
44993         * manual/search.texi: Likewise.
44994         * manual/setjmp.texi: Likewise.
44995         * manual/signal.texi: Likewise.
44996         * manual/socket.texi: Likewise.
44997         * manual/startup.texi: Likewise.
44998         * manual/stdio.texi: Likewise.
44999         * manual/string.texi: Likewise.
45000         * manual/sysinfo.texi: Likewise.
45001         * manual/syslog.texi: Likewise.
45002         * manual/terminal.texi: Likewise.
45003         * manual/time.texi: Likewise.
45004         * manual/users.texi: Likewise.
45005         * INSTALL: Regenerated.
45006         * NOTES: Regenerated.
45007         * sysdeps/gnu/errlist.c: Regenerated.
45009 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45011         * include/dirent.h: Include <dirstream.h> before
45012         <dirent/dirent.h>.
45014 2012-02-28  David S. Miller  <davem@davemloft.net>
45016         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45017         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45018         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45019         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45021 2012-02-27  David S. Miller  <davem@davemloft.net>
45023         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45024         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45025         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45026         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45028         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45029         frame pointer instead of stack pointer relative arg slot.
45030         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45031         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45032         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45034 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45036         [BZ #3992]
45037         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45039 2012-02-27  David S. Miller  <davem@davemloft.net>
45041         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45042         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45043         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45044         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45045         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45046         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45047         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45048         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45050 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45052         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45053         later.  Allow versions 5-9.
45054         * configure: Regenerated.
45055         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45056         required minimum version and 4.6 as recommended version.  Do not
45057         mention bugs in GCC 2.7 and 2.8.
45058         * INSTALL: Regenerated.
45060 2012-02-27  David S. Miller  <davem@davemloft.net>
45062         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45063         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45064         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45065         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45066         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45067         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45068         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45069         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45071         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45072         manipulate bits before adding and subtracting TWO112[sx].
45073         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45075 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45077         [BZ #13775]
45078         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45079         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45080         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45081         being in POSIX, because they are in 1003.1-2008.
45083         * rt/tst-aio.c: Include <fcntl.h>.
45084         * rt/tst-aio7.c: Likewise.
45085         * rt/tst-aio64.c: Likewise.
45087         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45089 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45091         * manual/install.texi (--with-headers): Describe headers as
45092         interface headers, not private headers.
45093         (Specific advice for GNU/Linux systems): Describe use of headers
45094         from "make headers_install", not private headers from older
45095         kernels.
45096         * INSTALL: Regenerated.
45097         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45098         Change to 2.6.19.
45099         * sysdeps/unix/sysv/linux/configure: Regenerated.
45101         * manual/llio.texi (fclean): Remove documentation.
45103         * manual/Makefile (libc-texi-generated): New variable.  Include
45104         version.texi.
45105         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45106         $(libc-texi-generated), not duplicated list of files.
45107         (version.texi, stamp-version): New rules.
45108         (realclean): Remove $(libc-texi-generated), not individual files
45109         from that list.  Do not remove dir-add.texinfo.
45110         * manual/libc.texinfo: Comment out uses of edition numbers and
45111         references to printed manual.  Remove last-updated dates.
45112         (EDITION): Comment out.
45113         (ISBN): Likewise.
45114         (VERSION, UPDATED): Remove.
45115         (version.texi): Include.
45117 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45119         * sysdeps/posix/spawni.c: Include <signal.h>.
45120         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45121         * sysdeps/pthread/aio_fsync.c: Likewise.
45123 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45125         * conform/Makefile (tests): Run only when not cross-compiling and
45126         when fast-check is not defined.
45128         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45129         * conform/data/limits.h-data: Fixes for POSIX2008.
45130         * conform/run-conformtest.sh: Run all tests.
45131         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45132         headers.
45133         * include/bits/dlfcn.h: Likewise.
45134         * include/langinfo.h: Likewise.
45135         * include/monetary.h: Likewise.
45136         * include/sys/poll.h: Likewise.
45138         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45139         for __USE_GNU.
45140         * posix/spawn.h: Define __need_sigset_t.
45141         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45142         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45143         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45144         to get sigevent_t only.
45145         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45146         only for __USE_GNU.
45147         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45148         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45149         process_vm_writev only for __USE_GNU.
45150         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45152         * conform/Makefile: For now ignore errors from run-conformtest.
45153         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45154         POSIX to avoid namespace pollution.  Don't prepend headers.
45155         * conform/data/aio.h-data: Fixes for POSIX testing.
45156         * conform/data/fcntl.h-data: Likewise.
45157         * conform/data/glob.h-data: Likewise.
45158         * conform/data/grp.h-data: Likewise.
45159         * conform/data/pthread.h-data: Likewise.
45160         * conform/data/pwd.h-data: Likewise.
45161         * conform/data/signal.h-data: Likewise.
45162         * conform/data/spawn.h-data: Likewise.
45163         * conform/data/stdio.h-data: Likewise.
45164         * conform/data/stdlib.h-data: Likewise.
45165         * conform/data/stropts.h-data: Likewise.
45166         * conform/data/sys/mman.h-data: Likewise.
45167         * conform/data/sys/stat.h-data: Likewise.
45168         * conform/data/sys/types.h-data: Likewise.
45169         * conform/data/sys/wait.h-data: Likewise.
45170         * conform/data/time.h-data: Likewise.
45171         * conform/data/unistd.h-data: Likewise.
45172         * conform/data/utime.h-data: Likewise.
45174         * io/sys/stat.h: fchmod was always in POSIX.
45175         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45176         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45177         * rt/aio.h: Define __need_timespec before including <time.h>.
45178         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45179         struct.  Add forward declaration of pthread_attr_t and use it in
45180         sigevent.
45181         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45182         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45183         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45184         always remove CLK_TCK definition.
45186 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45188         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45190 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45192         * conform/run-conformtest.sh: New file.
45193         * conform/Makefile: Run run-conformtest for tests.
45194         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45195         support.
45197         * conform/data/uchar.h-data: New file.
45198         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45199         * conform/data/arpa/inet.h-data: Likewise.
45200         * conform/data/assert.h-data: Likewise.
45201         * conform/data/complex.h-data: Likewise.
45202         * conform/data/cpio.h-data: Likewise.
45203         * conform/data/ctype.h-data: Likewise.
45204         * conform/data/dirent.h-data: Likewise.
45205         * conform/data/dlfcn.h-data: Likewise.
45206         * conform/data/errno.h-data: Likewise.
45207         * conform/data/fcntl.h-data: Likewise.
45208         * conform/data/float.h-data: Likewise.
45209         * conform/data/fmtmsg.h-data: Likewise.
45210         * conform/data/fnmatch.h-data: Likewise.
45211         * conform/data/ftw.h-data: Likewise.
45212         * conform/data/glob.h-data: Likewise.
45213         * conform/data/grp.h-data: Likewise.
45214         * conform/data/iconv.h-data: Likewise.
45215         * conform/data/inttypes.h-data: Likewise.
45216         * conform/data/langinfo.h-data: Likewise.
45217         * conform/data/libgen.h-data: Likewise.
45218         * conform/data/limits.h-data: Likewise.
45219         * conform/data/locale.h-data: Likewise.
45220         * conform/data/math.h-data: Likewise.
45221         * conform/data/monetary.h-data: Likewise.
45222         * conform/data/mqueue.h-data: Likewise.
45223         * conform/data/ndbm.h-data: Likewise.
45224         * conform/data/net/if.h-data: Likewise.
45225         * conform/data/netdb.h-data: Likewise.
45226         * conform/data/netinet/in.h-data: Likewise.
45227         * conform/data/nl_types.h-data: Likewise.
45228         * conform/data/poll.h-data: Likewise.
45229         * conform/data/pthread.h-data: Likewise.
45230         * conform/data/pwd.h-data: Likewise.
45231         * conform/data/regex.h-data: Likewise.
45232         * conform/data/sched.h-data: Likewise.
45233         * conform/data/search.h-data: Likewise.
45234         * conform/data/semaphore.h-data: Likewise.
45235         * conform/data/setjmp.h-data: Likewise.
45236         * conform/data/signal.h-data: Likewise.
45237         * conform/data/spawn.h-data: Likewise.
45238         * conform/data/stdarg.h-data: Likewise.
45239         * conform/data/stdio.h-data: Likewise.
45240         * conform/data/stdlib.h-data: Likewise.
45241         * conform/data/string.h-data: Likewise.
45242         * conform/data/strings.h-data: Likewise.
45243         * conform/data/stropts.h-data: Likewise.
45244         * conform/data/sys/ipc.h-data: Likewise.
45245         * conform/data/sys/mman.h-data: Likewise.
45246         * conform/data/sys/msg.h-data: Likewise.
45247         * conform/data/sys/resource.h-data: Likewise.
45248         * conform/data/sys/select.h-data: Likewise.
45249         * conform/data/sys/sem.h-data: Likewise.
45250         * conform/data/sys/shm.h-data: Likewise.
45251         * conform/data/sys/socket.h-data: Likewise.
45252         * conform/data/sys/stat.h-data: Likewise.
45253         * conform/data/sys/statvfs.h-data: Likewise.
45254         * conform/data/sys/time.h-data: Likewise.
45255         * conform/data/sys/timeb.h-data: Likewise.
45256         * conform/data/sys/times.h-data: Likewise.
45257         * conform/data/sys/types.h-data: Likewise.
45258         * conform/data/sys/uio.h-data: Likewise.
45259         * conform/data/sys/un.h-data: Likewise.
45260         * conform/data/sys/utsname.h-data: Likewise.
45261         * conform/data/sys/wait.h-data: Likewise.
45262         * conform/data/syslog.h-data: Likewise.
45263         * conform/data/tar.h-data: Likewise.
45264         * conform/data/termios.h-data: Likewise.
45265         * conform/data/utime.h-data: Likewise.
45266         * conform/data/utmpx.h-data: Likewise.
45267         * conform/data/varargs.h-data: Likewise.
45268         * conform/data/wchar.h-data: Likewise.
45269         * conform/data/wctype.h-data: Likewise.
45270         * conform/data/wordexp.h-data: Likewise.
45272         * include/stropts.h: New file.
45273         * include/uchar.h: New file.
45274         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45275         * include/assert.h: Likewise.
45276         * include/ctype.h: Likewise.
45277         * include/dirent.h: Likewise.
45278         * include/dlfcn.h: Likewise.
45279         * include/fcntl.h: Likewise.
45280         * include/fnmatch.h: Likewise.
45281         * include/glob.h: Likewise.
45282         * include/grp.h: Likewise.
45283         * include/libio.h: Likewise.
45284         * include/locale.h: Likewise.
45285         * include/math.h: Likewise.
45286         * include/net/if.h: Likewise.
45287         * include/netdb.h: Likewise.
45288         * include/netinet/in.h: Likewise.
45289         * include/pthread.h: Likewise.
45290         * include/pwd.h: Likewise.
45291         * include/regex.h: Likewise.
45292         * include/sched.h: Likewise.
45293         * include/search.h: Likewise.
45294         * include/setjmp.h: Likewise.
45295         * include/signal.h: Likewise.
45296         * include/stdio.h: Likewise.
45297         * include/stdlib.h: Likewise.
45298         * include/string.h: Likewise.
45299         * include/sys/cdefs.h: Likewise.
45300         * include/sys/mman.h: Likewise.
45301         * include/sys/msg.h: Likewise.
45302         * include/sys/resource.h: Likewise.
45303         * include/sys/select.h: Likewise.
45304         * include/sys/socket.h: Likewise.
45305         * include/sys/stat.h: Likewise.
45306         * include/sys/statvfs.h: Likewise.
45307         * include/sys/time.h: Likewise.
45308         * include/sys/times.h: Likewise.
45309         * include/sys/uio.h: Likewise.
45310         * include/sys/utsname.h: Likewise.
45311         * include/sys/wait.h: Likewise.
45312         * include/termios.h: Likewise.
45313         * include/time.h: Likewise.
45314         * include/ulimit.h: Likewise.
45315         * include/unistd.h: Likewise.
45316         * include/utime.h: Likewise.
45317         * include/wchar.h: Likewise.
45318         * include/wctype.h: Likewise.
45319         * include/wordexp.h: Likewise.
45321         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45323         * time/time.h: TIME_UTC must be a macro.
45324         Make timespec_get available for ISO C11 only as well.
45326 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45328         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45329         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45331 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45333         * configure.in: Use -o not -a in test for unsupported multi-arch.
45335 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45337         * manual/texinfo.tex: Update to version 2012-01-19.16.
45339 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45341         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45343 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45345         [BZ #13738]
45346         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45347         * manual/fdl-1.3.texi: New file.
45348         * manual/fdl-1.1.texi: File removed.
45350         [BZ #13738]
45351         * manual/libc.texinfo (FDL_VERSION): New @set.
45352         Use it for mention of FDL in cover text.
45353         (Documentation License): Use it in @include file name.
45355 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45356             Roland McGrath  <roland@hack.frob.com>
45358         [BZ #5461]
45359         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45360         (not LONG_LONG_MAX and LONG_LONG_MIN.
45361         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45362         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45363         name.
45364         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45366 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45368         [BZ #2547]
45369         [BZ #11365]
45370         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45371         manipulate bits before adding and subtracting TWO23[sx].
45372         * math/libm-test.inc (nearbyint_test): Add more tests.
45374 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45376         [BZ #2548]
45377         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45378         bits before adding and subtracting TWO23[sx].
45379         * math/libm-test.inc (rint_test): Add more tests.
45380         (rint_test_tonearest): Likewise.
45381         (rint_test_towardzero): Likewise.
45382         (rint_test_downward): Likewise.
45383         (rint_test_upward: Likewise.
45385 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45387         [BZ #10110]
45388         * include/stdc-predef.h: New file.  Extracted from features.h.
45389         * include/features.h: Include stdc-predef.h.
45390         * Makefile (headers): Add stdc-predef.h.
45391         * CONFORMANCE (Compiler limitations): Update.
45393 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45395         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45397 2012-02-21  David S. Miller  <davem@davemloft.net>
45399         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45400         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45402 2012-02-20  David S. Miller  <davem@davemloft.net>
45404         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45405         using a normal save/restore sequence, rather than allocating a
45406         dummy stack frame just to store a frame pointer and restore.
45407         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45409 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45411         * manual/install.texi: Fix stray word in line-wrapped comment.
45413 2012-02-20  David S. Miller  <davem@davemloft.net>
45415         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45416         both binutils and gcc support GOTDATA.
45418         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45419         "rd %pc" in the PIC register setup sequences.
45421         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45422         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45423         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45424         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45425         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45426         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45427         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45428         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45429         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45430         (SYSCALL_ERROR_HANDLER): Likewise.
45431         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45432         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45433         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45434         (SYSCALL_ERROR_HANDLER): Likewise.
45436         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45437         (HAVE_GCC_GOTDATA): New.
45438         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45439         relocation support in both binutils and gcc.
45440         * sysdeps/sparc/elf/configure: Regenerate.
45442         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45443         * sysdeps/sparc/sparc32/elf/configure: Delete.
45444         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45445         * sysdeps/sparc/sparc64/elf/configure: Delete.
45446         * sysdeps/sparc/elf/configure.in: New file.
45447         * sysdeps/sparc/elf/configure: Generate.
45449         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45450         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45451         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45452         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45453         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45455 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45457         * manual/install.texi: Do not mention specific glibc version
45458         numbers.
45459         * manual/libc.texinfo (VERSION, UPDATED): Update.
45460         (@copying): Use @copyright{} and range of years.
45462 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45464         [BZ #13695]
45465         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45466         [crti.S not in sysdirs] (generated): Do not append.
45467         [crti.S not in sysdirs] (omit-deps): Likewise.
45468         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45469         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45470         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45471         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45472         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45473         Likewise.
45474         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45475         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45476         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45477         * csu/defs.awk: Remove file.
45478         * sysdeps/generic/initfini.c: Likewise.
45479         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
45480         variable.
45481         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
45482         Likewise.
45484 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45486         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
45487         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
45488         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
45489         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
45490         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45491         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
45492         <bits/epoll.h>.
45493         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
45494         (__EPOLL_PACKED): Define to empty if not defined by
45495         <bits/epoll.h>.
45496         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
45497         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45498         bits/epoll.h.
45500 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45502         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
45503         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
45504         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
45505         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
45506         <bits/timerfd.h>.
45507         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
45508         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45509         bits/timerfd.h.
45511 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45513         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
45514         in C locale.
45515         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45516         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
45517         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
45518         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45520 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
45522         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45523         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45525 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
45527         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
45528         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
45529         defined.
45530         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
45531         Likewise.
45532         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
45533         entry for 2.16.
45535 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
45537         * math/w_acos.c: Use non-signaling floating-point comparisons.
45538         * math/w_acosf.c: Likewise.
45539         * math/w_acosh.c: Likewise.
45540         * math/w_acoshf.c: Likewise.
45541         * math/w_acoshl.c: Likewise.
45542         * math/w_acosl.c: Likewise.
45543         * math/w_asin.c: Likewise.
45544         * math/w_asinf.c: Likewise.
45545         * math/w_asinl.c: Likewise.
45546         * math/w_atanh.c: Likewise.
45547         * math/w_atanhf.c: Likewise.
45548         * math/w_atanhl.c: Likewise.
45549         * math/w_exp2.c: Likewise.
45550         * math/w_exp2f.c: Likewise.
45551         * math/w_exp2l.c: Likewise.
45552         * math/w_j0.c: Likewise.
45553         * math/w_j0f.c: Likewise.
45554         * math/w_j0l.c: Likewise.
45555         * math/w_j1.c: Likewise.
45556         * math/w_j1f.c: Likewise.
45557         * math/w_j1l.c: Likewise.
45558         * math/w_jn.c: Likewise.
45559         * math/w_jnf.c: Likewise.
45560         * math/w_log.c: Likewise.
45561         * math/w_log10.c: Likewise.
45562         * math/w_log10f.c: Likewise.
45563         * math/w_log10l.c: Likewise.
45564         * math/w_log2.c: Likewise.
45565         * math/w_log2f.c: Likewise.
45566         * math/w_log2l.c: Likewise.
45567         * math/w_logf.c: Likewise.
45568         * math/w_logl.c: Likewise.
45569         * math/w_sqrt.c: Likewise.
45570         * math/w_sqrtf.c: Likewise.
45571         * math/w_sqrtl.c: Likewise.
45572         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45573         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
45574         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45575         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45576         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45578 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45580         [BZ #9739]
45581         * manual/string.texi (strnlen): Use correct parameter name in
45582         equivalent expression.
45584 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45586         [BZ #11174]
45587         * manual/users.texi (seteuid): Consistently use neweuid for
45588         argument name.
45590 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45592         [BZ #13704]
45593         * manual/nss.texi (Services in the NSS configuration): Correct
45594         list of services in example configuration file.
45596 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
45598         [BZ #11322]
45599         * manual/arith.texi: Remove statements about negative zero
45600         behaving identically to zero.
45602 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45604         [BZ #5993]
45605         * manual/install.texi: Do not document upgrading from libc5.
45607 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45609         [BZ #4596]
45610         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
45612 2012-02-18  David S. Miller  <davem@davemloft.net>
45614         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
45615         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
45616         %o7 across the call.
45617         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
45618         instead.
45619         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
45620         SETUP_PIC_REG_LEAF.
45621         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45622         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
45623         * sysdeps/sparc/crtn.S: Likewise.
45625 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
45627         * aout/Makefile: Remove.
45629 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
45631         [BZ #13058]
45632         * manual/examples/argp-ex1.c (main): Format definition in GNU
45633         style.
45634         * manual/examples/argp-ex2.c (main): Likewise.
45635         * manual/examples/argp-ex3.c (main): Likewise.
45636         * manual/examples/argp-ex4.c (main): Likewise.
45637         * manual/examples/longopt.c (main): Use new-style prototype
45638         definition.
45639         * manual/examples/strncat.c (main): Specify return type and use
45640         (void) for arguments.
45641         * manual/examples/subopt.c (main): Use char **argv argument.
45643 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45645         [BZ #5077]
45646         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
45647         rounding modes.
45649 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
45651         [BZ #6907]
45652         * manual/string.texi (strchr): Change when strchrnul is
45653         recommended.
45655 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
45657         [BZ #174]
45658         * manual/locale.texi (setlocale): Document LOCPATH.
45660 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45662         [BZ #10210]
45663         * manual/process.texi (execle): Move @dots{} before last argument.
45665 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
45667         [BZ #12047]
45668         * manual/charset.texi (Generic Charset Conversion): Fix typo
45669         (LC_TYPE -> LC_CTYPE).
45671 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
45673         [BZ #5805]
45674         * manual/arith.texi (scalbn): Use @var{} on parameter names.
45675         (scalbnf): Likewise.
45676         (scalbnl): Likewise.
45677         (scalbln): Likewise.
45678         (scalblnf): Likewise.
45679         (scalblnl): Likewise.
45680         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
45681         (vwarnx): Likewise.
45682         (verr): Likewise.
45683         (verrx): Likewise.
45684         * manual/filesys.texi (telldir): Use braces around return type.
45685         * manual/llio.texi (mmap): Add space after comma.
45686         (mmap64): Likewise.
45687         * manual/math.texi (jn): Use @var{} on parameter names.
45688         (jnf): Likewise.
45689         (jnl): Likewise.
45690         (yn): Likewise.
45691         (ynf): Likewise.
45692         (ynl): Likewise.
45693         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
45694         line.
45695         * manual/resource.texi (ulimit): Use @dots{} instead of literal
45696         "...".
45697         (sched_get_priority_min): Remove semicolon on @deftypefun line.
45698         (sched_get_priority_max): Likewise.
45699         * manual/signal.texi (sigvec): Add space after comma.
45700         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
45701         names.
45702         (if_indextoname): Likewise.
45703         (if_freenameindex): Likewise.
45704         (sendto): Use ',' instead of '.' in prototype.
45705         * manual/startup.texi (syscall): Use @dots{} instead of literal
45706         "...".
45707         * manual/stdio.texi (__fpending): Separate initial words of
45708         paragraph from @deftypefun line.
45709         * manual/syslog.texi (syslog): Use @dots{} instead of literal
45710         "...".
45711         (vsyslog): Use @var{} on parameter names.
45712         * manual/terminal.texi (stty): Use @var{} on parameter names.
45713         * manual/users.texi (getutmp): Use @var{} on parameter names.
45714         (getutmpx): Likewise.
45716 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45718         [BZ #6884]
45719         * manual/stdio.texi (fopen): Fix typos in description of
45720         ",ccs=STRING".
45722 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
45724         [BZ #4026]
45725         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
45726         get clock_id definition.
45728 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
45730         [BZ #4822]
45731         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
45732         (madvise): Cast every argument to void on its own.
45734 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45736         [BZ #9902]
45737         * manual/startup.texi (Exit Status): Fix typo.
45739 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45741         [BZ #10140]
45742         * manual/examples/argp-ex1.c: Include <stdlib.h>.
45743         * manual/examples/argp-ex2.c: Likewise.
45744         * manual/examples/argp-ex3.c: Likewise.
45746 2012-02-16  Richard Henderson  <rth@redhat.com>
45748         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
45749         * sysdeps/s390/s390-32/initfini.c: Remove.
45750         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
45751         * sysdeps/s390/s390-64/initfini.c: Remove.
45753 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
45755         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
45756         compiler output for sysdeps/generic/initfini.c.
45757         * sysdeps/sh/elf/initfini.c: Remove file.
45759 2012-02-16  David S. Miller  <davem@davemloft.net>
45761         [BZ #11494]
45762         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
45764         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
45765         * sysdeps/sparc/crti.S: New file.
45766         * sysdeps/sparc/crtn.S: New file.
45767         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
45768         * sysdeps/sparc/sparc64/Makefile: Likewise.
45770 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
45772         [BZ #3335]
45773         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
45775 2012-02-15  Roland McGrath  <roland@hack.frob.com>
45777         [BZ #4822]
45778         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
45780         * mach/devstream.c (cookie_io_functions_t): Macro removed.
45781         (write, read, close): Likewise.
45782         Patch by Aurelien Jarno <aurelien@aurel32.net>.
45784 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
45786         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
45787         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
45788         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
45789         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
45790         <bits/signalfd.h>.
45791         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
45792         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45793         bits/signalfd.h.
45795 2012-02-14  Marek Polacek  <polacek@redhat.com>
45797         * sysdeps/x86_64/crti.S: New file.
45798         * sysdeps/x86_64/crtn.S: New file.
45799         * sysdeps/x86_64/elf/initfini.c: Remove file.
45801 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45803         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
45804         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
45805         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
45806         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
45807         <bits/inotify.h>.
45808         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
45809         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45810         bits/inotify.h.
45812 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45814         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
45815         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
45816         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
45817         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
45818         <bits/eventfd.h>.
45819         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
45820         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45821         bits/eventfd.h.
45823 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
45825         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
45826         __feraiseexcept instead of feraiseexcept.
45828         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
45829         nanosleep invocations.
45830         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
45831         strings, and add error checking for a nanosleep invocations.
45833 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
45835         Replace FSF snail mail address with URLs, as per GNU coding standards.
45836         Most of the snail mail addresses were wrong anyway, and omitting
45837         them makes the source code easier to maintain.  Almost all of the
45838         changes are to license notices and to locale LC_IDENTIFICATION
45839         addresses, except for this one:
45840         * manual/libc.texinfo: In "Published by", give the FSF's URL,
45841         not its snail mail address.
45843 2012-02-09  Richard Henderson  <rth@twiddle.net>
45845         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
45846         of kernel-features.h.
45848         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
45850 2012-02-08  Marek Polacek  <polacek@redhat.com>
45852         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
45853         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
45854         * sysdeps/gnu/_G_config.h: Likewise.
45855         * sysdeps/generic/_G_config.h: Likewise.
45857 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
45859         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
45860         tests.
45861         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45863         * sysdeps/powerpc/powerpc32/crti.S: New file.
45864         * sysdeps/powerpc/powerpc32/crtn.S: New file.
45865         * sysdeps/powerpc/powerpc64/crti.S: New file.
45866         * sysdeps/powerpc/powerpc64/crtn.S: New file.
45868         * Makeconfig (have-initfini): Don't set.
45869         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
45870         * configure.in (nopic_initfini): Don't substitute.
45871         * config.h.in (HAVE_INITFINI): Don't #undef.
45872         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
45873         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
45875 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
45877         Support crti.S and crtn.S provided directly by architectures.
45878         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
45879         [crti.S in sysdirs] (omit-deps): Likewise.
45880         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
45881         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
45882         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
45883         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
45884         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
45885         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
45886         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
45887         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
45888         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
45889         compiler output for sysdeps/generic/initfini.c.
45890         * sysdeps/i386/elf/Makefile: Remove file.
45891         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
45893 2012-02-07  Marek Polacek  <polacek@redhat.com>
45895         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
45896         * sysdeps/gnu/_G_config.h: Likewise.
45897         * sysdeps/mach/hurd/_G_config.h: Likewise.
45899 2012-02-07  Marek Polacek  <polacek@redhat.com>
45901         * math/Makefile (tests): Add tst-CMPLX2.
45902         * math/tst-CMPLX2.c: New file.
45904 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
45906         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45908         * math/libm-test.inc (jn_test): Add missing L suffix.
45910 2012-02-06  Marek Polacek  <polacek@redhat.com>
45912         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
45913         * sysdeps/i386/fpu/e_powf.S: Likewise.
45914         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45915         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45916         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45917         * sysdeps/i386/fpu/e_pow.S: Likewise.
45918         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
45919         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45920         * sysdeps/i386/fpu/s_expm1.S: Likewise.
45921         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
45922         * sysdeps/i386/fpu/e_log2.S: Likewise.
45923         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45924         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45925         * sysdeps/i386/fpu/e_powl.S: Likewise.
45926         * sysdeps/i386/fpu/s_log1p.S: Likewise.
45927         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45928         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
45929         * sysdeps/i386/fpu/e_logl.S: Likewise.
45930         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
45931         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
45932         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
45933         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
45934         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45935         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45936         * sysdeps/i386/fpu/e_log.S: Likewise.
45937         * sysdeps/i386/fpu/s_cexp.S: Likewise.
45938         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45939         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
45940         * sysdeps/i386/fpu/e_logf.S: Likewise.
45941         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45942         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45943         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
45944         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
45945         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45946         * sysdeps/i386/fpu/e_log10.S: Likewise.
45947         * sysdeps/i386/fpu/s_frexp.S: Likewise.
45948         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45949         * sysdeps/i386/fpu/s_asinh.S: Likewise.
45950         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
45951         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45952         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
45953         * sysdeps/i386/asm-syntax.h: Likewise.
45954         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45955         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45956         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45957         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
45958         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
45959         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45960         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
45961         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
45962         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45963         * sysdeps/powerpc/sysdep.h: Likewise.
45964         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
45965         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
45967 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
45969         [BZ #411]
45970         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
45972 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
45974         * sysdeps/i386/sysdep.h: Include <features.h>.
45975         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
45976         version.
45978 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
45980         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
45981         Define.
45982         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
45983         LOAD_PIC_REG_STR.
45985 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
45987         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
45988         (SETUP_PIC_REG): Use GET_PC_THUNK.
45989         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
45990         macro.
45992 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
45994         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
45995         for non-PIC compilation.
45996         (SETUP_PIC_REG): Add .p2align directive.
45997         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
45998         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
45999         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46000         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46001         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46002         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46003         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46004         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46005         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46006         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46007         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46008         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46009         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46010         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46011         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46012         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46013         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46014         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46015         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46016         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46017         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46018         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46019         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46020         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46021         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46022         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46023         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46024         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46025         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46026         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46027         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46028         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46029         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46030         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46031         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46032         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46033         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46034         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46035         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46036         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46037         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46039 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46041         * math/tst-CMPLX.c: Include <stdio.h>.
46043 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46045         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46046         float.
46047         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46048         * sysdeps/sparc/bits/mathdef.h: Likewise.
46050 2012-01-31  Marek Polacek  <polacek@redhat.com>
46052         * libio/libio.h: Don't define _PARAMS.
46053         * locale/programs/config.h: Don't define PARAMS.
46054         * stdlib/strtol_l.c: Likewise.
46055         (__strtol_l): Remove PARAMS from the prototype.
46057 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46059         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46060         names.  Just use the correct names.  Remove unnecessary wrapper
46061         functions.
46062         * malloc/arena.c: Likewise.
46063         * malloc/hooks.c: Likewise.
46065         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46066         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46067         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46069 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46071         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46072         into tail calls.
46073         (update_get_addr): New function.
46074         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46075         GET_ADDR_MODULE parameter.
46077 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46079         * crypt/cert.c: Remove __STDC__ conditionals.
46080         * crypt/crypt-entry.c: Likewise.
46081         * crypt/crypt_util.c: Likewise.
46082         * libio/filedoalloc.c: Likewise.
46083         * libio/fileops.c: Likewise.
46084         * libio/genops.c: Likewise.
46085         * libio/iofclose.c: Likewise.
46086         * libio/iofdopen.c: Likewise.
46087         * libio/iofopen.c: Likewise.
46088         * libio/iofopen64.c: Likewise.
46089         * libio/iogetdelim.c: Likewise.
46090         * libio/iopopen.c: Likewise.
46091         * libio/obprintf.c: Likewise.
46092         * libio/oldfileops.c: Likewise.
46093         * libio/oldiofclose.c: Likewise.
46094         * libio/oldiofdopen.c: Likewise.
46095         * libio/oldiofopen.c: Likewise.
46096         * libio/oldiopopen.c: Likewise.
46097         * libio/wfiledoalloc.c: Likewise.
46098         * libio/wgenops.c: Likewise.
46099         * locale/programs/xmalloc.c: Likewise.
46100         * misc/syslog.c: Likewise.
46101         * stdio-common/xbug.c: Likewise.
46102         * string/memchr.c: Likewise.
46103         * string/memcmp.c: Likewise.
46104         * string/memrchr.c: Likewise.
46105         * string/rawmemchr.c: Likewise.
46106         * sysdeps/posix/getcwd.c: Likewise.
46107         * time/strftime_l.c: Likewise.
46109 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46111         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46112         * config.make.in (config-cflags-sse2avx): Define.
46113         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46114         Fix typo.
46116 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46118         * scripts/config.guess: Update from upstream config git repository.
46119         * scripts/config.sub: Likewise.
46121 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46123         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46124         (EM_NUM): Update.
46125         (R_TILEPRO_*, R_TILEGX_*): New macros.
46127         * scripts/firstversions.awk: Fix bug in version range handling.
46129         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46131         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46133         * include/sys/epoll.h: New file.
46134         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46135         libc_hidden_def.
46137 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46139         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46140         Avoid unnecessary __WORDSIZE == 64 test.
46141         (fmaxf): Use VEX format if possible.
46142         (fmax): Likewise.
46143         (fminf): Likewise.
46144         (fmin): Likewise.
46146         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46147         * math/math_private.h: Remove libc_fegetround* and
46148         libc_fesetround*.
46149         * sysdeps/i386/configure.in: Check for -msse2avx.
46150         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46151         also if SSE2AVX is defined.
46152         Remove libc_fegetround* and libc_fesetround*.
46153         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46154         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46155         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46156         of HAS_YMM_USABLE.
46157         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46158         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46159         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46160         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46161         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46163         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46165 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46167         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46168         size is not set.
46169         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46171 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46173         [BZ #13618]
46174         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46175         relocation.
46176         * Makeconfig (libm): Define.
46177         * elf/Makefile: Add rules to build and run tst-relsort1.
46178         * elf/tst-relsort1.c: New file.
46179         * elf/tst-relsort1mod1.c: New file.
46180         * elf/tst-relsort1mod2.c: New file.
46182 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46184         * math/s_ldexp.c: Remove __STDC__ conditionals.
46185         * math/s_ldexpf.c: Likewise.
46186         * math/s_ldexpl.c: Likewise.
46187         * math/s_nextafter.c: Likewise.
46188         * math/s_nexttowardf.c: Likewise.
46189         * math/s_significand.c: Likewise.
46190         * math/s_significandf.c: Likewise.
46191         * math/s_significandl.c: Likewise.
46192         * math/w_jnl.c: Likewise.
46193         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46194         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46195         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46196         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46197         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46198         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46199         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46200         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46201         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46202         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46203         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46204         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46205         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46206         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46207         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46208         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46209         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46210         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46211         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46212         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46213         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46214         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46215         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46216         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46217         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46218         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46219         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46220         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46221         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46222         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46223         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46224         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46225         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46226         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46227         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46228         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46229         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46230         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46231         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46232         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46233         * sysdeps/ieee754/k_standard.c: Likewise.
46234         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46235         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46236         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46237         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46238         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46239         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46240         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46241         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46242         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46243         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46244         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46245         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46246         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46247         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46248         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46249         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46250         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46251         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46252         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46253         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46254         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46255         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46256         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46257         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46258         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46259         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46260         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46261         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46262         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46263         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46264         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46265         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46266         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46267         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46268         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46269         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46270         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46271         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46272         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46273         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46274         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46275         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46276         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46277         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46278         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46279         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46280         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46281         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46282         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46283         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46284         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46285         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46286         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46287         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46288         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46289         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46290         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46291         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46292         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46293         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46294         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46295         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46296         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46297         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46298         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46299         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46300         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46301         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46302         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46303         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46304         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46305         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46306         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46307         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46308         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46309         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46310         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46311         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46312         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46313         * sysdeps/ieee754/s_matherr.c: Likewise.
46314         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46315         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46316         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46317         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46319 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46321         * crypt/md5.h: Remove __STDC__ conditionals.
46322         * libio/libioP.h: Likewise.
46323         * locale/programs/config.h: Likewise.
46324         * sysdeps/generic/sysdep.h: Likewise.
46325         * sysdeps/i386/asm-syntax.h: Likewise.
46326         * sysdeps/s390/asm-syntax.h: Likewise.
46327         * sysdeps/unix/sysdep.h: Likewise.
46328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46331 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46333         * libio/libio.h: Remove __STDC__ conditionals.
46334         * malloc/obstack.h: Likewise.
46335         * math/complex.h: Likewise.
46336         * math/math.h: Likewise.
46337         * sysdeps/generic/_G_config.h: Likewise.
46338         * sysdeps/gnu/_G_config.h: Likewise.
46339         * sysdeps/mach/hurd/_G_config.h: Likewise.
46340         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46341         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46342         * sysdeps/sparc/bits/mathdef.h: Likewise.
46344 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46346         [BZ #13583]
46347         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46348         Clean up HAS_* macros.
46349         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46350         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46351         possible.
46352         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46353         HAS_AVX.
46354         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46355         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46356         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46357         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46358         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46360 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46362         * elf/tst-unique3.cc (gets): Remove declaration.
46363         * elf/tst-unique3lib.cc (gets): Likewise.
46364         * elf/tst-unique3lib2.cc (gets): Likewise.
46365         * elf/tst-unique4.cc (gets): Likewise.
46367 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46369         * include/stdio.h: Add C++ protection.  Add gets declarations and
46370         definitions.
46371         * debug/tst-chk1.c: Don't declare gets here.
46372         * stdio-common/tst-gets.c: Likewise.
46374 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46376         * posix/glob: Remove directory.
46378 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46380         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46382 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46384         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46385         of the non-standard EPFNOSUPPORT.
46387 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46389         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46390         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46391         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46393 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46395         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46397 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46399         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46400         transient errors.
46401         * nscd/grpcache.c (cache_addgr): Likewise.
46402         * nscd/hstcache.c (cache_addhst): Likewise.
46403         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46404         * nscd/pwdcache.c (cache_addpw): Likewise.
46405         * nscd/servicescache.c (cache_addserv): Likewise.
46407 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46409         * malloc/malloc.c: Various cleanups.
46410         * malloc/hooks.c: Likewise.
46412         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46413         * stdlib/bug-fmtmsg1.c: New file.
46415         * stdlib/fmtmsg.c (init): Add missing unlock.
46416         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46418 2012-01-12  Marek Polacek  <polacek@redhat.com>
46420         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46421         and _GNU_SOURCE.
46423 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46425         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46426         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46427         macro to ensure uniqueness of label name.
46428         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46429         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46431 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46433         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46435         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46436         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46437         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46438         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46440 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46442         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46444         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46445         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46446         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46448         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46450         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46451         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46452         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46453         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46455         * math/bits/math-finite.h: Add ldexp support.
46457 2012-01-10  Marek Polacek  <polacek@redhat.com>
46459         * locale/programs/localedef.h (show_archive_content): Add noreturn
46460         attribute.
46462 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46464         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46466 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46468         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46470         * io/Makefile (headers): Add bits/poll2.h.
46472 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
46474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46475         typo #include statement.
46477 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46479         * include/sys/cdefs.h: Define __attribute_alloc_size.
46480         * catgets/gencat.c: Add alloc_size attribute and apply consistently
46481         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
46482         * elf/pldd.c: Likewise.
46483         * iconv/iconv_charmap.c: Likewise.
46484         * iconv/iconvconfig.c: Likewise.
46485         * iconv/strtab.c: Likewise.
46486         * locale/programs/locale.c: Likewise.
46487         * locale/programs/localedef.h: Likewise.
46488         * locale/programs/simple-hash.c: Likewise.
46489         * nscd/nscd.h: Likewise.
46490         * nss/makedb.c: Likewise.
46491         * sysdeps/generic/ldconfig.h: Likewise.
46492         * locale/programs/localedef.c: Remove xmalloc prototype.
46493         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
46495 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46497         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
46498         appropriate.
46500 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46502         * math/Makefile (tests): Add tst-CMPLX.
46503         * math/tst-CMPLX.c: New file.
46505         * math/complex.h (CMPLXL): Fix typo.
46507         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
46508         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
46509         GLIBC_2.16.
46510         * debug/tst-chk1.c: Add poll and ppoll tests.
46511         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
46512         * include/sys/poll.h: Add hidden proto for ppoll.
46513         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
46514         * sysdeps/mach/hurd/ppoll.c: Likewise.
46515         * io/ppoll.c: Likewise.
46516         * debug/poll_chk.c: New file.
46517         * debug/ppoll_chk.c: New file.
46518         * include/bits/poll2.h: New file.
46519         * io/bits/poll2.h: New file.
46521         [BZ #1350]
46522         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
46524         * configure.in: static is always set to yes.  Remove.
46525         * config.make.in: Don't set build-static.
46526         * Makeconfig: Remove use of build-static.
46527         * dlfcn/Makefile: Likewise.
46528         * elf/Makefile: Likewise.
46529         * math/Makefile: Likewise.
46530         * misc/Makefile: Likewise.
46531         * nptl/Makefile: Likewise.
46532         * sysdeps/mach/hurd/Makefile: Likewise.
46534         * configure.in: PWD_P is not used anymore.
46535         * config.make.in: Remove PWD_P entry.
46537         * configure.in: Remove last remnants of RANLIB.
46538         No need to check for signed size_t anymore.
46539         Don't set libc_commonpagesize and libc_relro_required here for Alpha
46540         and IA-64.
46541         Remove __builtin_expect test because we require at least gcc 3.4.
46542         * aclocal.m4: Likewise.
46544         * wcsmbs/mbrtoc16.c: Implement using towc function.
46545         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
46546         * wcsmbs/wcsmbsload.c: Likewise.
46547         * iconv/gconv_simple.c: Likewise.
46548         * iconv/gconv_int.h: Likewise.
46549         * iconv/gconv_builtin.h: Likewise.
46550         * iconv/iconv_prog.c: Remove CHAR16 handling.
46552         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
46554         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
46556         * configure.in: Remove --with-elf and --enable-bounded options.
46557         Dont set base_machine for ia64.  More non-ELF conditions removed.
46558         Remove testing and setting of leading underscore information.
46559         * config.make.in (build-bounded): Set to no.
46560         * config.h.in: Remove NO_UNDERSCORES entry.
46561         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
46562         them.
46563         * csu/start.c: Remove !NO_UNDERSCORE code.
46564         * locale/localeinfo.h: Likewise.
46565         * sysdeps/generic/machine-gmon.h: Likewise.
46566         * sysdeps/generic/sysdep.h: Likewise.
46567         * sysdeps/i386/sysdep.h: Likewise.
46568         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46569         * sysdeps/mach/sysdep.h: Likewise.
46570         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46571         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46572         * sysdeps/sh/sysdep.h: Likewise.
46573         * sysdeps/sparc/sparc32/alloca.S: Likewise.
46574         * sysdeps/unix/i386/sysdep.S: Likewise.
46575         * sysdeps/unix/sparc/start.c: Likewise.
46576         * sysdeps/unix/sparc/sysdep.S: Likewise.
46577         * sysdeps/unix/sparc/sysdep.h: Likewise.
46578         * sysdeps/unix/start.c: Likewise.
46579         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46580         * sysdeps/x86_64/sysdep.h: Likewise.
46582 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
46584         [BZ #13553]
46585         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
46586         for non-gcc.
46587         * argp/argp-fmtstream.h: Use const instead __const.
46588         * argp/argp.h: Likewise.
46589         * assert/assert.h: Likewise.
46590         * bits/fenv.h: Likewise.
46591         * bits/sched.h: Likewise.
46592         * bits/sigset.h: Likewise.
46593         * bits/sigthread.h: Likewise.
46594         * catgets/nl_types.h: Likewise.
46595         * conform/data/pthread.h-data: Likewise.
46596         * crypt/crypt-private.h: Likewise.
46597         * crypt/crypt.h: Likewise.
46598         * crypt/crypt_util.c: Likewise.
46599         * ctype/ctype.h: Likewise.
46600         * debug/execinfo.h: Likewise.
46601         * debug/mbsnrtowcs_chk.c: Likewise.
46602         * debug/mbsrtowcs_chk.c: Likewise.
46603         * debug/wcsnrtombs_chk.c: Likewise.
46604         * debug/wcsrtombs_chk.c: Likewise.
46605         * debug/wcstombs_chk.c: Likewise.
46606         * dirent/dirent.h: Likewise.
46607         * dlfcn/dlfcn.h: Likewise.
46608         * elf/neededtest4.c: Likewise.
46609         * grp/grp.h: Likewise.
46610         * gshadow/gshadow.h: Likewise.
46611         * iconv/gconv.h: Likewise.
46612         * iconv/gconv_int.h: Likewise.
46613         * iconv/gconv_simple.c: Likewise.
46614         * iconv/iconv.h: Likewise.
46615         * iconv/loop.c: Likewise.
46616         * iconv/skeleton.c: Likewise.
46617         * include/aio.h: Likewise.
46618         * include/aliases.h: Likewise.
46619         * include/argz.h: Likewise.
46620         * include/arpa/inet.h: Likewise.
46621         * include/assert.h: Likewise.
46622         * include/dirent.h: Likewise.
46623         * include/dlfcn.h: Likewise.
46624         * include/execinfo.h: Likewise.
46625         * include/fcntl.h: Likewise.
46626         * include/fenv.h: Likewise.
46627         * include/glob.h: Likewise.
46628         * include/grp.h: Likewise.
46629         * include/libintl.h: Likewise.
46630         * include/mntent.h: Likewise.
46631         * include/netdb.h: Likewise.
46632         * include/pwd.h: Likewise.
46633         * include/rpc/netdb.h: Likewise.
46634         * include/sched.h: Likewise.
46635         * include/search.h: Likewise.
46636         * include/shadow.h: Likewise.
46637         * include/signal.h: Likewise.
46638         * include/stdio.h: Likewise.
46639         * include/stdlib.h: Likewise.
46640         * include/string.h: Likewise.
46641         * include/sys/socket.h: Likewise.
46642         * include/sys/stat.h: Likewise.
46643         * include/sys/statfs.h: Likewise.
46644         * include/sys/statvfs.h: Likewise.
46645         * include/sys/syslog.h: Likewise.
46646         * include/sys/time.h: Likewise.
46647         * include/sys/uio.h: Likewise.
46648         * include/time.h: Likewise.
46649         * include/unistd.h: Likewise.
46650         * include/utmp.h: Likewise.
46651         * include/wchar.h: Likewise.
46652         * include/wctype.h: Likewise.
46653         * inet/aliases.h: Likewise.
46654         * inet/arpa/inet.h: Likewise.
46655         * inet/netinet/ether.h: Likewise.
46656         * inet/netinet/in.h: Likewise.
46657         * intl/libintl.h: Likewise.
46658         * io/bits/fcntl2.h: Likewise.
46659         * io/fcntl.h: Likewise.
46660         * io/ftw.h: Likewise.
46661         * io/sys/poll.h: Likewise.
46662         * io/sys/stat.h: Likewise.
46663         * io/sys/statfs.h: Likewise.
46664         * io/sys/statvfs.h: Likewise.
46665         * io/utime.h: Likewise.
46666         * libio/bits/stdio.h: Likewise.
46667         * libio/bits/stdio2.h: Likewise.
46668         * libio/libio.h: Likewise.
46669         * libio/libioP.h: Likewise.
46670         * libio/stdio.h: Likewise.
46671         * locale/lc-ctype.c: Likewise.
46672         * locale/locale.h: Likewise.
46673         * login/utmp.h: Likewise.
46674         * malloc/arena.c: Likewise.
46675         * malloc/malloc.c: Likewise.
46676         * malloc/malloc.h: Likewise.
46677         * malloc/mcheck.c: Likewise.
46678         * malloc/mtrace.c: Likewise.
46679         * math/bits/mathcalls.h: Likewise.
46680         * math/fenv.h: Likewise.
46681         * math/math_private.h: Likewise.
46682         * misc/bits/error.h: Likewise.
46683         * misc/bits/syslog.h: Likewise.
46684         * misc/err.h: Likewise.
46685         * misc/error.h: Likewise.
46686         * misc/fstab.h: Likewise.
46687         * misc/mntent.h: Likewise.
46688         * misc/regexp.h: Likewise.
46689         * misc/search.h: Likewise.
46690         * misc/sgtty.h: Likewise.
46691         * misc/sys/mman.h: Likewise.
46692         * misc/sys/syslog.h: Likewise.
46693         * misc/sys/uio.h: Likewise.
46694         * misc/sys/xattr.h: Likewise.
46695         * misc/ttyent.h: Likewise.
46696         * nis/rpcsvc/ypclnt.h: Likewise.
46697         * nss/nss.h: Likewise.
46698         * posix/bits/unistd.h: Likewise.
46699         * posix/fnmatch.h: Likewise.
46700         * posix/glob.h: Likewise.
46701         * posix/sched.h: Likewise.
46702         * posix/spawn.h: Likewise.
46703         * posix/sys/wait.h: Likewise.
46704         * posix/unistd.h: Likewise.
46705         * posix/wordexp.h: Likewise.
46706         * pwd/pwd.h: Likewise.
46707         * resolv/netdb.h: Likewise.
46708         * resource/sys/resource.h: Likewise.
46709         * rt/aio.h: Likewise.
46710         * rt/bits/mqueue2.h: Likewise.
46711         * rt/mqueue.h: Likewise.
46712         * shadow/shadow.h: Likewise.
46713         * signal/signal.h: Likewise.
46714         * socket/send.c: Likewise.
46715         * socket/sendto.c: Likewise.
46716         * socket/sys/socket.h: Likewise.
46717         * stdio-common/printf.h: Likewise.
46718         * stdlib/bits/stdlib.h: Likewise.
46719         * stdlib/fmtmsg.h: Likewise.
46720         * stdlib/monetary.h: Likewise.
46721         * stdlib/stdlib.h: Likewise.
46722         * stdlib/ucontext.h: Likewise.
46723         * streams/stropts.h: Likewise.
46724         * string/argz.h: Likewise.
46725         * string/bits/string2.h: Likewise.
46726         * string/string.h: Likewise.
46727         * string/strings.h: Likewise.
46728         * sunrpc/rpc/auth.h: Likewise.
46729         * sunrpc/rpc/auth_des.h: Likewise.
46730         * sunrpc/rpc/clnt.h: Likewise.
46731         * sunrpc/rpc/netdb.h: Likewise.
46732         * sunrpc/rpc/pmap_clnt.h: Likewise.
46733         * sunrpc/rpc/xdr.h: Likewise.
46734         * sysdeps/generic/inttypes.h: Likewise.
46735         * sysdeps/generic/net/if.h: Likewise.
46736         * sysdeps/generic/sys/swap.h: Likewise.
46737         * sysdeps/gnu/net/if.h: Likewise.
46738         * sysdeps/gnu/utmpx.h: Likewise.
46739         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
46740         * sysdeps/i386/i486/bits/string.h: Likewise.
46741         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
46742         * sysdeps/s390/bits/string.h: Likewise.
46743         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
46744         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
46745         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
46746         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
46747         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
46748         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
46749         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
46750         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
46751         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
46752         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
46753         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
46754         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
46755         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
46756         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
46757         * sysdeps/unix/sysv/linux/readv.c: Likewise.
46758         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
46759         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
46760         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46761         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
46762         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
46763         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
46764         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
46765         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
46766         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
46767         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
46768         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
46769         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
46770         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46771         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
46772         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
46773         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
46774         * sysvipc/sys/ipc.h: Likewise.
46775         * sysvipc/sys/msg.h: Likewise.
46776         * sysvipc/sys/sem.h: Likewise.
46777         * sysvipc/sys/shm.h: Likewise.
46778         * termios/termios.h: Likewise.
46779         * time/sys/time.h: Likewise.
46780         * time/time.h: Likewise.
46781         * wcsmbs/bits/wchar2.h: Likewise.
46782         * wcsmbs/uchar.h: Likewise.
46783         * wcsmbs/wchar.h: Likewise.
46784         * wctype/wctype.h: Likewise.
46786         [BZ #13551]
46787         * Makeconfig: Remove all but ELF support including AIX support.
46788         * Makerules: Likewise.
46789         * config.h.in: Likewise.
46790         * config.make.in: Likewise.
46791         * configure: Likewise.
46792         * configure.in: Likewise.
46793         * csu/Makefile: Likewise.
46794         * csu/version.c: Likewise.
46795         * debug/Makefile: Likewise.
46796         * dlfcn/Makefile: Likewise.
46797         * elf/Makefile: Likewise.
46798         * extra-lib.mk: Likewise.
46799         * iconv/Makefile: Likewise.
46800         * include/libc-symbols.h: Likewise.
46801         * include/shlib-compat.h: Likewise.
46802         * resolv/Makefile: Likewise.
46803         * resolv/res_libc.c: Likewise.
46804         * rt/Makefile: Likewise.
46805         * sysdeps/i386/asm-syntax.h: Likewise.
46806         * sysdeps/i386/sysdep.h: Likewise.
46807         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46808         * sysdeps/mach/sysdep.h: Likewise.
46809         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
46810         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
46811         * sysdeps/s390/asm-syntax.h: Likewise.
46812         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46813         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46814         * sysdeps/sh/sysdep.h: Likewise.
46815         * sysdeps/unix/sparc/sysdep.h: Likewise.
46816         * sysdeps/wordsize-32/divdi3.c: Likewise.
46817         * sysdeps/x86_64/sysdep.h: Likewise.
46819         * argp/Versions: Remove _argp_unlock_xxx.
46821         [BZ #13559]
46822         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
46823         * abilist/libBrokenLocale.abilist: Likewise.
46824         * abilist/libanl.abilist: Likewise.
46825         * abilist/libc.abilist: Likewise.
46826         * abilist/libcrypt.abilist: Likewise.
46827         * abilist/libdl.abilist: Likewise.
46828         * abilist/libm.abilist: Likewise.
46829         * abilist/libnsl.abilist: Likewise.
46830         * abilist/libpthread.abilist: Likewise.
46831         * abilist/libresolv.abilist: Likewise.
46832         * abilist/librt.abilist: Likewise.
46833         * abilist/libthread_db.abilist: Likewise.
46834         * abilist/libutil.abilist: Likewise.
46835         * abilist/libnss_db.abilist: New file.
46837         * scripts/abilist.awk: Add support for indirect functions.
46839         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
46841         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
46843         * shlib-versions: Remove entries for ports architectures.
46845         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
46846         files in ports.
46847         * elf/stackguard-macros.h: Remove support for IA-64.
46848         * elf/tst-auditmod1.c: Likewise.
46849         * sysdeps/generic/ldsodefs.h: Likewise.
46851         * sysdeps/unix/sysv/linux/configure.in: Ports should define
46852         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
46853         configure files.
46855         [BZ #13552]
46856         * configure.in: Remove --enable-omitfp support.
46857         * FAQ.in: Adjust.
46858         * config.make.in: Likewise.
46859         * Makeconfig: Likewise.
46860         * manual/install.texi: Likewise.
46862         In case anyone cares, the IA-64 architecture could move to ports.
46863         * sysdeps/ia64/*: Removed.
46864         * sysdeps/unix/sysv/linux/ia64/*: Removed.
46865         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
46867         [BZ #13555]
46868         * configure.in: Remove entries for unsupported architectures.
46870         [BZ #13533]
46871         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
46872         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
46873         routines.
46874         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
46875         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
46876         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
46877         fall back to using wcrtomb.
46878         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
46879         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
46880         renaming.
46881         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
46882         * wcsmbs/tst-c16c32-1.c: New file.
46884         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
46885         local variable.
46887         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
46889         * elf/tst-unique3.cc: Add explicit declaration of gets.
46890         * elf/tst-unique3lib.cc: Likewise.
46891         * elf/tst-unique3lib2.cc: Likewise.
46892         * elf/tst-unique4.cc: Likewise.
46894         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
46896 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
46898         [BZ #13566]
46899         * assert/assert.h (static_assert): Don't define for C++.
46900         * libio/stdio.h (gets): Do declare for C++ <= C++11.
46901         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
46903 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
46905         * iconv/loop.c (single loop): Fix assertion in storing of
46906         remaining bytes.
46908         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
46910 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
46912         * posix/getconf.c: Update copyright year.
46913         * nss/getent.c: Likewise.
46914         * nss/makedb.c: Likewise.
46915         * iconv/iconvconfig.c: Likewise.
46916         * iconv/iconv_prog.c: Likewise.
46917         * elf/ldconfig.c: Likewise.
46918         * elf/pldd.c: Likewise.
46919         * elf/sotruss.ksh: Likewise.
46920         * catgets/gencat.c: Likewise.
46921         * csu/version.c: Likewise.
46922         * elf/ldd.bash.in: Likewise.
46923         * elf/sprof.c (print_version): Likewise.
46924         * locale/programs/locale.c: Likewise.
46925         * locale/programs/localedef.c: Likewise.
46926         * login/programs/pt_chown.c: Likewise.
46927         * nscd/nscd.c (print_version): Likewise.
46928         * debug/xtrace.sh: Likewise.
46929         * malloc/memusage.sh: Likewise.
46930         * malloc/mtrace.pl: Likewise.
46931         * debug/catchsegv.sh: Likewise.
46933 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
46935         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
46936         pure attribute.
46938 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
46940         [BZ #13533]
46941         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
46942         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
46943         transformations.
46944         * iconv/gconv_int.h: Likewise.
46945         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
46946         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
46947         from libc for GLIBC_2.16.
46948         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
46949         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
46950         * wcsmbs/uchar.h: Really define mbstate_t.
46951         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
46952         * wcsmbs/c16rtomb.c: New file.
46953         * wcsmbs/mbrtoc16.c: New file.
46954         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
46955         for C/POSIX locale.
46956         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
46957         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
46959         * wcsmbs/wchar.h: Add missing __restrict.
46961 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
46963         [BZ #13532]
46964         * time/Makefile (routines): Add timespec_get.
46965         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
46966         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
46967         timespec for ISO C11.
46968         * time/timespec_get.c: New file.
46969         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
46970         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
46972         [BZ #13531]
46973         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
46974         * stdlib/stdlib.h: Declare aligned_alloc.
46975         * Versions.def: Add GLIBC_2.16 for libc.
46976         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
46978         [BZ 13527]
46979         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
46980         ISO C11.
46982         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
46983         code.
46985         [BZ #13528]
46986         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
46988         [BZ #13529]
46989         * assert/assert.h (static_assert): Define.
46991         * version.h: Update for 2.16 development version.
46993         [BZ #13526]
46994         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
46995         _ISOC11_SOURCE.
46997         * version.h (RELEASE): Bump for 2.15 release.
46998         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47000         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47001         Patch by Marek Polacek <mpolacek@redhat.com>.
47003         * bits/byteswap.h: Protect long long constants with __extension__.
47004         * sysdeps/i386/bits/byteswap.h: Likewise.
47005         * sysdeps/ia64/bits/byteswap.h: Likewise.
47006         * sysdeps/s390/bits/byteswap.h: Likewise.
47007         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47009 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47011         [BZ #13540]
47012         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47013         destination buffer.
47014         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47016 2011-12-23  Marek Polacek  <polacek@redhat.com>
47018         * elf/dl-addr.c (determine_info): Add inline keyword.
47019         * elf/tst-auditmod4b.c (check_avx): Likewise.
47020         * elf/tst-auditmod6b.c (check_avx): Likewise.
47021         * elf/tst-auditmod6c.c (check_avx): Likewise.
47022         * elf/tst-auditmod7b.c (check_avx): Likewise.
47024 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47026         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47027         !__SSE_MATH__.
47029 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47031         [BZ #13540]
47032         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47033         processing for last bytes.
47035 2011-08-06  Bruno Haible  <bruno@clisp.org>
47037         [BZ #13061]
47038         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47039         U+0385, not to U+1FEE.
47041         [BZ #13062]
47042         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47043         entry for U+00A5 U+0301.
47045 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47047         [BZ #13166]
47048         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47049         buffer for the output is too small.
47051         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47052         optimization.
47054         [BZ #13185]
47055         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47056         SSE flags if possible.
47058 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47060         [BZ #13540]
47061         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47062         processing for last bytes.
47064 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47066         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47067         (syscall-list-default-options, syscall-list-default-condition)
47068         (syscall-list-includes): Define.
47069         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47070         list of ABIs and options and #if conditions for each ABI.  Do not
47071         handle common syscalls between ABIs specially.
47072         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47073         Remove.
47074         (syscall-list-variants, syscall-list-32bit-options)
47075         (syscall-list-32bit-condition, syscall-list-64bit-options)
47076         (syscall-list-64bit-condition): Define.
47077         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47078         (syscall-list-variants, syscall-list-32bit-options)
47079         (syscall-list-32bit-condition, syscall-list-64bit-options)
47080         (syscall-list-64bit-condition): Define.
47081         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47082         Remove.
47083         (syscall-list-variants, syscall-list-32bit-options)
47084         (syscall-list-32bit-condition, syscall-list-64bit-options)
47085         (syscall-list-64bit-condition): Define.
47086         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47087         Remove.
47088         (syscall-list-variants, syscall-list-32bit-options)
47089         (syscall-list-32bit-condition, syscall-list-64bit-options)
47090         (syscall-list-64bit-condition): Define.
47092 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47094         * locale/iso-639.def: Add brx entry.
47096         [BZ #13328]
47097         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47098         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47100         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47101         __feraiseexcept_renamed.
47103 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47105         [BZ #13538]
47106         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47107         EPOLLET with unsigned values.
47108         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47109         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47111         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47112         to large cancellation.
47113         * math/s_cacoshf.c: Likewise.
47114         * math/s_cacoshl.c: Likewise.
47116 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47118         [BZ #13305]
47119         [BZ #12786]
47120         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47121         * math/s_cacoshf.c: Likewise.
47122         * math/s_cacoshl.c: Likewise.
47124 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47126         [BZ #13439]
47127         * iconv/gconv.h: Define __GCONV_SWAP.
47128         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47129         * iconvdata/utf-16.c: Likewise.
47130         * iconvdata/utf-32.c: Likewise.
47132 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47134         [BZ #13524]
47135         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47136         numerator after shifting it by one limb.
47138 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47140         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47141         under [__USE_EXTERN_INLINES].
47143 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47145         [BZ #13446]
47146         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47148 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47150         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47151         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47152         optimized code.
47153         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47154         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47155         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47156         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47157         for strncasecmp/strncasecmp_l compilation.
47158         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47159         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47161 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47163         [BZ #13484]
47164         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47165         of __asm__.
47167 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47169         [BZ #13506]
47170         * time/tzfile.c (__tzfile_read): Check values from file header.
47172 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47174         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47175         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47176         * powerpc/powerpc32/dl-start.S: Likewise.
47177         * powerpc/powerpc32/elf/start.S: Likewise.
47178         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47179         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47180         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47181         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47182         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47183         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47184         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47185         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47186         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47187         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47188         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47189         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47190         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47191         * powerpc/powerpc32/memset.S: Likewise.
47192         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47193         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47194         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47195         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47196         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47197         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47198         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47199         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47200         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47201         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47202         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47203         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47204         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47206 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47208         * math/libm-test.inc: Added more nearbyint tests.
47209         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47210         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47211         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47212         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47214 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47216         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47217         FD_CLOEXEC.
47219 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47221         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47222         Add wcscpy-ssse3 wcscpy-c.
47223         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47224         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47225         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47226         * sysdeps/x86_64/wcschr.S: New file.
47227         * sysdeps/x86_64/wcsrchr.S: New file.
47228         * string/test-strcmp.c: Remove checking of wcscmp function for
47229         wrong alignments.
47230         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47231         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47232         wcsrchr-sse2 wcsrchr-c.
47233         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47234         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47235         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47236         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47237         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47238         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47239         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47240         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47241         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47242         * wcsmbc/wcschr.c (WCSCHR): New macro.
47244 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47246         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47247         * wcsmbs/test-wcsrchr.c: New file.
47248         * string/test-strrchr.c: Add wcsrchr support.
47249         (WIDE): New macro.
47250         * wcsmbs/test-wcscpy.c: New file.
47251         * string/test-strcpy.c: Add wcscpy support.
47252         (WIDE): New macro.
47254 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47256         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47257         the inner loop.
47259 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47261         [BZ #13472]
47262         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47264 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47266         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47267         Minor optimizations.
47269         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47270         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47271         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47273 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47275         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47276         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47277         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47278         for gcc to avoid warnings.
47279         * inet/Makefile (tests): Add tst-checks.
47280         * inet/tst-checks.c: New file.
47282         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47283         warning.
47285         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47286         __wmemcmp_sse2.
47288         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47289         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47291         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47293 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47295         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47296         problem.
47298         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47300 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47302         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47303         conditional on GCC version.
47304         (__arch_compare_and_exchange_val_8_acq)
47305         (__arch_compare_and_exchange_val_16_acq)
47306         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47307         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47308         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47310 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47312         * sysdeps/sh/backtrace.c: New file.
47314 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47316         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47317         parenthesis.
47319 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47321         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47322         falling back to utime.
47324 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47326         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47327         expectations for float.
47329 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47331         * locale/weight.h (findidx): Add parameter len.
47332         * locale/weightwc.h (findidx): Likewise.
47333         * posix/fnmatch_loop.c (FCT): Adjust caller.
47334         * posix/regcomp.c (build_equiv_class): Likewise.
47335         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47336         * posix/regexec.c (check_node_accept_bytes): Likewise.
47337         * string/strcoll_l.c (STRCOLL): Likewise.
47338         * string/strxfrm_l.c (STRXFRM): Likewise.
47340 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47342         * Makefile.in: Remove CVSOPT handling.
47343         * configure.in: Remove use of AC_REVISION.
47344         * iconvdata/Makefile (distribute): No need to filter out CVS.
47345         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47346         handling.
47348 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47350         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47351         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47352         [USE_AS_STRNCASECMP_L]: Likewise.
47353         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47354         NO_TLS_DIRECT_SEG_REFS.
47355         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47356         Fix argument offsets for non-PIC.
47357         [USE_AS_STRNCASECMP_L]: Likewise.
47358         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47359         NO_TLS_DIRECT_SEG_REFS.
47361 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47363         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47364         O_CLOEXEC.
47365         * locale/loadlocale.c (_nl_load_locale): Likewise.
47367 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47369         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47370         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47371         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47372         (SYSCALL_GETTIME): Set errno on error.
47374         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47375         count references to noai6ai_cached.
47377 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47379         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47381         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47382         FD_CLOEXEC for /proc/self/maps.
47384         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47385         FD_CLOEXEC for /proc/meminfo.
47387         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47388         gai.conf.
47390         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47391         FD_CLOEXEC for given file.
47393         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47395         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47396         FD_CLOEXEC for /etc/hosts.
47397         (_gethtent): Likewise.
47399         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47401         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47402         cancellation and set FD_CLOEXEC for /etc/netgroup.
47404         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47405         reading /etc/publickey.
47407         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47408         allow cancellation when reading /etc/group.
47410         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47411         cancellation.
47412         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47414         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47415         when using data file.
47417         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47419         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47420         (write_nis_obj): Use "c" and "e" in fopen.
47422         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47424         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47426         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47428         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47430         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47431         locale.alias.
47433         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47435         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47437         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47439         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47440         file parsing and set FD_CLOEXEC.
47442 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47444         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47446 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47448         * malloc/arena.c (arena_get2): Don't call reused_arena when
47449         _int_new_arena failed.
47451 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47453         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47454         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47455         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47456         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47457         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47458         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47459         to compile strcasecmp and strncasecmp.
47460         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47461         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47463         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47465 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
47467         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47468         locale-defines.sym to gen-as-const-headers.
47469         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47470         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47471         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47472         to compile strcasecmp and strncasecmp.
47473         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47474         strcasecmp_l and strncasecmp_l.
47475         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47476         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47477         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47478         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
47479         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
47480         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
47481         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
47482         * sysdeps/i386/i686/multiarch/strncase.S: New file.
47483         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
47484         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
47485         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
47487 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
47489         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
47490         result of SYSDEP_GETTIME_CPU to retval.
47491         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
47492         parameter list to macro.  Remove trailing semicolon.  Adjust users.
47494         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
47495         variable.
47497         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
47498         mantissa words.
47499         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
47501         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
47502         from unused variable.
47504         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
47505         DWARF definitions.
47506         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
47507         for assembling.
47509         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
47510         over namespaces.
47512         * sunrpc/rpc_prot.c (rejected): Fix case value.
47514         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
47515         unsigned long long int to avoid warnings in shift.
47517         * posix/regex_internal.c (re_string_reconstruct): Actually use result
47518         of use of trans.
47519         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
47520         variable tmp.
47522         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
47523         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
47524         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
47526         * nis/nis_table.c (nis_list): Use variable of correct type for
47527         result of __follow_path call.
47529 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47531         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
47532         of math functions ceil, trunc, floor, round, and sqrt, when
47533         avaliable on the platform.
47534         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
47535         name clash.
47536         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
47537         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
47538         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
47540 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
47542         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
47543         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
47545 2011-11-11  Roland McGrath  <roland@hack.frob.com>
47547         * include/unistd.h: Fix __readlink return type.
47548         Reported by Chris Metcalf <cmetcalf@tilera.com>.
47550 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
47552         * stdlib/ucontext.h: Undo last change for makecontext.
47554 2011-11-11  Andreas Schwab  <schwab@redhat.com>
47556         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
47558         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
47559         * setjmp/setjmp.h: Mark functions as non-leaf.
47560         * setjmp/bits/setjmp2.h: Likewise.
47561         * stdlib/ucontext.h: Likewise.
47563 2011-11-10  Andreas Schwab  <schwab@redhat.com>
47565         * malloc/arena.c (_int_new_arena): Don't increment narenas.
47566         (reused_arena): Don't check arena limit.
47567         (arena_get2): Atomically check arena limit.
47569 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
47571         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
47572         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
47574         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
47575         instructions.
47577 2011-11-07  Andreas Schwab  <schwab@redhat.com>
47579         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
47580         handler when locking.
47582         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
47583         Fix size of allocated buffer.
47585 2011-11-04  Andreas Schwab  <schwab@redhat.com>
47587         [BZ #10103]
47588         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
47589         declarations for long double functions.
47590         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
47592         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
47594 2011-11-03  Andreas Schwab  <schwab@redhat.com>
47596         * nscd/nscd.c (main): Don't start AVC thread until credentials are
47597         installed.
47599         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
47600         is disabled.
47602 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47604         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
47606 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
47608         * include/alloca.h (stackinfo_alloca_round): Define.
47609         (extend_alloca): Use it.
47610         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
47611         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
47612         here.
47614         * scripts/check-local-headers.sh: Ignore libaudit.h.
47616         * nscd/Makefile (extra-objs): Make recursively expanded.
47618 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
47620         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
47621         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
47623         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
47624         * posix/tst-rfc3484-2.c: Likewise.
47625         * posix/tst-rfc3484-3.c: Likewise.
47627         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47628         process_vm_writev.
47629         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
47630         process_vm_writev.
47631         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
47632         process_vm_writev from libc using GLIBC_2.15 version.
47634         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
47636 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
47638         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
47639         stack usage.
47641 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
47643         [BZ #13367]
47644         * nss/getent.c (initgroups_keys): Show error message in case no group
47645         names are given.
47647         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
47648         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
47649         __bump_nl_timestamp.
47650         * nscd/connections (nscd_init): When host database is served open
47651         netlink socket and request notification about configuration changes.
47652         (main_loop_poll): Track netlink file descriptor and bump timestamp
47653         in case data becomes available.
47654         (main_loop_epoll): Likewise.
47655         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
47656         (database_pers_head): Add extra_data fileds.
47657         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
47658         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
47659         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
47660         Adjust caller.
47661         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
47662         in6ai data, call __free_in6ai.
47663         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
47664         Add -DHAVE_NETLINK.
47665         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
47666         interface information.  Reuse previous data if netlink timestamp
47667         is not changed.
47668         (__bump_nl_timestamp): New function.
47669         (__free_in6ai): New function.
47671 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
47673         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
47674         close_not_cancel_no_status here.
47675         (__check_pf): Reorganize code a bit to not call close twice if OOM.
47677 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47679         [BZ #13276]
47680         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
47681         return value.
47683         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
47684         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
47685         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
47687 2011-07-03  Andreas Jaeger  <aj@suse.de>
47689         [BZ #10709]
47690         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
47691         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
47692         * math/libm-test.inc (sin_test): Add test case.
47694 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47696         [BZ #13337]
47697         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
47698         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47700         * elf/chroot_canon.c (chroot_canon): Cleanups.
47702         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
47704         [BZ #13335]
47705         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
47706         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47708         * string/test-strchr.c: Make usable for strchrnul testing.
47709         * string/test-strchrnul.c: New file.
47710         * string/Makefile (strop-tests): Add strchrnul.
47712         * po/it.po: Update from translation team.
47713         * po/es.po: Likewise.
47715 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
47717         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
47718         the three constants needed as parameters.  Drop the others.
47719         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
47720         __m128i_strloadu_tolower.
47721         Create and initialize variable zero and use it in all the places
47722         where _mm_setzero_si128 was used.
47724         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
47725         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
47726         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
47727         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
47728         anymore.
47729         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
47730         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
47731         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
47732         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
47733         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
47734         __mpranred, __mptan.
47735         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
47736         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
47737         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
47738         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
47739         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
47740         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
47741         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
47742         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
47743         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
47745 2011-10-28  Andreas Schwab  <schwab@redhat.com>
47747         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
47748         redefine if SHARED.
47749         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
47751         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
47752         wide char related routines to wcsmbs subdir.
47754 2011-10-27  Andreas Schwab  <schwab@redhat.com>
47756         [BZ #13344]
47757         * misc/sys/cdefs.h (__THROWNL): Define.
47758         * posix/unistd.h: Use __THREADNL instead of __THREAD
47759         for memory synchronization functions.
47761 2011-10-26  Roland McGrath  <roland@hack.frob.com>
47763         [BZ #13349]
47764         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
47765         doesn't exist.
47766         * manual/stdio.texi (Obstack Streams): Node removed.
47768 2011-10-26  Andreas Schwab  <schwab@redhat.com>
47770         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
47771         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47772         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47774         * math/math_private.h (math_force_eval): Allow non-addressable
47775         arguments.
47776         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
47778 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47780         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
47781         file is not needed.
47783         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
47784         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
47785         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47786         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47787         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47788         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47789         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47790         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
47791         Add AVX variants.
47792         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
47793         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
47794         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
47795         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
47796         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
47797         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
47798         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
47799         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
47800         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
47801         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
47802         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
47803         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
47804         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
47805         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
47806         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
47807         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
47808         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
47809         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
47810         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
47812         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
47813         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
47815         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
47816         place.  Use VEX encoding when compiling for AVX.
47818 2011-10-25  Andreas Schwab  <schwab@redhat.com>
47820         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
47821         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
47823         * string/test-strchr.c (do_test): Don't generate NUL bytes.
47825 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47827         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
47828         useless if() expression.
47829         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47830         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47831         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47832         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47833         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47834         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47835         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47836         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47837         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47838         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47839         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47840         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47841         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47842         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47843         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47844         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47845         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47846         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47847         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47849         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
47851 2011-10-25  Andreas Schwab  <schwab@redhat.com>
47853         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
47854         condition.
47855         * elf/dl-fini.c (_dl_sort_fini): Likewise.
47857 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47859         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
47860         .text section.  Avoid duplicate constants.
47861         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47862         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47863         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47864         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47865         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47866         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47867         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47868         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47869         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
47870         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
47871         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
47872         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
47873         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
47874         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
47875         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
47876         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
47877         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
47878         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
47879         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47880         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47881         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47882         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47883         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47884         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
47885         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
47886         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
47887         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
47888         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
47889         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
47890         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
47891         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
47892         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
47893         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
47894         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
47895         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
47896         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
47897         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
47898         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
47899         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
47900         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
47901         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
47902         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
47903         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
47904         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
47905         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
47907 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
47909         * sysdeps/x86_64/dla.h: Move to ...
47910         * sysdeps/x86_64/fpu/dla.h: ...here.
47911         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
47912         situations.  Use __builtin_fma only for gcc 4.6 and up.
47914         * config.make.in: Add have-mfma4 entry.
47915         * configure.in: Substitute libc_cv_cc_fma4.
47916         * math/Makefile (dbl-only-routines): Add sincostab.
47917         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
47918         Use __sincostab not sincos.
47919         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
47920         name is a macro.
47921         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47922         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47923         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47924         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
47925         using __copysign.
47926         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
47927         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
47928         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
47929         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
47930         and __inv.
47931         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
47932         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
47933         __copysign.
47934         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
47935         define aliases when function name is a macro.
47936         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
47937         sysdeps/ieee754/dbl-64/sincos.tbl.
47938         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
47939         fma4-enabled routines.
47940         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
47941         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
47942         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
47943         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
47944         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
47945         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
47946         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
47947         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
47948         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
47949         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
47950         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
47951         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
47952         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
47953         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
47954         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
47955         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
47956         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
47957         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
47958         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
47959         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
47960         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
47961         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
47962         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
47963         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
47964         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
47965         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
47966         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
47967         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
47968         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
47969         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
47971         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
47972         rename.
47973         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47974         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47975         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47976         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47977         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47978         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47979         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47980         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47982 2011-10-24  Andreas Schwab  <schwab@redhat.com>
47984         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
47986 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
47988         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
47990         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
47991         prediction.
47992         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
47994         * string/strnlen.c: Don't define STRNLEN, reverse logic.
47995         Remove unused variable magic_bits.
47996         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
47998         * string/strnlen.c: Define and use STRNLEN macro.
47999         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48000         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48001         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48002         * wcsmbs/wcslen.c: Define and use WCSLEN.
48003         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48004         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48005         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48006         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48007         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48008         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48009         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48011 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48013         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48014         strnlen-sse2-no-bsf.
48015         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48016         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48017         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48018         Add strnlen support.
48019         (USE_AS_STRNLEN): New macro.
48020         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48021         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48022         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48023         * sysdeps/x86_64/wcslen.S: New file.
48025 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48027         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48028         XMM-moves are used for copying on small sizes.
48030 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48032         * wcsmbs/Makefile (strop-tests): Add wcschr.
48033         * wcsmbs/test-wcschr.c: New file.
48034         * string/test-strchr.c: Update.
48035         Add wcschr support.
48036         (WIDE): New macro.
48038 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48040         * wcsmbs/Makefile (strop-tests): Add wcslen.
48041         * wcsmbs/test-wcslen.c: New file.
48042         * string/test-strlen.c: Update.
48043         Add wcslen support.
48044         (WIDE): New macro.
48046 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48048         * po/it.po: Update from translation team.
48050 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48052         * sysdeps/x86_64/wcscmp.S: Update.
48053         Fix wrong comparison semantics.
48054         wcscmp shall use signed comparison not unsigned.
48055         Don't use substraction to avoid overflow bug.
48056         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48057         * wcsmbc/wcscmp.c: Likewise.
48058         * string/test-strcmp.c: Likewise.
48059         Add new tests to check cases with negative values.
48061 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48063         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48064         * sysdeps/x86_64/dla.h: ...here.  New file.
48065         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48066         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48067         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48068         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48069         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48070         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48071         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48072         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48073         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48075 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48077         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48078         __ynl_finite aliases.
48080 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48082         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48084         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48085         define DLA_FMA.
48086         [DLA_FMA] (EMULV): Use DLA_FMA.
48087         [DLA_FMA] (MUL12): Use EMULV.
48088         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48089         that are not needed.
48090         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48091         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48092         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48093         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48094         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48095         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48096         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48098 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48100         * math/s_nan.c: Undef __nan.
48101         * math/s_nanf.c: Undef __nanf.
48102         * math/s_nanl.c: Undef __nanl.
48103         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48104         "math_private.h".
48106 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48108         * math/s_catan.c: Add branch predictions.
48109         * math/s_catanf.c: Likewise.
48110         * math/s_catanh.c: Likewise.
48111         * math/s_catanhf.c: Likewise.
48112         * math/s_catanhl.c: Likewise.
48113         * math/s_catanl.c: Likewise.
48114         * math/s_cexp.c: Likewise.
48115         * math/s_cexpf.c: Likewise.
48116         * math/s_cexpl.c: Likewise.
48117         * math/s_clog.c: Likewise.
48118         * math/s_clog10.c: Likewise.
48119         * math/s_clog10f.c: Likewise.
48120         * math/s_clog10l.c: Likewise.
48121         * math/s_clogf.c: Likewise.
48122         * math/s_clogl.c: Likewise.
48123         * math/s_csqrt.c: Likewise.
48124         * math/s_csqrtf.c: Likewise.
48125         * math/s_csqrtl.c: Likewise.
48126         * math/s_ctanf.c: Likewise.
48127         * math/s_ctanh.c: Likewise.
48128         * math/s_ctanhf.c: Likewise.
48129         * math/s_ctanhl.c: Likewise.
48130         * math/s_ctanl.c: Likewise.
48132         * math/math_private.h: Define __nan, __nanf, __nanl.
48133         * math/s_cacosh.c: Include <math_private.h>.
48134         * math/s_cacoshl.c: Likewise.
48135         * math/s_casinh.c: Likewise.
48136         * math/s_casinhf.c: Likewise.
48137         * math/s_casinhl.c: Likewise.
48138         * math/s_ccos.c: Rely entire on ccosh.
48139         * math/s_ccosf.c: Rely entire on ccoshf.
48140         * math/s_ccosl.c: Rely entirely on ccoshl.
48141         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48142         Remove tests for FE_INVALID.
48143         * math/s_ccoshf.c: Likewise.
48144         * math/s_ccoshl.c: Likewise.
48145         * math/s_csin.c: Likewise.
48146         * math/s_csinf.c: Likewise.
48147         * math/s_csinh.c Likewise.
48148         * math/s_csinhf.c: Likewise.
48149         * math/s_csinhl.c: Likewise.
48150         * math/s_csinl.c: Likewise.
48151         * math/s_ctan.c: Likewise.
48152         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48153         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48154         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48156 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48158         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48159         compilation problems.
48161         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48162         __builtin_expect.
48164 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48166         * sysdeps/i386/configure.in: Test for -mfma4 option.
48167         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48168         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48169         COMMON_CPUID_INDEX_80000001.
48170         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48171         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48172         use it if FMA3 is not supported.
48173         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48175         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48176         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48178 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48180         [BZ #12892]
48181         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48182         it would create a cycle with a link time dependency.
48184 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48186         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48187         instruction.
48188         * string/Makefile (strop-tests): Add rawmemchr.
48189         * string/test-rawmemchr.c: New file.
48191         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48192         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48193         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48194         when compiling str{,n}casecmp and when AVX is available.  Hook up
48195         new optimized code in initializers.
48197 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48199         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48200         __feraiseexcept instead of feraiseexcept.
48202 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48204         * math/math_private.h: Define defaults for libc_fetestexcept and
48205         libc_feupdateenv.
48206         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48207         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48208         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48209         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48210         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48211         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48212         libc_fetestexcept and libc_feupdateenv.
48214         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48215         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48216         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48217         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48218         libc_feholdexcept_setround.
48220         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48221         Add s_nearbyint-c and s_nearbyintf-c.
48222         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48223         nearbyintf inlines.
48224         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48225         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48226         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48227         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48229         * math/math_private.h: Define defaults for libc_fegetround,
48230         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48231         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48232         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48233         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48234         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48235         standard functions.
48236         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48237         Remove comments and hacks for old compiler versions.
48238         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48239         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48240         libc_feholdexceptl.
48242 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48244         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48245         (__feraiseexcept_renamed): Add __NTH.
48246         (feraiseexcept): Add __NTH.  Rename local variables to fix
48247         namespace violations.
48249 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48251         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48253         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48255         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48256         recently added interfaces.
48257         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48259         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48260         about macro parameter expansion.
48262         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48263         __NO_MATH_INLINES is defined.  Cleanups.
48265         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48266         and __floorf is target has SSE4.1.
48267         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48268         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48269         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48270         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48272         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48273         name.
48274         (floorf): Likewise.
48276         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48278 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48280         * misc/sys/cdefs.h: Fix last change.
48282         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48283         database lookup.
48285 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48287         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48289         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48290         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48291         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48292         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48293         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48294         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48295         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48296         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48297         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48298         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48299         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48300         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48301         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48302         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48303         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48304         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48305         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48306         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48307         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48308         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48309         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48310         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48312         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48313         ceil, ceilf, floor, floorf.
48315         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48316         Perform IRELATIVE relocations last.
48318         * elf/do-rel.h: Add another parameter nrelative, replacing the
48319         local variable with the same name.  Change name of the function
48320         to end in Rel or Rela (uppercase).
48321         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48322         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48323         elf_dynamic_do_##reloc function.
48325 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48327         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48328         is sufficient, at least on modern CPUs.
48330         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48332         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48333         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48335         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48336         __expl_finite.
48337         * math/bits/math-finite.h: Add entries for exp.
48338         * math/e_expl.c: Add __*_finite alias.
48339         * sysdeps/i386/fpu/e_exp.S: Likewise.
48340         * sysdeps/i386/fpu/e_expf.S: Likewise.
48341         * sysdeps/i386/fpu/e_expl.c: Likewise.
48342         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48343         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48344         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48345         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48346         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48347         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48348         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48350         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48351         is sufficient, at least on modern CPUs.
48353         * ctype/ctype-info.c (__ctype_init): Define.
48354         * include/ctype.h (__ctype_init): Declare.
48355         (__ctype_b_loc): The variable is always initialized.
48356         (__ctype_toupper_loc): Likewise.
48357         (__ctype_tolower_loc): Likewise.
48358         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48359         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48361 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48363         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48365         * configure.in: Also look in $cxxmachine/include for C++ system
48366         headers.
48368 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48370         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48371         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48372         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48373         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48374         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48375         (USE_AS_WMEMCMP): New macro.
48376         Fixing indents.
48377         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48378         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48379         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48380         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48381         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48382         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48383         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48384         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48385         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48386         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48387         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48388         (USE_AS_WMEMCMP): New macro.
48389         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48390         * sysdeps/string/test-memcmp.c: Update.
48391         Fix simple_wmemcmp.
48392         Add new tests.
48393         * wcsmbs/wmemcmp.c: Update.
48394         (WMEMCMP): New macro.
48395         Fix overflow bug.
48397 2011-10-12  Andreas Jaeger  <aj@suse.de>
48399         [BZ #13268]
48400         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48402 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48404         * libio/iofwide.c (do_length): Avoid warning.
48406         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48408 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48410         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48412         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48413         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48414         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48415         * sysdeps/i386/i686/fpu/e_log.S: New file.
48416         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48417         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48419         * ctype/ctype.h: Add support for inlined isXXX functions when
48420         compiling C++ code.
48422 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48424         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48426         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48428 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48430         [BZ #13291]
48431         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48433 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48435         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48436         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48437         feraiseexcept.
48439         * sysdeps/x86_64/memrchr.S: Check for zero size.
48441         * string/stratcliff.c: Add memrchr tests.
48443 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48445         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48446         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48447         rawmemchr-sse2 rawmemchr-sse2-bsf.
48448         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48449         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48450         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48451         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48452         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48453         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48454         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48455         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48456         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48457         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48458         * string/memrchr.c (MEMRCHR): New macro.
48460 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48462         Add integration with gcc's -ffinite-math-only and optimize wrapper
48463         functions in libm.
48464         * Versions.def: Define GLIBC_2.15 version for libm.
48465         * math/Makefile (headers): Add bits/math-finite.h.
48466         * math/bits/math-finite.h: New file.
48467         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48468         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48469         * math/e_acoshl.c: Add __*_finite alias.
48470         * math/e_acosl.c: Likewise.
48471         * math/e_asinl.c: Likewise.
48472         * math/e_atan2l.c: Likewise.
48473         * math/e_atanhl.c: Likewise.
48474         * math/e_coshl.c: Likewise.
48475         * math/e_exp10.c: Likewise.
48476         * math/e_exp10f.c: Likewise.
48477         * math/e_exp10l.c: Likewise.
48478         * math/e_exp2l.c: Likewise.
48479         * math/e_fmodl.c: Likewise.
48480         * math/e_gammal_r.c: Likewise.
48481         * math/e_hypotl.c: Likewise.
48482         * math/e_j0l.c: Likewise.
48483         * math/e_j1l.c: Likewise.
48484         * math/e_jnl.c: Likewise.
48485         * math/e_lgammal_r.c: Likewise.
48486         * math/e_log10l.c: Likewise.
48487         * math/e_log2l.c: Likewise.
48488         * math/e_logl.c: Likewise.
48489         * math/e_powl.c: Likewise.
48490         * math/e_sinhl.c: Likewise.
48491         * math/e_sqrtl.c: Likewise.
48492         * math/e_scalb.c: Completely rewritten and optimized.
48493         * math/e_scalbf.c: Likewise.
48494         * math/e_scalbl.c: Likewise.
48495         * math/w_acos.c: Likewise.
48496         * math/w_acosf.c: Likewise.
48497         * math/w_acosl.c: Likewise.
48498         * math/w_acosh.c: Likewise.
48499         * math/w_acoshf.c: Likewise.
48500         * math/w_acoshl.c: Likewise.
48501         * math/w_asin.c: Likewise.
48502         * math/w_asinf.c: Likewise.
48503         * math/w_asinl.c: Likewise.
48504         * math/w_atan2.c: Likewise.
48505         * math/w_atan2f.c: Likewise.
48506         * math/w_atan2l.c: Likewise.
48507         * math/w_atanh.c: Likewise.
48508         * math/w_atanhf.c: Likewise.
48509         * math/w_atanhl.c: Likewise.
48510         * math/w_exp10.c: Likewise.
48511         * math/w_exp10f.c: Likewise.
48512         * math/w_exp10l.c: Likewise.
48513         * math/w_fmod.c: Likewise.
48514         * math/w_fmodf.c: Likewise.
48515         * math/w_fmodl.c: Likewise.
48516         * math/w_j0.c: Likewise.
48517         * math/w_j0f.c: Likewise.
48518         * math/w_j0l.c: Likewise.
48519         * math/w_j1.c: Likewise.
48520         * math/w_j1f.c: Likewise.
48521         * math/w_j1l.c: Likewise.
48522         * math/w_jn.c: Likewise.
48523         * math/w_jnf.c: Likewise.
48524         * math/w_log.c: Likewise.
48525         * math/w_logf.c: Likewise.
48526         * math/w_logl.c: Likewise.
48527         * math/w_log10.c: Likewise.
48528         * math/w_log10f.c: Likewise.
48529         * math/w_log10l.c: Likewise.
48530         * math/w_log2.c: Likewise.
48531         * math/w_log2f.c: Likewise.
48532         * math/w_log2l.c: Likewise.
48533         * math/w_pow.c: Likewise.
48534         * math/w_powf.c: Likewise.
48535         * math/w_powl.c: Likewise.
48536         * math/w_remainder.c: Likewise.
48537         * math/w_remainderf.c: Likewise.
48538         * math/w_remainderl.c: Likewise.
48539         * math/w_scalb.c: Likewise.
48540         * math/w_scalbf.c: Likewise.
48541         * math/w_scalbl.c: Likewise.
48542         * math/w_sqrt.c: Likewise.
48543         * math/w_sqrtf.c: Likewise.
48544         * math/w_sqrtl.c: Likewise.
48545         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
48546         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
48547         used.
48548         * math/math_private.h: Declare __kernel_standard_f.
48549         * math/w_cosh.c: Remove cruft and optimize a bit.
48550         * math/w_coshf.c: Likewise.
48551         * math/w_coshl.c: Likewise.
48552         * math/w_exp2.c: Likewise.
48553         * math/w_exp2f.c: Likewise.
48554         * math/w_exp2l.c: Likewise.
48555         * math/w_hypot.c: Likewise.
48556         * math/w_hypotf.c: Likewise.
48557         * math/w_hypotl.c: Likewise.
48558         * math/w_lgamma.c: Likewise.
48559         * math/w_lgamma_r.c: Likewise.
48560         * math/w_lgammaf.c: Likewise.
48561         * math/w_lgammaf_r.c: Likewise.
48562         * math/w_lgammal.c: Likewise.
48563         * math/w_lgammal_r.c: Likewise.
48564         * math/w_sinh.c: Likewise.
48565         * math/w_sinhf.c: Likewise.
48566         * math/w_sinhl.c: Likewise.
48567         * math/w_tgamma.c: Likewise.
48568         * math/w_tgammaf.c: Likewise.
48569         * math/w_tgammal.c: Likewise.
48570         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48571         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48572         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
48573         Minor optimizations.  Pretty printing.  Remove cruft.
48574         * sysdeps/i386/fpu/e_acosf.S: Likewise.
48575         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48576         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48577         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48578         * sysdeps/i386/fpu/e_acosl.c: Likewise.
48579         * sysdeps/i386/fpu/e_asin.S: Likewise.
48580         * sysdeps/i386/fpu/e_asinf.S: Likewise.
48581         * sysdeps/i386/fpu/e_atan2.S: Likewise.
48582         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
48583         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
48584         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48585         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48586         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48587         * sysdeps/i386/fpu/e_exp10.S: Likewise.
48588         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
48589         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
48590         * sysdeps/i386/fpu/e_exp2.S: Likewise.
48591         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
48592         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
48593         * sysdeps/i386/fpu/e_fmod.S: Likewise.
48594         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
48595         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
48596         * sysdeps/i386/fpu/e_hypot.S: Likewise.
48597         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
48598         * sysdeps/i386/fpu/e_log.S: Likewise.
48599         * sysdeps/i386/fpu/e_log10.S: Likewise.
48600         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48601         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48602         * sysdeps/i386/fpu/e_log2.S: Likewise.
48603         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48604         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48605         * sysdeps/i386/fpu/e_logf.S: Likewise.
48606         * sysdeps/i386/fpu/e_logl.S: Likewise.
48607         * sysdeps/i386/fpu/e_pow.S: Likewise.
48608         * sysdeps/i386/fpu/e_powf.S: Likewise.
48609         * sysdeps/i386/fpu/e_powl.S: Likewise.
48610         * sysdeps/i386/fpu/e_remainder.S: Likewise.
48611         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
48612         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
48613         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48614         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48615         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48616         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
48617         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
48618         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
48619         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48620         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48621         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48622         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48623         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48624         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48625         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
48626         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48627         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48628         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48629         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48630         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48631         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48632         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48633         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48634         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48635         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48636         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48637         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48638         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48639         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48640         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48641         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48642         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48643         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48644         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48645         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48646         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48647         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
48648         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48649         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48650         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48651         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48652         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48653         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48654         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48655         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48656         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48657         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48658         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48659         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48660         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48661         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48662         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48663         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48664         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48665         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48666         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48667         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48668         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
48669         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48670         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48671         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48672         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48673         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48674         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48675         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48676         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48677         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48678         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48679         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48680         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48681         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48682         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48683         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48684         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48685         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48686         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48687         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
48688         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48689         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48690         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48691         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48692         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48693         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48694         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48695         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
48696         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48697         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48698         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48699         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48700         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48701         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
48702         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48703         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48704         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48705         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48706         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48707         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48708         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48709         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48710         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48711         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48712         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
48713         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48714         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48715         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48716         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
48717         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
48718         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
48719         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
48720         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
48721         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
48722         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
48723         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48724         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48725         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48726         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48727         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
48728         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48729         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
48730         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
48731         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
48732         (__isnanf): Likewise.
48733         (__isinf_ns): Likewise.
48734         (__isinf_nsf): Likewise.
48735         (__finite): Likewise.
48736         (__finitef): Likewise.
48737         (__ieee754_sqrt): Define as macro.
48738         (__ieee754_sqrtf): Define as macro.
48739         (__ieee754_sqrtl): Define as macro.
48740         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
48741         inlined copy.
48742         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
48743         __FINITE_MATH_ONLY__ consistent.
48744         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
48746 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
48748         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
48749         of rawmemchr.
48751         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
48753 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
48755         * po/ja.po: Update from translation team.
48757 2011-10-08  Roland McGrath  <roland@hack.frob.com>
48759         * locale/programs/locarchive.c (prepare_address_space): New function.
48760         (create_archive, enlarge_archive, open_archive): Use it.
48762         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
48763         inside [SHARED], where it is used.
48765         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
48767         * nss/getent.c (netgroup_keys): Remove unused variable.
48768         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48770 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
48772         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
48773         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
48774         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
48775         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
48776         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
48777         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
48778         * math/Makefile (libm-calls): Add s_isinf_ns.
48779         * math/divtc3.c: Use __isinf_nsl instead of isinf.
48780         * math/multc3.c: Likewise.
48781         * math/s_casin.c: Likewise.
48782         * math/s_casinf.c: Likewise.
48783         * math/s_casinl.c: Likewise.
48784         * math/s_ccos.c: Likewise.
48785         * math/s_ccosf.c: Likewise.
48786         * math/s_ccosl.c: Likewise.
48787         * math/s_ctan.c: Likewise.
48788         * math/s_ctanf.c: Likewise.
48789         * math/s_ctanh.c: Likewise.
48790         * math/s_ctanhf.c: Likewise.
48791         * math/s_ctanhl.c: Likewise.
48792         * math/s_ctanl.c: Likewise.
48793         * math/w_fmod.c: Likewise.
48794         * math/w_fmodf.c: Likewise.
48795         * math/w_fmodl.c: Likewise.
48796         * math/w_remainder.c: Likewise.
48797         * math/w_remainderf.c: Likewise.
48798         * math/w_remainderl.c: Likewise.
48799         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
48800         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
48801         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
48802         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
48803         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
48804         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
48805         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
48806         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
48808         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
48809         of the number.
48810         * stdio-common/printf_fphex.c: Likewise.
48811         * stdio-common/printf_size.c: Likewise.
48813         * math/e_exp10.c: Include math_private.h using <...> not "...".
48814         * math/e_exp10f.c: Likewise.
48815         * math/e_exp10l.c: Likewise.
48816         * math/e_exp2l.c: Likewise.
48817         * math/e_j0l.c: Likewise.
48818         * math/e_j1l.c: Likewise.
48819         * math/e_jnl.c: Likewise.
48820         * math/e_lgammal_r.c: Likewise.
48821         * math/e_rem_pio2l.c: Likewise.
48822         * math/e_scalb.c: Likewise.
48823         * math/e_scalbf.c: Likewise.
48824         * math/e_scalbl.c: Likewise.
48825         * math/k_cosl.c: Likewise.
48826         * math/k_sinl.c: Likewise.
48827         * math/k_tanl.c: Likewise.
48828         * math/s_cacoshf.c: Likewise.
48829         * math/s_catan.c: Likewise.
48830         * math/s_catanf.c: Likewise.
48831         * math/s_catanh.c: Likewise.
48832         * math/s_catanhf.c: Likewise.
48833         * math/s_catanhl.c: Likewise.
48834         * math/s_catanl.c: Likewise.
48835         * math/s_ccosh.c: Likewise.
48836         * math/s_ccoshf.c: Likewise.
48837         * math/s_ccoshl.c: Likewise.
48838         * math/s_cexp.c: Likewise.
48839         * math/s_cexpf.c: Likewise.
48840         * math/s_cexpl.c: Likewise.
48841         * math/s_clog.c: Likewise.
48842         * math/s_clog10.c: Likewise.
48843         * math/s_clog10f.c: Likewise.
48844         * math/s_clog10l.c: Likewise.
48845         * math/s_clogf.c: Likewise.
48846         * math/s_clogl.c: Likewise.
48847         * math/s_csin.c: Likewise.
48848         * math/s_csinf.c: Likewise.
48849         * math/s_csinh.c: Likewise.
48850         * math/s_csinhf.c: Likewise.
48851         * math/s_csinhl.c: Likewise.
48852         * math/s_csinl.c: Likewise.
48853         * math/s_csqrt.c: Likewise.
48854         * math/s_csqrtf.c: Likewise.
48855         * math/s_csqrtl.c: Likewise.
48856         * math/s_ctan.c: Likewise.
48857         * math/s_ctanf.c: Likewise.
48858         * math/s_ctanh.c: Likewise.
48859         * math/s_ctanhf.c: Likewise.
48860         * math/s_ctanhl.c: Likewise.
48861         * math/s_ctanl.c: Likewise.
48862         * math/s_ldexp.c: Likewise.
48863         * math/s_ldexpf.c: Likewise.
48864         * math/s_ldexpl.c: Likewise.
48865         * math/s_significand.c: Likewise.
48866         * math/s_significandf.c: Likewise.
48867         * math/s_significandl.c: Likewise.
48868         * math/w_acos.c: Likewise.
48869         * math/w_acosf.c: Likewise.
48870         * math/w_acosh.c: Likewise.
48871         * math/w_acoshf.c: Likewise.
48872         * math/w_acoshl.c: Likewise.
48873         * math/w_acosl.c: Likewise.
48874         * math/w_asin.c: Likewise.
48875         * math/w_asinf.c: Likewise.
48876         * math/w_asinl.c: Likewise.
48877         * math/w_atan2.c: Likewise.
48878         * math/w_atan2f.c: Likewise.
48879         * math/w_atan2l.c: Likewise.
48880         * math/w_atanh.c: Likewise.
48881         * math/w_atanhf.c: Likewise.
48882         * math/w_atanhl.c: Likewise.
48883         * math/w_cosh.c: Likewise.
48884         * math/w_coshf.c: Likewise.
48885         * math/w_coshl.c: Likewise.
48886         * math/w_dremf.c: Likewise.
48887         * math/w_exp10.c: Likewise.
48888         * math/w_exp10f.c: Likewise.
48889         * math/w_exp10l.c: Likewise.
48890         * math/w_exp2.c: Likewise.
48891         * math/w_exp2f.c: Likewise.
48892         * math/w_fmod.c: Likewise.
48893         * math/w_fmodf.c: Likewise.
48894         * math/w_fmodl.c: Likewise.
48895         * math/w_hypot.c: Likewise.
48896         * math/w_hypotf.c: Likewise.
48897         * math/w_hypotl.c: Likewise.
48898         * math/w_j0.c: Likewise.
48899         * math/w_j0f.c: Likewise.
48900         * math/w_j0l.c: Likewise.
48901         * math/w_j1.c: Likewise.
48902         * math/w_j1f.c: Likewise.
48903         * math/w_j1l.c: Likewise.
48904         * math/w_jn.c: Likewise.
48905         * math/w_jnf.c: Likewise.
48906         * math/w_jnl.c: Likewise.
48907         * math/w_lgamma.c: Likewise.
48908         * math/w_lgamma_r.c: Likewise.
48909         * math/w_lgammaf.c: Likewise.
48910         * math/w_lgammaf_r.c: Likewise.
48911         * math/w_lgammal.c: Likewise.
48912         * math/w_lgammal_r.c: Likewise.
48913         * math/w_log.c: Likewise.
48914         * math/w_log10.c: Likewise.
48915         * math/w_log10f.c: Likewise.
48916         * math/w_log10l.c: Likewise.
48917         * math/w_log2.c: Likewise.
48918         * math/w_log2f.c: Likewise.
48919         * math/w_log2l.c: Likewise.
48920         * math/w_logf.c: Likewise.
48921         * math/w_logl.c: Likewise.
48922         * math/w_pow.c: Likewise.
48923         * math/w_powf.c: Likewise.
48924         * math/w_powl.c: Likewise.
48925         * math/w_remainder.c: Likewise.
48926         * math/w_remainderf.c: Likewise.
48927         * math/w_remainderl.c: Likewise.
48928         * math/w_scalb.c: Likewise.
48929         * math/w_scalbf.c: Likewise.
48930         * math/w_scalbl.c: Likewise.
48931         * math/w_sinh.c: Likewise.
48932         * math/w_sinhf.c: Likewise.
48933         * math/w_sinhl.c: Likewise.
48934         * math/w_sqrt.c: Likewise.
48935         * math/w_sqrtf.c: Likewise.
48936         * math/w_sqrtl.c: Likewise.
48937         * math/w_tgamma.c: Likewise.
48938         * math/w_tgammaf.c: Likewise.
48939         * math/w_tgammal.c: Likewise.
48941         * po/ja.po: Update from translation team.
48943 2011-09-29  Andreas Jaeger  <aj@suse.de>
48945         [BZ #13179]
48946         * sunrpc/netname.c (netname2host): Fix logic.
48948         [BZ #6779]
48949         [BZ #6783]
48950         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
48951         correctly.
48952         * math/w_remainder.c (__remainder): Likewise.
48953         * math/w_remainderf.c (__remainderf): Likewise.
48954         * math/libm-test.inc (remainder_test): Add test cases.
48956 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48958         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
48959         sdiv_qrnnd.
48961 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
48963         * string/test-memcmp.c: Avoid unncessary #defines.
48964         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48966 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48968         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
48969         Use new sse2 version for core i3 - i7 as it's faster
48970         than sse42 version.
48971         (bit_Prefer_PMINUB_for_stringop): New.
48972         * sysdeps/x86_64/rawmemchr.S: Update.
48973         Replace with faster SSE2 version.
48974         * sysdeps/x86_64/memrchr.S: New file.
48975         * sysdeps/x86_64/memchr.S: Update.
48976         Replace with faster SSE2 version.
48978 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
48980         * elf/dl-load.c (lose): Add cast to avoid warning.
48982 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
48984         * po/ca.po: Update from translation team.
48986         * inet/getnetgrent_r.c: Hook up nscd.
48987         * nscd/Makefile (routines): Add nscd_netgroup.
48988         (nscd-modules): Add netgroupcache.
48989         (CFLAGS-netgroupcache.c): Define.
48990         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
48991         (cache_search): Add const to second parameter.
48992         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
48993         INNETGR.
48994         (dbs): Add netgrdb entry.
48995         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
48996         (verify_persistent_db): Handle netgrdb.
48997         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
48998         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
48999         GETFDNETGR.
49000         (netgroup_response_header): Define.
49001         (innetgroup_response_header): Define.
49002         (datahead): Add netgroup_response_header and innetgroup_response_header
49003         elements.
49004         * nscd/nscd.conf: Add entries for netgroup cache.
49005         * nscd/nscd.h (dbtype): Add netgrdb.
49006         (_PATH_NSCD_NETGROUP_DB): Define.
49007         (netgroup_iov_disabled): Declare.
49008         (xmalloc, xcalloc, xrealloc): Move declarations here.
49009         (cache_search): Adjust prototype.
49010         Add netgroup-related prototypes.
49011         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49012         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49013         (__nscd_innetgr): Declare.
49014         * nscd/selinux.c (perms): Use access_vector_t as element type and
49015         add netgroup-related initializers.
49016         * nscd/netgroupcache.c: New file.
49017         * nscd/nscd_netgroup.c: New file.
49018         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49019         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49020         For four parameters use innetgr.
49021         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49022         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49023         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49024         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49026         * nscd/connections.c (register_traced_file): Don't register file
49027         for disabled databases.
49029 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49031         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49033         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49034         from tree and freeing node.
49036 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49038         * nss/nsswitch.c (__nss_database_lookup): Handle
49039         nss_parse_service_list out of memory case.
49041 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49043         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49044         out of memory case.
49046 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49048         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49049         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49050         pass it down.
49051         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49052         elf_machine_rela, elf_machine_lazy_rel.
49053         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49054         (ELF_DYNAMIC_DO_REL): Likewise.
49055         (ELF_DYNAMIC_DO_RELA): Likewise.
49056         (ELF_DYNAMIC_RELOCATE): Likewise.
49057         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49058         to ELF_DYNAMIC_DO_REL.
49059         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49060         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49061         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49062         elf_machine_rela.
49063         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49064         skip_ifunc, don't call ifunc function if non-zero.
49065         (elf_machine_rela): Likewise.
49066         (elf_machine_lazy_rel): Likewise.
49067         (elf_machine_lazy_rela): Likewise.
49068         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49069         (elf_machine_lazy_rel): Likewise.
49070         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49071         Likewise.
49072         (elf_machine_lazy_rel): Likewise.
49073         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49074         Likewise.
49075         (elf_machine_lazy_rel): Likewise.
49076         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49077         (elf_machine_lazy_rel): Likewise.
49078         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49079         (elf_machine_lazy_rel): Likewise.
49080         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49081         (elf_machine_lazy_rel): Likewise.
49082         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49083         (elf_machine_lazy_rel): Likewise.
49084         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49085         (elf_machine_lazy_rel): Likewise.
49086         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49087         (elf_machine_lazy_rel): Likewise.
49089 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49091         * nss/nss_files/files-init.c (_nss_files_init): Use static
49092         initialization for all the *_traced_file variables.
49094 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49096         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49098 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49100         [BZ #13226]
49101         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49103 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49105         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49106         Reread the line before reparsing it.
49108 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49110         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49112 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49113             Maxim Kuvyrkov  <maxim@codesourcery.com>
49114             Joseph Myers  <joseph@codesourcery.com>
49116         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49117         if needed for __stack_chk_guard.
49119 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49121         * sysdeps/posix/spawni.c (script_execute): Always define it.
49122         It will be optimized away if unused.
49123         (maybe_script_execute): New function.
49124         (__spawni): Call it.
49126         * Makerules: Don't include tls.make.
49127         (config-tls): Always set to thread.
49128         * tls.make.c: File removed.
49130 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49132         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49133         * config.make.in (CPPFLAGS-config): New substituted variable.
49135 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49137         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49139         [BZ #13192]
49140         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49141         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49143 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49145         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49146         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49147         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49148         (CALL_FAIL): Likewise.
49149         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49150         (CALL_FAIL): Macro removed.
49151         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49153 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49155         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49156         for __FINITE_MATH_ONLY__ == 1.
49158 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49160         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49161         __ieee754_sqrt instead of sqrt.
49162         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49163         __ieee754_sqrtf instead of sqrtf.
49164         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49165         __floorf instead of floorf.
49166         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49167         __floorf, __truncf instead of floorf, truncf.
49169 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49171         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49173         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49174         __extern_always_inline.
49175         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49176         32-bit.
49178 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49180         * elf/rtld.c (dl_main): Also relocate in dependency order when
49181         doing symbol dependency testing.
49183 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49185         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49186         Always define `refsym'.
49188 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49190         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49191         (__FD_ELT): Renamed from __FDELT.
49192         * misc/bits/select2.h (__FD_ELT): Likewise.
49193         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49194         __FD_MASK instead of __FDELT, __FDMASK.
49195         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49196         Likewise.
49197         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49198         Likewise.
49200         * elf/Makefile (gen-ldd): Fix pattern.
49202         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49203         (init_tls): Likewise.
49205 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49207         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49209 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49211         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49212         `struct cmsghdr *' instead of `void *'.
49213         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49214         Likewise.
49216 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49218         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49219         if non-absolute.
49220         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49221         ldd_rewrite_script.
49223 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49225         * configure.in: Remove --with-tls option.
49226         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49227         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49228         out in case it is missing.
49229         * sysdeps/ia64/elf/configure.in: Likewise.
49230         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49231         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49232         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49233         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49234         * sysdeps/sh/elf/configure.in: Likewise.
49235         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49236         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49237         * sysdeps/x86_64/elf/configure.in: Likewise.
49238         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49239         * sysdeps/mach/hurd/tls.h: Likewise.
49241         [BZ #13067]
49242         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49244         [BZ #13090]
49245         * configure.in: Fix use of AC_INIT.
49247         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49249 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49251         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49252         __set_errno.
49253         * malloc/hooks.c: Likewise.
49255         [BZ #11929]
49256         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49257         variables statically.
49258         (narenas): Initialize.
49259         (list_lock): Initialize.
49260         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49261         initializtion of main_arena and list_lock.  Small cleanups.
49262         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49263         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49264         Add initializers to main_arena and mp_.
49265         (malloc_state): Remove pagesize member.  Change all users to use
49266         GLRO(dl_pagesize).
49268         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49269         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49270         is always initialized.
49272         * malloc/malloc.c: Removed unused configurations and dead code.
49273         * malloc/arena.c: Likewise.
49274         * malloc/hooks.c: Likewise.
49275         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49277         * include/tls.h: Removed.  USE___THREAD must always be defined.
49278         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49279         * elf/dl-libc.c: Likewise.
49280         * elf/dl-tsd.c: Likewise.
49281         * include/errno.h: Likewise.
49282         * include/netdb.h: Likewise.
49283         * include/resolv.h: Likewise.
49284         * inet/herrno-loc.c: Likewise.
49285         * inet/herrno.c: Likewise.
49286         * malloc/arena.c: Likewise.
49287         * malloc/hooks.c: Likewise.
49288         * malloc/malloc.c: Likewise.
49289         * resolv/res-state.c: Likewise.
49290         * resolv/res_libc.c: Likewise.
49291         * sysdeps/i386/dl-machine.h: Likewise.
49292         * sysdeps/ia64/dl-machine.h: Likewise.
49293         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49294         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49295         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49296         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49297         * sysdeps/sh/dl-machine.h: Likewise.
49298         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49299         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49300         * sysdeps/unix/i386/sysdep.S: Likewise.
49301         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49302         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49303         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49304         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49305         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49306         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49307         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49308         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49309         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49310         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49311         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49312         * sysdeps/x86_64/dl-machine.h: Likewise.
49313         * tls.make.c: Likewise.
49315         * configure.in: Remove --with-__thread option.  Make tests for
49316         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49317         tls_model attribute fail if no support is available.  Remove
49318         USE_IN_LIBIO.
49319         * Makeconfig: Adjust for dropped configure option.  All features are
49320         now mandatory.
49321         * Makerules: Likewise.
49322         * Versions.def: Likewise.
49323         * argp/argp-fmtstream.c: Likewise.
49324         * argp/argp-fmtstream.h: Likewise.
49325         * argp/argp-help.c: Likewise.
49326         * assert/assert.c: Likewise.
49327         * config.h.in: Likewise.
49328         * config.make.in: Likewise.
49329         * configure: Likewise.
49330         * configure.in: Likewise.
49331         * csu/Versions: Likewise.
49332         * csu/init.c: Likewise.
49333         * elf/tst-audit2.c: Likewise.
49334         * elf/tst-tls10.c: Likewise.
49335         * elf/tst-tls10.h: Likewise.
49336         * elf/tst-tls11.c: Likewise.
49337         * elf/tst-tls12.c: Likewise.
49338         * elf/tst-tls14.c: Likewise.
49339         * elf/tst-tlsmod11.c: Likewise.
49340         * elf/tst-tlsmod12.c: Likewise.
49341         * elf/tst-tlsmod13.c: Likewise.
49342         * elf/tst-tlsmod13a.c: Likewise.
49343         * elf/tst-tlsmod14a.c: Likewise.
49344         * elf/tst-tlsmod15b.c: Likewise.
49345         * elf/tst-tlsmod16a.c: Likewise.
49346         * elf/tst-tlsmod16b.c: Likewise.
49347         * elf/tst-tlsmod7.c: Likewise.
49348         * elf/tst-tlsmod8.c: Likewise.
49349         * elf/tst-tlsmod9.c: Likewise.
49350         * gmon/gmon.c: Likewise.
49351         * grp/fgetgrent_r.c: Likewise.
49352         * grp/putgrent.c: Likewise.
49353         * hurd/fopenport.c: Likewise.
49354         * include/libc-symbols.h: Likewise.
49355         * include/tls.h: Likewise.
49356         * intl/gettextP.h: Likewise.
49357         * intl/loadinfo.h: Likewise.
49358         * locale/global-locale.c: Likewise.
49359         * locale/localeinfo.h: Likewise.
49360         * mach/devstream.c: Likewise.
49361         * malloc/arena.c: Likewise.
49362         * malloc/set-freeres.c: Likewise.
49363         * misc/err.c: Likewise.
49364         * misc/getttyent.c: Likewise.
49365         * misc/mntent_r.c: Likewise.
49366         * posix/getopt.c: Likewise.
49367         * posix/wordexp.c: Likewise.
49368         * pwd/fgetpwent_r.c: Likewise.
49369         * resolv/Versions: Likewise.
49370         * resolv/res_hconf.c: Likewise.
49371         * shadow/fgetspent_r.c: Likewise.
49372         * shadow/putspent.c: Likewise.
49373         * stdio-common/printf_fphex.c: Likewise.
49374         * stdio-common/tmpfile.c: Likewise.
49375         * stdlib/abort.c: Likewise.
49376         * stdlib/fmtmsg.c: Likewise.
49377         * sunrpc/auth_unix.c: Likewise.
49378         * sunrpc/clnt_perr.c: Likewise.
49379         * sunrpc/clnt_tcp.c: Likewise.
49380         * sunrpc/clnt_udp.c: Likewise.
49381         * sunrpc/clnt_unix.c: Likewise.
49382         * sunrpc/openchild.c: Likewise.
49383         * sunrpc/svc_simple.c: Likewise.
49384         * sunrpc/svc_tcp.c: Likewise.
49385         * sunrpc/svc_udp.c: Likewise.
49386         * sunrpc/svc_unix.c: Likewise.
49387         * sunrpc/xdr.c: Likewise.
49388         * sunrpc/xdr_array.c: Likewise.
49389         * sunrpc/xdr_rec.c: Likewise.
49390         * sunrpc/xdr_ref.c: Likewise.
49391         * sunrpc/xdr_stdio.c: Likewise.
49393 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49395         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49397 2011-07-03  Andreas Jaeger  <aj@suse.de>
49399         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49400         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49401         regenerate with gen-libm-tests.pl.
49403 2010-05-12  Petr Baudis  <pasky@suse.cz>
49405         [BZ #11589]
49406         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49407         around j0() zero points by switching to j1().
49408         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49409         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49410         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49411         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49413 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49415         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49416         instead of 0.
49417         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49418         instead of 0.
49419         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49420         Patch in part by Pavel Roskin <proski@gnu.org>.
49422         [BZ #13138]
49423         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49424         realloc.
49425         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49426         Free memory block if necessary.
49428         [BZ #12847]
49429         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49430         be NULL.  Don't lock in this case.
49432 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49434         * elf/elf.h (ELFOSABI_GNU): New macro.
49435         (ELFOSABI_LINUX): Define to that.
49437 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49439         * string/strncat.c (strncat): Undef the symbol in case it has been
49440         defined in bits/string.h.
49442 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49444         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49446         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49447         link map.
49449 2011-08-17  Andreas Jaeger  <aj@suse.de>
49451         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49453 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49454             Ian Lance Taylor  <iant@google.com>
49456         * math/libm-test.inc (lround_test): New testcase.
49457         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49459 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49461         * Makefile: Remove support for automatic cvs check-ins.
49462         * Makerules: Likewise.
49463         * config.make.in: Likewise.
49464         * configure.in: Likewise.
49465         * intl/Makefile: Likewise.
49466         * locale/Makefile: Likewise.
49467         * po/Makefile: Likewise.
49468         * posix/Makefile: Likewise.
49469         * sysdeps/gnu/Makefile: Likewise.
49470         * sysdeps/mach/hurd/Makefile: Likewise.
49471         * sysdeps/sparc/sparc32/Makefile: Likewise.
49473         [BZ #13118]
49474         * posix/Makefile (bug-regex32-ENV): Define.
49475         Patch by John Stanley <jpsinthemix@verizon.net>.
49477         * misc/Makefile (headers): Add bits/select2.h.
49478         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
49479         * misc/bits/select2.h: New file.
49480         * include/bits/select2.h: New file.
49481         * debug/Makefile (routines): Add fdelt_chk.
49482         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
49483         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
49484         FD_ISSET.
49485         * debug/fdelt_chk.c: New file.
49487         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
49488         * wcsmbs/test-wmemcmp.c: Likewise.
49489         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
49490         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
49492 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49494         * string/Makefile (strop-tests): Add memcmp.
49495         * string/test-wmemcmp.c: New file.
49496         * string/test-memcmp.c: Add wmemcmp support.
49498 2011-09-08  Roland McGrath  <roland@hack.frob.com>
49500         [BZ #13153]
49501         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
49502         2011-07-19 change.
49504         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
49505         garbage value in a __mach_port_mod_refs call in the cases of the
49506         task-self and thread-self ports.
49508 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49510         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
49512 2011-09-08  Andreas Schwab  <schwab@redhat.com>
49514         * elf/dl-load.c (lose): Check for non-null L.
49516 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49518         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
49520         * elf/dl-libc.c (dlerror_run): Pass back error code from
49521         dl_catch_error.
49523         [BZ #13123]
49524         * elf/dl-load.c (lose): Free l_origin if it is valid.
49526         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
49527         names.
49528         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
49529         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49530         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49531         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49532         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
49533         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
49535 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49537         * sysdeps/powerpc/fpu/e_hypot.c: New file.
49538         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
49539         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
49540         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
49541         * sysdeps/powerpc/fpu/k_cosf.c: New file.
49542         * sysdeps/powerpc/fpu/k_sinf.c: New file.
49543         * sysdeps/powerpc/fpu/s_cosf.c: New file.
49544         * sysdeps/powerpc/fpu/s_sinf.c: New file.
49545         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
49546         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
49548 2011-08-15  Alan Modra  <amodra@gmail.com>
49550         [BZ #13092]
49551         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
49552         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
49553         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
49554         ppc_mcount to static-only-routines.
49555         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
49556         __mcount_internal.
49557         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
49558         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
49560 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
49562         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
49563         for finite and infinity parameters.
49565 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49567         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
49568         and add nop instructions for throughput optimization.
49569         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49571 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
49573         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
49574         aligned copy for power7 with vector-scalar instructions.
49575         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
49577 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
49579         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
49580         AVX check.
49582 2011-09-07  Andreas Schwab  <schwab@redhat.com>
49584         [BZ #13144]
49585         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
49586         last change.
49588 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49590         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49591         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
49592         syscall wrapper around clock_gettime in __vdso_clock_gettime.
49593         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
49594         clock_gettime.
49596 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49598         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
49599         Forgot to demangle the pointer.
49601         * sysdeps/i386/sysdep.h: Define atom_text_section.
49602         * sysdeps/x86_64/sysdep.h: Likewise.
49603         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
49604         section with atom_text_section.
49605         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49606         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49607         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
49608         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
49609         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
49611         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
49612         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
49613         already be defined.  Change to take two parameters and don't assign
49614         result to variable.  Adjust all users.
49615         Define INTERNAL_GETTIME if not already defined.
49616         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
49617         call.
49618         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
49619         HAVE_CLOCK_GETTIME_VSYSCALL.
49620         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
49622         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
49623         gettimeofday vsyscall, just use time.
49625 2011-09-06  Andreas Schwab  <schwab@redhat.com>
49627         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
49628         <errno.h>.
49630 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49632         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
49633         syscall on x86-64.
49634         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
49635         syscall.
49636         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
49637         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
49638         syscall if possible.
49640 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49642         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
49643         e_ident.  Don't pass to find_mapsXX.
49644         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
49646 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49648         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49649         strchr-sse2-no-bsf strrchr-sse2-no-bsf
49650         * sysdeps/x86_64/multiarch/strchr.S: Update.
49651         Check bit_slow_BSF bit.
49652         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
49653         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
49654         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
49656 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49658         [BZ #13134]
49659         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
49660         before glibc 2.15.
49661         (tryshell): Define.
49662         (__spawni): Change last parameter to be flag.  Test
49663         SPAWN_XFLAGS_USE_PATH flag to use path or not.
49664         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
49665         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
49666         * posix/spawni.c: Likewise.
49667         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
49668         * posix/spawnp.c: Likewise.  Change normal version to use
49669         SPAWN_XFLAGS_USE_PATH.
49670         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
49671         SPAWN_XFLAGS_TRY_SHELL.
49673         [BZ #13150]
49674         * posix/glob.h: Remove gcc 1.x support.
49676         [BZ #13068]
49677         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
49679 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49681         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49682         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
49683         strrchr-sse2-bsf
49684         * sysdeps/i386/i686/multiarch/strchr.S: New file.
49685         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
49686         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
49687         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
49688         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
49689         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
49691 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49693         * sysdeps/x86_64/wcscmp.S: New file.
49695         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
49696         wcscmp-c wcscmp-sse2
49697         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
49698         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
49699         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
49700         * wcsmbs/wcscmp.c: Allow renaming.
49702 2011-09-05  David S. Miller  <davem@davemloft.net>
49704         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
49705         stack slot, rather than the struct return pointer slot.
49706         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
49707         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
49708         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
49709         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
49711 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49713         * po/ja.po: Update from translation team.
49715         [BZ #13144]
49716         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
49717         kernel in 64-bit binaries.
49719 2011-09-01  David S. Miller  <davem@davemloft.net>
49721         * elf/elf.h (HWCAP_SPARC_*): Move to..
49722         * sysdeps/sparc/sysdep.h: this new file and add new values.
49723         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
49724         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
49725         _DL_HWCAP_COUNT to 24.
49726         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
49727         entries.
49728         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
49729         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
49730         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
49731         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
49732         instead of magic constants.
49733         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49735 2011-08-31  David S. Miller  <davem@davemloft.net>
49737         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
49738         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
49739         Reimplement to do errno handling inline.
49740         (SYSCALL_ERROR_HANDLER): New macro.
49741         (__SYSCALL_STRING): Do not do errno handling in asm.
49742         (__CLONE_SYSCALL_STRING): Delete.
49743         (__INTERNAL_SYSCALL_STRING): Delete.
49744         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
49745         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
49746         (PSEUDO): Reimplement to do errno handling inline.
49747         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
49748         (SYSCALL_ERROR_HANDLER): New macro.
49749         (__SYSCALL_STRING): Do not do errno handling in asm.
49750         (__CLONE_SYSCALL_STRING): Delete.
49751         (__INTERNAL_SYSCALL_STRING): Delete.
49752         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
49753         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
49754         i386.
49755         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
49756         (inline_syscall*): Add 'err' argument.
49757         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
49758         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
49759         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
49760         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
49762         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
49763         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
49765 2011-08-30  Andreas Schwab  <schwab@redhat.com>
49767         * elf/rtld.c (dl_main): Relocate objects in dependency order.
49769 2011-08-29  Jiri Olsa <jolsa@redhat.com>
49771         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
49772         directive.
49774 2011-08-24  David S. Miller  <davem@davemloft.net>
49776         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
49778 2011-08-24  Andreas Schwab  <schwab@redhat.com>
49780         * elf/Makefile: Add rules to build and run unload8 test.
49781         * elf/unload8.c: New file.
49782         * elf/unload8mod1.c: New file.
49783         * elf/unload8mod1x.c: New file.
49784         * elf/unload8mod2.c: New file.
49785         * elf/unload8mod3.c: New file.
49787         * elf/dl-close.c (_dl_close_worker): Reset private search list if
49788         it wasn't used.
49790 2011-08-23  David S. Miller  <davem@davemloft.net>
49792         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
49793         subtract stack bias.
49794         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
49795         %sp not %fp in calculations.
49796         (_JMPBUF_UNWINDS_ADJ): Likewise.
49798         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
49799         (aio_suspend): Call it to force an exception region around the
49800         AIO_MISC_WAIT() invocation.
49802 2011-08-23  Andreas Schwab  <schwab@redhat.com>
49804         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
49805         backslash.
49807 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
49809         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
49810         protection macro.
49811         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
49812         and <dl-machine.h>.
49813         (Elf64_FuncDesc): Remove.
49815 2011-08-22  David S. Miller  <davem@davemloft.net>
49817         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
49818         sigaltstack check, add missing cfi directives.
49819         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
49820         missing cfi directives, and sigaltstack handling.
49822 2011-08-16  Andreas Schwab  <schwab@redhat.com>
49824         [BZ #11724]
49825         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
49826         object is seen twice.
49827         * elf/dl-fini.c (_dl_sort_fini): Likewise.
49829         * elf/Makefile (distribute): Add tst-initorder2.c.
49830         (tests): Add tst-initorder2.
49831         (modules-names): Add tst-initorder2a tst-initorder2b
49832         tst-initorder2c tst-initorder2d.  Add rules to build them.
49833         ($(objpfx)tst-initorder2.out): New rule.
49834         * elf/tst-initorder2.c: New file.
49835         * elf/tst-initorder2.exp: New file.
49837 2011-08-22  Andreas Schwab  <schwab@redhat.com>
49839         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
49841         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
49842         dependencies back to end of function.
49844         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
49845         $(elfobjdir)/ld.so.
49847 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
49849         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
49850         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
49851         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
49852         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
49853         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
49854         of __vdso_gettimeofday.
49855         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
49856         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
49857         attribute_hidden.
49858         (_libc_vdso_platform_setup): Remove initialization of
49859         __vdso_gettimeofday and __vdso_time.
49861 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
49863         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
49864         and fgetc_unlocked.
49865         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
49866         getc_unlocked.
49868         * elf/dl-open.c (add_to_global): Report additions to the global scope
49869         for LD_DEBUG=scopes.
49870         (dl_open_worker): Also print scope of newly loaded dependencies.
49871         (_dl_show_scope): Indicate if there is no scope.
49873         [BZ #13114]
49874         * stdio-common/Makefile (tests): Add bug24.
49875         * stdio-common/bug24.c: New file.
49877 2011-08-19  Andreas Jaeger  <aj@suse.de>
49879         [BZ #13114]
49880         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
49881         non-existant file when using close-on-exec mode.
49883 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
49885         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
49886         the very first instruction.
49888         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
49889         the CFI state in the end.
49890         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
49891         inclusion of dl-trampoline.h.
49892         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
49894 2011-08-19  Andreas Schwab  <schwab@redhat.com>
49896         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
49897         expectations for long double.
49899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
49900         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
49902 2011-08-14  David S. Miller  <davem@davemloft.net>
49904         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
49905         artificual limit depends upon the system page size.
49907 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
49909         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
49910         * resolv/Makefile: Define CFLAGS-libresolv.
49912 2011-08-17  Andreas Schwab  <schwab@redhat.com>
49914         * nss/makedb.c (compute_tables): Make variables used in nested
49915         function static.
49917 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
49919         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
49920         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
49921         if buffer was too small.
49923         * elf/pldd.c (main): Attach to all threads in the process.
49924         Rewrite /proc handling to use *at functions.
49926 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
49928         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
49929         specifies first scope to show.
49930         (dl_open_worker): Update callers.  Move printing scope of new
49931         object to before the relocation.
49932         * elf/rtld.c (dl_main): Update _dl_show_scope call.
49933         * sysdeps/generic/ldsodefs.h: Update declaration.
49935         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
49936         string for the scope number.
49938 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
49940         * nscd/servicescache.c (cache_addserv): Make sure written is always
49941         initialized.
49943 2011-08-14  Roland McGrath  <roland@hack.frob.com>
49945         * sysdeps/i386/i486/bits/atomic.h
49946         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
49947         statement expression, so as to suppress "set but not used" warning.
49948         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
49950         * string/strncat.c (STRNCAT): Use prototype definition.
49952         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
49953         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
49954         -Iprograms here.
49955         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
49956         (localedef-modules): Add localedef.
49957         (locale-modules): Add locale.
49959         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
49960         * elf/rtld.c (dl_main): Invert order of assignment in last change,
49961         to avoid a warning.
49963 2011-08-14  David S. Miller  <davem@davemloft.net>
49965         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
49966         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
49968 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
49970         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
49971         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
49972         * elf/rtld.c (dl_main): Set l_name of vDSO.
49973         Call _dl_show_scope when DL_DEBUG_SCOPES.
49974         (process_dl_debug): Recognize scopes flag and also set it for all.
49975         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
49976         Declare _dl_show_scope.
49978         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
49979         (do_dlopen): Pass caller_dlopen to dl_open.
49980         (__libc_dlopen_mode): Initialize caller_dlopen.
49982         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
49983         of libc.  Make tolower call locale-independent.  Optimize a bit by
49984         using isdigit instead of isalnum.
49985         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
49987 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
49989         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
49990         was a dependency or dynamically loaded.
49992 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
49994         * intl/l10nflist.c: Allow architecture-specific pop function.
49995         * sysdeps/x86_64/l10nflist.c: New file.
49997         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
49998         classification.
50000 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50002         * include/dirent.h: Add libc_hidden_proto for scandirat and
50003         scandirat64.  Don't declare __scandirat64.
50004         * dirent/scandirat.c: Add libc_hidden_def.
50005         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50006         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50008 2011-08-10  David S. Miller  <davem@davemloft.net>
50010         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50011         enum.
50012         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50013         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50014         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50016 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50018         * Versions.def [libc]: Add GLIBC_2.15.
50019         * dirent/Makefile (routines): Add scandirat and scandirat64.
50020         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50021         GLIBC_2.15.
50022         * dirent/dirent.h: Declare scandirat and scandirat64.
50023         * dirent/scandirat.c: New file.
50024         * dirent/scandirat64.c: New file.
50025         * sysdeps/wordsize-64/scandirat.c: New file.
50026         * sysdeps/wordsize-64/scandirat64.c: New file.
50027         * dirent/opendir.c: Define opendirat.
50028         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50029         using scandirat.
50030         * dirent/scandir64.c: Adjust for scandir.c change.
50031         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50032         __scandirat64, and __scandir_cancel_handler.
50033         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50034         additional parameter and use openat instead of open (outside of ld.so).
50035         Add new __opendir as wrapper around __opendirat.
50036         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50037         here without requiring old scandirat implementation.
50039 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50041         * dirent/scandir.c (cancel_handler): Renamed to
50042         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50043         defined.  Adjust users.
50044         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50045         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50047 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50049         * string/test-string.h (IMPL): Use __STRING to expand name and then
50050         stringify it.
50052         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50053         of cleanups.
50055 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50057         * string/Makefile: Update.
50058         (strop-tests): Append strncat.
50059         * string/test-wcscmp.c: New file.
50060         New comprehensive test for wcscmp.
50061         * string/test-strcmp.c: Update.
50062         (WIDE): New define.
50064 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50066         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50067         line.
50069 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50071         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50072         encoding to ACE if AI_IDN.
50074 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50076         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50077         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50079 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50081         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50082         Fix overflow bug in strncat.
50083         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50085         * string/test-strncat.c: Update.
50086         Add new tests for checking overflow bugs.
50088 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50090         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50091         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50092         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50093         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50094         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50095         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50096         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50097         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50098         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50100         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50101         (USE_AS_STRCAT): Define.
50102         Add strcat and strncat support.
50103         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50105 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50107         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50108         __n bigger than INT_MAX+1.
50109         (__strncmp_g): Likewise.
50111 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50113         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50114         * libio/stido.h: Likewise.
50116         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50117         (AF_NFC): Define.
50118         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50119         (AF_NFC): Define.
50121         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50122         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50123         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50124         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50125         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50127         [BZ #13021]
50128         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50129         installed.
50131         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50132         typo.
50133         (_dl_x86_64_save_sse): Likewise.
50135 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50137         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50138         OSXSAVE.
50139         (_dl_x86_64_save_sse): Likewise.
50141         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50143         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50145 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50147         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50148         change.
50149         (_dl_x86_64_save_sse): Use correct AVX check.
50151 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50153         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50154         bug in strncpy/strncat.
50155         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50157 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50159         * string/tester.c (test_strcat): Add tests for different alignments
50160         of source and destination.
50161         (test_strncat): Likewise.
50163 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50165         [BZ #12852]
50166         * posix/glob.c (glob): Check passed in values before using them in
50167         expressions to avoid some overflows.
50168         (glob_in_dir): Likewise.
50170         [BZ #13007]
50171         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50172         check for AVX enablement so that we don't crash with old kernels and
50173         new hardware.
50174         * elf/tst-audit4.c: Add same checks here.
50175         * elf/tst-audit6.c: Likewise.
50177         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50179 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50181         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50183 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50185         * po/cs.po: Update from translation team.
50186         * po/bg.po: Likewise.
50188 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50190         * misc/sys/cdefs.h: Add support for const attribute.
50191         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50192         to gnu_dev_{major,minor,makedev} functions.
50194 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50196         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50198 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50200         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50201         strlen results.
50203 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50205         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50206         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50207         register in order to avoid conflicts with the soft frame pointer
50208         being held in r11 when necessary.
50209         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50210         (INTERNAL_VSYSCALL_NCS): Likewise.
50212 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50214         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50215         * elf/dl-fini.c (_dl_fini): Adjust caller.
50216         * elf/dl-close.c (_dl_close_worker): Likewise.
50217         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50219 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50221         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50222         "aux_cache->nlibs < 0".
50224         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50225         in the reload-count case.
50227 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50229         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50230         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50231         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50232         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50233         * sysdeps/x86_64/multiarch/strcat.S: New file.
50234         * sysdeps/x86_64/multiarch/strncat.S: New file.
50235         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50236         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50237         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50238         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50239         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50240         (USE_AS_STRCAT): Define.
50241         Add strcat and strncat support.
50242         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50243         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50244         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50245         * string/strncat.c: Update.
50246         (USE_AS_STRNCAT): Define.
50247         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50248         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50249         and i7.
50250         * sysdeps/x86_64/multiarch/init-arch.h
50251         (bit_Prefer_PMINUB_for_stringop): New.
50252         (index_Prefer_PMINUB_for_stringop): Likewise.
50253         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50254         bit_Prefer_PMINUB_for_stringop.
50256 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50258         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50259         buffer64.
50260         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50261         of casting of buffer.
50262         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50263         buffer32 and buffer64.
50264         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50265         writes instead of casting of buffer.
50266         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50267         buffer32.
50268         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50269         casting of buffer.
50271 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50273         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50275 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50277         * nscd/nscd.c (termination_handler): Don't do anything for a database
50278         if it has not yet been initialized.
50280 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50282         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50284 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50286         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50288 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50290         * po/nl.po: Update from translation team.
50291         * po/sv.po: Likewise.
50293 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50295         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50296         now disallowed by GCC.
50298         * configure.in (use-default-link): Default to yes if a test -shared
50299         link meets our qualifications.
50300         * configure: Regenerated.
50302         * config.make.in (output-format): New variable.
50303         * configure.in: Check for ld --print-output-format support.
50304         * configure: Regenerated.
50305         * Makerules ($(common-objpfx)format.lds)
50306         [$(output-format) != unknown]: Just use $(output-format),
50307         instead of the linker-script munging.
50309 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50311         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50312         of $(common-objpfx)shlib.lds.
50313         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50315         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50316         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50318         * configure.in (-z relro check): Adjust test code to add a large
50319         writable data section after it.
50320         * configure: Regenerated.
50322 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50324         * configure.in (-z relro check): Fix test code to make the variable
50325         truly const.
50326         * configure: Regenerated.
50328 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50330         * nscd/nscd.h (struct traced_file): Define.
50331         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50332         elements.  Add traced_files.
50333         (inotify_fd): Declare.
50334         (register_traced_file): Declare.
50335         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50336         (inotify_fd): Export.
50337         (resolv_conf_descr): Remove.
50338         (nscd_init): Move inotify descriptor creation to main.
50339         Don't register files for notification here.
50340         (register_traced_file): New function.
50341         (invalidate_cache): Don't use reset_res to determine whether to call
50342         res_init, go through the list of registered files.
50343         (main_loop_poll): The inotify descriptors are now stored in the
50344         structures for the traced files.
50345         (main_loop_epoll): Likewise
50346         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50347         to __nss_disable_nscd.
50348         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50349         for a database anymore.  Check the records for all the registered
50350         files instead.
50351         * nss/Makefile (libnss_files-routines): Add files-init.
50352         (libnss_db-routines): Add db-init.
50353         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50354         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50355         * nss/nss_db/db-init.c: New file.
50356         * nss/nss_files/files-init.c: New file.
50357         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50358         __nss_lookup_function.
50359         (__nss_lookup_function): Call nss_load_library.
50360         (nss_load_all_libraries): New function.
50361         (__nss_disable_nscd): Take parameter with callback function for files
50362         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50363         used for the cached services.
50364         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50365         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50366         options for features to all the files in nscd.
50368         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50370 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50372         * csu/elf-init.c (__libc_csu_init): Comment typo.
50374 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50376         * po/pl.po: Update from translation team.
50377         * po/ja.po: Likewise.
50378         * po/ru.po: Likewise.
50379         * po/ko.po: Likewise.
50380         * po/fr.po: Likewise.
50382 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50384         * configure.in (.ctors/.dtors header and trailer check):
50385         Use an empirical test on a built program.
50386         * configure: Regenerated.
50388         * configure.in (-z relro check): Use an empirical test on a built DSO.
50389         Detect, but do not require, on ia64.
50390         * configure: Regenerated.
50392         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50393         Update tests that use readelf to use $READELF instead.
50394         * configure: Regenerated.
50396 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50398         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50399         if the result is not used.
50401 2011-07-05  Andreas Jaeger  <aj@suse.de>
50403         [BZ#9696]
50404         * stdlib/tst-strtod.c: Add testcase.
50406 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50408         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50409         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50410         The latter has a higher limit.  Take additional parameter to pass to
50411         the new function.
50412         (__pathconf): Pass file to __statfs_link_max.
50413         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50414         __statfs_link_max.
50415         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50416         __statfs_link_max.
50418         [BZ #12868]
50419         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50420         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50421         Handle Lustre.
50422         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50423         (__statfs_filesize_max): Likewise.
50424         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50426 2011-07-05  Andreas Jaeger  <aj@suse.de>
50428         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50430 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50432         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50433         `status' variable.
50434         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50435         Likewise.
50437 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50439         * Makefile (strop-tests): Add strncat.
50440         * string/test-strncat.c: New file.
50442 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50444         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50446 2011-06-21  Andreas Jaeger  <aj@suse.de>
50448         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50449         Copy rule from iconvdata/Makefile.
50451 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50453         [BZ #12922]
50454         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50455         but no long options are defined, just return 'W'.
50457 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50459         [BZ #9696]
50460         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50462 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50464         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50465         netgroups to read.
50466         (innetgr): Likewise.
50468 2011-07-05  Roland McGrath  <roland@hack.frob.com>
50470         * config.make.in (install_root): Default to $(DESTDIR).
50472 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
50474         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50476 2011-07-02  Roland McGrath  <roland@hack.frob.com>
50478         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
50480         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
50481         containing directory rather than embedding absolute directory names.
50483         * scripts/check-local-headers.sh: Rewritten using awk.
50484         Match by word, not by line.  Print error messages for matches.
50485         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
50487         * Makerules [shlib-lds-flags empty]:
50488         ($(common-objpfx)libc_pic.opts): New target.
50489         ($(common-objpfx)libc_pic.os.clean): New target.
50490         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
50492         * config.make.in (OBJCOPY): New variable.
50493         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
50494         * configure: Regenerated.
50496         * config.make.in (use-default-link): New variable.
50497         * configure.in (use_default_link): Grok --with-default-link to set it.
50498         * configure: Regenerated.
50499         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
50500         (shlib-lds, shlib-lds-flags): Define to empty.
50502         * Makerules (shlib-lds): New variable.
50503         (shlib-lds-flags): New variable.
50504         (build-shlib, build-moduile, build-module-asneeded): Use it.
50505         ($(common-objpfx)libc.so): Use $(shlib-lds).
50506         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
50507         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
50509         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
50510         DT_FLAGS/DT_FLAGS_1 with zero flags.
50512         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
50513         linker script munging.
50515 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
50517         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
50518         as 128-bit value.
50519         * crypt/sha512.c (sha512_process_block): Perform total addition using
50520         128-bit if possible.
50521         (__sha512_finish_ctx): Likewise.
50522         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
50523         as 64-bit value.
50524         * crypt/sha256.c (SWAP64): Define.
50525         (sha256_process_block): Perform total addition using 64-bit if
50526         possible.
50527         (__sha256_finish_ctx): Likewise.
50529 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
50531         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
50532         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50533         * nscd/hstcache.c (cache_addhst): Likewise.
50534         * nscd/grpcache.c (cache_addgr): Likewise.
50535         * nscd/aicache.c (addhstaiX): Likewise
50536         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
50538 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
50540         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
50541         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50542         * nscd/hstcache.c (cache_addhst): Likewise.
50543         * nscd/grpcache.c (cache_addgr): Likewise.
50544         * nscd/aicache.c (addhstaiX): Likewise
50546 2011-07-01  Andreas Schwab  <schwab@redhat.com>
50548         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
50549         domain only when needed.
50551 2011-06-30  Andreas Schwab  <schwab@redhat.com>
50553         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
50554         is always restored.
50556 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
50558         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
50559         are re-adding the entry.
50560         * nscd/servicescache.c (cache_addserv): Likewise.
50562 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
50564         * sysdeps/generic/dl-irel.h: fix protection against multiple
50565         inclusions.
50566         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
50568 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
50570         [BZ #12935]
50571         * malloc/memusage.sh: Fix quoting in message.
50572         * debug/xtrace.sh: Likewise.
50574         * configure.in: Remove support for --experimental-malloc option, make
50575         it the default.
50576         * config.make.in: Likewise.
50577         * malloc/Makefile: Likewise.
50579 2011-06-27  Andreas Schwab  <schwab@redhat.com>
50581         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
50582         two-byte characters.
50584 2011-06-27  Roland McGrath  <roland@hack.frob.com>
50586         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
50587         AC_CACHE_CHECK invocation.
50588         * configure: Regenerated.
50590         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
50592 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
50594         [BZ #12350]
50595         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
50596         bit from old_res_options.
50598         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
50600         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
50601         value type for setfct.
50603 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
50605         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50606         __gettimeofday instead of gettimeofday.
50608 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
50610         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
50612 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
50614         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
50616         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
50617         info.
50619 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50621         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50622         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50623         strcpy-sse2-unaligned strncpy-sse2-unaligned
50624         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
50625         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
50626         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
50627         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
50628         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
50629         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
50630         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
50631         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
50632         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
50633         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
50634         (STRCPY): Support SSE2 and SSSE3 versions.
50636 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
50638         [BZ #12874]
50639         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
50640         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
50641         kernels which artificially limit size of requests.
50643 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50645         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50646         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50647         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
50648         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
50649         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
50650         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
50651         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
50652         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
50653         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
50654         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
50655         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
50656         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
50657         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
50658         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
50659         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
50660         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50661         Enable unaligned load optimization for Intel Core i3, i5 and i7
50662         processors.
50663         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
50664         Define.
50665         (index_Fast_Unaligned_Load): Define.
50666         (HAS_FAST_UNALIGNED_LOAD): Define.
50668 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
50670         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
50672 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50674         [BZ #12907]
50675         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
50676         until it is clear that the information is realy needed.
50677         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
50679 2011-06-22  Andreas Schwab  <schwab@redhat.com>
50681         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
50683 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50685         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50686         /sys/devices/system/cpu/online if it is usable.
50688         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
50689         reading the information from the /proc filesystem to once a second.
50691 2011-06-21  Andreas Jaeger  <aj@suse.de>
50693         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
50694         NULL after inclusion of kernel headers.
50696 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
50698         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
50699         calls to internal_setent.
50701         [BZ #12885]
50702         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
50703         addresses using gethostbyname4_r ignore IPv4 addresses.
50705         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
50706         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
50708         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
50710 2011-06-20  David S. Miller  <davem@davemloft.net>
50712         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
50713         inclusions.
50714         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
50716         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
50717         (elf_irel): Use it.
50718         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
50719         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
50720         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
50721         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
50722         * sysdeps/x86_64/dl-irel.h: Likewise.
50724         * elf/dl-runtime.c: Use elf_ifunc_invoke.
50725         * elf/dl-sym.c: Likewise.
50727 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50729         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
50730         need to dereference resplen2.
50732 2011-06-14  Andreas Schwab  <schwab@redhat.com>
50734         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
50736 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50738         * Makeconfig: Define vardbdir and inst_vardbdir.
50739         * nss/Makefile: Add rules to install db-Makefile.
50741         * nss/nss_db/db-XXX.c: Cleanup.
50743         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
50744         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
50745         GLIBC_PRIVATE.
50746         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
50747         * nss/makedb.c: Implement -g option to specify that value strings
50748         are generated and should not be added to table iterated over for
50749         get*ent calls.
50750         * nss/nss_db/db-initgroups.c: New file.
50752         * nss/getent.c: Add support for initgroups lookups through getgrouplist
50753         interface.
50755         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
50756         (internal_getgrouplist): Adjust to name change.
50757         Update use_initgroups_entry if this is not the first call.
50758         * nss/databases.def: Add initgroups entry.
50760         * nss/makedb.c (compute_tables): Check result of multiple hash table
50761         sizes to minimize maximum chain length.
50763 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
50765         * Versions.def: Add entry for libnss_db.
50766         * shlib-versions: Likewise.
50767         * nss/Makefile: Add rules to build libnss_db.
50768         * nss/Versions: Add libnss_db information.  Organize libnss_files
50769         entries better.
50770         * nss/db-Makefile: Add gshadow support.  Change rules for the new
50771         makedb progra.  Some minor improvements to generate smaller files.
50772         * nss/nss_db/nss_db.h: Move NSS database header data structures to
50773         here from...
50774         * nss/makedb.c: ...here.
50775         Improve database format to be smaller and require less memory at
50776         runtime.
50777         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
50778         db anymore.
50779         * nss/nss_db/db-netgrp.c: Likewise.
50780         * nss/nss_db/db-open.c: Likewise.
50781         * nss/nss_files/flies-XXX.x: Adjust comments.
50782         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
50783         * nss/nss_files/files-grp.c: Likewise.
50784         * nss/nss_files/files-hosts.c: Likewise.
50785         * nss/nss_files/files-network.c: Likewise.
50786         * nss/nss_files/files-proto.c: Likewise.
50787         * nss/nss_files/files-pwd.c: Likewise.
50788         * nss/nss_files/files-rpc.c: Likewise.
50789         * nss/nss_files/files-service.c: Likewise.
50790         * nss/nss_files/files-sgrp.c: Likewise.
50791         * nss/nss_files/files-spwd.c: Likewise.
50792         * nss/nss_db/db-alias.c: Removed.
50793         * nss/nss_db/dummy-db.h: Removed.
50795 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
50797         * nss/makedb.c: Rewritten to not use database library.
50798         * nss/Makefile: Update to build new makedb program.
50800 2011-06-14  Andreas Jaeger  <aj@suse.de>
50802         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
50803         memset declaration.
50805 2011-06-10  Andreas Schwab  <schwab@redhat.com>
50807         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
50808         tmpbuf.
50810 2011-06-10  Roland McGrath  <roland@hack.frob.com>
50812         * Makerules (shlib.lds): Fail if the linker script comes out empty.
50813         * elf/Makefile ($(objpfx)ld.so): Likewise.
50815         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
50816         Don't list ld.so twice in dependencies.
50818         * posix/bug-regex31.c: Include <stdlib.h>.
50820         * nscd/hstcache.c (cache_addhst): Remove unused variable.
50822         * nis/nss_compat/compat-spwd.c
50823         (getspent_next_nss_netgr): Remove unused variable.
50824         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
50826         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
50827         nonmembers" output to use the right array.
50829         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
50831         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
50833         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
50834         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
50835         * catgets/gencat.c (read_input_file): Likewise.
50836         * locale/programs/locarchive.c (enlarge_archive): Likewise.
50838         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
50839         variable definition inside #if's controlling its use.
50841         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
50843         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
50845         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
50847         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
50848         unreachable code.
50850         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
50852         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
50853         * configure: Regenerated.
50855         * Makerules: Revert last change.
50856         * elf/Makefile: Likewise.
50858 2011-06-09  Roland McGrath  <roland@hack.frob.com>
50860         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
50861         * elf/Makefile ($(objpfx)librtld.os): Likewise.
50862         (reloc-link): Likewise.
50864 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
50866         * elf/Makefile: Add rules to build pldd.
50867         * elf/pldd.c: New file.
50868         * elf/pldd-xx.c: New file.
50870 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
50872         * version.h: Update for 2.15 development version.
50874 2011-06-07  David S. Miller  <davem@davemloft.net>
50876         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
50877         ifuncs.
50878         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
50879         elf_machine_lazy_rel): Likewise.
50880         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
50881         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
50882         elf_machine_lazy_rel): Likewise.
50883         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
50884         dl_hwcap via passed in argument.
50885         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
50886         Likewise.
50888 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50890         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
50892 2011-06-06  Roland McGrath  <roland@hack.frob.com>
50894         [BZ #12849]
50895         * manual/fdl-1.1.texi: New file, verbatim from:
50896         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
50897         * manual/lgpl-2.1.texi: New file, verbatim from:
50898         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
50899         * manual/Makefile (licenses): New variable, list those new file names.
50900         (texis): Use it.
50901         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
50903         * manual/fdl.texi: File removed.
50904         * manual/lesser.texi: File removed.
50905         * manual/libc.texinfo (Copying, Documentation License):
50906         Use new @include file names, put @appendix directive before @include.
50908 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
50910         [BZ #12841]
50911         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
50912         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
50913         (mq_open): Add __NTH.
50915 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
50917         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50918         Assume Intel Core i3/i5/i7 processor if AVX is available.
50920 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
50922         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
50923         typo.
50925 2011-05-31  Andreas Schwab  <schwab@redhat.com>
50927         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
50928         memory.  Use alloca_account.  Fix memory leak when retrying.
50930 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
50932         * version.h (RELEASE): Bump for 2.14 release.
50933         * include/features.h (__GLIBC_MINOR__): Bump to 14.
50935         * config.make.in (RANLIB): Remove entry.
50937 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
50939         * po/Makefile (po-sed-cmd): Add ksh to extensions.
50940         (libc.pot): Work around missing support for .ksh extension in xgettext.
50942         [BZ #12684]
50943         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
50944         if both request failed.
50945         (send_dg): In case of server errors clear resplen or *resplen2.
50947         [BZ #12454]
50948         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
50949         when there are multiple maps.
50950         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
50951         (_dl_fini): Remove test here.
50953         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
50955 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
50957         [BZ #12350]
50958         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
50959         bit from old_res_options.
50960         (gaih_inet): Likewise.
50962         [BZ #11099]
50963         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
50964         as signed.
50966         * resolv/res_init.c (res_setoptions): Make the code more compact.
50968         [BZ #11558]
50969         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
50970         set RES_USEVC.
50972         [BZ #11634]
50973         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
50975         * malloc/malloc.h: Mark malloc hook variables as deprecated.
50977         [BZ #11781]
50978         * malloc/malloc.h: Declare malloc hook variables as volatile.
50980         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
50981         in last patch.
50983         [BZ #11799]
50984         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
50985         raise in the comment.
50986         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
50987         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
50988         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
50990 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
50992         [BZ #12811]
50993         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
50994         grow the buffers more if it already has to be sufficient.
50995         (build_wcs_upper_buffer): Likewise.
50996         * posix/regexec.c (check_matching): Likewise.
50997         (clean_state_log_if_needed): Likewise.
50998         (extend_buffers): Don't enlarge buffers beyond size of the input
50999         buffer.
51000         Patches mostly by Emil Wojak <emil@wojak.eu>.
51001         * posix/bug-regex32.c: New file.
51002         * posix/Makefile (tests): Add bug-regex32.
51004         * locale/findlocale.c (_nl_find_locale): Return right away if
51005         _nl_explode_name failed.
51006         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51008         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51010         * debug/xtrace.sh: Unify messages.
51011         * malloc/memusage.sh: Likewise.
51013         [BZ #12813]
51014         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51015         time symbol from vDSO.  Substitute with vsyscall if not available.
51016         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51017         __vdso_time.
51019         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51020         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51021         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51022         Add sendmmsg and internal_sendmmsg.
51023         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51024         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51025         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51027         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51028         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51029         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51031 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51033         [BZ #12813]
51034         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51035         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51036         available.
51037         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51038         __vdso_getcpu.
51040         [BZ #12814]
51041         * iconvdata/Makefile (tests): Add bug-iconv9.
51042         * iconvdata/bug-iconv9.c: New file.
51044 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51046         [BZ #12814]
51047         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51049 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51051         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51052         (struct user_regs_struct): Change intcs field back to cs.
51054 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51056         * po/ja.po: Update from translation team.
51058 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51060         [BZ #12795]
51061         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51062         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51064 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51066         * stdlib/longlong.h: Update from GCC.
51068 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51070         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51071         parameter name.
51072         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51073         Add parameter name.
51074         (__sysconf): Pass it down.
51076 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51078         [BZ #12671]
51079         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51080         some situations.
51081         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51082         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51083         add in in __libc_use_alloca calls.  Adjust callers.
51084         (glob): Use malloc in some situations.
51086         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51087         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51088         pltexit.
51090 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51092         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51093         and CLOCK_BOOTTIME_ALARM.
51095         [BZ #12782]
51096         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51097         is returned.
51099         * string/_strerror.c (__strerror_r): Print negative errors as signed
51100         numbers.
51102         [BZ #12777]
51103         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51104         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51105         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51107         * configure.in: Fix typo in redirection and correct removal of test
51108         files in two cases.
51110         [BZ #12788]
51111         * locale/setlocale.c (new_composite_name): Fix test to check for
51112         identical name of all categories.
51114         [BZ #12792]
51115         * libio/filedoalloc.c (local_isatty): New function.
51116         (_IO_file_doallocate): Use local_isatty.
51117         * stdio-common/perror.c (perror): In case a new stream is used
51118         forward the stream error.
51119         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51120         error flag.
51122 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51124         [BZ #11869]
51125         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51126         alloca.
51127         * include/alloca.h (extend_alloca_account): Define.
51129         [BZ #11857]
51130         * posix/regex.h: Fix comments with documentation of user-accessible
51131         fields after compilation and describe correct free'ing of pattern
51132         after re_compile_pattern.
51133         Patch by Reuben Thomas <rrt@sc3d.org>.
51135 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51137         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51138         and -mno-altivec to prevent the compiler from using Altivec and/or
51139         VSX instructions when the corresponding registers are not available.
51141 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51143         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51145 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51147         * libio/freopen.c (freopen): Use __dup2, not dup2.
51148         * libio/freopen64.c (freopen64): Likewise.
51150 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51152         [BZ #12775]
51153         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51154         * math/Makefile (tests): Add test-powl.
51155         (CFLAGS-test-powl.c): Define.
51156         * math/test-powl.c: New file.
51158 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51160         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51162 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51164         [BZ #11837]
51165         * iconvdata/gb18030.c: Update to GB18020-2005.
51167 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51169         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51170         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51171         Patch by Aharon Robbins <arnold@skeeve.com>.
51173         [BZ #11892]
51174         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51175         on the stack.
51177         [BZ #11895]
51178         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51179         through underflows.
51181         [BZ #12766]
51182         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51183         point to strings before performing equality test for error_one_per_line
51184         mode.
51186         [BZ #11697]
51187         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51189         [BZ #11820]
51190         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51191         (struct user_fpregs_struct): Avoid __uint*_t types.
51193         [BZ #6420]
51194         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51195         symbol info.  Use it instead of calling _dl_addr locally.
51196         (lock_and_info): New function.
51197         (tr_freehook): Call lock_and_info and pass symbol info as additional
51198         parameter to tr_where.
51199         (tr_mallochook): Likewise.
51200         (tr_reallochook): Likewise.
51201         (tr_memalignhook): Likewise.
51203         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51204         used and couldn't be at all thread-safe.
51206 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51208         * libio/freopen.c (freopen): Don't close old file descriptor
51209         before the new one is opened.  Instead dup the new file descriptor
51210         to the old one after the new stream is created.
51211         * libio/freopen64.c (freopen64): Likewise.
51212         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51213         * libio/fileops.c (_IO_new_file_close_it): Handle new
51214         _IO_FLAGS2_NOCLOSE flag.
51215         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51216         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51217         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51218         _IO_FLAGS2_NOCLOSE flag.
51219         * include/unistd.h: Add hidden_proto for dup3.
51220         Define __have_dup3.
51221         * io/dup3.c: Define hidden symbol.
51222         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51224         [BZ #7101]
51225         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51226         when an incomplete long option is used.
51227         * posix/tst-getopt_long1.c: New file.
51228         * posix/Makefile (tests): Add tst-getopt_long1.
51230         [BZ #10138]
51231         * scripts/config.guess: Update from autoconf-2.68.
51232         * scripts/config.sub: Likewise.
51234         [BZ #10157]
51235         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51236         tests into ...
51237         (has_cpuclock): ...this.  New function.
51238         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51239         macro here based on has_cpuclock code.
51241         [BZ #10149]
51242         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51243         First byte (not low byte) is now always NUL.
51244         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51246         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51247         Use non-cancelable interfaces.
51249         [BZ #9809]
51250         * locale/iso-639.def: Add entry for Sorani.
51252         [BZ #11901]
51253         * include/stdlib.h: Move include protection to the right place.
51254         Define abort_msg_s.  Declare __abort_msg with it.
51255         * stdlib/abort.c (__abort_msg): Adjust type.
51256         * assert/assert.c (__assert_fail_base): New function.  Majority
51257         of code from __assert_fail.  Allocate memory for __abort_msg with
51258         mmap.
51259         (__assert_fail): Now call __assert_fail_base.
51260         * assert/assert-perr.c: Remove bulk of implementation.  Use
51261         __assert_fail_base.
51262         * include/assert.hL Declare __assert_fail_base.
51263         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51264         mmap.
51265         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51267 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51269         [BZ #11952]
51270         [BZ #12453]
51271         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51272         until all modules are registered in the DTV.
51273         * elf/Makefile: Add rules to build and run tst-tls19.
51274         * elf/tst-tls19.c: New file.
51275         * elf/tst-tls19mod1.c: New file.
51276         * elf/tst-tls19mod2.c: New file.
51277         * elf/tst-tls19mod3.c: New file.
51278         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51280         [BZ #12083]
51281         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51282         correctly.
51284         [BZ #12601]
51285         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51286         two-byte sequence errors.
51287         * iconvdata/Makefile (tests): Add bug-iconv8.
51288         * iconvdata/bug-iconv8.c: New file.
51290         [BZ #12626]
51291         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51292         buf2 definition.
51294         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51296         [BZ #12432]
51297         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51298         (dummy_getcfa): New function.
51299         (init): Get _Unwind_GetCFA address, use dummy if not found.
51300         (backtrace_helper): In recursion check, also check whether CFA changes.
51301         (__backtrace): Completely initialize arg.
51303         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51304         storing incomplete byte sequence in state object.  Avoid testing for
51305         guaranteed too small input if we know there is enough data available.
51307 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51309         * Makeconfig (+link-pie): Indent.
51310         * Rules (binaries-pie): Define if $(have-fpie) and
51311         $(build-shared).
51312         (binaries-shared): Also filter out $(binaries-pie).
51313         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51314         * nscd/Makefile (others-pie): Add nscd.
51315         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51316         ($(objpfx)nscd): Remove command override.
51317         * login/Makefile (others-pie): Add pt_chown.
51318         ($(objpfx)pt_chown): Remove command override.
51319         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51320         remove command overrides.
51322 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51324         * libio/tst_putwc.c: Fix error messages.
51326         [BZ #12724]
51327         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51328         currently writing and seek to current position when not.
51329         * libio/Makefile (tests): Add bug-fclose1.
51330         * libio/bug-fclose1.c: New file.
51332 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51334         [BZ #12511]
51335         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51336         don't set DF_1_NODELETE here.
51337         (do_lookup_x): When entering new entry test for copy relocation
51338         and if necessary set DF_1_NODELETE flag.
51339         * elf/tst-unique4.cc: New file.
51340         * elf/tst-unique4.h: New file.
51341         * elf/tst-unique4lib.cc: New file.
51342         * elf/Makefile: Add rules to build and run tst-unique4.
51343         Patch by Piotr Bury <pbury@goahead.com>.
51345 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51347         [BZ #12052]
51348         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51350         [BZ #12625]
51351         * misc/mntent_r.c (addmntent): Flush the stream after the output
51353         [BZ #12393]
51354         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51355         (is_trusted_path_normalize): Skip initial colon.  Append slash
51356         to empty buffer.  Duplicate is_trusted_path code but allow
51357         constructed patch to be prefix.
51358         (is_dst): Allow $ORIGIN followed by /.
51359         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51360         Correct testing of result of is_trusted_path_normalize
51361         (decompose_rpath): Fix warning.
51363 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51365         [BZ #11257]
51366         * grp/initgroups.c (internal_getgrouplist): When we found the service
51367         list through the initgroups entry in nsswitch.conf do not always
51368         continue on a successful lookup.  Don't always use the
51369         __nss_group_database value if it is set.
51370         * nss/nsswitch.conf (initgroups): Change action for successful db
51371         lookup to continue for compatibility.
51373 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51375         [BZ #11532]
51376         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51377         and CP774 modules.
51378         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51379         and CP774 modules.
51380         * iconvdata/tst-tables.sh: Likewise.
51381         * iconvdata/cp770.c: New file.
51382         * iconvdata/cp771.c: New file.
51383         * iconvdata/cp772.c: New file.
51384         * iconvdata/cp773.c: New file.
51385         * iconvdata/cp774.c: New file.
51386         * iconvdata/testdata/CP770: New file.
51387         * iconvdata/testdata/CP770..UTF8: New file.
51388         * iconvdata/testdata/CP771: New file.
51389         * iconvdata/testdata/CP771..UTF8: New file.
51390         * iconvdata/testdata/CP772: New file.
51391         * iconvdata/testdata/CP772..UTF8: New file.
51392         * iconvdata/testdata/CP773: New file.
51393         * iconvdata/testdata/CP773..UTF8: New file.
51394         * iconvdata/testdata/CP774: New file.
51395         * iconvdata/testdata/CP774..UTF8: New file.
51397         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51398         END CHARMAP line.
51399         * iconvdata/gen-8bit-gap.sh: Likewise.
51400         * iconvdata/gen-8bit.sh: Likewise.
51402         * locale/iso-639.def: Add ary entry.
51404         [BZ #11258]
51405         * locale/C-translit.h.in: Add U20A1 transliteration.
51407         [BZ #12178]
51408         * locale/iso-639.def: Add wae entry.
51409         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51411         [BZ #12545]
51412         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51413         for n.
51415         [BZ #12711]
51416         * locale/C-translit.h.in: Add entry for U20B9.
51417         Patch by pravin.d.s@gmail.com.
51419 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51421         [BZ #12713]
51422         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51423         ENAMETOOLONG use generic getcwd.
51424         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51425         in rtld.  Use *stat64.
51426         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51427         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51428         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51429         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51430         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51431         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51432         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51433         __fstatat64 macros.
51434         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51435         * dirent/rewinddir.c: Add libc_hidden_def.
51436         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51437         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51439         * include/dirent.h (__alloc_dir): Add flags parameter.
51440         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51441         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51442         __alloc_dir.
51443         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51444         from fdopendir if O_CLOEXEC is already set.
51446 2011-03-15  Alan Modra  <amodra@gmail.com>
51448         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51449         l_tls_firstbyte_offset non-zero.  Save padding offset in
51450         l_tls_firstbyte_offset for later use.
51451         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51452         freeing static tls block.
51454 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51456         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51457         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51458         being defined by the kernel headers.
51460 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51462         [BZ #12734]
51463         * resolv/resolv.h: Define RES_NOTLDQUERY.
51464         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51465         no-tld-query and set RES_NOTLDQUERY.
51466         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51467         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51468         modern BIND to search name as TLD unless forbidden.
51470 2011-05-07  Petr Baudis  <pasky@suse.cz>
51471             Ulrich Drepper  <drepper@gmail.com>
51473         [BZ #12393]
51474         * elf/dl-load.c (fillin_rpath): Move trusted path check...
51475         (is_trusted_path): ...to here.
51476         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
51477         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
51478         using is_trusted_path_normalize() in setuid scripts.
51480 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
51482         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
51483         __BEGIN/__END_DECLS.
51485 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
51487         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
51488         NSS_STATUS_NOTFOUND if no record was found.
51490 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51492         * sunrpc/Makefile (headers): Add rpc/netdb.h.
51493         (headers-not-in-tirpc): Remove rpc/netdb.h
51494         * resolv/netdb.h: Revert last change.
51496 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51498         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
51499         circular dependency between libgcc.a and libc.a.
51501 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51503         * resolv/netdb.h: Don't include <rpc/netdb.h>.
51504         * nis/Makefile: Don't install rpcsvc/*.
51505         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
51506         instead of <rpc/types.h>.
51507         (MAXHOSTNAMELEN): Define.
51509 2011-05-03  Andreas Schwab  <schwab@redhat.com>
51511         * elf/ldconfig.c (add_dir): Don't crash on empty path.
51513 2011-04-28  Maciej Babinski  <mbabinski@google.com>
51515         [BZ #12714]
51516         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
51517         gethostbyname4_r when IPv6 results are possible.
51519 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
51521         [BZ #12723]
51522         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
51523         _PC_PIPE_BUF handling.
51525 2011-04-30  Bruno Haible  <bruno@clisp.org>
51527         [BZ #12717]
51528         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
51529         * resolv/netdb.h (getnameinfo): Change type of flags parameter
51530         to 'int'.
51531         * inet/getnameinfo.c (getnameinfo): Likewise.
51533 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
51535         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
51536         to groups setting in database lookup.
51537         * nss/nsswitch.conf: Add initgroups entry.
51539 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
51541         [BZ #12685]
51542         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
51543         mode string.
51544         Patch by Eric Blake <eblake@redhat.com>.
51546 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
51548         * sunrpc/Makefile (need-export-routines): Add svc_run.
51549         (routines): Remove svc_run.
51550         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
51551         * sunrpc/clnt_perr.c (clnt_perrno): Export.
51552         * sunrpc/svc_run.c (svc_run): Likewise.
51553         * sunrpc/svc_udp.c (svcudp_create): Likewise.
51555 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
51557         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
51558         problem in reallocation in last patch.
51560 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
51562         * sunrpc/Makefile: Move inclusion of Rules.
51564 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51566         * nss/nss_files/files-initgroups.c: New file.
51567         * nss/Makefile (libnss_files-routines): Add files-initgroups.
51568         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
51569         _nss_files_initgroups_dyn.
51571 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
51573         * elf/elf.h (R_ARM_IRELATIVE): Define.
51575 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51577         * po/ru.po: Update from translation team.
51579 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51581         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
51582         dependencies.
51584 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
51586         [BZ #12653]
51587         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
51588         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
51589         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51590         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
51591         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
51593 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
51595         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
51596         differing bytes.
51597         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
51598         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
51599         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51601 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51603         [BZ #12420]
51604         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
51605         storing it.
51606         * stdlib/bug-getcontext.c: New file.
51607         * stdlib/Makefile: Add rules to build and run bug-getcontext.
51609 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51611         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
51612         instructions into .machine "z9-109".
51613         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
51614         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
51616 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51618         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
51619         between environment variables and auxiliary vector.
51621 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
51623         * Makefile: Add rules to build linkobj/libc.so.
51624         * include/libc-symbols.h: Define libc_hidden_nolink.
51625         * include/rpc/auth.h: Mark functions which are to be hidden.
51626         * include/rpc/auth_des.h: Likewise.
51627         * include/rpc/auth_unix.h: Likewise.
51628         * include/rpc/clnt.h: Likewise.
51629         * include/rpc/des_crypt.h: Likewise.
51630         * include/rpc/key_prot.h: Likewise.
51631         * include/rpc/pmap_clnt.h: Likewise.
51632         * include/rpc/pmap_prot.h: Likewise.
51633         * include/rpc/pmap_rmt.h: Likewise.
51634         * include/rpc/rpc_msg.h: Likewise.
51635         * include/rpc/svc.h: Likewise.
51636         * include/rpc/svc_auth.h: Likewise.
51637         * include/rpc/xdr.h: Likewise.
51638         * nis/Makefile: Link all DSOs against linkobj/libc.so.
51639         * nss/Makefile: Likewise.
51640         * sunrpc/Makefile: Don't install headers.  Build library with normal
51641         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
51642         * sunrpc/auth_des.c: Hide exported symbols by default, export some
51643         for the compat linking library.  Remove use of INTDEF/INTUSE.
51644         * sunrpc/auth_none.c: Likewise.
51645         * sunrpc/auth_unix.c: Likewise.
51646         * sunrpc/authdes_prot.c: Likewise.
51647         * sunrpc/authuxprot.c: Likewise.
51648         * sunrpc/clnt_gen.c: Likewise.
51649         * sunrpc/clnt_perr.c: Likewise.
51650         * sunrpc/clnt_raw.c: Likewise.
51651         * sunrpc/clnt_simp.c: Likewise.
51652         * sunrpc/clnt_tcp.c: Likewise.
51653         * sunrpc/clnt_udp.c: Likewise.
51654         * sunrpc/clnt_unix.c: Likewise.
51655         * sunrpc/des_crypt.c: Likewise.
51656         * sunrpc/des_soft.c: Likewise.
51657         * sunrpc/get_myaddr.c: Likewise.
51658         * sunrpc/key_call.c: Likewise.
51659         * sunrpc/key_prot.c: Likewise.
51660         * sunrpc/netname.c: Likewise.
51661         * sunrpc/pm_getmaps.c: Likewise.
51662         * sunrpc/pm_getport.c: Likewise.
51663         * sunrpc/pmap_clnt.c: Likewise.
51664         * sunrpc/pmap_prot.c: Likewise.
51665         * sunrpc/pmap_prot2.c: Likewise.
51666         * sunrpc/pmap_rmt.c: Likewise.
51667         * sunrpc/publickey.c: Likewise.
51668         * sunrpc/rpc_cmsg.c: Likewise.
51669         * sunrpc/rpc_common.c: Likewise.
51670         * sunrpc/rpc_dtable.c: Likewise.
51671         * sunrpc/rpc_prot.c: Likewise.
51672         * sunrpc/rpc_thread.c: Likewise.
51673         * sunrpc/rtime.c: Likewise.
51674         * sunrpc/svc.c: Likewise.
51675         * sunrpc/svc_auth.c: Likewise.
51676         * sunrpc/svc_authux.c: Likewise.
51677         * sunrpc/svc_raw.c: Likewise.
51678         * sunrpc/svc_run.c: Likewise.
51679         * sunrpc/svc_simple.c: Likewise.
51680         * sunrpc/svc_tcp.c: Likewise.
51681         * sunrpc/svc_udp.c: Likewise.
51682         * sunrpc/svc_unix.c: Likewise.
51683         * sunrpc/svcauth_des.c: Likewise.
51684         * sunrpc/xcrypt.c: Likewise.
51685         * sunrpc/xdr.c: Likewise.
51686         * sunrpc/xdr_array.c: Likewise.
51687         * sunrpc/xdr_float.c: Likewise.
51688         * sunrpc/xdr_intXX_t.c: Likewise.
51689         * sunrpc/xdr_mem.c: Likewise.
51690         * sunrpc/xdr_rec.c: Likewise.
51691         * sunrpc/xdr_ref.c: Likewise.
51692         * sunrpc/xdr_sizeof.c: Likewise.
51693         * sunrpc/xdr_stdio.c: Likewise.
51695 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
51697         [BZ #12650]
51698         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
51699         * sysdeps/ia64/dl-tls.h: Likewise.
51700         * sysdeps/powerpc/dl-tls.h: Likewise.
51701         * sysdeps/s390/dl-tls.h: Likewise.
51702         * sysdeps/sh/dl-tls.h: Likewise.
51703         * sysdeps/sparc/dl-tls.h: Likewise.
51704         * sysdeps/x86_64/dl-tls.h: Likewise.
51705         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
51707 2011-03-14  Andreas Schwab  <schwab@redhat.com>
51709         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
51710         rpath element also skip the following colon.
51711         (expand_dynamic_string_token): Add is_path parameter and pass
51712         down to DL_DST_REQUIRED and _dl_dst_substitute.
51713         (decompose_rpath): Call expand_dynamic_string_token with
51714         non-zero is_path.  Ignore empty rpaths.
51715         (_dl_map_object_from_fd): Call expand_dynamic_string_token
51716         with zero is_path.
51718 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
51720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
51721         Make cancelable.
51723 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
51725         [BZ #12655]
51726         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
51727         Patch by Filipe David Manana <fdmanana@apache.org>.
51729 2011-04-07  Andreas Schwab  <schwab@redhat.com>
51731         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
51732         Maintain aligned stack.
51733         (CHECK_RSP): Remove unused macro.
51735 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
51737         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
51738         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
51740 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
51742         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
51744         * include/features.h: Mention __USE_XOPEN2K8 in comment.
51746 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
51748         [BZ #12518]
51749         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
51750         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
51751         * sysdeps/x86_64/memmove.c: New file.
51752         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
51753         (memcpy): Renamed to ...
51754         (__new_memcpy): This.
51755         (memcpy): Provide GLIBC_2_14 memcpy.
51756         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
51757         (memcpy): Provide GLIBC_2_2_5 memcpy.
51759 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51761         [BZ #12631]
51762         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
51764 2011-03-30  Andreas Schwab  <schwab@redhat.com>
51766         * misc/syncfs.c: New file.
51767         * misc/Makefile (routines): Add syncfs.
51768         * posix/unistd.h: Declare syncfs.
51769         * sysdeps/unix/syscalls.list: Add syncfs.
51771 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51773         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
51774         open_by_handle_at.
51775         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51776         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51777         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51778         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51779         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51780         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
51781         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51783 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51785         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
51786         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51787         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
51788         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51789         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51790         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51791         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51793         * io/Makefile: Compile fallocate.c, fallocate64.c, and
51794         sync_file_range.c with -fexceptions.
51795         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
51796         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
51797         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
51798         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
51799         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
51800         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
51801         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
51802         sync_file_range as cancellation point
51803         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
51804         now a wrapper around __call_sync_file_range with cancellation handling.
51805         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
51806         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
51807         function name to __call_sync_file_range.
51808         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
51809         Add call_sync_file_range.
51811 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51813         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51814         bits/timex.h.
51816 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51818         * iconv/iconv.h: Fix typo in comment.
51819         * io/fcntl.h: Likewise.
51820         * libio/stdio.h: Likewise.
51821         * posix/spawn.h: Likewise.
51822         * posix/unistd.h: Likewise.
51823         * stdlib/stdlib.h: Likewise.
51824         * time/time.h: Likewise.
51825         * wcsmbs/wchar.h: Likewise.
51827         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
51828         open_by_handle): Add.
51829         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
51830         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
51831         Augment a few comments.
51832         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51833         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51834         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51835         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51836         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51837         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
51838         open_by_handle.
51840         * io/fcntl.h (AT_EMPTY_PATH): Define.
51842 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
51844         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
51845         * sysdeps/unix/sysv/linux/bits/time.h: New file.
51846         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
51847         to...
51848         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
51849         * Versions.def: Add GLIBC_2.14.
51850         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
51851         Export.
51853 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
51855         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
51856         round counter.
51857         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
51859 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
51861         [BZ #12597]
51862         * string/test-strncmp.c (do_page_test): New function.
51863         (check2): Likewise.
51864         (test_main): Call check2.
51865         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
51867 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
51869         [BZ #12587]
51870         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
51871         Handle cache information in CPU leaf 4.
51872         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
51874 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
51876         [BZ #12583]
51877         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
51878         character representation.
51879         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
51881 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
51883         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
51884         END(__isnan) to END(__isnanf) to match function entry point/label
51885         EALIGN(__isnanf,...).
51887 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
51889         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
51891 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
51893         [BZ #12510]
51894         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
51895         copy from the symbol referenced in the relocation to initialize the
51896         used variable.
51897         Patch by Piotr Bury <pbury@goahead.com>.
51898         * elf/Makefile: Add rules to build and tst-unique3.
51899         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
51900         * elf/tst-unique3.cc: New file.
51901         * elf/tst-unique3.h: New file.
51902         * elf/tst-unique3lib.cc: New file.
51903         * elf/tst-unique3lib2.cc: New file.
51905         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
51907 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
51909         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
51910         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
51911         to _start.
51913 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
51915         * elf/dl-load.c (_dl_map_object): If we are looking for the first
51916         to-be-loaded object along a path to loader is ld.so.
51918 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
51919             Ulrich Drepper  <drepper@gmail.com>
51921         * sysdeps/x86_64/memset.S: After aligning destination, code
51922         branches to different locations depending on the value of
51923         misalignment, when multiarch is enabled. Fix this.
51925 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
51927         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
51928         Set _x86_64_preferred_memory_instruction for AMD processsors.
51929         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51930         Set bit_Prefer_SSE_for_memop for AMD processors.
51932 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
51934         * libio/fmemopen.c (fmemopen): Optimize a bit.
51936 2011-03-03  Andreas Schwab  <schwab@redhat.com>
51938         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
51940 2011-03-03  Roland McGrath  <roland@redhat.com>
51942         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
51944 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
51946         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
51947         __bzero_ultra1 instead of __memset_ultra1.
51949 2011-02-23  Andreas Schwab  <schwab@redhat.com>
51950             Ulrich Drepper  <drepper@gmail.com>
51952         [BZ #12509]
51953         * include/link.h (struct link_map): Add l_orig_initfini.
51954         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
51955         returning unsuccessfully.
51956         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
51957         close of a file loaded at startup, restore the original l_initfini
51958         list.
51959         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
51960         list, store the pointer.
51961         * elf/Makefile ($(objpfx)noload-mem): New rule.
51962         (noload-ENV): Define.
51963         (tests): Add $(objpfx)noload-mem.
51964         * elf/noload.c: Include <memcheck.h>.
51965         (main): Call mtrace.  Close all opened handles.
51967 2011-02-17  Andreas Schwab  <schwab@redhat.com>
51969         [BZ #12454]
51970         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
51971         dependencies are missing.
51973 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51975         Fix __if_freereq crash: Unlike the generic version which uses free,
51976         Hurd needs munmap.
51977         * sysdeps/mach/hurd/ifreq.h: New file.
51979 2011-01-27  Petr Baudis  <pasky@suse.cz>
51980             Ulrich Drepper  <drepper@gmail.com>
51982         [BZ 12445]#
51983         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
51984         to extend_alloca().
51985         * stdio-common/bug23.c: New file.
51986         * stdio-common/Makefile (tests): Add bug23.
51988 2010-09-28  Andreas Schwab  <schwab@redhat.com>
51989             Ulrich Drepper  <drepper@gmail.com>
51991         [BZ #12489]
51992         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
51993         before performing relro protection.  At old place add assertion
51994         to make sure nothing changed.
51996 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
51997             Glauber de Oliveira Costa  <glommer@gmail.com>
51999         * elf/elf.h: Add new ARM TLS relocs.
52001 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52004         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52005         cast from r3.
52006         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52007         'tests' variable.
52008         * sysdeps/wordsize-64/tst-writev.c: New file.
52010 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52012         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52013         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52014         insns in _dl_start to prevent a TOC reference before relocs are
52015         resolved.
52017 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52019         [BZ #12469]
52020         * Makeconfig: Remove RANLIB definition.
52021         * Makerules: Don't use RANLIB.
52022         * aclocal.m4: Remove ranlib test.
52023         * configure.in: No need to check for ranlib.
52024         * elf/rtld-Rules: Don't use RANLIB.
52026 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52028         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52029         protection macro.
52030         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52031         inclusion protection macro.
52033         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52034         SIGRTMIN and SIGRTMAX and print information in that case only when
52035         SIGRTMIN is defined.
52037 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52039         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52040         arginfo fn returning -1.
52042         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52043         and thousands string is zero terminated.
52045 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52047         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52048         sysdeps/unix/sysv/linux/bits/socket.h.
52050 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52052         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52053         (__CPU_COUNT): Remove old macros.
52054         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52055         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52056         (__CPU_ALLOC, __CPU_FREE): Add macros.
52057         (__sched_cpualloc, __sched_cpufree): Add declarations.
52059 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52061         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52062         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52063         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52064         (readdhstai): Return value of addhstaiX call.
52065         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52066         (addgrbyX): Return value returned by cache_addgr.
52067         (readdgrbyname): Return value returned by addgrbyX.
52068         (readdgrbygid): Likewise.
52069         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52070         (addpwbyX): Return value returned by cache_addpw.
52071         (readdpwbyname): Return value returned by addhstbyX.
52072         (readdpwbyuid): Likewise.
52073         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52074         (addservbyX): Return value returned by cache_addserv.
52075         (readdservbyname): Return value returned by addservbyX:
52076         (readdservbyport): Likewise.
52077         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52078         (addhstbyX): Return value returned by cache_addhst.
52079         (readdhstbyname): Return value returned by addhstbyX.
52080         (readdhstbyaddr): Likewise.
52081         (readdhstbynamev6): Likewise.
52082         (readdhstbyaddrv6): Likewise.
52083         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52084         (readdinitgroups): Return value returned by addinitgroupsX.
52085         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52086         (prune_cache): Keep track of timeout value of re-added entries.
52087         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52088         * nscd/nscd.h: Adjust prototypes of readd* functions.
52090 2011-02-04  Roland McGrath  <roland@redhat.com>
52092         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52093         (nis_stats): Likewise.
52094         * nis/nis_modify.c (nis_modify): Likewise.
52095         * nis/nis_remove.c (nis_remove): Likewise.
52096         * nis/nis_add.c (nis_add): Likewise.
52098         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52100         * posix/fnmatch_loop.c: Add some consts.
52102         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52104 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52106         [BZ #12460]
52107         * config.make.in (config-cflags-novzeroupper): Define.
52108         * configure.in: Substitute libc_cv_cc_novzeroupper.
52109         * elf/Makefile (AVX-CFLAGS): Define.
52110         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52111         (CFLAGS-tst-auditmod4a.c): Likewise.
52112         (CFLAGS-tst-auditmod4b.c): Likewise.
52113         (CFLAGS-tst-auditmod6b.c): Likewise.
52114         (CFLAGS-tst-auditmod6c.c): Likewise.
52115         (CFLAGS-tst-auditmod7b.c): Likewise.
52116         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52118 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52120         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52121         function to the callback.
52122         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52124 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52126         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52127         of errno.
52129 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52131         [BZ #11724]
52132         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52133         of constructors.
52134         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52135         of destructors.
52136         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52138         [BZ #11724]
52139         * elf/Makefile: Add rules to build and run new test.
52140         * elf/tst-initorder.c: New file.
52141         * elf/tst-initorder.exp: New file.
52142         * elf/tst-initordera1.c: New file.
52143         * elf/tst-initordera2.c: New file.
52144         * elf/tst-initordera3.c: New file.
52145         * elf/tst-initordera4.c: New file.
52146         * elf/tst-initorderb1.c: New file.
52147         * elf/tst-initorderb2.c: New file.
52148         * elf/tst-order-a1.c: New file.
52149         * elf/tst-order-a2.c: New file.
52150         * elf/tst-order-a3.c: New file.
52151         * elf/tst-order-a4.c: New file.
52152         * elf/tst-order-b1.c: New file.
52153         * elf/tst-order-b2.c: New file.
52154         * elf/tst-order-main.c: New file.
52155         New test case by George Gensure <werkt0@gmail.com>.
52157 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52159         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52160         decoding ACE if AI_CANONIDN.
52162 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52164         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52166 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52168         * version.h (RELEASE): Bump for 2.13 release.
52169         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52171         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52173         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52174         MADV_NOHUGEPAGE.
52175         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52176         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52177         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52178         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52179         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52180         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52182         * posix/getconf.c: Update copyright year.
52183         * catgets/gencat.c: Likewise.
52184         * csu/version.c: Likewise.
52185         * debug/catchsegv.sh: Likewise.
52186         * debug/xtrace.sh: Likewise.
52187         * elf/ldconfig.c: Likewise.
52188         * elf/ldd.bash.in: Likewise.
52189         * elf/sprof.c (print_version): Likewise.
52190         * iconv/iconv_prog.c: Likewise.
52191         * iconv/iconvconfig.c: Likewise.
52192         * locale/programs/locale.c: Likewise.
52193         * locale/programs/localedef.c: Likewise.
52194         * malloc/memusage.sh: Likewise.
52195         * malloc/mtrace.pl: Likewise.
52196         * nscd/nscd.c (print_version): Likewise.
52197         * nss/getent.c: Likewise.
52199         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52200         PF_CAIF, and PF_ALG.
52201         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52203 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52205         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52206         (modules-names): Use them.
52207         (ifunc-test-modules, ifunc-pie-tests): Define.
52208         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52209         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52210         (test-extras): Likewise.
52211         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52212         $(compile-command.c).
52213         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52214         (all-built-dso): Define.
52215         (check-textrel.out, check-execstack.out): Depend on it.
52217         * configure.in: Don't override --enable-multi-arch.
52219 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52221         [BZ #6812]
52222         * nscd/hstcache.c (tryagain): Define.
52223         (cache_addhst): Return tryagain not notfound for temporary errors.
52224         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52225         failed.
52227 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52229         [BZ #10563]
52230         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52231         to make the syscall.
52232         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52234         [BZ #12378]
52235         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52236         and fall back to matching as normal character if the string ends before
52237         the matching ']' is found.  This is what POSIX requires.
52238         * posix/testfnm.c: Adjust test result.
52239         * posix/globtest.sh: Adjust test result.  Add new test.
52240         * posix/tst-fnmatch.input: Likewise.
52241         * posix/tst-fnmatch2.c: Add new test.
52243 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52245         * elf/Makefile (check-execstack): Revert last change.  Depend on
52246         check-execstack.h.
52247         (check-execstack.h): New target.
52248         (generated): Add check-execstack.h.
52249         * elf/check-execstack.c: Include "check-execstack.h".
52250         (main): Revert last change.
52251         (handle_file): Return zero if GNU_STACK is absent and
52252         DEFAULT_STACK_PERMS doesn't include PF_X.
52254 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52256         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52257         in child fails because the descriptor is already closed.
52258         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52259         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52260         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52262         [BZ #12397]
52263         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52264         syscall.
52266         [BZ #10484]
52267         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52268         temporary buffer used to handle multi lookups locally.
52269         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52271 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52273         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52274         loader is ld.so.
52276 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52278         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52279         alignment for SSE2.
52281 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52283         [BZ #12394]
52284         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52285         characters.  When rounding increased number of integer digits recompute
52286         number of groups.
52287         * stdio-common/tst-grouping.c: New file.
52288         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52290 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52292         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52293         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52295         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52296         void.
52297         * bits/select.h: Likewise.
52299 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52301         * po/ja.po: Update from translation team.
52303 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52305         [BZ #11155]
52306         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52307         implementation just like for lxstat, fxstatat, et al.
52309 2010-12-27  Jim Meyering  <meyering@redhat.com>
52311         [BZ #12348]
52312         * posix/regexec.c (build_trtable): Return failure indication upon
52313         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52315 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52317         [BZ #12201]
52318         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52319         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52320         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52321         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52323         [BZ #12207]
52324         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52326         [BZ #12204]
52327         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52328         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52330 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52332         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52333         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52334         script has SORT_BY_INIT_PRIORITY.
52335         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52336         NO_CTORS_DTORS_SECTIONS is defined.
52337         * elf/soinit.c: Likewise.
52338         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52339         NO_CTORS_DTORS_SECTIONS is defined.
52340         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52341         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52342         * sysdeps/sh/init-first.c: Likewise.
52343         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52345 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52347         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52348         always use the slow path.
52350 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52352         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52353         similar rule which adds the sysdep directories to the header search in
52354         order to pick up the correct platform stackinfo.h.
52355         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52356         perform test if it is, otherwise return successfully without testing.
52357         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52358         DEFAULT_STACK_PERMS define in stackinfo.h.
52359         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52360         defined in stackinfo.h.
52361         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52362         DEFAULT_STACK_PERMS defined in stackinfo.h.
52363         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52364         * sysdeps/ia64/stackinfo.h: Likewise.
52365         * sysdeps/s390/stackinfo.h: Likewise.
52366         * sysdeps/sh/stackinfo.h: Likewise.
52367         * sysdeps/sparc/stackinfo.h: Likewise.
52368         * sysdeps/x86_64/stackinfo.h: Likewise.
52369         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52370         PF_X for powerpc64.  Retain PF_X for powerpc32.
52372 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52374         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52375         accurately.
52376         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52377         GETDENTS_64BIT_ALIGNED.
52379 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52381         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52383 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52385         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52386         _GNU_SOURCE.
52388         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52389         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52390         Remove __restrict.
52391         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52392         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52394 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52396         [BZ #11655]
52397         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52398         are initialized.
52400 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52402         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52404 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52406         * po/it.po: Update from translation team.
52408 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52410         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52411         unused codes.
52413 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52415         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52417 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52419         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52420         specially.
52421         (gaih_getanswer_slice): Likewise.
52423 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52425         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52427 2010-05-31  Petr Baudis  <pasky@suse.cz>
52429         [BZ #11149]
52430         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52431         silently even in the chroot mode.
52433 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52435         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52436         last patch a bit.  Pretty printing
52438 2010-05-31  Petr Baudis <pasky@suse.cz>
52440         [BZ #10085]
52441         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52442         initialization of skip_initgroups_dyn.
52444 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52446         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52447         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52449 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52451         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52453 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52455         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52456         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52457         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52458         ($(objpfx)tst-fnmatch-mem): New rule.
52459         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52460         * posix/tst-fnmatch.c (main): Call mtrace.
52462 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52464         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52465         Support Intel processor model 6 and model 0x2c.
52467 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
52469         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52470           signed comparison.
52472 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
52474         [BZ #12205]
52475         * string/test-strncasecmp.c (check_result): New function.
52476         (do_one_test): Use it.
52477         (check1): New function.
52478         (test_main): Use it.
52479         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
52480         Support strcasecmp and strncasecmp.
52482 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
52484         [BZ #12194]
52485         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
52486         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52488 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
52490         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
52491         IFUNC support.
52492         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52493         memset-x86-64.
52494         * sysdeps/x86_64/multiarch/bzero.S: New file.
52495         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
52496         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
52497         * sysdeps/x86_64/multiarch/memset.S: New file.
52498         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
52499         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52500         Set bit_Prefer_SSE_for_memop for Intel processors.
52501         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
52502         Define.
52503         (index_Prefer_SSE_for_memop): Define.
52504         (HAS_PREFER_SSE_FOR_MEMOP): Define.
52506 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
52508         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
52509         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
52511 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
52513         [BZ #12191]
52514         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52515         (__x86_64_raw_data_cache_size_half): Likewise.
52516         (__x86_64_raw_shared_cache_size): Likewise.
52517         (__x86_64_raw_shared_cache_size_half): Likewise.
52519         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52520         (__x86_64_raw_data_cache_size_half): Likewise.
52521         (__x86_64_raw_shared_cache_size): Likewise.
52522         (__x86_64_raw_shared_cache_size_half): Likewise.
52523         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
52524         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
52525         and __x86_64_raw_shared_cache_size_half.  Round
52526         __x86_64_data_cache_size_half, __x86_64_data_cache_size
52527         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
52528         to multiple of 256 bytes.
52530 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
52532         [BZ #12167]
52533         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
52534         of inacessible symlinks.  Verify result of symlink before returning it.
52535         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52536         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
52538 2010-10-28  Erich Ritz  <erichritz@gmail.com>
52540         * math/math.h (isinf): Fix typo in comment.
52542 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
52544         * po/da.po: Update from translation team.
52546 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
52548         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
52549         is added to the list.
52551 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52552             Ulrich Drepper  <drepper@gmail.com>
52554         * elf/dl-object.c (_dl_new_object): Don't append the new object to
52555         the global list here.  Move code to...
52556         (_dl_add_to_namespace_list): ...here.  New function.
52557         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
52558         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
52559         * elf/dl-load.c (lose): Don't remove the element from the list.
52560         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
52561         (_dl_map_object): Likewise.
52563 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
52565         [BZ #12159]
52566         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
52567         into all bytes of SSE register.
52568         Patch by Richard Li <richardpku@gmail.com>.
52570 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
52572         [BZ #12140]
52573         * malloc/malloc.c (_int_free): Fill correct number of bytes when
52574         perturbing.
52576 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
52578         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
52579         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
52580         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
52581         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
52582         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
52583         submachine.
52584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
52586 2010-10-22  Andreas Schwab  <schwab@redhat.com>
52588         * include/dlfcn.h (__RTLD_SECURE): Define.
52589         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
52590         mode & __RTLD_SECURE instead.
52591         (open_path): Rename preloaded parameter to secure.
52592         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
52593         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
52594         * elf/dl-deps.c (openaux): Likewise.
52595         * elf/rtld.c (struct map_args): Remove is_preloaded.
52596         (map_doit): Don't use it.
52597         (dl_main): Likewise.
52598         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
52599         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
52601 2010-09-09  Andreas Schwab  <schwab@redhat.com>
52603         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
52604         (sysd-rules-targets): Remove duplicates.
52605         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
52606         rtld-%.$o dependency.
52608 2010-10-18  Andreas Schwab  <schwab@redhat.com>
52610         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
52611         _dl_map_object do it.
52613 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
52615         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
52616         fast fma builtins, define the macros in the C99 standard.
52617         (FP_FAST_FMAF): Likewise.
52618         (FP_FAST_FMAL): Likewise.
52619         * sysdeps/x86_64/bits/mathdef.h: Likewise.
52621         * bits/mathdef.h: Update copyright year.
52622         * sysdeps/powerpc/bits/mathdef.h: Likewise.
52624 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
52626         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
52627         builtins, define the macros in the C99 standard.
52628         (FP_FAST_FMAF): Likewise.
52629         (FP_FAST_FMAL): Likewise.
52630         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
52631         multiply/add.
52632         (FP_FAST_FMAF): Likewise.
52634 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
52636         [BZ #3268]
52637         * math/libm-test.inc (fma_test): Some new testcases.
52638         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
52639         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
52640         y and infinite z.  Do multiplication by C already in long double.
52641         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
52642         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
52643         y and infinite z.  Do bitwise or of inexact bit into u.d.
52644         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
52645         * sysdeps/i386/fpu/s_fmaf.S: Removed.
52646         * sysdeps/i386/fpu/s_fma.S: Removed.
52647         * sysdeps/i386/fpu/s_fmal.S: Removed.
52649 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
52651         [BZ #3268]
52652         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
52653         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
52654         computation is not scheduled after fetestexcept.  Fix value
52655         of minimum denormal long double.
52657 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
52659         [BZ #3268]
52660         * math/libm-test.inc (fma_test): Add some more tests.
52661         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
52662         correctly.
52664 2010-10-15  Andreas Schwab  <schwab@redhat.com>
52666         * scripts/data/localplt-s390-linux-gnu.data: New file.
52667         * scripts/data/localplt-s390x-linux-gnu.data: New file.
52669 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
52671         [BZ #3268]
52672         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
52673         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
52674         instead of dbl-64.
52675         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
52676         inlines.
52677         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
52678         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
52679         if one of x and y is very large and the other is subnormal.
52680         * sysdeps/s390/fpu/s_fmaf.c: New file.
52681         * sysdeps/s390/fpu/s_fma.c: New file.
52682         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
52683         * sysdeps/powerpc/fpu/s_fma.S: New file.
52684         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
52685         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
52686         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
52688 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
52690         [BZ #3268]
52691         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
52692         fma tests.
52693         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
52694         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
52695         * sysdeps/i386/i686/multiarch/s_fma.c: Include
52696         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
52697         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
52698         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
52699         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
52701 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
52703         [BZ #12078]
52704         * posix/regcomp.c (parse_branch): One more memory leak plugged.
52705         * posix/bug-regex31.input: Add test case.
52707 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52709         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
52710         * posix/bug-regex31.input: New file.
52712         [BZ #12078]
52713         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
52714         (parse_sub_exp): Fix last change, use postorder.
52716         * posix/bug-regex31.c: New file.
52717         * posix/Makefile: Add rules to build and run bug-regex31.
52719         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
52721         [BZ #12078]
52722         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
52724         [BZ #12108]
52725         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
52726         to have entries in sys_siglist.
52728         [BZ #12093]
52729         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
52730         be NULL.
52732 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
52734         [BZ #3268]
52735         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
52736         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
52737         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
52738         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
52739         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52740         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
52741         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
52742         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
52743         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
52744         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
52745         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
52746         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
52747         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
52748         * math/ftestexcept.c (fetestexcept): Likewise.
52749         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
52750         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
52751         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
52752         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
52753         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
52754         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
52755         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
52757 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52759         [BZ #12107]
52760         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
52761         newline.
52763 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
52765         * string/bug-strstr1.c: New file.
52766         * string/Makefile: Add rules to build and run bug-strstr1.
52768 2010-10-05  Eric Blake  <eblake@redhat.com>
52770         [BZ #12092]
52771         * string/str-two-way.h (two_way_long_needle): Always clear memory
52772         when skipping input due to the shift table.
52774 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
52776         [BZ #12005]
52777         * malloc/mcheck.c: Handle large requests.
52779         [BZ #12077]
52780         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
52781         for strncmp and strncasecmp.
52782         * string/stratcliff.c: Add tests for strcmp and strncmp.
52783         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
52785 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
52787         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
52788         __set_fpscr.
52790 2010-09-30  Andreas Jaeger  <aj@suse.de>
52792         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
52793         (CGROUP_SUPER_MAGIC): Define.
52794         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52795         Handle btrfs and cgroup file systems.
52796         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
52797         Likewise.
52799 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
52801         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
52802         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
52804 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52806         [BZ #12067]
52807         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
52808         trying to locate the ELF header.
52810 2010-09-27  Andreas Schwab  <schwab@redhat.com>
52812         [BZ #11611]
52813         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
52814         Mask out sign-bit copies when constructing f_fsid.
52816 2010-09-24  Petr Baudis <pasky@suse.cz>
52818         * debug/stack_chk_fail_local.c: Add missing licence exception.
52819         * debug/warning-nop.c: Likewise.
52821 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
52823         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
52824         implementing getdents64 using getdents syscall, set d_type if
52825         __ASSUME_GETDENTS32_D_TYPE.
52827 2010-09-16  Andreas Schwab  <schwab@redhat.com>
52829         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
52830         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
52832 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
52834         [BZ #12037]
52835         * posix/unistd.h: Undo change of feature selection for ftruncate from
52836         2010-01-11.
52838 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
52840         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
52841         detection.
52843 2010-09-20  Andreas Schwab  <schwab@redhat.com>
52845         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
52846         fanotify_mark.
52847         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
52849 2010-09-14  Andreas Schwab  <schwab@redhat.com>
52851         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
52852         variables after CHECK_SP call.
52853         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
52855 2010-09-13  Andreas Schwab  <schwab@redhat.com>
52856             Ulrich Drepper  <drepper@redhat.com>
52858         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
52859         re-relocationg ld.so.
52860         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
52861         _dl_init_paths call.
52862         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
52863         here anymore.
52865 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
52867         * resolv/res_init.c (__res_vinit): Count the default server we added.
52869 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
52870             Ulrich Drepper  <drepper@redhat.com>
52872         [BZ #11968]
52873         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52874         (____longjmp_chk): Use %ebx for saving value across system call.
52875         Add unwind info.
52877 2010-09-06  Andreas Schwab  <schwab@redhat.com>
52879         * manual/Makefile: Don't mix pattern rules with normal rules.
52881 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
52883         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
52884         operation.
52885         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
52886         * libio/iofopncook.c (_IO_cookie_init): Likewise.
52887         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
52888         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
52889         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52890         Likewise.
52892 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
52894         [BZ #11979]
52895         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
52896         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
52898 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
52900         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
52901         * sysdeps/x86_64/addmul_1.S: Likewise.
52902         * sysdeps/x86_64/lshift.S: Likewise.
52903         * sysdeps/x86_64/mul_1.S: Likewise.
52904         * sysdeps/x86_64/rshift.S: Likewise.
52905         * sysdeps/x86_64/sub_n.S: Likewise.
52906         * sysdeps/x86_64/submul_1.S: Likewise.
52908 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52910         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
52911         Define __sched_param instead of SCHED_* and sched_param when
52912         <bits/sched.h> is included with __need_schedparam defined.
52913         * bits/sched.h [__need_schedparam]
52914         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
52915         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
52916         (__defined_schedparam): Define to 1.
52917         (__sched_param): New structure, identical to sched_param.
52918         (__need_schedparam): Undefine.
52920 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
52922         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
52923         (epoll_create1): Declare.
52925         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
52927 2010-08-31  Andreas Schwab  <schwab@redhat.com>
52929         [BZ #7066]
52930         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
52931         shifting retval into place.
52933 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
52935         * nis/rpcsvc/nis.h: Update copyright notice.
52936         * nis/rpcsvc/nis.x: Likewise.
52937         * nis/rpcsvc/nis_callback.h: Likewise.
52938         * nis/rpcsvc/nis_callback.x: Likewise.
52939         * nis/rpcsvc/nis_object.x: Likewise.
52940         * nis/rpcsvc/nis_tags.h: Likewise.
52941         * nis/rpcsvc/yp.h: Likewise.
52942         * nis/rpcsvc/yp.x: Likewise.
52943         * nis/rpcsvc/ypupd.h: Likewise.
52944         * nis/yp_xdr.c: Likewise.
52945         * nis/ypupdate_xdr.c: Likewise.
52947         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
52948         mainly the body of pmap_getport.  Add parameters to specify timeouts.
52949         (pmap_getport): Use __libc_rpc_getport.
52950         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
52951         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
52952         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
52954 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
52956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
52957         fanotify_mark.
52959 2010-08-27  Roland McGrath  <roland@redhat.com>
52961         * sysdeps/i386/i686/multiarch/Makefile
52962         (CFLAGS-varshift.c): New variable.
52964 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
52966         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
52967         * sysdeps/i386/i686/multiarch/varshift.c: New file.
52969         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
52971         * sysdeps/x86_64/strlen.S: Minimal code improvement.
52973 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
52975         * sysdeps/x86_64/strlen.S: Unroll the loop.
52976         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52977         strlen-sse2 strlen-sse2-bsf.
52978         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
52979         __strlen_no_bsf if bit_Slow_BSF is set.
52980         (__strlen_sse42): Removed.
52981         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
52982         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
52984 2010-08-25  Roland McGrath  <roland@redhat.com>
52986         * sysdeps/x86_64/multiarch/varshift.S: File removed.
52987         * sysdeps/x86_64/multiarch/varshift.c: New file.
52988         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
52989         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
52990         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
52991         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
52993 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
52995         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52996         strlen-sse2 strlen-sse2-bsf.
52997         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
52998         __strlen_sse2_bsf if bit_Slow_BSF is unset.
52999         (__strlen_sse2): Removed.
53000         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53001         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53002         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53003         bit_Slow_BSF for Atom.
53004         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53005         (index_Slow_BSF): Define.
53006         (HAS_SLOW_BSF): Define.
53008 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53010         [BZ #10851]
53011         * resolv/res_init.c (__res_vinit): When no server address at all
53012         is given default to loopback.
53014 2010-08-24  Roland McGrath  <roland@redhat.com>
53016         * configure.in: Remove config-name.h generation.
53017         * configure: Regenerated.
53018         * config-name.in: File removed.
53019         * scripts/config-uname.sh: New file.
53020         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53021         ($(objdir)config-name.h): New target.
53023         * sunrpc/rpc_parse.h: Avoid nested comment.
53025 2010-08-24  Richard Henderson  <rth@redhat.com>
53026             Ulrich Drepper  <drepper@redhat.com>
53027             H.J. Lu  <hongjiu.lu@intel.com>
53029         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53030         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53031         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53032         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53033         _mm_alignr_epi8 with _mm_loadu_si128.
53034         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53035         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53036         (__m128i_shift_right): Removed.
53037         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53038         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53039         * sysdeps/x86_64/multiarch/varshift.h: New file.
53040         * sysdeps/x86_64/multiarch/varshift.S: New file.
53042 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53044         * configure.in: Move assembler checks to before sysdep dir checking.
53046 2010-08-20  Petr Baudis  <pasky@suse.cz>
53048         * LICENSES: Sync the sunrpc license.
53050 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53052         * sunrpc/auth_des.c: Update copyright notice once again.
53053         * sunrpc/auth_none.c: Likewise.
53054         * sunrpc/auth_unix.c: Likewise.
53055         * sunrpc/authdes_prot.c: Likewise.
53056         * sunrpc/authuxprot.c: Likewise.
53057         * sunrpc/bindrsvprt.c: Likewise.
53058         * sunrpc/clnt_gen.c: Likewise.
53059         * sunrpc/clnt_perr.c: Likewise.
53060         * sunrpc/clnt_raw.c: Likewise.
53061         * sunrpc/clnt_simp.c: Likewise.
53062         * sunrpc/clnt_tcp.c: Likewise.
53063         * sunrpc/clnt_udp.c: Likewise.
53064         * sunrpc/clnt_unix.c: Likewise.
53065         * sunrpc/des_crypt.c: Likewise.
53066         * sunrpc/des_soft.c: Likewise.
53067         * sunrpc/get_myaddr.c: Likewise.
53068         * sunrpc/getrpcport.c: Likewise.
53069         * sunrpc/key_call.c: Likewise.
53070         * sunrpc/key_prot.c: Likewise.
53071         * sunrpc/openchild.c: Likewise.
53072         * sunrpc/pm_getmaps.c: Likewise.
53073         * sunrpc/pm_getport.c: Likewise.
53074         * sunrpc/pmap_clnt.c: Likewise.
53075         * sunrpc/pmap_prot.c: Likewise.
53076         * sunrpc/pmap_prot2.c: Likewise.
53077         * sunrpc/pmap_rmt.c: Likewise.
53078         * sunrpc/rpc/auth.h: Likewise.
53079         * sunrpc/rpc/auth_unix.h: Likewise.
53080         * sunrpc/rpc/clnt.h: Likewise.
53081         * sunrpc/rpc/des_crypt.h: Likewise.
53082         * sunrpc/rpc/key_prot.h: Likewise.
53083         * sunrpc/rpc/netdb.h: Likewise.
53084         * sunrpc/rpc/pmap_clnt.h: Likewise.
53085         * sunrpc/rpc/pmap_prot.h: Likewise.
53086         * sunrpc/rpc/pmap_rmt.h: Likewise.
53087         * sunrpc/rpc/rpc.h: Likewise.
53088         * sunrpc/rpc/rpc_des.h: Likewise.
53089         * sunrpc/rpc/rpc_msg.h: Likewise.
53090         * sunrpc/rpc/svc.h: Likewise.
53091         * sunrpc/rpc/svc_auth.h: Likewise.
53092         * sunrpc/rpc/types.h: Likewise.
53093         * sunrpc/rpc/xdr.h: Likewise.
53094         * sunrpc/rpc_clntout.c: Likewise.
53095         * sunrpc/rpc_cmsg.c: Likewise.
53096         * sunrpc/rpc_common.c: Likewise.
53097         * sunrpc/rpc_cout.c: Likewise.
53098         * sunrpc/rpc_dtable.c: Likewise.
53099         * sunrpc/rpc_hout.c: Likewise.
53100         * sunrpc/rpc_main.c: Likewise.
53101         * sunrpc/rpc_parse.c: Likewise.
53102         * sunrpc/rpc_parse.h: Likewise.
53103         * sunrpc/rpc_prot.c: Likewise.
53104         * sunrpc/rpc_sample.c: Likewise.
53105         * sunrpc/rpc_scan.c: Likewise.
53106         * sunrpc/rpc_scan.h: Likewise.
53107         * sunrpc/rpc_svcout.c: Likewise.
53108         * sunrpc/rpc_tblout.c: Likewise.
53109         * sunrpc/rpc_util.c: Likewise.
53110         * sunrpc/rpc_util.h: Likewise.
53111         * sunrpc/rpcinfo.c: Likewise.
53112         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53113         * sunrpc/rpcsvc/key_prot.x: Likewise.
53114         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53115         * sunrpc/rpcsvc/mount.x: Likewise.
53116         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53117         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53118         * sunrpc/rpcsvc/rex.x: Likewise.
53119         * sunrpc/rpcsvc/rstat.x: Likewise.
53120         * sunrpc/rpcsvc/rusers.x: Likewise.
53121         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53122         * sunrpc/rpcsvc/spray.x: Likewise.
53123         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53124         * sunrpc/rtime.c: Likewise.
53125         * sunrpc/svc.c: Likewise.
53126         * sunrpc/svc_auth.c: Likewise.
53127         * sunrpc/svc_authux.c: Likewise.
53128         * sunrpc/svc_raw.c: Likewise.
53129         * sunrpc/svc_run.c: Likewise.
53130         * sunrpc/svc_simple.c: Likewise.
53131         * sunrpc/svc_tcp.c: Likewise.
53132         * sunrpc/svc_udp.c: Likewise.
53133         * sunrpc/svc_unix.c: Likewise.
53134         * sunrpc/svcauth_des.c: Likewise.
53135         * sunrpc/xcrypt.c: Likewise.
53136         * sunrpc/xdr.c: Likewise.
53137         * sunrpc/xdr_array.c: Likewise.
53138         * sunrpc/xdr_float.c: Likewise.
53139         * sunrpc/xdr_mem.c: Likewise.
53140         * sunrpc/xdr_rec.c: Likewise.
53141         * sunrpc/xdr_ref.c: Likewise.
53142         * sunrpc/xdr_sizeof.c: Likewise.
53143         * sunrpc/xdr_stdio.c: Likewise.
53145         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53146         handling.
53148 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53150         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53152 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53154         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53155         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53156         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53157         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53158         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53159         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53160         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53161         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53162         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53163         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53164         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53165         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53166         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53167         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53169 2010-07-26  Anton Blanchard  <anton@samba.org>
53171         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53172         * malloc/arena.c (heap_trim): Likewise.
53174 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53176         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53177         here.  Not...
53178         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53179         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53181 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53183         * sysdeps/i386/elf/Makefile: New file.
53185 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53187         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53188         from fanotify_init.
53189         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53190         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53192 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53194         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53195         of strncasecmp_l.
53196         * sysdeps/multiarch/strcmp.S: Likewise.
53198 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53200         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53201         strncase_l-nonascii.
53202         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53203         Add strncase_l-ssse3.
53204         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53205         * sysdeps/x86_64/strcmp.S: Likewise.
53206         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53207         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53208         * sysdeps/x86_64/strncase.S: New file.
53209         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53210         * sysdeps/x86_64/strncase_l.S: New file.
53211         * string/Makefile (strop-tests): Add strncasecmp.
53212         * string/test-strncasecmp.c: New file.
53214         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53215         warning.
53217         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53218         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53220 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53222         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53224 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53226         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53227         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53228         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53230 2010-05-01  Alan Modra  <amodra@gmail.com>
53232         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53233         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53234         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53235         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53236         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53237         tidying.  Don't tail-call __sigjmp_save for static lib.
53238         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53239         save location.
53240         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53241         (CALL_MCOUNT): Add eh info, and nop after bl.
53242         (TAIL_CALL_SYSCALL_ERROR): New macro.
53243         (PSEUDO_RET): Use it.
53244         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53245         Correct save location of integer regs and cr.
53246         (_dl_profile_resolve): Correct cr save location.  Delete nops
53247         after bl when SHARED.  Reduce cfi size a little by better
53248         placement of cfi directives.
53249         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53250         make a stack frame.  Instead use parm save area as a temp.
53251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53252         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53254         Don't make a stack frame for parent, use parm save area.
53255         Increase child stack frame to 112 bytes.  Don't save unused reg,
53256         and adjust reg usage.  Set up cfi on error recovery and
53257         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53259         (__makecontext): Add dummy nop after jump to exit.
53260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53261         Use correct parm save area and cr save, reduce stack frame.
53262         Correct cfi for possible PSEUDO_RET frame setup.
53263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53264         Branch to local label emitted by PSEUDO_RET rather than
53265         __syscall_error.
53267 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53269         [BZ #11904]
53270         * locale/programs/locale.c (print_assignment): New function.
53271         (show_locale_vars): Use it.
53273 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53275         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53276         field.
53277         (struct statfs64): Likewise.
53278         (_STATFS_F_FLAGS): Define.
53279         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53280         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53281         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53282         (ST_VALID): Define locally.
53283         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53284         __statvfs_getflags, use the provided value.
53285         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53286         __ASSUME_STATFS_F_FLAGS.
53288         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53290         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53291         Add sys/fanotify.h.
53292         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53293         fanotify_mask for GLIBC_2.13.
53294         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53295         fanotify_init and fanotify_mark.
53296         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53297         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53299         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53300         Add prlimit.
53301         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53302         prlimit64 for GLIBC_2.13.
53303         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53304         prlimit64.
53305         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53306         syscall.
53307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53308         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53309         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53310         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53311         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53312         add prlimit alias.
53313         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53315         [BZ #11903]
53316         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53317         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53319         * nss/Makefile: Add rules to build and run tst-nss-test1.
53320         * shlib-versions: Add entry for libnss_test1.
53321         * nss/nss_test1.c: New file.
53322         * nss/tst-nss-test1.c: New file.
53324         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53325         (__nss_configure_lookup): Set appropriate entry in
53326         __nss_configure_lookup to true.
53327         * nss/nsswitch.h: Define enum with indeces of databases in
53328         databases and __nss_database_custom arrays.  Declare
53329         __nss_database_custom.
53330         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53331         to avoid using nscd when custom rules are installed.
53332         * nss/getXXbyYY_r.c: Likewise.
53333         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53335         * nss/nss_files/files-parse.c: Whitespace fixes.
53337 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53339         [BZ #11883]
53340         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53341         * posix/fnmatch_loop.c: Likewise.
53343 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53345         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53346         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53347         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53348         * Versions.def [GLIBC_2.13]: Add.
53350 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53352         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53353         Also fail if tpwd after pwuid call is NULL.
53355 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53357         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53358         when converting to ms.
53360 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53362         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53363         EOPNOTSUPP errors with ENOTTY.
53364         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53365         EOPNOTSUPP errors with ENOTTY.
53367 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53369         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53370         Add strcasecmp_l-ssse3.
53371         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53372         strcasecmp.
53373         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53374         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53375         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53377 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53379         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53381         * string/Makefile (strop-tests): Add strcasecmp.
53382         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53383         strcasecmp_l-nonascii.
53384         (gen-as-const-headers): Add locale-defines.sym.
53385         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53386         * sysdeps/x86_64/strcasecmp.S: New file.
53387         * sysdeps/x86_64/strcasecmp_l.S: New file.
53388         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53389         * sysdeps/x86_64/locale-defines.sym: New file.
53390         * string/test-strcasecmp.c: New file.
53392         * string/test-strcasestr.c: Test both ends of the range of characters.
53393         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53395 2010-07-29  Roland McGrath  <roland@redhat.com>
53397         [BZ #11856]
53398         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53400 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53402         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53403         for ld.so.
53405 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53407         * manual/memory.texi (Malloc Tunable Parameters): Document
53408         M_PERTURB.
53410 2010-07-26  Roland McGrath  <roland@redhat.com>
53412         [BZ #11840]
53413         * configure.in (-fgnu89-inline check): Set and substitute
53414         gnu89_inline, not libc_cv_gnu89_inline.
53415         * configure: Regenerated.
53416         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53418 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53420         * string/test-strnlen.c: New file.
53421         * string/Makefile (strop-tests): Add strnlen.
53422         * string/tester.c (test_strnlen): Add a few more test cases.
53423         * string/tst-strlen.c: Better error reporting.
53425         * sysdeps/x86_64/strnlen.S: New file.
53427 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53429         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53430         lower-latency instructions.
53432 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53434         * string/test-strcasestr.c: New file.
53435         * string/test-strstr.c: New file.
53436         * string/Makefile (strop-tests): Add strstr and strcasestr.
53437         * string/str-two-way.h: Don't undefine MAX.
53438         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53440 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53442         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53443         strcasestr-nonascii.
53444         (CFLAGS-strcasestr-nonascii.c): Define.
53445         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53446         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53447         Remove unused attribute.
53449 2010-07-20  Roland McGrath  <roland@redhat.com>
53451         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53452         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53453         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53454         like LD_HWCAP_MASK can disable hwcaps.
53456 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53458         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53460 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53462         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53463         call in strcasestr.
53464         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53465         __strcasestr_sse42_nonascii.
53466         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53467         strcasestr-nonascii.c.
53468         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53470 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
53472         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53473         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53474         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53475         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53477 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
53479         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
53480         fcntl.
53482 2010-07-06  Andreas Schwab  <schwab@redhat.com>
53484         [BZ #11577]
53485         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
53486         dl_signal_cerror.
53488 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
53490         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
53491         _PC_PIPE_BUF using F_GETPIPE_SZ.
53493 2010-07-05  Roland McGrath  <roland@redhat.com>
53495         * manual/arith.texi (Rounding Functions): Fix rint description
53496         implicit in round description.
53498 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
53500         * elf/Makefile: Fix linking for a few tests to make recent linker
53501         happy.
53503 2010-06-30  Andreas Schwab  <schwab@redhat.com>
53505         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53506         $(common-objpfx)libc_nonshared.a.
53508 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
53510         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
53511         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
53512         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53513         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53514         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
53515         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
53516         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53517         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
53519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
53520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
53521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
53523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53524         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
53525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
53526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
53527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
53528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
53530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
53532         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
53533         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
53534         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
53535         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
53536         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
53537         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
53538         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
53539         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
53540         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
53541         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
53542         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
53543         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
53544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
53545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
53546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
53547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
53548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
53549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
53550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
53551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
53552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
53553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
53554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
53555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
53556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
53557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
53559 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
53561         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
53562         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
53563         * string/memmove.c (memmove): Renamed to ...
53564         (MEMMOVE): ...this.  Default to memmove.
53565         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
53566         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
53567         (END_CHK): Define.
53568         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53569         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
53570         mempcpy-ssse3-back memmove-ssse3-back.
53571         * sysdeps/x86_64/multiarch/bcopy.S: New file .
53572         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
53573         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
53574         * sysdeps/x86_64/multiarch/memcpy.S: New file.
53575         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
53576         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
53577         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
53578         * sysdeps/x86_64/multiarch/memmove.c: New file.
53579         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
53580         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
53581         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
53582         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
53583         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
53584         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
53585         Define.
53586         (index_Fast_Copy_Backward): Define.
53587         (HAS_ARCH_FEATURE): Define.
53588         (HAS_FAST_REP_STRING): Define.
53589         (HAS_FAST_COPY_BACKWARD): Define.
53591 2010-06-21  Andreas Schwab  <schwab@redhat.com>
53593         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53594         Restore proper fallback handling.
53596 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
53598         [BZ #11701]
53599         * posix/group_member.c (__group_member): Correct checking loop.
53601         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
53602         OOM in getpwuid_r correctly.  Return error number when the caller
53603         should return, otherwise -1.
53604         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
53605         call returning > 0 value.
53606         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
53608 2010-06-07  Andreas Schwab  <schwab@redhat.com>
53610         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
53611         libc_nonshared.a from targets in modules-names.
53613 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
53615         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
53616         requires it.
53618 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
53620         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
53621         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
53622         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
53623         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
53625 2010-06-02  Andreas Schwab  <schwab@redhat.com>
53627         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
53629 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
53631         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
53632         and F_GETPIPE_SZ.
53633         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
53634         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53635         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53636         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53637         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53638         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
53640 2010-06-14  Roland McGrath  <roland@redhat.com>
53642         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
53644 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
53646         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
53647         __REDIRECT followed by __THROW.
53648         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
53649         * posix/getopt.h (getopt): Likewise.
53651 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53653         * hurd/lookup-at.c (__file_name_lookup_at): Accept
53654         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
53655         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
53656         in AT_FLAGS.
53657         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
53658         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
53660 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
53662         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
53664 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
53666         [BZ #11640]
53667         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53668         Properly check family and model.
53670 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
53672         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
53674 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
53676         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
53678 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
53680         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
53681         symbol reference.
53683 2010-05-19  Andreas Schwab  <schwab@redhat.com>
53685         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
53686         symbol reference.
53688 2010-05-21  Andreas Schwab  <schwab@redhat.com>
53690         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
53691         and internal_recvmmsg.
53692         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
53693         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
53694         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
53695         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
53697         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
53698         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
53699         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
53701 2010-05-20  Andreas Schwab  <schwab@redhat.com>
53703         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
53705 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
53707         POWER7 optimizations.
53708         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
53709         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
53711 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
53713         * version.h: Update for 2.13 development version.
53715 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
53717         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
53718         exceptions.  Return 0.
53720 2010-05-07  Roland McGrath  <roland@redhat.com>
53722         * elf/ldconfig.c (main): Add a const.
53724 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
53726         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
53727         (args_options): Add no-idn option.
53728         (ahosts_keys_int): Add idn_flags to ai_flags.
53729         (parse_option): Handle 'i' option to clear idn_flags.
53731         * malloc/malloc.c (_int_free): Possible race in the most recently
53732         added check.  Only act on the data if no current modification
53733         happened.
53735 See ChangeLog.17 for earlier changes.